From ec9b65f8739cfaed1f2419163624341af5cd695a25108485d945a81c26f0937e Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 6 Feb 2009 17:00:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=8 --- libsigc++-2.2.2.tar.bz2 | 3 -- libsigc++-2.2.3.tar.bz2 | 3 ++ libsigc++2-gcc43.patch | 92 ----------------------------------------- libsigc++2.changes | 14 +++++++ libsigc++2.spec | 18 +++++--- 5 files changed, 29 insertions(+), 101 deletions(-) delete mode 100644 libsigc++-2.2.2.tar.bz2 create mode 100644 libsigc++-2.2.3.tar.bz2 delete mode 100644 libsigc++2-gcc43.patch diff --git a/libsigc++-2.2.2.tar.bz2 b/libsigc++-2.2.2.tar.bz2 deleted file mode 100644 index 0b13ee2..0000000 --- a/libsigc++-2.2.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3df7d2750fd579d0776130eb4cf117c4a584677123d1447c0758a0f0a750e2a2 -size 4502360 diff --git a/libsigc++-2.2.3.tar.bz2 b/libsigc++-2.2.3.tar.bz2 new file mode 100644 index 0000000..54c5657 --- /dev/null +++ b/libsigc++-2.2.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d9eb0d0f20acd423ac6b9ebda2012f4970e8c8c11e6671b1e2ae4a063a5042 +size 4507948 diff --git a/libsigc++2-gcc43.patch b/libsigc++2-gcc43.patch deleted file mode 100644 index 340a56a..0000000 --- a/libsigc++2-gcc43.patch +++ /dev/null @@ -1,92 +0,0 @@ -Index: libsigc++-2.0.18/sigc++/signal.h -=================================================================== ---- libsigc++-2.0.18.orig/sigc++/signal.h 2007-08-13 13:18:01.000000000 +0200 -+++ libsigc++-2.0.18/sigc++/signal.h 2007-10-12 11:28:34.000000000 +0200 -@@ -1660,8 +1660,8 @@ class signal0 - public: - typedef internal::signal_emit0 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -1769,8 +1769,8 @@ class signal1 - public: - typedef internal::signal_emit1 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -1880,8 +1880,8 @@ class signal2 - public: - typedef internal::signal_emit2 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -1993,8 +1993,8 @@ class signal3 - public: - typedef internal::signal_emit3 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -2108,8 +2108,8 @@ class signal4 - public: - typedef internal::signal_emit4 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -2225,8 +2225,8 @@ class signal5 - public: - typedef internal::signal_emit5 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -2344,8 +2344,8 @@ class signal6 - public: - typedef internal::signal_emit6 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; -@@ -2465,8 +2465,8 @@ class signal7 - public: - typedef internal::signal_emit7 emitter_type; - typedef typename emitter_type::result_type result_type; -- typedef slot slot_type; -- typedef slot_list slot_list_type; -+ typedef sigc::slot slot_type; -+ typedef sigc::slot_list slot_list_type; - typedef typename slot_list_type::iterator iterator; - typedef typename slot_list_type::const_iterator const_iterator; - typedef typename slot_list_type::reverse_iterator reverse_iterator; diff --git a/libsigc++2.changes b/libsigc++2.changes index f06b988..09a2724 100644 --- a/libsigc++2.changes +++ b/libsigc++2.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Jan 23 03:02:57 CET 2009 - vuntz@novell.com + +- Drop libsigc++2-gcc43.patch: seems to build fine without it now. + +------------------------------------------------------------------- +Sat Dec 20 11:31:16 EST 2008 - mboman@suse.de + +- Update to version 2.2.3: + - Added project files (and property sheets) for + MSVC++ 2005 and 2008. + - Removed unnecessary dependency on afxrefs.h, so it builds + with MSVC++ Express editions. + ------------------------------------------------------------------- Sun Sep 14 04:36:50 CEST 2008 - crrodriguez@suse.de diff --git a/libsigc++2.spec b/libsigc++2.spec index d15123c..4c6d7e0 100644 --- a/libsigc++2.spec +++ b/libsigc++2.spec @@ -1,7 +1,7 @@ # -# spec file for package libsigc++2 (Version 2.2.2) +# spec file for package libsigc++2 (Version 2.2.3) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -21,14 +21,13 @@ Name: libsigc++2 %define _name libsigc++ BuildRequires: gcc-c++ -Version: 2.2.2 -Release: 40 +Version: 2.2.3 +Release: 1 Group: Development/Libraries/C and C++ License: LGPL v2.1 or later Summary: Typesafe Signal Framework for C++ Url: http://libsigc.sourceforge.net/ Source: %{_name}-%{version}.tar.bz2 -Patch: libsigc++2-gcc43.patch AutoReqProv: on BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,7 +81,6 @@ Authors: %prep %setup -q -n %{_name}-%{version} -%patch -p1 %build # FIXME: Cannot autoreconf, bad templates: @@ -134,6 +132,14 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Fri Jan 23 2009 vuntz@novell.com +- Drop libsigc++2-gcc43.patch: seems to build fine without it now. +* Sat Dec 20 2008 mboman@suse.de +- Update to version 2.2.3: + - Added project files (and property sheets) for + MSVC++ 2005 and 2008. + - Removed unnecessary dependency on afxrefs.h, so it builds + with MSVC++ Express editions. * Sun Sep 14 2008 crrodriguez@suse.de - remove static libraries and useless "la" file - run test suite