update to 2.80.1 [release 2.80.1-1mamba;Sun Mar 16 2025]
This commit is contained in:
parent
a2678ce573
commit
24ec22eb6d
@ -3,3 +3,4 @@
|
||||
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.
|
||||
|
||||
|
||||
|
@ -1,17 +1,16 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
%define with_libproxy 1
|
||||
Name: glib-networking
|
||||
Version: 2.80.0
|
||||
Version: 2.80.1
|
||||
Release: 1mamba
|
||||
Summary: Networking support for GLib
|
||||
Group: Development/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnome.org
|
||||
Source: http://ftp.acc.umu.se/pub/GNOME/sources/glib-networking/%{majver}/glib-networking-%{version}.tar.xz
|
||||
URL: https://github.com/GNOME/glib-networking
|
||||
Source: https://github.com/GNOME/glib-networking.git/%{version}/glib-networking-%{version}.tar.bz2
|
||||
License: LGPL
|
||||
BuildRequires: intltool
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libglib-devel
|
||||
@ -19,6 +18,7 @@ BuildRequires: libgnutls-devel
|
||||
BuildRequires: libproxy-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: gsettings-desktop-schemas-devel
|
||||
BuildRequires: intltool
|
||||
Requires: ca-certificates
|
||||
Requires: gsettings-desktop-schemas
|
||||
|
||||
@ -26,7 +26,6 @@ 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
|
||||
@ -81,6 +80,9 @@ rm -rf %{buildroot}%{_libdir}/gio/modules/*.*a
|
||||
#NEWS README
|
||||
|
||||
%changelog
|
||||
* Sun Mar 16 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 2.80.1-1mamba
|
||||
- update to 2.80.1
|
||||
|
||||
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 2.80.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user