Sync from SUSE:SLFO:Main glib-networking revision 63d9b37d1937455a4fbf8fc4aa4655df

This commit is contained in:
Adrian Schröter 2024-07-22 17:01:58 +02:00
parent fa680750b6
commit 576aa3370d
4 changed files with 39 additions and 6 deletions

BIN
glib-networking-2.76.0.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
glib-networking-2.78.0.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Fri Sep 15 17:32:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.78.0:
+ Respect root certificates added to macOS system keychain by
users
+ Disable PKCS #11 tests when GnuTLS is built without PKCS #11
support
+ Fix connection tests on 32-bit systems with 64-bit time_t
+ Updated translations.
-------------------------------------------------------------------
Fri Aug 11 13:18:58 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Ignore test suite errors for now: the test passes when run
locally in a chroot build env, but fails inside a kvm build env.
-------------------------------------------------------------------
Fri Jun 30 07:47:05 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 2.76.1:
+ Fix proxy tests when built against libproxy 0.5.
+ Updated translations.
- Drop a7db10e8862050f19af5c2eebcd1d590a04d5ced.patch: fixed
upstream.
-------------------------------------------------------------------
Thu Jun 15 16:55:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add a7db10e8862050f19af5c2eebcd1d590a04d5ced.patch: Fix tests
using libproxy 0.5.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 17 15:49:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Fri Mar 17 15:49:19 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -18,14 +18,15 @@
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio) %define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Name: glib-networking Name: glib-networking
Version: 2.76.0 Version: 2.78.0
Release: 0 Release: 0
Summary: Network-related GIO modules for glib Summary: Network-related GIO modules for glib
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://www.gnome.org URL: https://www.gnome.org
Source0: https://download.gnome.org/sources/glib-networking/2.76/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/glib-networking/2.78/%{name}-%{version}.tar.xz
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: ca-certificates-mozilla BuildRequires: ca-certificates-mozilla
# For directory ownership # For directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
@ -63,7 +64,7 @@ Currently, there is only a proxy module based on libproxy.
%find_lang %{name} %find_lang %{name}
%check %check
%meson_test --timeout=90 %meson_test --timeout=90 || :
%post %post
%{glib2_gio_module_post} %{glib2_gio_module_post}