Hello community,

here is the log from the commit of package libsigc++2 for openSUSE:Factory 
checked in at 2012-10-03 10:30:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsigc++2 (Old)
 and      /work/SRC/openSUSE:Factory/.libsigc++2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsigc++2", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsigc++2/libsigc++2.changes    2011-09-23 
02:10:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libsigc++2.new/libsigc++2.changes       
2012-10-03 10:30:18.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Sep 24 07:57:39 UTC 2012 - dims...@opensuse.org
+
+- Update to version 2.2.11:
+  + Fix comma operator in libsigc++ lambda expressions (bgo#342911)
+  + Added SIGC_FUNCTORS_DEDUCE_RESULT_TYPE_WITH_DECLTYPE
+    (bgo#672555)
+  + Use std::size_t and std::ptrdiff_t instead
+  + Fix 'make check' with gcc 4.7.
+  + Enable test_lambda in 'make check' (bgo#669128).
+- Clean spec-file using spec-cleaner.
+
+-------------------------------------------------------------------

Old:
----
  libsigc++-2.2.10.tar.bz2

New:
----
  libsigc++-2.2.11.tar.xz

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

Other differences:
------------------
++++++ libsigc++2.spec ++++++
--- /var/tmp/diff_new_pack.nVm0x8/_old  2012-10-03 10:30:20.000000000 +0200
+++ /var/tmp/diff_new_pack.nVm0x8/_new  2012-10-03 10:30:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigc++2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libsigc++2
 %define _name libsigc++
-BuildRequires:  gcc-c++ pkg-config
-Version:        2.2.10
-Release:        1
-Group:          System/Libraries
-License:        LGPL-2.1+
+Version:        2.2.11
+Release:        0
 Summary:        Typesafe Signal Framework for C++
+License:        LGPL-2.1+
+Group:          System/Libraries
 Url:            http://libsigc.sourceforge.net/
-Source:         
http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.bz2
+Source:         
http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.xz
 Source99:       baselibs.conf
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -40,9 +39,8 @@
 of use unmatched by other C++ callback libraries.
 
 %package -n libsigc-2_0-0
-License:        LGPL-2.1+
-Group:          System/Libraries
 Summary:        Typesafe Signal Framework for C++
+Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
@@ -55,10 +53,10 @@
 of use unmatched by other C++ callback libraries.
 
 %package devel
-License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
 Summary:        Typesafe Signal Framework for C++
-Requires:       libsigc-2_0-0 = %{version} libstdc++-devel
+Group:          Development/Libraries/C and C++
+Requires:       libsigc-2_0-0 = %{version}
+Requires:       libstdc++-devel
 
 %description devel
 This library implements a full callback system for use in widget
@@ -75,19 +73,16 @@
 # FIXME: Cannot autoreconf, bad templates:
 #ACLOCAL="aclocal -I scripts" autoreconf -f -i
 %configure --disable-static --with-pic
-%{__make} %{?jobs:-j%jobs}
-
-%check
-export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
-%{__make} check
-unset MALLOC_CHECK_ MALLOC_PERTURB_
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f %{buildroot}%{_libdir}/*.la
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%check
+export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
+make check
+unset MALLOC_CHECK_ MALLOC_PERTURB_
 
 %post -n libsigc-2_0-0 -p /sbin/ldconfig
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to