Update to 2.23.1
This commit is contained in:
parent
31573a3467
commit
887e0a60fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ atkmm-2.21.2.tar.bz2
|
||||
/atkmm-2.22.5.tar.bz2
|
||||
/atkmm-2.22.6.tar.xz
|
||||
/atkmm-2.22.7.tar.xz
|
||||
/atkmm-2.23.1.tar.xz
|
||||
|
@ -3,8 +3,8 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: atkmm
|
||||
Version: 2.22.7
|
||||
Release: 6%{?dist}
|
||||
Version: 2.23.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ interface for the ATK library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -86,6 +86,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 2.23.1-1
|
||||
- Update to 2.23.1
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.7-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user