Update to 2.2.0, gcc 4.3 patch upstreamed
This commit is contained in:
parent
45cae09473
commit
3c59877e8f
@ -1 +1 @@
|
|||||||
libsigc++-2.0.18.tar.bz2
|
libsigc++-2.2.0.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: libsigc++20
|
Name: libsigc++20
|
||||||
Version: 2.0.18
|
Version: 2.2.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: Typesafe signal framework for C++
|
Summary: Typesafe signal framework for C++
|
||||||
|
|
||||||
@ -8,7 +8,6 @@ Group: System Environment/Libraries
|
|||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://libsigc.sourceforge.net/
|
URL: http://libsigc.sourceforge.net/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-%version.tar.bz2
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.0/libsigc++-%version.tar.bz2
|
||||||
Patch0: libsigc++20-2.0.18-gcc43.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
Requires(post): /sbin/ldconfig
|
Requires(post): /sbin/ldconfig
|
||||||
@ -40,7 +39,6 @@ needed for development with %name.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libsigc++-%{version}
|
%setup -q -n libsigc++-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -83,6 +81,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 24 2008 Denis Leroy <denis@poolshark.org> - 2.2.0-1
|
||||||
|
- Update to 2.2.0
|
||||||
|
- gcc 4.3 patch upstreamed
|
||||||
|
|
||||||
* Thu Feb 7 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.0.18-3
|
* Thu Feb 7 2008 Lubomir Kundrak <lkundrak@redhat.com> 2.0.18-3
|
||||||
- Rebuild with gcc4.3
|
- Rebuild with gcc4.3
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user