Update to 2.43.1
This commit is contained in:
parent
3445c74dc5
commit
27b58697da
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ libsoup-2.31.6.tar.bz2
|
||||
/libsoup-2.42.0.tar.xz
|
||||
/libsoup-2.42.1.tar.xz
|
||||
/libsoup-2.42.2.tar.xz
|
||||
/libsoup-2.43.1.tar.xz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%define glib2_version 2.35.0
|
||||
%define glib2_version 2.36.0
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: libsoup
|
||||
Version: 2.42.2
|
||||
Version: 2.43.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2
|
||||
Group: Development/Libraries
|
||||
Summary: Soup, an HTTP library implementation
|
||||
URL: http://live.gnome.org/LibSoup
|
||||
#VCS: git:git://git.gnome.org/libsoup
|
||||
Source: http://download.gnome.org/sources/libsoup/2.42/libsoup-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/libsoup/2.43/libsoup-%{version}.tar.xz
|
||||
Requires: glib-networking >= %{glib2_version}
|
||||
|
||||
### Build Dependencies ###
|
||||
@ -81,6 +81,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
%{_datadir}/gtk-doc/html/%{name}-2.4
|
||||
|
||||
%changelog
|
||||
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 2.43.1-1
|
||||
- Update to 2.43.1
|
||||
|
||||
* Mon Apr 29 2013 Kalev Lember <kalevlember@gmail.com> - 2.42.2-1
|
||||
- Update to 2.42.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user