rpms/PyQt-qscintilla/FC-5 .cvsignore, 1.3, 1.4 PyQt-qscintilla.spec, 1.5, 1.6 sources, 1.3, 1.4

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Wed Jan 31 03:03:52 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/PyQt-qscintilla/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14190

Modified Files:
	.cvsignore PyQt-qscintilla.spec sources 
Log Message:
* 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 <rdieter[AT]fedoraproject.org> 3.17-1
- PyQt-3.17




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/FC-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	19 Jun 2006 11:59:00 -0000	1.3
+++ .cvsignore	31 Jan 2007 03:03:22 -0000	1.4
@@ -1 +1,2 @@
-PyQt-x11-gpl-3.15.tar.gz
+PyQt-x11-gpl-3.16.tar.gz
+PyQt-x11-gpl-3.17.tar.gz


Index: PyQt-qscintilla.spec
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/FC-5/PyQt-qscintilla.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PyQt-qscintilla.spec	6 Nov 2006 15:18:18 -0000	1.5
+++ PyQt-qscintilla.spec	31 Jan 2007 03:03:22 -0000	1.6
@@ -1,21 +1,24 @@
 
 Summary: PyQt qscintilla extentions 
 Name: 	 PyQt-qscintilla
-Version: 3.15
-Release: 4%{?dist}
+Version: 3.17
+Release: 2%{?dist}
 
 License: GPL
 Group: 	 Development/Languages
-Url: 	 http://www.riverbankcomputing.co.uk/pyqt/
-Source:	 http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-%{version}.tar.gz
+Url: 	 http://www.riverbankcomputing.com/pyqt/
+Source0: http://www.riverbankcomputing.com/Downloads/PyQt3/GPL/PyQt-x11-gpl-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: qt-devel
-BuildRequires: qscintilla-devel
+BuildRequires: qscintilla-devel >= 1.7
 BuildRequires: sip-devel
+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)")
-Requires: python-abi = %{python_ver} 
+%if "%{?python_ver}" > "2"
+Requires: python-abi = %{python_ver}
+%endif
 Requires: PyQt = %{version}
 
 %description
@@ -39,7 +42,9 @@
 unset QTDIR || : ; source /etc/profile.d/qt.sh
 
 echo yes | %{__python} configure.py \
-  -d %{python_sitedir} 
+ -d %{python_sitedir} \
+ -w \
+ -y qt-mt
 
 make -C qtext %{?_smp_mflags}
 
@@ -65,13 +70,28 @@
 
 
 %changelog
-* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-4
-- devel: Requires: PyQt-devel 
+* 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.15-3
-- devel subpkg
+* Mon Nov 06 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 3.17-1
+- PyQt-3.17
 
-* Mon Jun 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-2
+* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-7
+- -devel: Requires: PyQt-devel
+
+* Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-6
+- devel subpkg 
+
+* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-5
+- fc6 respin
+
+* Thu Jul 27 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-4
+- fc6 respin
+
+* Thu Jun 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.16-3
+- devel/fc6 branch uses PyQt-3.16
+
+* Thu Jun 15 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-2
 - own %%_datadir/sip
 
 * Mon Apr 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 3.15-1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/PyQt-qscintilla/FC-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	19 Jun 2006 11:59:00 -0000	1.3
+++ sources	31 Jan 2007 03:03:22 -0000	1.4
@@ -1 +1 @@
-8e70fac4f403fb759b537008170ff446  PyQt-x11-gpl-3.15.tar.gz
+dd0ecb6258215cd8e47e6de1c37a6da2  PyQt-x11-gpl-3.17.tar.gz




More information about the scm-commits mailing list