Accepting request 1002621 from GNOME:Next
GNOME 43.rc - let's get this into Staging to see what we break (e.g meson:test seems to be an issue already) OBS-URL: https://build.opensuse.org/request/show/1002621 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=170
This commit is contained in:
parent
ad17b1ce82
commit
ec8e2fdbb7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268
|
||||
size 265268
|
3
glib-networking-2.74.rc.tar.xz
Normal file
3
glib-networking-2.74.rc.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00f2e4a361ebe9b11dac855461ca2de0e2c490c418c704994d891a379b78756c
|
||||
size 277188
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 1 20:26:56 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.74.rc:
|
||||
+ Support PKCS #12 encrypted certificates.
|
||||
+ Various improvements to Meson build system.
|
||||
+ Multiple fixes for proxy tests.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 9 12:17:55 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.74.beta:
|
||||
+ Drop environment proxy resolver to lowest priority.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 16:04:12 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.74.alpha:
|
||||
+ Add build option for toggling debug logging.
|
||||
+ Move gettext() usage out of hot paths.
|
||||
+ Fix tests build when using openssl.
|
||||
+ Properly free libproxy lookup results and require libproxy
|
||||
0.4.16.
|
||||
+ Add additional validation for proxy lookup results.
|
||||
+ Allow using static libraries via meson subprojects.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 12:03:34 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,27 +18,27 @@
|
||||
|
||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||
Name: glib-networking
|
||||
Version: 2.72.2
|
||||
Version: 2.74.rc
|
||||
Release: 0
|
||||
Summary: Network-related GIO modules for glib
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/glib-networking/2.72/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/glib-networking/2.74/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
# For directory ownership
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: meson >= 0.43.0
|
||||
BuildRequires: meson >= 0.54.0
|
||||
BuildRequires: pkgconfig
|
||||
# If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.69.0
|
||||
BuildRequires: pkgconfig(gnutls) >= 3.6.5
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(libproxy-1.0) >= 0.3.1
|
||||
BuildRequires: pkgconfig(libproxy-1.0) >= 0.4.16
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
# org.gnome.system.proxy schema is used
|
||||
Requires: gsettings-desktop-schemas
|
||||
|
Loading…
x
Reference in New Issue
Block a user