rpms/kdeartwork/devel .cvsignore, 1.24, 1.25 kdeartwork.spec, 1.35, 1.36 sources, 1.25, 1.26 admin-visibility.patch, 1.3, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 9 15:57:13 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdeartwork/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv4510

Modified Files:
	.cvsignore kdeartwork.spec sources 
Removed Files:
	admin-visibility.patch 
Log Message:
3.4.2



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	28 Jun 2005 20:58:57 -0000	1.24
+++ .cvsignore	9 Aug 2005 15:57:11 -0000	1.25
@@ -4,3 +4,4 @@
 kdeartwork-3.4.0-rc1.tar.bz2
 kdeartwork-3.4.0.tar.bz2
 kdeartwork-3.4.1.tar.bz2
+kdeartwork-3.4.2.tar.bz2


Index: kdeartwork.spec
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/devel/kdeartwork.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- kdeartwork.spec	30 Jun 2005 15:32:24 -0000	1.35
+++ kdeartwork.spec	9 Aug 2005 15:57:11 -0000	1.36
@@ -4,12 +4,14 @@
 %define make_cvs 1
 
 %define qt_version 3.3.4
-%define arts_version 1.4.1
+%define arts_version 1.4.2
 %define arts 1
 
+%define disable_gcc_check_and_hidden_visibility 1
+
 Name: kdeartwork
-Version: 3.4.1
-Release: 2
+Version: 3.4.2
+Release: 1
 Summary: Additional artwork (themes, sound themes, ...) for KDE
 URL: http://www.kde.org/
 License: GPL
@@ -18,7 +20,6 @@
 
 Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.bz2
 Patch: kde-libtool.patch
-Patch1: admin-visibility.patch
 Patch2: kdeartwork-3.4.1-xscreensaver.patch
 
 BuildRequires: perl
@@ -55,7 +56,6 @@
 %prep
 %setup -q
 %patch -p1 -b .libtool
-%patch1 -p1 -b .gcc
 %patch2 -p1 -b .xscreensaver
 
 %build
@@ -65,6 +65,13 @@
 export CFLAGS="$RPM_OPT_FLAGS"
 export CXXFLAGS="$RPM_OPT_FLAGS -fno-use-cxa-atexit"
 
+%if %{disable_gcc_check_and_hidden_visibility}
+  # disable gcc check
+  perl -pi -e "s|KDE_CHECK_FOR_BAD_COMPILER$|dnl KDE_CHECK_FOR_BAD_COMPILER|" admin/acinclude.m4.in
+  # disable hidden visibility
+  perl -pi -e "s|KDE_ENABLE_HIDDEN_VISIBILITY$|dnl KDE_ENABLE_HIDDEN_VISIBILITY|" configure.in.in
+%endif
+
 %if %{make_cvs}
    make -f admin/Makefile.common cvs
 %endif
@@ -128,6 +135,9 @@
 %{_datadir}/icons/*
 
 %changelog
+* Tue Aug 09 2005 Than Ngo <than at redhat.com> 3.4.2-1
+- update to 3.4.2
+
 * Thu Jun 30 2005 Than Ngo <than at redhat.com> 3.4.1-2 
 - configure script does not look the right xscreensaver dirs
   apply patch to fix this problem, #161312, thanks to Rex Dieter


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kdeartwork/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources	28 Jun 2005 20:58:57 -0000	1.25
+++ sources	9 Aug 2005 15:57:11 -0000	1.26
@@ -1 +1 @@
-0f58245c2fa3c58dbe139da43037a203  kdeartwork-3.4.1.tar.bz2
+3fcf6c047ee7350350a9a4c918299603  kdeartwork-3.4.2.tar.bz2


--- admin-visibility.patch DELETED ---




More information about the fedora-cvs-commits mailing list