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 - 2.22.6-1 +- Update to 2.22.6 +- Switch to .xz tarballs + * Thu Jan 12 2012 Fedora Release Engineering - 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