OBS User unknown
2007-08-17 17:00:19 +00:00
committed by Git OBS Bridge
parent f633bb20bc
commit 56a9fdd0d2
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 17 15:53:13 CEST 2007 - dmueller@suse.de
- remove conflict as it is now common base for qt 3.x
and qt 4.x (#300041)
-------------------------------------------------------------------
Sun Aug 12 13:32:48 CEST 2007 - dmueller@suse.de

View File

@@ -16,12 +16,11 @@ License: GPL v2 or later
Group: Development/Libraries/Python
Summary: SIP tool to create python bindings
Version: 4.7
Release: 6
Release: 9
URL: http://www.riverbankcomputing.co.uk/sip/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: sip-%{version}.tar.bz2
Patch0: disable-rpaths.diff
Conflicts: python-qt < 4.0.0
%py_requires
@@ -65,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/sip
%changelog
* Fri Aug 17 2007 - dmueller@suse.de
- remove conflict as it is now common base for qt 3.x
and qt 4.x (#300041)
* Sun Aug 12 2007 - dmueller@suse.de
- %%py_requires no longer has buildrequires
* Sat Aug 11 2007 - dmueller@suse.de