[libgee/f18: 8/8] Revert "Revert "Update declaration patch""

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 5 15:16:22 UTC 2012


commit 232cb4a15e395a1ffe4ec32701f311c22b5f9c7b
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 5 22:15:56 2012 +0700

    Revert "Revert "Update declaration patch""
    
    This reverts commit 32ebdb9d0dcc1e30f8daf9fe745aa6bd8c0957e9.

 libgee-0.7.1-declaration.patch  |   11 -----------
 libgee-0.7.90-declaration.patch |   10 ++++++++++
 libgee.spec                     |    2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)
---
diff --git a/libgee-0.7.90-declaration.patch b/libgee-0.7.90-declaration.patch
new file mode 100644
index 0000000..1673b52
--- /dev/null
+++ b/libgee-0.7.90-declaration.patch
@@ -0,0 +1,10 @@
+--- libgee-0.7.90/gee/treemap.c.declaration	2012-08-28 13:35:16.000000000 +0700
++++ libgee-0.7.90/gee/treemap.c	2012-09-05 18:35:13.124163383 +0700
+@@ -1510,6 +1510,7 @@
+ static GeeSortedMap* gee_tree_map_sub_map_real_tail_map (GeeAbstractSortedMap* base, gconstpointer after);
+ static GeeSortedMap* gee_tree_map_sub_map_real_sub_map (GeeAbstractSortedMap* base, gconstpointer after, gconstpointer before);
+ 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);
diff --git a/libgee.spec b/libgee.spec
index 38dea3d..d84bfb5 100644
--- a/libgee.spec
+++ b/libgee.spec
@@ -12,7 +12,7 @@ Source0:        http://download.gnome.org/sources/libgee/0.7/libgee-%{version}.t
 # bad things happen for values >= 0x8000000, probably a Vala compiler bug, seems
 # like something with abstract classes/methods, but needs a Vala expert, found
 # on s390x, search for "implicit declaration of function ..." in build.log
-Patch0:         %{name}-0.7.1-declaration.patch
+Patch0:         %{name}-0.7.90-declaration.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:	gobject-introspection-devel


More information about the scm-commits mailing list