Update to 2.2.10
This commit is contained in:
parent
cd0014ad18
commit
d7b5bd351d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
libsigc++-2.2.4.2.tar.bz2
|
||||
/libsigc++-2.2.8.tar.bz2
|
||||
/libsigc++-2.2.9.tar.bz2
|
||||
/libsigc++-2.2.10.tar.xz
|
||||
|
@ -2,14 +2,14 @@
|
||||
%define release_version %(echo %{version} | awk -F. '{print $1"."$2}')
|
||||
|
||||
Name: libsigc++20
|
||||
Version: 2.2.9
|
||||
Version: 2.2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Typesafe signal framework for C++
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://libsigc.sourceforge.net/
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{release_version}/libsigc++-%{version}.tar.bz2
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/libsigc++/%{release_version}/libsigc++-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: m4
|
||||
@ -93,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jul 25 2011 Kalev Lember <kalevlember@gmail.com> - 2.2.10-1
|
||||
- Update to 2.2.10
|
||||
|
||||
* Wed Mar 09 2011 Kalev Lember <kalev@smartlink.ee> - 2.2.9-1
|
||||
- Update to 2.2.9
|
||||
- Dropped upstreamed libsigc++20-gcc46.patch
|
||||
|
Loading…
Reference in New Issue
Block a user