rpms/PyQt-qscintilla/devel .cvsignore, 1.3, 1.4 PyQt-qscintilla.spec, 1.9, 1.10 sources, 1.3, 1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Apr 13 18:06:12 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/PyQt-qscintilla/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23208

Modified Files:
	.cvsignore PyQt-qscintilla.spec sources 
Log Message:
* Wed Apr 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.17.1-1
- PyQt-3.17.1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2006 13:55:52 -0000	1.3
+++ .cvsignore	13 Apr 2007 18:05:34 -0000	1.4
@@ -1,2 +1,3 @@
 PyQt-x11-gpl-3.16.tar.gz
 PyQt-x11-gpl-3.17.tar.gz
+PyQt-x11-gpl-3.17.1.tar.gz


Index: PyQt-qscintilla.spec
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/PyQt-qscintilla.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- PyQt-qscintilla.spec	9 Dec 2006 17:20:47 -0000	1.9
+++ PyQt-qscintilla.spec	13 Apr 2007 18:05:34 -0000	1.10
@@ -1,8 +1,8 @@
 
 Summary: PyQt qscintilla extentions 
 Name: 	 PyQt-qscintilla
-Version: 3.17
-Release: 3%{?dist}
+Version: 3.17.1
+Release: 1%{?dist}
 
 License: GPL
 Group: 	 Development/Languages
@@ -16,8 +16,10 @@
 BuildRequires: python-devel 
 %global python_ver %(%{__python} -c "import sys ; print sys.version[:3]")
 %global python_sitedir %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
-%if "%{?python_ver}" > "2"
-Requires: python-abi = %{python_ver}
+## python >=2.4 automatically uses python(abi)
+%if "%{?python_ver}" > "1" && "%{?python_ver}" < "2.4"
+## otoh, PyQt proper should already include this.
+#Requires: python-abi = %{python_ver}
 %endif
 Requires: PyQt = %{version}
 
@@ -70,13 +72,13 @@
 
 
 %changelog
-* Sat Dec 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.17-3
-- respin (for python)
+* Wed Apr 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 3.17.1-1
+- PyQt-3.17.1
 
-* Thu Nov 09 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.17-2
+* Thu Nov 09 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 3.17-2
 - respin for qscintilla-1.7 (#214192)
 
-* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.17-1
+* Mon Nov 06 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 3.17-1
 - PyQt-3.17
 
 * Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-7


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2006 13:55:52 -0000	1.3
+++ sources	13 Apr 2007 18:05:34 -0000	1.4
@@ -1 +1 @@
-dd0ecb6258215cd8e47e6de1c37a6da2  PyQt-x11-gpl-3.17.tar.gz
+f04fa60df7c09e3c0a2006982c2c4cf5  PyQt-x11-gpl-3.17.1.tar.gz




More information about the scm-commits mailing list