rpms/PyQt/devel .cvsignore, 1.21, 1.22 PyQt.spec, 1.46, 1.47 sources, 1.20, 1.21

Rex Dieter rdieter at fedoraproject.org
Mon Nov 17 16:37:52 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/PyQt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18118

Modified Files:
	.cvsignore PyQt.spec sources 
Log Message:
* Mon Nov 17 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.17.6-1
- PyQt-3.17.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	7 Dec 2007 00:59:33 -0000	1.21
+++ .cvsignore	17 Nov 2008 16:37:21 -0000	1.22
@@ -1,5 +1 @@
-PyQt-x11-gpl-3.16.tar.gz
-PyQt-x11-gpl-3.17.tar.gz
-PyQt-x11-gpl-3.17.1.tar.gz
-PyQt-x11-gpl-3.17.3.tar.gz
-PyQt-x11-gpl-3.17.4.tar.gz
+PyQt-x11-gpl-3.17.6.tar.gz


Index: PyQt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt/devel/PyQt.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- PyQt.spec	18 Jun 2008 17:13:22 -0000	1.46
+++ PyQt.spec	17 Nov 2008 16:37:22 -0000	1.47
@@ -1,25 +1,25 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-%define sip_version 4.7.3
+%define sip_version 4.7.9
 
-%if 0%{?fedora} > 8
-%define qt3pkg qt3
+%if 0%{?fedora} > 8 
+%define qt3 qt3
 %define qt3version 3.3.8
 %else
-%define qt3pkg qt
+%define qt3 qt
 %define qt3version 1:3.3.8
 %define qscintilla 1
 %endif
 
-Summary: Python bindings for Qt
+Summary: Python bindings for Qt3
 Name: PyQt
-Version: 3.17.4
-Release: 5%{?dist}
+Version: 3.17.6
+Release: 1%{?dist}
 
 License: GPLv2
 Group: Development/Languages
-Url: http://www.riverbankcomputing.co.uk/pyqt/
-Source0: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
+Url: http://www.riverbankcomputing.com/pyqt/
+Source0: http://www.riverbankcomputing.com/static/Downloads/PyQt3/PyQt-x11-gpl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: libXmu-devel
@@ -29,14 +29,14 @@
 %else
 Obsoletes: %{name}-qscintilla < %{version}-%{release}
 %endif
-BuildRequires: %{qt3pkg}-devel >= %{qt3version}
-BuildRequires: %{qt3pkg}-MySQL %{qt3pkg}-ODBC %{qt3pkg}-PostgreSQL
+BuildRequires: %{qt3}-devel >= %{qt3version}
+BuildRequires: %{qt3}-MySQL %{qt3}-ODBC %{qt3}-PostgreSQL
 BuildRequires: sip-devel >= %{sip_version}
 BuildRequires: libXmu-devel
 
 Provides: PyQt3 = %{version}-%{release}
 
-Requires: %{qt3pkg} >= %{qt3version}
+Requires: %{qt3} >= %{qt3version}
 %global sip_ver %(sip -V 2>/dev/null | cut -d' ' -f1)
 %if "%{?sip_ver}" > "3"
 # To be paranoid, could change >= to = -- Rex
@@ -44,10 +44,11 @@
 %endif
 
 %description
-These are Python bindings for Qt.
+These are Python bindings for Qt3.
 
 %package devel
-Summary: Files needed to build other bindings based on Qt
+Summary: Files needed to build other bindings based on Qt3
+Group: Development/Languages
 Provides: PyQt3-devel = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Requires: sip-devel
@@ -55,19 +56,17 @@
 Obsoletes: %{name}-qscintilla-devel < %{version}-%{release}
 %endif
 
-Group: Development/Languages
-
 %description devel
 Files needed to build other bindings for C++ classes that inherit from any
-of the Qt classes (e.g. KDE or your own).
+of the Qt3 classes (e.g. KDE or your own).
 
 %package examples
 Summary: Examples for %{name} 
-Requires: %{name} = %{version}-%{release}
 Group: Development/Languages
+Requires: %{name} = %{version}-%{release}
 
 %description examples
-Examples code demonstrating how to use the Python bindings for Qt.
+Example code demonstrating how to use the Python bindings for Qt3.
 
 %if 0%{?qscintilla}
 %package qscintilla
@@ -145,6 +144,12 @@
 
 
 %changelog
+* Mon Nov 17 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.17.6-1
+- PyQt-3.17.6
+
+* Mon Nov 10 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.17.5-1
+- PyQt-3.17.5
+
 * Wed Jun 18 2008 Rex Dieter <rdieter at fedoraproject.org> - 3.17.4-5
 - Provides: PyQt3(-devel)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PyQt/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	7 Dec 2007 00:59:33 -0000	1.20
+++ sources	17 Nov 2008 16:37:22 -0000	1.21
@@ -1 +1 @@
-0dffe4bc87a1102d61ee972bb868c65a  PyQt-x11-gpl-3.17.4.tar.gz
+89b7c46d6db4a2916fc6ab5a82b0d08a  PyQt-x11-gpl-3.17.6.tar.gz




More information about the fedora-extras-commits mailing list