diff --git a/.gitignore b/.gitignore index 95dae7b..3472237 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /gtkmm-2.22.0.tar.bz2 /gtkmm-2.24.0.tar.bz2 /gtkmm-2.24.1.tar.bz2 +/gtkmm-2.24.2.tar.xz diff --git a/gtkmm24.spec b/gtkmm24.spec index 4b11521..f1ac9cd 100644 --- a/gtkmm24.spec +++ b/gtkmm24.spec @@ -4,7 +4,7 @@ %global api_ver 2.4 Name: gtkmm24 -Version: 2.24.1 +Version: 2.24.2 Release: 1%{?dist} Summary: C++ interface for GTK2 (a GUI library for X) @@ -12,7 +12,7 @@ Summary: C++ interface for GTK2 (a GUI library for X) Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gtkmm.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{release_version}/gtkmm-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/%{release_version}/gtkmm-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glibmm24-devel >= 2.24 @@ -20,7 +20,6 @@ BuildRequires: atkmm-devel >= 2.22 BuildRequires: gtk2-devel >= 2.24 BuildRequires: cairomm-devel >= 1.2.2 BuildRequires: pangomm-devel >= 2.26 -BuildRequires: mm-common >= 0.9.5-1 %description @@ -110,6 +109,10 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/devhelp/ %changelog +* Sat Jul 09 2011 Kalev Lember - 2.24.2-1 +- Update to 2.24.2 +- Removed mm-common buildrequire which is no longer needed for tarball builds + * Thu Jul 07 2011 Kalev Lember - 2.24.1-1 - Update to 2.24.1 - Dropped the doctooldir patch diff --git a/sources b/sources index 4bb5d08..a88afff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06d814b49295392b7d529ed89264dd29 gtkmm-2.24.1.tar.bz2 +388a63ffc40cc8e208df9a1732a67d2d gtkmm-2.24.2.tar.xz