diff --git a/glib-networking-2.38.2.tar.xz b/glib-networking-2.38.2.tar.xz deleted file mode 100644 index c11aa64..0000000 --- a/glib-networking-2.38.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e2fe919d3236169c9bfaec807966ec81b844fc28b11bddc9f8256cfa949fc7 -size 362524 diff --git a/glib-networking-2.40.0.tar.xz b/glib-networking-2.40.0.tar.xz new file mode 100644 index 0000000..c31787a --- /dev/null +++ b/glib-networking-2.40.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4 +size 368196 diff --git a/glib-networking.changes b/glib-networking.changes index 55bf74a..2d52a3f 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Mar 25 09:06:09 UTC 2014 - dimstar@opensuse.org + +- Update to version 2.40.0: + + New stable release. No changes since 2.39.90. + +------------------------------------------------------------------- +Wed Feb 19 16:23:17 UTC 2014 - zaitor@opensuse.org + +- Update to version 2.39.90: + + tls/gnutls: + - Avoid trying to update a destroyed GSource (bgo#723774). + - Fix another flaky test (bgo#722336). + + tests: use the TAP driver. + + Updated translations. + +------------------------------------------------------------------- +Mon Dec 16 22:11:46 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.39.3: + + tls/tests: Fix one sporadic bug in the connection test + (bgo#720081) and make it properly fail rather than hanging + forever when another sporadic bug happens (which I don't + actually know the cause of) (bgo#719727). + + tls/gnutls: Fix for -Werror=format-nonliteral (bgo#720081). + +------------------------------------------------------------------- +Thu Nov 21 13:49:58 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.39.1: + + tls/gnutls: + - Use g_tls_interaction_invoke_request_certificate() + when processing a certificate request (bgo#637257). + - Handle G_IO_ERROR_TIMED_OUT on a GTlsConnection correctly + rather than reporting "The specified session has + been invalidated for some reason" (bgo#710700). + - add a test for a fix made in glib (bgo#710691). + ------------------------------------------------------------------- Mon Nov 11 22:57:26 UTC 2013 - dimstar@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index 3a7ec23..795da6d 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,7 +1,7 @@ # # spec file for package glib-networking # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: glib-networking -Version: 2.38.2 +Version: 2.40.0 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.38/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/glib-networking/2.40/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 @@ -30,7 +30,7 @@ BuildRequires: intltool BuildRequires: libgcrypt-devel BuildRequires: translation-update-upstream # If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly -BuildRequires: pkgconfig(gio-2.0) >= 2.35.8 +BuildRequires: pkgconfig(gio-2.0) >= 2.39.1 BuildRequires: pkgconfig(gnutls) >= 2.12.8 BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(libproxy-1.0)