- Update to 2.2.97
- Remove patch for Gnome.org bug #356809 (fixed upstream).
This commit is contained in:
parent
433027a178
commit
b0e50d4961
@ -1 +1 @@
|
|||||||
libsoup-2.2.96.tar.bz2
|
libsoup-2.2.97.tar.bz2
|
||||||
|
14
libsoup.spec
14
libsoup.spec
@ -1,8 +1,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: libsoup
|
Name: libsoup
|
||||||
Version: 2.2.96
|
Version: 2.2.97
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Soup, an HTTP library implementation
|
Summary: Soup, an HTTP library implementation
|
||||||
@ -10,11 +10,6 @@ URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/
|
|||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
|
||||||
### Patches ###
|
|
||||||
|
|
||||||
# Gnome.org bug #356809
|
|
||||||
Patch1: libsoup-2.2.96-uninstall.patch
|
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: glib2 >= 2.6
|
Requires: glib2 >= 2.6
|
||||||
@ -53,7 +48,6 @@ you to develop applications that use the libsoup library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1 -b .uninstall
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc
|
%configure --disable-gtk-doc
|
||||||
@ -86,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/libsoup
|
%{_datadir}/gtk-doc/html/libsoup
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.97-1
|
||||||
|
- Update to 2.2.97
|
||||||
|
- Remove patch for Gnome.org bug #356809 (fixed upstream).
|
||||||
|
|
||||||
* Fri Nov 03 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-5
|
* Fri Nov 03 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.96-5
|
||||||
- Revised patch for Gnome.org bug #356809 to match upstream.
|
- Revised patch for Gnome.org bug #356809 to match upstream.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user