rpms/qzion/F-11 qzion.spec,1.3,1.4

Rex Dieter rdieter at fedoraproject.org
Tue Nov 17 16:10:18 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/qzion/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4975

Modified Files:
	qzion.spec 
Log Message:
* Mon Nov 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.4.0-5
- -python: Requires: sip-api(%_sip_api_major) >= %_sip_api



Index: qzion.spec
===================================================================
RCS file: /cvs/pkgs/rpms/qzion/F-11/qzion.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- qzion.spec	6 Mar 2009 20:29:16 -0000	1.3
+++ qzion.spec	17 Nov 2009 16:10:17 -0000	1.4
@@ -4,7 +4,7 @@
 
 Name:           qzion
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        5%{?dist}
 Summary:        A canvas abstraction
 
 Group:          System Environment/Libraries
@@ -13,15 +13,16 @@ URL:            http://code.openbossa.or
 Source0:        http://code.openbossa.org/projects/%{name}/repos/mainline/archive/d32223eae1bba7f1b191c334668f3f7dd662f582.tar.gz
 
 Patch0:         qzion-0.4.0-fix_python_install.patch
+Patch1:		qzion-0.4.0-fix_char_conversion.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  qt4-devel
+BuildRequires:  sip-devel
 BuildRequires:  PyQt4-devel
 BuildRequires:  cmake
 BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-BuildRequires:  sip-devel
 
 %description
 QZion is an canvas abstraction used by and made for QEdje.
@@ -43,16 +44,16 @@ developing applications that use %{name}
 Summary:  Python bindings for %{name}
 Group:    Development/Libraries
 Requires: PyQt4
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 
 %description python
 The %{name}-python package contains python bindings for %{name}
 
 
 %package python-devel
-
 Summary:  Python bindings for %{name}
 Group:    Development/Libraries
-Requires: sip
+Requires: sip-devel
 Requires: PyQt4-devel
 Requires: %{name}-python = %{version}-%{release}
 
@@ -63,6 +64,7 @@ the python bindings for %{name}
 %prep
 %setup -q -n %{name}-mainline
 %patch0 -p1
+%patch1 -p1
 
 %build
 
@@ -108,6 +110,18 @@ rm -rf %{buildroot}
 %{_datadir}/sip/%{name}
 
 %changelog
+* Mon Nov 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.4.0-5
+- -python: Requires: sip-api(%%_sip_api_major) >= %%_sip_api
+
+* Mon Nov 16 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.4.0-4
+- drop extraneous BR: sip-devel
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 16 2009 John5342 <john5342 at, fedoraproject.org> 0.4.0-2
+- Fix char* conversion (#511583)
+
 * Fri Mar 06 2009 John5342 <john5342 at, fedoraproject.org> 0.4.0-1
 - Updated to new upstream release (0.4.0)
 




More information about the scm-commits mailing list