diff --git a/python-sip.changes b/python-sip.changes index 74094c0..dce3e4f 100644 --- a/python-sip.changes +++ b/python-sip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 12 13:32:48 CEST 2007 - dmueller@suse.de + +- %py_requires no longer has buildrequires + ------------------------------------------------------------------- Sat Aug 11 19:35:11 CEST 2007 - dmueller@suse.de diff --git a/python-sip.spec b/python-sip.spec index 343827d..a5a0983 100644 --- a/python-sip.spec +++ b/python-sip.spec @@ -11,12 +11,12 @@ # norootforbuild Name: python-sip -BuildRequires: c++_compiler python +BuildRequires: c++_compiler python python-devel License: GPL v2 or later Group: Development/Libraries/Python Summary: SIP tool to create python bindings Version: 4.7 -Release: 5 +Release: 6 URL: http://www.riverbankcomputing.co.uk/sip/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: sip-%{version}.tar.bz2 @@ -65,6 +65,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/sip %changelog +* Sun Aug 12 2007 - dmueller@suse.de +- %%py_requires no longer has buildrequires * Sat Aug 11 2007 - dmueller@suse.de - add conflict against python-qt 3.x versions * Fri Aug 03 2007 - dmueller@suse.de