!31 update glib-networking version to 2.78.0

From: @yangl777 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2024-02-05 09:17:57 +00:00 committed by Gitee
commit 66e00529dc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: glib-networking
Version: 2.76.1
Release: 2
Version: 2.78.0
Release: 1
Summary: Network-related modules for glib
License: LGPLv2+
URL: https://gitlab.gnome.org/GNOME/glib-networking
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
BuildRequires: meson gcc ca-certificates gettext systemd
BuildRequires: pkgconfig(glib-2.0) >= 2.73.3 pkgconfig(gnutls) >= 3.7.4
@ -57,6 +57,12 @@ verify the Usability of the glib-networking package.
%{_datadir}/installed-tests
%changelog
* Mon Feb 5 2024 yanglu <yanglu72@h-partners.com> - 2.78.0-1
- update glib-networking version to 2.78.0:
- 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
* Tue Jan 16 2024 yanglu <yanglu72@h-partners.com> - 2.76.1-2
- Type:bugfix
- ID:NA