Accepting request 519404 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/519404
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2017-08-31 07:43:36 +00:00 committed by Git OBS Bridge
parent fe76840902
commit 307d0a5953
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:3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee
size 435380

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Aug 15 16:02:32 UTC 2017 - zaitor@opensuse.org
- Update to version 2.53.90:
+ gnutls: Stop using %LATEST_RECORD_VERSION in priority string,
since that gives better compatibility with current gnutls /
current real world (bgo#782218).
+ gnutls: Provide a better error message when a TLS alert is
received (bgo#782218).
+ Updated translations.
- Conditionally apply translations-update-upstream BuildRequires
and macro for non-openSUSE only.
-------------------------------------------------------------------
Mon Sep 19 17:20:30 UTC 2016 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package glib-networking
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX 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,19 +17,21 @@
Name: glib-networking
Version: 2.50.0
Version: 2.53.90
Release: 0
Summary: Network-related GIO modules for glib
License: LGPL-2.1+
Group: System/Libraries
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/glib-networking/2.50/%{name}-%{version}.tar.xz
Source: https://download.gnome.org/sources/glib-networking/2.53/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# For directory ownership
BuildRequires: dbus-1
BuildRequires: intltool
BuildRequires: libgcrypt-devel
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
BuildRequires: pkgconfig(gio-2.0) >= 2.45.1
BuildRequires: pkgconfig(gnutls) >= 3.0
@ -51,7 +53,9 @@ Currently, there is only a proxy module based on libproxy.
%lang_package
%prep
%setup -q
%if !0%{?is_opensuse}
translation-update-upstream
%endif
%build
%configure \