[gtkmm24] Update to 2.24.1; dropped the doctooldir patch

Kalev Lember kalev at fedoraproject.org
Fri Jul 8 20:21:36 UTC 2011


commit 3183bcac89f07a419ea005f06cdb743a0867dac6
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Jul 8 19:51:07 2011 +0300

    Update to 2.24.1; dropped the doctooldir patch

 .gitignore                    |    1 +
 gtkmm-2.24.0-doctooldir.patch |   24 ------------------------
 gtkmm24.spec                  |   10 ++++++----
 sources                       |    2 +-
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3454c05..95dae7b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gtkmm-2.22.0.tar.bz2
 /gtkmm-2.24.0.tar.bz2
+/gtkmm-2.24.1.tar.bz2
diff --git a/gtkmm24.spec b/gtkmm24.spec
index 8883144..4b11521 100644
--- a/gtkmm24.spec
+++ b/gtkmm24.spec
@@ -4,8 +4,8 @@
 %global api_ver 2.4
 
 Name:           gtkmm24
-Version:        2.24.0
-Release:        4%{?dist}
+Version:        2.24.1
+Release:        1%{?dist}
 
 Summary:        C++ interface for GTK2 (a GUI library for X)
 
@@ -13,7 +13,6 @@ 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
-Patch0:         gtkmm-2.24.0-doctooldir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  glibmm24-devel >= 2.24
@@ -60,7 +59,6 @@ This package contains the full API documentation for %{name}.
 
 %prep
 %setup -q -n gtkmm-%{version}
-%patch0 -p1
 
 
 %build
@@ -112,6 +110,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_datadir}/devhelp/
 
 %changelog
+* Thu Jul 07 2011 Kalev Lember <kalevlember at gmail.com> - 2.24.1-1
+- Update to 2.24.1
+- Dropped the doctooldir patch
+
 * Mon Jul 04 2011 Karsten Hopp <karsten at redhat.com> 2.24.0-4
 - buildrequire mm-common
 - fix pkg-config call to figure out doctooldir
diff --git a/sources b/sources
index 8333034..4bb5d08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0413781fdb884e0ccba52844c94485f  gtkmm-2.24.0.tar.bz2
+06d814b49295392b7d529ed89264dd29  gtkmm-2.24.1.tar.bz2


More information about the scm-commits mailing list