From 307d0a59537cfea2a8bf8012a7710557fc13f553174ef0ddcd0c812c34e6f660 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:43:36 +0000 Subject: [PATCH 1/3] 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 --- glib-networking-2.50.0.tar.xz | 3 --- glib-networking-2.53.90.tar.xz | 3 +++ glib-networking.changes | 13 +++++++++++++ glib-networking.spec | 10 +++++++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 glib-networking-2.50.0.tar.xz create mode 100644 glib-networking-2.53.90.tar.xz diff --git a/glib-networking-2.50.0.tar.xz b/glib-networking-2.50.0.tar.xz deleted file mode 100644 index ec83eda..0000000 --- a/glib-networking-2.50.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f1a442f3c2a734946983532ce59ed49120319fdb10c938447c373d5e5286bee -size 435380 diff --git a/glib-networking-2.53.90.tar.xz b/glib-networking-2.53.90.tar.xz new file mode 100644 index 0000000..9f89473 --- /dev/null +++ b/glib-networking-2.53.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c70a2e43ee5da292085e0a820084ef5f69fbda1b71d45e219634c2db0a9f3 +size 437248 diff --git a/glib-networking.changes b/glib-networking.changes index 8645170..bd3f60a 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -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 diff --git a/glib-networking.spec b/glib-networking.spec index 0700b29..64c2804 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -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 \ From 9f803435f4fe500efbccff532c26751b2f6dd6b055c765f6eebd7fc72276d53e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 8 Sep 2017 20:32:56 +0000 Subject: [PATCH 2/3] Accepting request 522352 from home:jengelh:branches:GNOME:Factory - Replace old macros and fixup RPM group. OBS-URL: https://build.opensuse.org/request/show/522352 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=113 --- glib-networking.changes | 5 +++++ glib-networking.spec | 9 +++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/glib-networking.changes b/glib-networking.changes index bd3f60a..72fe49d 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 8 15:54:06 UTC 2017 - jengelh@inai.de + +- Replace old macros and fixup RPM group. + ------------------------------------------------------------------- Tue Aug 15 16:02:32 UTC 2017 - zaitor@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index 64c2804..87c7d5e 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -21,7 +21,7 @@ Version: 2.53.90 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1+ -Group: System/Libraries +Group: Development/Libraries/C and C++ Url: http://www.gnome.org Source: https://download.gnome.org/sources/glib-networking/2.53/%{name}-%{version}.tar.xz Source99: baselibs.conf @@ -61,16 +61,13 @@ translation-update-upstream %configure \ --disable-static \ --with-ca-certificates=/etc/ssl/ca-bundle.pem -%__make %{?_smp_mflags} +make %{?_smp_mflags} %install -%makeinstall +%make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %find_lang %{name} -%clean -rm -rf %{buildroot} - %post %glib2_gio_module_post From 19ebadc6d2c288a10cb4d9050a3c235938c0d16ea64b9ddbcce8c8a5114afa20 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Sep 2017 20:01:58 +0000 Subject: [PATCH 3/3] Accepting request 523794 from GNOME:Next 1 OBS-URL: https://build.opensuse.org/request/show/523794 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=114 --- glib-networking-2.53.90.tar.xz | 3 --- glib-networking-2.54.0.tar.xz | 3 +++ glib-networking.changes | 6 ++++++ glib-networking.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 glib-networking-2.53.90.tar.xz create mode 100644 glib-networking-2.54.0.tar.xz diff --git a/glib-networking-2.53.90.tar.xz b/glib-networking-2.53.90.tar.xz deleted file mode 100644 index 9f89473..0000000 --- a/glib-networking-2.53.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:402c70a2e43ee5da292085e0a820084ef5f69fbda1b71d45e219634c2db0a9f3 -size 437248 diff --git a/glib-networking-2.54.0.tar.xz b/glib-networking-2.54.0.tar.xz new file mode 100644 index 0000000..5b229d0 --- /dev/null +++ b/glib-networking-2.54.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5961b3779080b72314b373ff5d4790eb7e41b75ca91816ad7a81ef32922f7096 +size 439996 diff --git a/glib-networking.changes b/glib-networking.changes index 72fe49d..7e8c43b 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 12 18:14:32 UTC 2017 - luc14n0@linuxmail.org + +- Update to version 2.54.0: + + Updated translations. + ------------------------------------------------------------------- Fri Sep 8 15:54:06 UTC 2017 - jengelh@inai.de diff --git a/glib-networking.spec b/glib-networking.spec index 87c7d5e..ef40736 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -17,13 +17,13 @@ Name: glib-networking -Version: 2.53.90 +Version: 2.54.0 Release: 0 Summary: Network-related GIO modules for glib License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://www.gnome.org -Source: https://download.gnome.org/sources/glib-networking/2.53/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/glib-networking/2.54/%{name}-%{version}.tar.xz Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1