[glibmm24] Update to 2.27.97

Kalev Lember kalev at fedoraproject.org
Fri Mar 18 08:03:20 UTC 2011


commit f84938d7988a041a93a7007d7f8ec57066306b30
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Fri Mar 18 10:01:42 2011 +0200

    Update to 2.27.97
    
    BuildRequire mm-common as the doctools are no longer bundled
    with glibmm tarball.

 .gitignore    |    1 +
 glibmm24.spec |   11 ++++++++---
 sources       |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1040023..544084b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ glibmm-2.24.1.tar.bz2
 /glibmm-2.27.91.tar.bz2
 /glibmm-2.27.93.tar.bz2
 /glibmm-2.27.94.tar.bz2
+/glibmm-2.27.97.tar.bz2
diff --git a/glibmm24.spec b/glibmm24.spec
index 74dab79..e979af0 100644
--- a/glibmm24.spec
+++ b/glibmm24.spec
@@ -4,8 +4,8 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           glibmm24
-Version:        2.27.94
-Release:        2%{?dist}
+Version:        2.27.97
+Release:        1%{?dist}
 Summary:        C++ interface for the GLib library
 
 Group:          System Environment/Libraries
@@ -16,6 +16,7 @@ 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
 
 %description
 glibmm is the official C++ interface for the popular cross-platform
@@ -90,7 +91,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/glibmm-2.4/
 %{_libdir}/giomm-2.4/
 %{_libdir}/pkgconfig/*.pc
-%{_datadir}/glibmm-2.4
 %{_datadir}/aclocal/*.m4
 
 %files doc
@@ -100,6 +100,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Mar 18 2011 Kalev Lember <kalev at smartlink.ee> - 2.27.97-1
+- Update to 2.27.97
+- BuildRequire mm-common as the doctools are no longer bundled
+  with glibmm tarball.
+
 * Tue Mar 01 2011 Kalev Lember <kalev at smartlink.ee> - 2.27.94-2
 - Spec cleanup
 - Actually co-own /usr/share/devhelp/ directory
diff --git a/sources b/sources
index 808e058..5845233 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3d235a895c0093bd667fadca92d16950  glibmm-2.27.94.tar.bz2
+f9a70b7ca9bf7435b08b5df1b7b36fd4  glibmm-2.27.97.tar.bz2


More information about the scm-commits mailing list