diff --git a/glib-networking-2.76.1.tar.xz b/glib-networking-2.76.1.tar.xz deleted file mode 100644 index d101902..0000000 Binary files a/glib-networking-2.76.1.tar.xz and /dev/null differ diff --git a/glib-networking-2.78.0.tar.xz b/glib-networking-2.78.0.tar.xz new file mode 100644 index 0000000..46ce317 Binary files /dev/null and b/glib-networking-2.78.0.tar.xz differ diff --git a/glib-networking.spec b/glib-networking.spec index c188fc6..dd0408f 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -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 - 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 - 2.76.1-2 - Type:bugfix - ID:NA