From 497e894459ae7816a871f5f6e26ab54916c1775e Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 15 Apr 2013 10:10:44 +0700 Subject: [PATCH] Update to 0.10.1 --- .gitignore | 4 ++-- libgee.spec | 11 +++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3a2e520..add2cd0 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libgee.spec b/libgee.spec index d129826..0f8b6f9 100644 --- a/libgee.spec +++ b/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 - 0.10.1-1 +- Update to 0.10.1 + * Tue Mar 26 2013 Michel Salim - 0.10.0-1 - Update to 0.10.0 diff --git a/sources b/sources index 2001922..3e273d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81736ef70fd2c368d354abef54ca980b libgee-0.10.0.tar.xz +f9e6189853f68d28749223fa28696d87 libgee-0.10.1.tar.xz