Update to 2.24.1

This commit is contained in:
Kalev Lember 2015-09-22 13:19:59 +02:00
parent be23942079
commit 9946d8ee5d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ atkmm-2.21.2.tar.bz2
/atkmm-2.22.7.tar.xz
/atkmm-2.23.1.tar.xz
/atkmm-2.23.3.tar.xz
/atkmm-2.24.1.tar.xz

View File

@ -2,10 +2,10 @@
# first two digits of version
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
%global glibmm24_version 2.45.3
%global glibmm24_version 2.46.1
Name: atkmm
Version: 2.23.3
Version: 2.24.1
Release: 1%{?dist}
Summary: C++ interface for the ATK library
@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.24.1-1
- Update to 2.24.1
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.23.3-1
- Update to 2.23.3

View File

@ -1 +1 @@
1ee0895054b9cd37b6aa9a89e8ed7bfa atkmm-2.23.3.tar.xz
279f32c23b74e5d25bce2b941294cdc8 atkmm-2.24.1.tar.xz