[gtkmm30/f16] Update to 3.1.10

Kalev Lember kalev at fedoraproject.org
Fri Jul 29 01:16:42 UTC 2011


commit a0fd27100fca6d748bf2c13a56cba619d0c0dd7e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Jul 29 04:09:56 2011 +0300

    Update to 3.1.10
    
    Also killed the tarname define from the spec file; it was only used in
    one single place and not helping with the spec file readability.

 gtkmm30.spec |    8 +++++---
 sources      |    2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/gtkmm30.spec b/gtkmm30.spec
index 7ed8af0..aa5bea5 100644
--- a/gtkmm30.spec
+++ b/gtkmm30.spec
@@ -1,10 +1,9 @@
-%global tarname gtkmm
 %global apiver 3.0
 # first two digits of version
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           gtkmm30
-Version:        3.1.8
+Version:        3.1.10
 Release:        1%{?dist}
 Summary:        C++ interface for the GTK+ library
 
@@ -99,12 +98,15 @@ make check %{?_smp_mflags}
 %{_libdir}/pkgconfig/*.pc
 
 %files doc
-%doc %{_docdir}/%{tarname}-%{apiver}/
+%doc %{_docdir}/gtkmm-%{apiver}/
 %doc %{_datadir}/devhelp/
 %doc _docs/*
 
 
 %changelog
+* Thu Jul 28 2011 Kalev Lember <kalevlember at gmail.com> - 3.1.10-1
+- Update to 3.1.10
+
 * Sat Jul 09 2011 Kalev Lember <kalevlember at gmail.com> - 3.1.8-1
 - Update to 3.1.8
 - Use the xz compressed tarballs
diff --git a/sources b/sources
index eb76aaf..00a8a18 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6eee35c9e30af729f6235b0dbfaab2c  gtkmm-3.1.8.tar.xz
+628c4edaa8538a277cbaca89266a79f5  gtkmm-3.1.10.tar.xz


More information about the scm-commits mailing list