Update to 0.10.1
This commit is contained in:
parent
a64238df22
commit
497e894459
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/libgee-0.8.5.tar.xz
|
||||
/libgee-0.10.0.tar.xz
|
||||
/libgee-0.8.6.tar.xz
|
||||
/libgee-0.10.1.tar.xz
|
||||
|
11
libgee.spec
11
libgee.spec
@ -1,5 +1,5 @@
|
||||
Name: libgee
|
||||
Version: 0.10.0
|
||||
Version: 0.10.1
|
||||
Release: 1%{?dist}
|
||||
Summary: GObject collection library
|
||||
|
||||
@ -46,11 +46,11 @@ TreeMap, TreeMultiSet, and TreeMultiMap classes provide a reasonable sample
|
||||
implementation of those interfaces. In addition, a set of abstract
|
||||
classes are provided to ease the implementation of new collections.
|
||||
|
||||
Around that, the API provide means to retrieve read-only views,
|
||||
efficient sort algorithms, simple, bi-directional or index-based mutable
|
||||
Around that, the API provide means to retrieve read-only views,
|
||||
efficient sort algorithms, simple, bi-directional or index-based mutable
|
||||
iterators depending on the collection type.
|
||||
|
||||
Libgee is written in Vala and can be used like any GObject-based C
|
||||
Libgee is written in Vala and can be used like any GObject-based C
|
||||
library. It's planned to provide bindings for further languages.
|
||||
|
||||
|
||||
@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2013 Michel Salim <salimma@fedoraproject.org> - 0.10.1-1
|
||||
- Update to 0.10.1
|
||||
|
||||
* Tue Mar 26 2013 Michel Salim <salimma@fedoraproject.org> - 0.10.0-1
|
||||
- Update to 0.10.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user