From 91f72bfd8e032713edeab9f576314942d625fb21 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 15 Feb 2023 19:06:03 +0800 Subject: [PATCH] Prefer libproxy-duktape now --- glib-networking.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glib-networking.spec b/glib-networking.spec index 82ee1a9..5b97d14 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define glib2_version 2.73.3 @@ -31,7 +31,7 @@ Requires: glib2 >= %{glib2_version} Requires: gsettings-desktop-schemas # For glib-pacrunner -Recommends: libproxy-webkitgtk4 +Recommends: libproxy-duktape %description This package contains modules that extend the networking support in @@ -100,6 +100,9 @@ the functionality of the installed glib-networking package. %{_datadir}/installed-tests %changelog +* Wed Feb 15 2023 Funda Wang - 2.74.0-2 +- Prefer libproxy-duktape now + * Sat Jan 21 2023 Funda Wang