Update to 2.22.6
... and switch to .xz tarballs.
This commit is contained in:
parent
604a9e2168
commit
ce3c80f32d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
atkmm.spec
10
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@gmail.com> - 2.22.6-1
|
||||
- Update to 2.22.6
|
||||
- Switch to .xz tarballs
|
||||
|
||||
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user