Accepting request 77809 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/77809 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=24
This commit is contained in:
commit
d03eb1554f
3
libsigc++-2.2.10.tar.bz2
Normal file
3
libsigc++-2.2.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3d810c2ad469edfb2d4db29643bef189b7613019eadbd4a72823af3c73c959c
|
||||||
|
size 3307460
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f4c083e01d9be377669206bd97090d2e95bc05f2e8d95447c9f9ce92bdfbb63
|
|
||||||
size 3601080
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 25 11:01:18 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.2.10:
|
||||||
|
+ slot_rep: Avoid access to deleted object in notify(), and test
|
||||||
|
case (bgo#564005).
|
||||||
|
+ Mention visit_each() in the documentation of sigc::adapts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 4 10:33:03 CEST 2011 - vuntz@opensuse.org
|
Wed May 4 10:33:03 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -21,20 +21,20 @@
|
|||||||
Name: libsigc++2
|
Name: libsigc++2
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
BuildRequires: gcc-c++ pkg-config
|
BuildRequires: gcc-c++ pkg-config
|
||||||
Version: 2.2.9
|
Version: 2.2.10
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
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: http://download.gnome.org/sources/libsigc++/2.2/%{_name}-%{version}.tar.bz2
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library implements a full callback system for use in widget
|
This library implements a full callback system for use in widget
|
||||||
libraries, abstract interfaces, and general programming. It is the most
|
libraries, abstract interfaces, and general programming. It is the most
|
||||||
complete library of its kind with the ablity to connect an abstract
|
complete library of its kind with the ability to connect an abstract
|
||||||
callback to a class method, function, or function object. It contains
|
callback to a class method, function, or function object. It contains
|
||||||
adaptor classes for connection of dissimilar callbacks and has an ease
|
adaptor classes for connection of dissimilar callbacks and has an ease
|
||||||
of use unmatched by other C++ callback libraries.
|
of use unmatched by other C++ callback libraries.
|
||||||
@ -49,7 +49,7 @@ Obsoletes: %{name} < %{version}
|
|||||||
%description -n libsigc-2_0-0
|
%description -n libsigc-2_0-0
|
||||||
This library implements a full callback system for use in widget
|
This library implements a full callback system for use in widget
|
||||||
libraries, abstract interfaces, and general programming. It is the most
|
libraries, abstract interfaces, and general programming. It is the most
|
||||||
complete library of its kind with the ablity to connect an abstract
|
complete library of its kind with the ability to connect an abstract
|
||||||
callback to a class method, function, or function object. It contains
|
callback to a class method, function, or function object. It contains
|
||||||
adaptor classes for connection of dissimilar callbacks and has an ease
|
adaptor classes for connection of dissimilar callbacks and has an ease
|
||||||
of use unmatched by other C++ callback libraries.
|
of use unmatched by other C++ callback libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user