[gtkmm24] Update to 2.24.2

Kalev Lember kalev at fedoraproject.org
Sat Jul 9 09:46:11 UTC 2011


commit 7872ae7939b664a0d36bcf5a050b49c788df21ad
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat Jul 9 09:31:42 2011 +0300

    Update to 2.24.2

 .gitignore   |    1 +
 gtkmm24.spec |    9 ++++++---
 sources      |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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 <kalevlember at gmail.com> - 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 <kalevlember at gmail.com> - 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


More information about the scm-commits mailing list