Resolve gcc43 failures.
This commit is contained in:
parent
3a4986d023
commit
5b699e1844
@ -1,6 +1,6 @@
|
|||||||
Name: libsigc++20
|
Name: libsigc++20
|
||||||
Version: 2.0.18
|
Version: 2.0.18
|
||||||
Release: 1
|
Release: 2%{?dist}
|
||||||
|
|
||||||
Summary: Typesafe signal framework for C++
|
Summary: Typesafe signal framework for C++
|
||||||
|
|
||||||
@ -8,6 +8,7 @@ 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
|
||||||
@ -39,6 +40,7 @@ needed for development with %name.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n libsigc++-%{version}
|
%setup -q -n libsigc++-%{version}
|
||||||
|
%patch0 -p1
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -81,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 14 2007 Denis Leroy <denis@poolshark.org> - 2.0.18-1
|
||||||
- Update to 2.0.18
|
- Update to 2.0.18
|
||||||
|
|
||||||
|
5090
libsigc++20-2.0.18-gcc43.patch
Normal file
5090
libsigc++20-2.0.18-gcc43.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user