Update to 0.10.1

This commit is contained in:
Michel Alexandre Salim 2013-04-15 10:10:44 +07:00
parent a64238df22
commit 497e894459
3 changed files with 10 additions and 7 deletions

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
/libgee-0.8.5.tar.xz /libgee-0.8.6.tar.xz
/libgee-0.10.0.tar.xz /libgee-0.10.1.tar.xz

View File

@ -1,5 +1,5 @@
Name: libgee Name: libgee
Version: 0.10.0 Version: 0.10.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: GObject collection library 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 implementation of those interfaces. In addition, a set of abstract
classes are provided to ease the implementation of new collections. classes are provided to ease the implementation of new collections.
Around that, the API provide means to retrieve read-only views, Around that, the API provide means to retrieve read-only views,
efficient sort algorithms, simple, bi-directional or index-based mutable efficient sort algorithms, simple, bi-directional or index-based mutable
iterators depending on the collection type. 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. library. It's planned to provide bindings for further languages.
@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %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 * Tue Mar 26 2013 Michel Salim <salimma@fedoraproject.org> - 0.10.0-1
- Update to 0.10.0 - Update to 0.10.0

View File

@ -1 +1 @@
81736ef70fd2c368d354abef54ca980b libgee-0.10.0.tar.xz f9e6189853f68d28749223fa28696d87 libgee-0.10.1.tar.xz