Hello community,

here is the log from the commit of package libgee for openSUSE:Factory checked 
in at 2012-02-28 14:13:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgee (Old)
 and      /work/SRC/openSUSE:Factory/.libgee.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgee", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgee/libgee.changes    2012-01-11 
15:38:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes       2012-02-28 
14:13:59.000000000 +0100
@@ -1,0 +2,15 @@
+Fri Feb 24 14:45:29 UTC 2012 - [email protected]
+
+- Update to version 0.6.4:
+  + Fix compilation with vala master
+  + Fix creation of GObject introspection files
+- Changes from version 0.6.3:
+  + Fix buffer underflow.
+- Changes from version 0.6.2.1:
+  + Add check-news to AM_INIT_AUTOMAKE
+- Changes from version 0.6.2:
+  + Fix adding second element to priority queue.
+  + Fix problem with key used in range is freed.
+- Rebase libgee-gir.patch.
+
+-------------------------------------------------------------------

Old:
----
  libgee-0.6.1.tar.bz2

New:
----
  libgee-0.6.4.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgee.spec ++++++
--- /var/tmp/diff_new_pack.GqVebB/_old  2012-02-28 14:14:00.000000000 +0100
+++ /var/tmp/diff_new_pack.GqVebB/_new  2012-02-28 14:14:00.000000000 +0100
@@ -16,14 +16,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libgee
-Version:        0.6.1
+Version:        0.6.4
 Release:        0
 Summary:        GObject-based library providing commonly used data structures
 License:        LGPL-2.1+
 Group:          Development/Libraries/GNOME
 Url:            http://live.gnome.org/Libgee
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/libgee/0.6/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE libgee-gir.patch [email protected] -- The typelib file 
should not reference libgee, but libgee.so.2. The patch is not clean for 
upstream, but discussion has started at bgo#667529.
 Patch0:         libgee-gir.patch
 BuildRequires:  glib2-devel

++++++ libgee-gir.patch ++++++
--- /var/tmp/diff_new_pack.GqVebB/_old  2012-02-28 14:14:00.000000000 +0100
+++ /var/tmp/diff_new_pack.GqVebB/_new  2012-02-28 14:14:00.000000000 +0100
@@ -5,7 +5,7 @@
        $(NULL)
  
  Gee-1.0.typelib: Gee-1.0.gir
--      @INTROSPECTION_COMPILER@ --shared-library=libgee -o $@ $^
+-      @INTROSPECTION_COMPILER@ -o $@ $^
 +      @INTROSPECTION_COMPILER@ --shared-library=libgee.so.2 -o $@ $^
  endif
  
@@ -17,7 +17,7 @@
        touch $@
  
  @[email protected]: Gee-1.0.gir
--@HAVE_INTROSPECTION_TRUE@     @INTROSPECTION_COMPILER@ 
--shared-library=libgee -o $@ $^
+-@HAVE_INTROSPECTION_TRUE@     @INTROSPECTION_COMPILER@ -o $@ $^
 +@HAVE_INTROSPECTION_TRUE@     @INTROSPECTION_COMPILER@ 
--shared-library=libgee.so.2 -o $@ $^
  
  # Tell versions [3.59,3.63) of GNU make to not export all variables.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to