Accepting request 1158302 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158302
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=184
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:29:56 +00:00 committed by Git OBS Bridge
parent 0477a9ad08
commit edc2d8f0c6
6 changed files with 59 additions and 6 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/glib-networking.git</param>
<param name="revision">2.80.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v?(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
glib-networking-2.78.0.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2fade07fd3d24ab69fe5731bd20f223a0112fb31be1f8fa5bc1ac3385ca6272d
size 2123788

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Mar 15 21:04:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.80.0:
+ Mark plugin functions as exports on Windows.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 1 07:38:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.80.rc:
+ GnuTLS:
- fix improper use of IP address in SNI extension.
- major performance improvement: reduce unnecessary trust list
creation.
+ OpenSSL: properly handle BIO_CTRL_EOF.
+ Updated translations.
-------------------------------------------------------------------
Tue Jan 16 08:12:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 2.80.alpha:
+ GnuTLS: Add warning when system has no trusted certificates.
+ OpenSSL: Fix bug when populating trust store.
+ Fix license on dtls-connection.c test.
+ Updated translations.
- Require ca-certificates-mozilla to not run into the new warning.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 15 17:32:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com> Fri Sep 15 17:32:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

4
glib-networking.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: glib-networking
version: 2.80.0
mtime: 1710524444
commit: 3ae624d21b586ec33543004b037fd343042cb04b

View File

@ -1,7 +1,7 @@
# #
# spec file for package glib-networking # spec file for package glib-networking
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio) %define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
Name: glib-networking Name: glib-networking
Version: 2.78.0 Version: 2.80.0
Release: 0 Release: 0
Summary: Network-related GIO modules for glib Summary: Network-related GIO modules for glib
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://www.gnome.org URL: https://www.gnome.org
Source0: https://download.gnome.org/sources/glib-networking/2.78/%{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.zst
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: ca-certificates-mozilla BuildRequires: ca-certificates-mozilla
@ -42,6 +42,8 @@ BuildRequires: pkgconfig(libproxy-1.0) >= 0.4.16
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
# org.gnome.system.proxy schema is used # org.gnome.system.proxy schema is used
Requires: gsettings-desktop-schemas Requires: gsettings-desktop-schemas
# GnuTLS: Add warning when system has no trusted certificates.
Requires: ca-certificates-mozilla
Supplements: %{gio_real_package} Supplements: %{gio_real_package}
%{glib2_gio_module_requires} %{glib2_gio_module_requires}