upstream 2.2.8; fixes compilation against GCC 4.6

This commit is contained in:
Haïkel Guémar 2011-02-04 19:24:59 +01:00
parent fdd1a99d42
commit 71cdd524cd
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
libsigc++-2.2.4.2.tar.bz2
/libsigc++-2.2.8.tar.bz2

View File

@ -1,5 +1,5 @@
Name: libsigc++20
Version: 2.2.4.2
Version: 2.2.8
Release: 1%{?dist}
Summary: Typesafe signal framework for C++
@ -8,6 +8,8 @@ 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
# fix compilation with GCC 4.6 (upstream ticket: GNOME BZ #641471)
Patch0: %{name}-gcc46.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen graphviz
@ -38,7 +40,7 @@ needed for development with %name.
%prep
%setup -q -n libsigc++-%{version}
%patch0 -p1
%package doc
Summary: Documentation for %{name}, includes full API docs
@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 4 2011 Haïkel Guémar <hguemar@fedoraproject.org> - 2.2.8-1
- upstream 2.2.8
- fix compilation against GCC 4.6 (GNOME BZ #641471)
* Tue Sep 8 2009 Denis Leroy <denis@poolshark.org> - 2.2.4.2-1
- Update to upstream version 2.2.4.2

View File

@ -1 +1 @@
545edbb7b54eec4f723323d3158c0e0c libsigc++-2.2.4.2.tar.bz2
1198425eab9fd605721a278c651b8dd8 libsigc++-2.2.8.tar.bz2