Accepting request 228615 from GNOME:Next

Push GNOME:Next - GNOME 3.12.0

OBS-URL: https://build.opensuse.org/request/show/228615
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2014-04-03 20:37:36 +00:00 committed by Git OBS Bridge
parent 003c0ec668
commit 2f3680f256
4 changed files with 45 additions and 7 deletions

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54e9c2d81171353794d2d2113e1311dfafd889f10993099e447b431c4e800aa4
size 368196

View File

@ -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

View File

@ -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)