Hello community,
here is the log from the commit of package libgee for openSUSE:Factory checked in at 2013-03-30 14:58:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-03-22 09:20:19.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libgee.new/libgee.changes 2013-03-30 14:58:40.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Mar 29 08:45:45 UTC 2013 - vuntz@opensuse.org + +- Update to version 0.10.0: + + No change since 0.9.92. + +-------------------------------------------------------------------
Old: ---- libgee-0.9.92.tar.xz
New: ---- libgee-0.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences: ------------------ ++++++ libgee.spec ++++++ --- /var/tmp/diff_new_pack.0GLxI8/_old 2013-03-30 14:58:41.000000000 +0100 +++ /var/tmp/diff_new_pack.0GLxI8/_new 2013-03-30 14:58:41.000000000 +0100 @@ -18,14 +18,14 @@
Name: libgee -Version: 0.9.92 +Version: 0.10.0 Release: 0 # FIXME: Remove -w from CFLAGS when bgo#682526 is fixed. Summary: GObject-based library providing commonly used data structures License: LGPL-2.1+ Group: Development/Libraries/GNOME Url: http://live.gnome.org/Libgee -Source: http://download.gnome.org/sources/libgee/0.9/%%7Bname%7D-%%7Bversion%7D.tar.... +Source: http://download.gnome.org/sources/libgee/0.10/%%7Bname%7D-%%7Bversion%7D.tar... BuildRequires: gobject-introspection-devel BuildRequires: vala >= 0.17.5 BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
++++++ libgee-0.9.92.tar.xz -> libgee-0.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgee-0.9.92/ChangeLog new/libgee-0.10.0/ChangeLog --- old/libgee-0.9.92/ChangeLog 2013-03-05 00:40:52.000000000 +0100 +++ new/libgee-0.10.0/ChangeLog 2013-03-25 23:31:49.000000000 +0100 @@ -1,3 +1,7 @@ +2013-03-05 Maciej Piechotka uzytkownik2@gmail.com + + Release 0.9.92 + 2013-03-04 Maciej Piechotka uzytkownik2@gmail.com
Fix memory leak in TreeSet and TreeMap @@ -356,10 +360,12 @@
Preserve laziness in Stream
-2011-07-22 Maciej Piechotka uzytkownik2@gmail.com +2011-07-23 Maciej Piechotka uzytkownik2@gmail.com
Add Gee.Traversable<G> requirement to Gee.Iterable<G>
+2011-07-22 Maciej Piechotka uzytkownik2@gmail.com + Export the function part of interface into Traversable
2011-06-25 Maciej Piechotka uzytkownik2@gmail.com @@ -507,10 +513,10 @@
Fix typos in TreeMap and TreeSet fix and other embarrasing mistakes
-2010-08-02 Maciej Piechotka uzytkownik2@gmail.com - Fix the unfreeing on clear in TreeMap/TreeSet
+2010-08-02 Maciej Piechotka uzytkownik2@gmail.com + Use automake 1.11 vala support + cleaning of the Makefile.am: - Checks the vala version - All flags are 'local' (i.e. taget_name_(VALA|C|LD)FLAGS) @@ -697,7 +703,7 @@
Fix some missing pointer casts
-2009-09-23 Didier 'Ptitjes ptitjes@free.fr +2009-09-24 Didier 'Ptitjes ptitjes@free.fr
Fix item count decrementation on removal in AbstractMultiSet
@@ -705,6 +711,8 @@
Introduce immutable empty collection, list, set and map
+2009-09-23 Didier 'Ptitjes ptitjes@free.fr + Make Map<K,V> be an Iterable<Map.Entry<K,V>>
Implement TreeMultiSet @@ -907,7 +915,7 @@
Fix ReadOnlyCollection and ReadOnlyMap encapsulation failure
-2009-09-06 Tomaž Vajngerl quikee@gmail.com +2009-09-07 Tomaž Vajngerl quikee@gmail.com
Add tests for ReadOnlyCollection and ReadOnlyList Fixes part of bug 590677. @@ -945,8 +953,6 @@ Generally this introduction consists of a implementation description and few word about comparison with other structures.
-2009-09-05 Julien Peeters contact@julienpeeters.fr - Adding a first very basic documentation to data types implementations. When a data type method is already documented in a super class or in an interface the '@inheritDoc' parameter is set. @@ -955,10 +961,10 @@
Initial documentation infrastructure import
-2009-09-03 Didier 'Ptitjes ptitjes@free.fr - Fixing generics typo in HashMap's Value collection
+2009-09-03 Didier 'Ptitjes ptitjes@free.fr + Change inner classes' properties from construct to private set Removing construct properties enables the use of Vala's constructor chain up.
@@ -1028,7 +1034,7 @@
Add test fixture helper
-2009-07-23 Didier 'Ptitjes ptitjes@free.fr +2009-07-24 Didier 'Ptitjes ptitjes@free.fr
Introduce Collection.to_array() method A default naive implementation is provided in AbstractCollection. This @@ -1039,6 +1045,8 @@ All collection implementations now have a common AbstractCollection base class and now share the implementation of the get_element_type() method.
+2009-07-23 Didier 'Ptitjes ptitjes@free.fr + Remove unused variable in tests
Fix generic parameter typo @@ -1073,8 +1081,6 @@
Post-release version bump
-2009-07-19 Didier 'Ptitjes ptitjes@free.fr - Release 0.1.6
2009-07-19 Julien Fontanet julien.fontanet@isonoe.net diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgee-0.9.92/NEWS new/libgee-0.10.0/NEWS --- old/libgee-0.9.92/NEWS 2013-03-05 00:39:49.000000000 +0100 +++ new/libgee-0.10.0/NEWS 2013-03-25 23:31:12.000000000 +0100 @@ -1,3 +1,7 @@ +libgee 0.10.0 +============= + * No changes since release candidate + libgee 0.9.92 ============= * Fix memory leak in TreeSet and TreeMap diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgee-0.9.92/configure new/libgee-0.10.0/configure --- old/libgee-0.9.92/configure 2013-03-05 00:40:17.000000000 +0100 +++ new/libgee-0.10.0/configure 2013-03-25 23:31:35.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgee 0.9.92. +# Generated by GNU Autoconf 2.69 for libgee 0.10.0. # # Report bugs to https://bugzilla.gnome.org/enter_bug.cgi?product=libgee. # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='libgee' PACKAGE_TARNAME='libgee' -PACKAGE_VERSION='0.9.92' -PACKAGE_STRING='libgee 0.9.92' +PACKAGE_VERSION='0.10.0' +PACKAGE_STRING='libgee 0.10.0' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=libgee' PACKAGE_URL=''
@@ -1409,7 +1409,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -`configure' configures libgee 0.9.92 to adapt to many kinds of systems. +`configure' configures libgee 0.10.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1479,7 +1479,7 @@
if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgee 0.9.92:";; + short | recursive ) echo "Configuration of libgee 0.10.0:";; esac cat <<_ACEOF
@@ -1596,7 +1596,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<_ACEOF -libgee configure 0.9.92 +libgee configure 0.10.0 generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc. @@ -1874,7 +1874,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.
-It was created by libgee $as_me 0.9.92, which was +It was created by libgee $as_me 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@ @@ -2702,7 +2702,7 @@
# Define the identity of the package. PACKAGE='libgee' - VERSION='0.9.92' + VERSION='0.10.0'
cat >>confdefs.h <<_ACEOF @@ -12582,7 +12582,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgee $as_me 0.9.92, which was +This file was extended by libgee $as_me 0.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES @@ -12648,7 +12648,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\""`$]/\\&/g'`" ac_cs_version="\ -libgee config.status 0.9.92 +libgee config.status 0.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \"$ac_cs_config\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libgee-0.9.92/configure.ac new/libgee-0.10.0/configure.ac --- old/libgee-0.9.92/configure.ac 2013-03-05 00:39:58.000000000 +0100 +++ new/libgee-0.10.0/configure.ac 2013-03-25 23:30:45.000000000 +0100 @@ -1,4 +1,4 @@ -AC_INIT([libgee], [0.9.92], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) +AC_INIT([libgee], [0.10.0], [https://bugzilla.gnome.org/enter_bug.cgi?product=libgee], [libgee]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS(config.h) AC_CONFIG_MACRO_DIR([m4])