[libgee: 3/5] Revert "Update declaration patch"

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 5 15:06:05 UTC 2012


commit 32ebdb9d0dcc1e30f8daf9fe745aa6bd8c0957e9
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 5 22:04:18 2012 +0700

    Revert "Update declaration patch"
    
    This reverts commit 6b560e135767ae50ceb4344ee61e4ff9fd9f8412.

 libgee-0.7.1-declaration.patch  |   11 +++++++++++
 libgee-0.7.90-declaration.patch |   10 ----------
 libgee.spec                     |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/libgee-0.7.1-declaration.patch b/libgee-0.7.1-declaration.patch
new file mode 100644
index 0000000..c36e1bd
--- /dev/null
+++ b/libgee-0.7.1-declaration.patch
@@ -0,0 +1,11 @@
+diff -up libgee-0.7.1/gee/treemap.c.declaration libgee-0.7.1/gee/treemap.c
+--- libgee-0.7.1/gee/treemap.c.declaration	2012-01-12 17:53:00.000000000 +0100
++++ libgee-0.7.1/gee/treemap.c	2012-01-12 17:54:49.000000000 +0100
+@@ -1339,6 +1339,7 @@ static GeeSortedMap* gee_tree_map_sub_ma
+ 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);
+ 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 d84bfb5..38dea3d 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.90-declaration.patch
+Patch0:         %{name}-0.7.1-declaration.patch
 
 BuildRequires:  glib2-devel
 BuildRequires:	gobject-introspection-devel


More information about the scm-commits mailing list