Revert "Merge branch 'f18'"

This reverts commit 85c311c9c9, reversing
changes made to ec8fd3db1a.
This commit is contained in:
Michel Alexandre Salim 2012-09-05 22:15:21 +07:00
parent 85c311c9c9
commit 416b095258
4 changed files with 3 additions and 11 deletions

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
/libgee-0.7.2.tar.xz /libgee-0.7.2.tar.xz
/libgee-0.7.3.tar.xz /libgee-0.7.3.tar.xz
/libgee-0.7.4.tar.xz
/libgee-0.7.90.tar.xz

View File

@ -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_abstract_map_get_keys (GeeAbstractMap* self);
+GeeSet* gee_map_get_keys (GeeMap* self); +GeeSet* gee_map_get_keys (GeeMap* self);
gint gee_collection_get_size (GeeCollection* 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); 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);

View File

@ -1,5 +1,5 @@
Name: libgee Name: libgee
Version: 0.7.90 Version: 0.7.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: GObject collection library Summary: GObject collection library
@ -116,12 +116,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog %changelog
* Tue Aug 28 2012 Richard Hughes <hughsient@gmail.com> - 0.7.90-1
- Update to 0.7.90
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 0.7.4-1
- Update to 0.7.4
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 0.7.3-1 * Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 0.7.3-1
- Update to 0.7.3 - Update to 0.7.3

View File

@ -1 +1 @@
5f4dba8834db8ed831c98524c2c49321 libgee-0.7.90.tar.xz 21bb3c0cb0ff4f1ef512c1c117133b8c libgee-0.7.3.tar.xz