Accepting request 332870 from GNOME:Factory

Update to 3.18.0 (forwarded request 332744 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/332870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib-networking?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2015-10-06 14:26:45 +00:00 committed by Git OBS Bridge
commit ebc669b628
4 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f8a340d3ba99bfdef38b653da929652ea6640e27969d29f7ac51fbbe11a4346
size 375456

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3655526d6dbfc697c22cd9b279e14599f8449f5802b12d84485bdc52d96482f0
size 376836

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Sep 21 15:41:41 UTC 2015 - dimstar@opensuse.org
- Update to version 2.46.0:
+ Various minor cleanups and small memory leak fixes.
+ Added a new test case for client certificate chain handling
(bgo#754129).
+ Updated translations.
-------------------------------------------------------------------
Fri May 1 18:31:06 UTC 2015 - zaitor@opensuse.org
- Update to version 2.45.1:
+ tls/gnutls: Implement
g_tls_client_connection_copy_session_state(), to allow
implementing FTP-over-TLS in gvfs (bgo#745255).
-------------------------------------------------------------------
Mon Mar 23 14:22:54 UTC 2015 - dimstar@opensuse.org

View File

@ -17,12 +17,12 @@
Name: glib-networking
Version: 2.44.0
Version: 2.46.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.44/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/glib-networking/2.46/%{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.39.1
BuildRequires: pkgconfig(gio-2.0) >= 2.45.1
BuildRequires: pkgconfig(gnutls) >= 3.0
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(libproxy-1.0)