This commit is contained in:
parent
8d1ad1cb79
commit
ec9b65f873
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3df7d2750fd579d0776130eb4cf117c4a584677123d1447c0758a0f0a750e2a2
|
|
||||||
size 4502360
|
|
3
libsigc++-2.2.3.tar.bz2
Normal file
3
libsigc++-2.2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:53d9eb0d0f20acd423ac6b9ebda2012f4970e8c8c11e6671b1e2ae4a063a5042
|
||||||
|
size 4507948
|
@ -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<T_return, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2,T_arg3, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2,T_arg3> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2,T_arg3> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2,T_arg3,T_arg4, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7, T_accumulator> emitter_type;
|
|
||||||
typedef typename emitter_type::result_type result_type;
|
|
||||||
- typedef slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7> slot_type;
|
|
||||||
- typedef slot_list<slot_type> slot_list_type;
|
|
||||||
+ typedef sigc::slot<T_return, T_arg1,T_arg2,T_arg3,T_arg4,T_arg5,T_arg6,T_arg7> slot_type;
|
|
||||||
+ typedef sigc::slot_list<slot_type> 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;
|
|
@ -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
|
Sun Sep 14 04:36:50 CEST 2008 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
@ -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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,14 +21,13 @@
|
|||||||
Name: libsigc++2
|
Name: libsigc++2
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
Release: 40
|
Release: 1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
Url: http://libsigc.sourceforge.net/
|
Url: http://libsigc.sourceforge.net/
|
||||||
Source: %{_name}-%{version}.tar.bz2
|
Source: %{_name}-%{version}.tar.bz2
|
||||||
Patch: libsigc++2-gcc43.patch
|
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -82,7 +81,6 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: Cannot autoreconf, bad templates:
|
# FIXME: Cannot autoreconf, bad templates:
|
||||||
@ -134,6 +132,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Sep 14 2008 crrodriguez@suse.de
|
||||||
- remove static libraries and useless "la" file
|
- remove static libraries and useless "la" file
|
||||||
- run test suite
|
- run test suite
|
||||||
|
Loading…
Reference in New Issue
Block a user