Update to 2.41.1

This commit is contained in:
Kalev Lember 2012-11-08 23:54:23 +01:00
parent 58e1b0e63b
commit bc3b00eb36
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -33,3 +33,4 @@ libsoup-2.31.6.tar.bz2
/libsoup-2.39.4.1.tar.xz /libsoup-2.39.4.1.tar.xz
/libsoup-2.40.0.tar.xz /libsoup-2.40.0.tar.xz
/libsoup-2.40.1.tar.xz /libsoup-2.40.1.tar.xz
/libsoup-2.41.1.tar.xz

View File

@ -1,16 +1,16 @@
%define glib2_version 2.33.1 %define glib2_version 2.35.0
### Abstract ### ### Abstract ###
Name: libsoup Name: libsoup
Version: 2.40.1 Version: 2.41.1
Release: 1%{?dist} Release: 1%{?dist}
License: LGPLv2 License: LGPLv2
Group: Development/Libraries Group: Development/Libraries
Summary: Soup, an HTTP library implementation Summary: Soup, an HTTP library implementation
URL: http://live.gnome.org/LibSoup URL: http://live.gnome.org/LibSoup
#VCS: git:git://git.gnome.org/libsoup #VCS: git:git://git.gnome.org/libsoup
Source: http://download.gnome.org/sources/libsoup/2.40/libsoup-%{version}.tar.xz Source: http://download.gnome.org/sources/libsoup/2.41/libsoup-%{version}.tar.xz
Requires: glib-networking >= %{glib2_version} Requires: glib-networking >= %{glib2_version}
### Build Dependencies ### ### Build Dependencies ###
@ -84,6 +84,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
%{_datadir}/gtk-doc/html/%{name}-2.4 %{_datadir}/gtk-doc/html/%{name}-2.4
%changelog %changelog
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 2.41.1-1
- Update to 2.41.1
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1 * Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 2.40.1-1
- Update to 2.40.1 - Update to 2.40.1

View File

@ -1 +1 @@
2fa30bab92d770eeb6535e1504ab2ded libsoup-2.40.1.tar.xz bc80f35523db49f35d4ef5eae1d01e8b libsoup-2.41.1.tar.xz