Accepting request 920961 from GNOME:Next

Scripted push from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/920961
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=119
This commit is contained in:
Dominique Leuenberger 2021-09-27 06:25:15 +00:00 committed by Git OBS Bridge
parent d8487016e1
commit df2f9c5d8d
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8441276f1afd0176e6f595026a3a507eed1809abfa04026bad3f21622b3523ec
size 142928

3
gupnp-1.4.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:590ffb02b84da2a1aec68fd534bc40af1b37dd3f6223f9d1577fc48ab48be36f
size 152568

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Sep 20 11:27:43 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 1.4.0:
+ Fix fallback option for GSSDP dependency.
+ Linux CM: Fix address family filtering.
+ Linux CM: Fix a typo.
- Changes from version 1.3.1:
+ Add ContextFilter class, deprecate WhiteList.
+ Fix several reference leaks.
+ Fix broken boot-id logic.
Changes from version 1.3.0:
+ Service: name Tasks.
+ Doc: Some grammaer fixes.
+ Dead and deprecated code clean-up.
+ Move tests that are actually examples into examples.
+ Move tests from gtest to test.
+ Doc: General clean-up.
+ Fix some introspection annotations.
+ Build: Make gupnp usable as a subproject (more or less).
+ Make it possible to re-use a ServiceProxyAction.
+ Service: Validate "Host" header for GENA actions.
-------------------------------------------------------------------
Mon Aug 2 01:10:16 UTC 2021 - Yifan Jiang <yfjiang@suse.com>

View File

@ -21,23 +21,23 @@
%define sover 1.2
Name: gupnp
Version: 1.2.7
Version: 1.4.0
Release: 0
Summary: Implementation of the UPnP specification
License: LGPL-2.0-or-later
Group: Development/Libraries/C and C++
URL: http://www.gupnp.org/
Source0: https://download.gnome.org/sources/gupnp/1.2/%{name}-%{version}.tar.xz
Source0: https://download.gnome.org/sources/gupnp/1.4/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: meson >= 0.54.0
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gio-2.0) >= 2.66
BuildRequires: pkgconfig(glib-2.0) >= 2.66
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
BuildRequires: pkgconfig(gssdp-1.2) >= 1.2.3
BuildRequires: pkgconfig(gssdp-1.2) >= 1.3.0
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(uuid)
@ -113,7 +113,7 @@ sed -i 's|env python3|python3|' tools/gupnp-binding-tool-1.2
%files -n libgupnp-%{soname}
%license COPYING
%doc AUTHORS NEWS README
%doc AUTHORS NEWS
%{_libdir}/*.so.*
%files -n typelib-1_0-GUPnP-1_0