SHA256
1
0
forked from pool/gtkmm2

Accepting request 50404 from home:vuntz:branches:GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/50404
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtkmm2?expand=0&rev=61
This commit is contained in:
Dominique Leuenberger 2010-10-12 21:27:51 +00:00 committed by Git OBS Bridge
parent a49a2b47f3
commit c6d8ec8aa0
3 changed files with 12 additions and 2 deletions

View File

@ -1,2 +1,3 @@
gtkmm2
libgtkmm-2_4-1
provides "gtkmm2-<targettype> = <version>"
obsoletes "gtkmm2-<targettype> <= <version>"

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 11 18:08:46 CEST 2010 - vuntz@opensuse.org
- Update baselibs.conf to use libgtkmm-2_4-1 instead of gtkmm2.
- Add a Provides for gtkmm2 to libgtkmm-2_4-1 in baselibs.conf,
like in the .spec file.
-------------------------------------------------------------------
Tue Sep 28 19:22:27 CEST 2010 - vuntz@opensuse.org

View File

@ -24,6 +24,7 @@ BuildRequires: atkmm-devel cairomm-devel fdupes gcc-c++ glibmm2-devel libsigc++
BuildRequires: gtk2-devel >= 2.15.1
Version: 2.22.0
Release: 1
# NOTE: on upgrade to a new upstream version, change the Obsoletes from <= to < (here and in baselibs.conf)
Group: System/Libraries
License: LGPLv2.1+
Summary: C++ Interface for GTK2 (a GUI Library for X)
@ -42,7 +43,8 @@ License: LGPLv2.1+
Group: System/Libraries
Summary: C++ Interface for GTK2 (a GUI library for X)
Provides: gtkmm2 = %{version}
Obsoletes: gtkmm2 < %{version}
# Note: we keep <= (and a rpmlint warning...) until we get a version higher than 2.22.0 (when this provides/obsoletes was introduced)
Obsoletes: gtkmm2 <= %{version}
Provides: gtkmm24 = %{version}
Obsoletes: gtkmm24 < %{version}