Update to 2.24.1
This commit is contained in:
parent
be23942079
commit
9946d8ee5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ atkmm-2.21.2.tar.bz2
|
|||||||
/atkmm-2.22.7.tar.xz
|
/atkmm-2.22.7.tar.xz
|
||||||
/atkmm-2.23.1.tar.xz
|
/atkmm-2.23.1.tar.xz
|
||||||
/atkmm-2.23.3.tar.xz
|
/atkmm-2.23.3.tar.xz
|
||||||
|
/atkmm-2.24.1.tar.xz
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
# first two digits of version
|
# first two digits of version
|
||||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||||
|
|
||||||
%global glibmm24_version 2.45.3
|
%global glibmm24_version 2.46.1
|
||||||
|
|
||||||
Name: atkmm
|
Name: atkmm
|
||||||
Version: 2.23.3
|
Version: 2.24.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C++ interface for the ATK library
|
Summary: C++ interface for the ATK library
|
||||||
|
|
||||||
@ -91,6 +91,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.23.3-1
|
||||||
- Update to 2.23.3
|
- Update to 2.23.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user