Update to 0.13.5.1:
- minimum Vala version is now 0.23.2 - adjusted test case to remove workaround for older Vala versions
This commit is contained in:
parent
252abaf0fe
commit
6af1425bca
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,4 +6,4 @@
|
||||
/libgee-0.11.92.tar.xz
|
||||
/libgee-0.12.0.tar.xz
|
||||
/libgee-0.13.4.tar.xz
|
||||
/libgee-0.13.5.tar.xz
|
||||
/libgee-0.13.5.1.tar.xz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: libgee
|
||||
Version: 0.13.5
|
||||
Version: 0.13.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
@ -13,7 +13,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
# Bootstrap requirements
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: vala
|
||||
BuildRequires: vala >= 0.23.2
|
||||
|
||||
%description
|
||||
libgee is a collection library providing GObject-based interfaces and
|
||||
@ -116,6 +116,11 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 11 2014 Michel Salim <salimma@fedoraproject.org> - 0.13.5.1-1
|
||||
- Update to 0.13.5.1:
|
||||
- minimum Vala version is now 0.23.2
|
||||
- adjusted test case to remove workaround for older Vala versions
|
||||
|
||||
* Tue Feb 04 2014 Richard Hughes <rhughes@redhat.com> - 0.13.5-1
|
||||
- Update to 0.13.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user