upstream 2.2.8; fixes compilation against GCC 4.6
This commit is contained in:
parent
fdd1a99d42
commit
71cdd524cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
libsigc++-2.2.4.2.tar.bz2
|
||||
/libsigc++-2.2.8.tar.bz2
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user