rpms/PyQt4/devel .cvsignore, 1.3, 1.4 PyQt4.spec, 1.6, 1.7 sources, 1.3, 1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Dec 6 21:21:10 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt4/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18563

Modified Files:
	.cvsignore PyQt4.spec sources 
Log Message:
* Wed Dec 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.3-1
- PyQt-4.3.3



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	12 Nov 2007 16:58:57 -0000	1.3
+++ .cvsignore	6 Dec 2007 21:20:38 -0000	1.4
@@ -1,2 +1,3 @@
 PyQt-x11-gpl-4.2.tar.gz
 PyQt-x11-gpl-4.3.1.tar.gz
+PyQt-x11-gpl-4.3.3.tar.gz


Index: PyQt4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/PyQt4.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- PyQt4.spec	22 Nov 2007 20:06:18 -0000	1.6
+++ PyQt4.spec	6 Dec 2007 21:20:38 -0000	1.7
@@ -3,8 +3,8 @@
 
 Summary: Python bindings for Qt4
 Name: 	 PyQt4
-Version: 4.3.1
-Release: 3%{?dist}
+Version: 4.3.3
+Release: 1%{?dist}
 
 License: GPLv2
 Group: 	 Development/Languages
@@ -12,7 +12,6 @@
 Source0: http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/PyQt-x11-gpl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1:  PyQt-x11-gpl-4.1.1-qconfig_h.patch
 Patch2:  PyQt-x11-gpl-4.3.1-64bit.patch
 # HACK! FIXME: ping upstream why this isn't working right. -- Rex
 Patch3:  PyQt-x11-gpl-4.3.1-QT_SHARED.patch
@@ -27,7 +26,7 @@
 %global python_sitelib  %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
 
-BuildRequires: sip-devel >= 4.7.1
+BuildRequires: sip-devel >= 4.7.2
 %global sip_ver %(sip -V 2>/dev/null | cut -d' ' -f1)
 %if "%{?sip_ver}" > "3"
 # To be paranoid, could change >= to = -- Rex
@@ -53,14 +52,7 @@
 %prep
 %setup -q -n PyQt-x11-gpl-%{version}
 
-## hack to find proper multilib'd qconfig.h
-if [ -f %{_qt4_headerdir}/QtCore/qconfig-%{_arch}.h ]; then
-%patch1 -p1 -b .qconfig_h
-sed -i -e "s|@@QCONFIG_H@@|qconfig-%{_arch}.h|g" configure.py
-fi
-
 %patch2 -p1 -b .64bit
-
 %patch3 -p1 -b .QT_SHARED
 
 # mark examples non-executable
@@ -79,7 +71,6 @@
 %endif
 
 echo yes | %{__python} configure.py --verbose 
-# --destdir=%{python_sitearch}
 
 make %{?_smp_mflags}
 
@@ -126,6 +117,9 @@
 
 
 %changelog
+* Wed Dec 05 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.3-1
+- PyQt-4.3.3
+
 * Thu Nov 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 4.3.1-3
 - dbus support (#395741)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt4/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	12 Nov 2007 16:58:57 -0000	1.3
+++ sources	6 Dec 2007 21:20:38 -0000	1.4
@@ -1 +1 @@
-5d0095d7f08a973b4a04e09e7f6ab568  PyQt-x11-gpl-4.3.1.tar.gz
+a2ead359f57d84c24bdd10de387e80b4  PyQt-x11-gpl-4.3.3.tar.gz




More information about the fedora-extras-commits mailing list