rpms/PyQt/devel .cvsignore, 1.15, 1.16 PyQt.spec, 1.27, 1.28 sources, 1.15, 1.16

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 27 10:17:06 UTC 2006


Author: than

Update of /cvs/dist/rpms/PyQt/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18497

Modified Files:
	.cvsignore PyQt.spec sources 
Log Message:
- update to 3.16
- built with %%{optflags}



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/PyQt/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	12 Sep 2005 13:20:37 -0000	1.15
+++ .cvsignore	27 Apr 2006 10:17:03 -0000	1.16
@@ -3,3 +3,4 @@
 PyQt-x11-gpl-3.14.tar.gz
 PyQt-x11-gpl-3.14.1.tar.gz
 PyQt-x11-gpl-3.15.tar.gz
+PyQt-x11-gpl-3.16.tar.gz


Index: PyQt.spec
===================================================================
RCS file: /cvs/dist/rpms/PyQt/devel/PyQt.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- PyQt.spec	13 Feb 2006 18:45:16 -0000	1.27
+++ PyQt.spec	27 Apr 2006 10:17:03 -0000	1.28
@@ -5,7 +5,7 @@
 
 %define qtversion 3.3.5
 %define qtpkg qt
-%define sip_version 4.3.1
+%define sip_version 4.4.3
 
 %if "%{pythonver}" == "2.4"
 %define pythonprog /usr/bin/python2.4
@@ -15,8 +15,8 @@
 
 Summary: Python bindings for Qt
 Name: PyQt
-Version: 3.15
-Release: 1.2.2
+Version: 3.16
+Release: 1
 License: GPL
 Group: Development/Languages
 Url: http://www.riverbankcomputing.co.uk/pyqt/
@@ -62,7 +62,7 @@
 %build
 QTDIR="" && . /etc/profile.d/qt.sh
 
-echo yes | %pythonprog configure.py -d %{pythonsitedir}
+echo yes | %pythonprog configure.py -d %{pythonsitedir} CXXFLAGS="%{optflags}" CFLAGS="%{optflags}"
 
 # Makefiles are broken, workaround
 make -C qt %{?_smp_mflags}
@@ -76,7 +76,7 @@
 mv examples3 examples
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root)
@@ -95,6 +95,10 @@
 %doc examples/*.png examples/*.gif examples/*.bmp
 
 %changelog
+* Thu Apr 27 2006 Than Ngo <than at redhat.com> 3.16-1
+- update to 3.16
+- built with %%{optflags}
+
 * Mon Feb 13 2006 Jesse Keating <jkeating at redhat.com> - 3.15-1.2.2
 - rebump for build order issues during double-long bump
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/PyQt/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	12 Sep 2005 13:20:37 -0000	1.15
+++ sources	27 Apr 2006 10:17:03 -0000	1.16
@@ -1 +1 @@
-8e70fac4f403fb759b537008170ff446  PyQt-x11-gpl-3.15.tar.gz
+5f7a32a15bf8afe17c0d0a0cc46de690  PyQt-x11-gpl-3.16.tar.gz




More information about the fedora-cvs-commits mailing list