diff --git a/glib-networking-2.31.2.tar.bz2 b/glib-networking-2.31.2.tar.bz2 deleted file mode 100644 index a76db88..0000000 --- a/glib-networking-2.31.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a0ec195c97d2694997af19f5951995f5cbaa973f5ae73c88863626be1cd2375 -size 400416 diff --git a/glib-networking-2.31.6.tar.xz b/glib-networking-2.31.6.tar.xz new file mode 100644 index 0000000..3588e71 --- /dev/null +++ b/glib-networking-2.31.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c922ce88de37e9fa648200f381a4eddf1c99d8965da1d3a67eb00dbcb99f341 +size 320184 diff --git a/glib-networking.changes b/glib-networking.changes index 1b31375..5157191 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 20 09:16:20 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.31.6: + + gnutls: + - Support gnutls built against nettle instead of gcrypt + (bgo#657306) + - Implement TLS session caching for GTlsServerConnection + (bgo#636574) + + tls/tests: Explicitly request the memory GSettings backend, to + avoid warnings in partial jhbuild environments. + + proxy/gnome: Update to use GInetAddressMask. + + Updated translations. +- Add xz BuildRequires because we can't build a package for a + xz-compressed tarball without explicitly specifying that... See + bnc#697467 for more details. + ------------------------------------------------------------------- Tue Nov 22 09:34:27 UTC 2011 - dimstar@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index c8900af..b9dca75 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -15,23 +15,23 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: glib-networking -Version: 2.31.2 -Release: 1 -License: LGPLv2+ +Version: 2.31.6 +Release: 0 Summary: Network-related GIO modules for glib +License: LGPL-2.1+ Group: System/Libraries -Source: http://download.gnome.org/sources/glib-networking/2.31/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/glib-networking/2.31/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 BuildRequires: intltool BuildRequires: libgcrypt-devel BuildRequires: translation-update-upstream +# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 +BuildRequires: xz # If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly -BuildRequires: pkgconfig(gio-2.0) >= 2.29.18 +BuildRequires: pkgconfig(gio-2.0) >= 2.31.6 BuildRequires: pkgconfig(gnutls) >= 2.11.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0)