2.27.90
This commit is contained in:
parent
25acaf42b1
commit
69988074ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/glib-networking-2.25.0.tar.bz2
|
||||
/glib-networking-2.26.0.tar.bz2
|
||||
/glib-networking-2.27.90.tar.bz2
|
||||
|
@ -1,20 +1,24 @@
|
||||
Name: glib-networking
|
||||
Version: 2.26.0
|
||||
Version: 2.27.90
|
||||
Release: 1%{?dist}
|
||||
Summary: Proxy support for GLib
|
||||
Summary: Networking support for GLib
|
||||
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/glib-networking/2.26/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/glib-networking/2.27/%{name}-%{version}.tar.bz2
|
||||
Requires: ca-certificates
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libproxy-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: ca-certificates
|
||||
|
||||
%description
|
||||
This package contains modules that extend the networking support in GIO.
|
||||
In particular, it contains a libproxy-based GIOResolver implementation.
|
||||
In particular, it contains a libproxy-based GProxyResolver implementation
|
||||
and a gnutls-based GTlsConnection implementation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@ -44,9 +48,13 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING NEWS README
|
||||
%{_libdir}/gio/modules/libgiolibproxy.so
|
||||
%{_libdir}/gio/modules/libgiognutls.so
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2011 Dan Winship <danw@redhat.com> - 2.27.90-1
|
||||
- Update to 2.27.90, including TLS support
|
||||
|
||||
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
||||
- Update to 2.26.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user