[atkmm] Update to 2.22.6

Kalev Lember kalev at fedoraproject.org
Mon Feb 27 13:47:42 UTC 2012


commit ce3c80f32d4753450081a291270b63d8f817e9c8
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Feb 27 15:46:19 2012 +0200

    Update to 2.22.6
    
    ... and switch to .xz tarballs.

 .gitignore |    1 +
 atkmm.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 56d8ba4..8da9adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ atkmm-2.21.2.tar.bz2
 /atkmm-2.22.2.tar.bz2
 /atkmm-2.22.4.tar.bz2
 /atkmm-2.22.5.tar.bz2
+/atkmm-2.22.6.tar.xz
diff --git a/atkmm.spec b/atkmm.spec
index 977e51f..9d1b756 100644
--- a/atkmm.spec
+++ b/atkmm.spec
@@ -3,14 +3,14 @@
 %define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
 
 Name:           atkmm
-Version:        2.22.5
-Release:        2%{?dist}
+Version:        2.22.6
+Release:        1%{?dist}
 Summary:        C++ interface for the ATK library
 
 Group:          System Environment/Libraries
 License:        LGPLv2+
 URL:            http://www.gtkmm.org/
-Source0:        http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{release_version}/atkmm-%{version}.tar.bz2
+Source0:        http://ftp.gnome.org/pub/GNOME/sources/atkmm/%{release_version}/atkmm-%{version}.tar.xz
 
 BuildRequires:  atk-devel
 BuildRequires:  glibmm24-devel
@@ -88,6 +88,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Mon Feb 27 2012 Kalev Lember <kalevlember at gmail.com> - 2.22.6-1
+- Update to 2.22.6
+- Switch to .xz tarballs
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.22.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 7a9c70e..d22e38a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d56fe2b29d4c88fa270918e5572fc8cf  atkmm-2.22.5.tar.bz2
+30f8e34c92b14f17ba3029937b2f218a  atkmm-2.22.6.tar.xz


More information about the scm-commits mailing list