From fcfc6826b5a3e038a072bca6d5b85e04fbe50a7730e37c129edcd92810310bde Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 19 Feb 2009 17:33:25 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gdl?expand=0&rev=6 --- gdl.changes | 6 ++++++ gdl.spec | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gdl.changes b/gdl.changes index 0503891..67acabf 100644 --- a/gdl.changes +++ b/gdl.changes @@ -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 diff --git a/gdl.spec b/gdl.spec index 1e92da6..40ab72d 100644 --- a/gdl.spec +++ b/gdl.spec @@ -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