From 4ec3abe59d4514b91adbefc51c1d23c626120bc6 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:07:34 +0100 Subject: [PATCH] automatic version update by autodist [release 2.70.1-1mamba;Thu Dec 23 2021] --- glib-networking.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/glib-networking.spec b/glib-networking.spec index 375a121..b79afeb 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -1,13 +1,13 @@ %define majver %(echo %version | cut -d. -f 1-2) %define with_libproxy 1 Name: glib-networking -Version: 2.70.0 +Version: 2.70.1 Release: 1mamba Summary: Networking support for GLib Group: Development/Libraries Vendor: openmamba Distribution: openmamba -Packager: Automatic Build System +Packager: Silvan Calarco URL: https://www.gnome.org Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz License: LGPL @@ -26,18 +26,21 @@ Requires: gsettings-desktop-schemas This package contains modules that extend the networking support in GIO. In particular, it contains a libproxy-based GProxyResolver implementation and a gnutls-based GTlsConnection implementation. +%debug_package + %prep %setup -q %build %meson \ %if %with_libproxy - -Dlibproxy_support=true \ + -Dlibproxy=enabled \ %else - -Dlibproxy_support=false \ + -Dlibproxy=disabled \ %endif - -Dinstalled_tests=false \ - -Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt + -Dinstalled_tests=false + +# -Dca-certificates_path=%{_sysconfdir}/pki/tls/certs/ca-bundle.crt %meson_build @@ -78,6 +81,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a #NEWS README %changelog +* Thu Dec 23 2021 Automatic Build System 2.70.1-1mamba +- automatic version update by autodist + * Sat Sep 18 2021 Automatic Build System 2.70.0-1mamba - automatic version update by autodist