From 1b346cb21f803761169cc9204057d56d3427d93a Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 22 Aug 2012 09:09:34 +0100 Subject: [PATCH] Update to 0.7.4 --- .gitignore | 1 + libgee-0.7.1-declaration.patch | 2 +- libgee.spec | 5 ++++- sources | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fd8c42d..b2f8d94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libgee-0.7.2.tar.xz /libgee-0.7.3.tar.xz +/libgee-0.7.4.tar.xz diff --git a/libgee-0.7.1-declaration.patch b/libgee-0.7.1-declaration.patch index c36e1bd..afd5aa1 100644 --- a/libgee-0.7.1-declaration.patch +++ b/libgee-0.7.1-declaration.patch @@ -7,5 +7,5 @@ diff -up libgee-0.7.1/gee/treemap.c.declaration libgee-0.7.1/gee/treemap.c GeeSet* gee_abstract_map_get_keys (GeeAbstractMap* self); +GeeSet* gee_map_get_keys (GeeMap* self); gint gee_collection_get_size (GeeCollection* self); + static gboolean gee_tree_map_sub_map_get_is_empty (GeeTreeMapSubMap* self); gboolean gee_collection_get_is_empty (GeeCollection* self); - static GeeTreeMapSubKeySet* gee_tree_map_sub_key_set_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeTreeMap* map, GeeTreeMapRange* range); diff --git a/libgee.spec b/libgee.spec index 46605b6..77eb425 100644 --- a/libgee.spec +++ b/libgee.spec @@ -1,5 +1,5 @@ Name: libgee -Version: 0.7.3 +Version: 0.7.4 Release: 1%{?dist} Summary: GObject collection library @@ -116,6 +116,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Tue Aug 21 2012 Richard Hughes - 0.7.4-1 +- Update to 0.7.4 + * Tue Aug 07 2012 Richard Hughes - 0.7.3-1 - Update to 0.7.3 diff --git a/sources b/sources index e492dfd..b605fd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21bb3c0cb0ff4f1ef512c1c117133b8c libgee-0.7.3.tar.xz +975349b96288126d2d954842101bf50a libgee-0.7.4.tar.xz