rpms/kdebindings/FC-4 .cvsignore, 1.24, 1.25 kdebindings.spec, 1.33, 1.34 sources, 1.24, 1.25 admin-visibility.patch, 1.3, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 29 14:01:11 UTC 2005


Author: than

Update of /cvs/dist/rpms/kdebindings/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv18668

Modified Files:
	.cvsignore kdebindings.spec sources 
Removed Files:
	admin-visibility.patch 
Log Message:
update to 3.4.2



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/FC-4/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- .cvsignore	16 Jun 2005 22:05:24 -0000	1.24
+++ .cvsignore	29 Jul 2005 14:00:48 -0000	1.25
@@ -4,3 +4,4 @@
 kdebindings-3.4.0-rc1.tar.bz2
 kdebindings-3.4.0.tar.bz2
 kdebindings-3.4.1.tar.bz2
+kdebindings-3.4.2.tar.bz2


Index: kdebindings.spec
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/FC-4/kdebindings.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- kdebindings.spec	16 Jun 2005 22:05:24 -0000	1.33
+++ kdebindings.spec	29 Jul 2005 14:00:51 -0000	1.34
@@ -8,10 +8,11 @@
 %define mozilla_archs %{ix86} ppc s390 s390x x86_64
 
 %define mozilla_version 1.6.0
-%define qt_version 3.3.3
-%define arts_version 1.3.1
+%define qt_version 3.3.4
+%define arts_version 1.4.2
 %define pythonver 2.4
 %define perlver 5.8
+%define perlepoch 3
 %define rubyver 1.8
 
 %define arts 1
@@ -20,7 +21,9 @@
 %define ruby 1
 %define pyqt 0
 
-Version: 3.4.1
+%define disable_gcc_check_and_hidden_visibility 1
+
+Version: 3.4.2
 Release: 0.fc4.1
 Name: kdebindings
 Summary: KDE bindings to non-C++ languages
@@ -37,7 +40,6 @@
 Patch7: kde-libtool.patch
 Patch8: kdebindings-3.3.0-python.patch
 Patch9: kdebindings-3.3.92-xdg.patch
-Patch10: admin-visibility.patch
 
 BuildRequires: zlib-devel
 BuildRequires: kdelibs-devel
@@ -48,7 +50,7 @@
 
 %if %{perl}
 BuildRequires: perl >= %{perlver}
-Requires: perl >= %{perlver}
+Requires: perl >= %perlepoch}:%{perlver}
 %endif
 
 %if %{python}
@@ -172,7 +174,6 @@
 rm -rf python
 %endif
 %patch9 -p1 -b .xdg
-%patch10 -p1 -b .gcc
 
 %build
 unset QTDIR && . /etc/profile.d/qt.sh
@@ -193,6 +194,13 @@
 export LDFLAGS="$LDFLAGS `mozilla-config --libs`"
 %endif
 
+%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
+
 make -f admin/Makefile.common cvs
 
 suffix=""
@@ -271,6 +279,9 @@
 %{_mandir}/man*/*
 
 %changelog
+* Fri Jul 29 2005 Than Ngo <than at redhat.com> 3.4.2-0.fc4.1
+- update to 3.4.2
+
 * Fri Jun 17 2005 Than Ngo <than at redhat.com> 3.4.1-0.fc4.1
 - 3.4.1
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kdebindings/FC-4/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sources	16 Jun 2005 22:05:24 -0000	1.24
+++ sources	29 Jul 2005 14:01:07 -0000	1.25
@@ -1 +1 @@
-18a4e2c42d34bb86279e691498482951  kdebindings-3.4.1.tar.bz2
+1ee2348e03b0af625679d0bb2c8aad2b  kdebindings-3.4.2.tar.bz2


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




More information about the fedora-cvs-commits mailing list