Accepting request 136753 from GNOME:Factory
Pushing GNOME:Factory towards openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/136753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsigc++2?expand=0&rev=28
This commit is contained in:
commit
c769455045
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d3d810c2ad469edfb2d4db29643bef189b7613019eadbd4a72823af3c73c959c
|
|
||||||
size 3307460
|
|
3
libsigc++-2.2.11.tar.xz
Normal file
3
libsigc++-2.2.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957
|
||||||
|
size 3287824
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 24 07:57:39 UTC 2012 - dimstar@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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 25 11:01:18 CEST 2011 - vuntz@opensuse.org
|
Mon Jul 25 11:01:18 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsigc++2
|
# 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
|
# 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
|
||||||
@ -15,20 +15,19 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
# norootforbuild
|
|
||||||
|
|
||||||
|
|
||||||
Name: libsigc++2
|
Name: libsigc++2
|
||||||
%define _name libsigc++
|
%define _name libsigc++
|
||||||
BuildRequires: gcc-c++ pkg-config
|
Version: 2.2.11
|
||||||
Version: 2.2.10
|
Release: 0
|
||||||
Release: 1
|
|
||||||
Group: System/Libraries
|
|
||||||
License: LGPL-2.1+
|
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
|
License: LGPL-2.1+
|
||||||
|
Group: System/Libraries
|
||||||
Url: http://libsigc.sourceforge.net/
|
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
|
Source99: baselibs.conf
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkg-config
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,9 +39,8 @@ 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.
|
||||||
|
|
||||||
%package -n libsigc-2_0-0
|
%package -n libsigc-2_0-0
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: System/Libraries
|
|
||||||
Summary: Typesafe Signal Framework for C++
|
Summary: Typesafe Signal Framework for C++
|
||||||
|
Group: System/Libraries
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
|
|
||||||
@ -55,10 +53,10 @@ 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.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: LGPL-2.1+
|
|
||||||
Group: Development/Libraries/C and C++
|
|
||||||
Summary: Typesafe Signal Framework for 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
|
%description devel
|
||||||
This library implements a full callback system for use in widget
|
This library implements a full callback system for use in widget
|
||||||
@ -75,20 +73,17 @@ of use unmatched by other C++ callback libraries.
|
|||||||
# FIXME: Cannot autoreconf, bad templates:
|
# FIXME: Cannot autoreconf, bad templates:
|
||||||
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
|
#ACLOCAL="aclocal -I scripts" autoreconf -f -i
|
||||||
%configure --disable-static --with-pic
|
%configure --disable-static --with-pic
|
||||||
%{__make} %{?jobs:-j%jobs}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
|
export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256))
|
||||||
%{__make} check
|
make check
|
||||||
unset MALLOC_CHECK_ MALLOC_PERTURB_
|
unset MALLOC_CHECK_ MALLOC_PERTURB_
|
||||||
|
|
||||||
%install
|
|
||||||
%makeinstall
|
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
|
|
||||||
%post -n libsigc-2_0-0 -p /sbin/ldconfig
|
%post -n libsigc-2_0-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libsigc-2_0-0 -p /sbin/ldconfig
|
%postun -n libsigc-2_0-0 -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user