From 3b61779a95980473192bc4a7854a032a60ebf617389c108b8ea0dd3e53a6f6f5 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 23 Jul 2010 12:34:38 +0000 Subject: [PATCH] Accepting request 43831 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/libsigc++2 via accept of submit request 43831 revision 2. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/43831 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsigc++2?expand=0&rev=19 --- libsigc++-2.2.5.tar.bz2 | 3 --- libsigc++-2.2.8.tar.bz2 | 3 +++ libsigc++2.changes | 18 ++++++++++++++++++ libsigc++2.spec | 6 +++--- 4 files changed, 24 insertions(+), 6 deletions(-) delete mode 100644 libsigc++-2.2.5.tar.bz2 create mode 100644 libsigc++-2.2.8.tar.bz2 diff --git a/libsigc++-2.2.5.tar.bz2 b/libsigc++-2.2.5.tar.bz2 deleted file mode 100644 index 9f2ea7b..0000000 --- a/libsigc++-2.2.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1249e77ef9556227c10d0dad726f0946fecc3b36e448ae72368ef8f3d3b520ba -size 3739199 diff --git a/libsigc++-2.2.8.tar.bz2 b/libsigc++-2.2.8.tar.bz2 new file mode 100644 index 0000000..a3a503d --- /dev/null +++ b/libsigc++-2.2.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd75fd8249e09ae2fd3ffd20c3fbaea11b47d71ba5ba2340ed98b6bdca40ea8 +size 3744672 diff --git a/libsigc++2.changes b/libsigc++2.changes index ef74a63..acceabe 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jul 23 12:51:34 CEST 2010 - vuntz@opensuse.org + +- Update to version 2.2.8: + + Nothing interesting. Just a small change for library.gnome.org. + +------------------------------------------------------------------- +Fri May 7 00:40:13 CEST 2010 - dimstar@opensuse.org + +- Update to version 2.2.7: + + Documentation: + - Added main page text with doxygen. + - Fix the functors Doxygen group. + - bgo#417924: Tutorial: Removed outdated marshallers section + that had no working example. +- Changes from version 2.2.6: + + bgo#614741: Slight documentation changes. + ------------------------------------------------------------------- Sat Apr 24 10:20:09 UTC 2010 - coolo@novell.com diff --git a/libsigc++2.spec b/libsigc++2.spec index 65d520a..0f69408 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -1,5 +1,5 @@ # -# spec file for package libsigc++2 (Version 2.2.5) +# spec file for package libsigc++2 (Version 2.2.8) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,8 +21,8 @@ Name: libsigc++2 %define _name libsigc++ BuildRequires: gcc-c++ pkg-config -Version: 2.2.5 -Release: 2 +Version: 2.2.8 +Release: 1 Group: Development/Libraries/C and C++ License: LGPLv2.1+ Summary: Typesafe Signal Framework for C++