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:
parent
0477a9ad08
commit
edc2d8f0c6
19
_service
Normal file
19
_service
Normal 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)
BIN
glib-networking-2.78.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
glib-networking-2.80.0.obscpio
(Stored with Git LFS)
Normal file
BIN
glib-networking-2.80.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
4
glib-networking.obsinfo
Normal file
4
glib-networking.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: glib-networking
|
||||
version: 2.80.0
|
||||
mtime: 1710524444
|
||||
commit: 3ae624d21b586ec33543004b037fd343042cb04b
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,13 +18,13 @@
|
||||
|
||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||
Name: glib-networking
|
||||
Version: 2.78.0
|
||||
Version: 2.80.0
|
||||
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.78/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
BuildRequires: ca-certificates-mozilla
|
||||
@ -42,6 +42,8 @@ BuildRequires: pkgconfig(libproxy-1.0) >= 0.4.16
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
# org.gnome.system.proxy schema is used
|
||||
Requires: gsettings-desktop-schemas
|
||||
# GnuTLS: Add warning when system has no trusted certificates.
|
||||
Requires: ca-certificates-mozilla
|
||||
Supplements: %{gio_real_package}
|
||||
%{glib2_gio_module_requires}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user