Resolve gcc43 failures.

This commit is contained in:
Tom Callaway 2008-01-03 18:16:17 +00:00
parent 3a4986d023
commit 5b699e1844
2 changed files with 5096 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: libsigc++20
Version: 2.0.18
Release: 1
Release: 2%{?dist}
Summary: Typesafe signal framework for C++
@ -8,6 +8,7 @@ Group: System Environment/Libraries
License: LGPLv2+
URL: http://libsigc.sourceforge.net/
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)
Requires(post): /sbin/ldconfig
@ -39,6 +40,7 @@ needed for development with %name.
%prep
%setup -q -n libsigc++-%{version}
%patch0 -p1
%build
@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so
%changelog
* Thu Jan 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.0.18-2
- add test case for gcc4.3 failure conditional
* Fri Sep 14 2007 Denis Leroy <denis@poolshark.org> - 2.0.18-1
- Update to 2.0.18

File diff suppressed because it is too large Load Diff