OBS User unknown 2009-02-19 17:33:25 +00:00 committed by Git OBS Bridge
parent c3ce49338a
commit fcfc6826b5
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 17 23:45:50 CET 2009 - vuntz@novell.com
- Fix Provides/Obsoletes to use %{version}. The lang package
requires gdl = %{version}, so we have to do this.
-------------------------------------------------------------------
Tue Feb 17 03:49:44 CET 2009 - vuntz@novell.com

View File

@ -28,7 +28,7 @@ License: GPL v2 only
Group: System/Libraries
AutoReqProv: on
Version: 2.25.91
Release: 1
Release: 2
Summary: Gnome Devtool Libraries contains components and libraries
Source: http://ftp.gnome.org/pub/GNOME/sources/gdl/2.24/%name-%version.tar.bz2
Url: http://ftp.gnome.org/pub/GNOME/sources/gdl/0.7/
@ -52,8 +52,8 @@ License: GPL v2 only
Summary: Gnome Devtool Libraries contains components and libraries
Group: System/Libraries
Requires: %{name}-lang = %{version}
Obsoletes: gdl <= 2.24.0
Provides: gdl = 2.24.0
Obsoletes: gdl <= %{version}
Provides: gdl = %{version}
%description -n libgdl-1-0
Gnome Devtool Libraries contains components and libraries that are
@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Feb 17 2009 vuntz@novell.com
- Fix Provides/Obsoletes to use %%{version}. The lang package
requires gdl = %%{version}, so we have to do this.
* Tue Feb 17 2009 vuntz@novell.com
- Update to version 2.25.91:
+ Added some gtk-doc documentation
+ Cleaned-up gtk+ includes