diff --git a/.gitignore b/.gitignore index 6aed0c8..a332585 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ glibmm-2.24.1.tar.bz2 /glibmm-2.27.94.tar.bz2 /glibmm-2.27.97.tar.bz2 /glibmm-2.27.98.tar.bz2 +/glibmm-2.27.99.tar.bz2 diff --git a/glibmm24.spec b/glibmm24.spec index 23cd376..b8a9189 100644 --- a/glibmm24.spec +++ b/glibmm24.spec @@ -4,7 +4,7 @@ %define release_version %(echo %{version} | awk -F. '{print $1"."$2}') Name: glibmm24 -Version: 2.27.98 +Version: 2.27.99 Release: 1%{?dist} Summary: C++ interface for the GLib library @@ -15,8 +15,7 @@ Source0: http://ftp.gnome.org/pub/GNOME/sources/glibmm/%{release_version} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libsigc++20-devel >= 2.0.0 -BuildRequires: glib2-devel >= 2.27.4 -BuildRequires: mm-common +BuildRequires: glib2-devel >= 2.28.0 %description glibmm is the official C++ interface for the popular cross-platform @@ -100,6 +99,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Mar 24 2011 Kalev Lember - 2.27.99-1 +- Update to 2.27.99 +- Dropped BR mm-common which is no longer needed for tarball builds +- BR stable glib2 release + * Wed Mar 23 2011 Kalev Lember - 2.27.98-1 - Update to 2.27.98 diff --git a/sources b/sources index 206a71c..094dd95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -08e0a6ec4d1d15da206109465bcecfc5 glibmm-2.27.98.tar.bz2 +2feddcb1ce49bb7d1bce169fe961548f glibmm-2.27.99.tar.bz2