Accepting request 898027 from GNOME:Factory
New version (forwarded request 897880 from iznogood) OBS-URL: https://build.opensuse.org/request/show/898027 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=65
This commit is contained in:
commit
b919344faa
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:00b20f1e478a72deac92c34723693a2ac55789ed1e4bb4eed99eb4d62092aafd
|
|
||||||
size 142652
|
|
3
gupnp-1.2.7.tar.xz
Normal file
3
gupnp-1.2.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8441276f1afd0176e6f595026a3a507eed1809abfa04026bad3f21622b3523ec
|
||||||
|
size 142928
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 6 16:13:17 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.7:
|
||||||
|
+ Fix build with -Wformat-security=error
|
||||||
|
+ Bump required GLib version to 2.66
|
||||||
|
+ Fix some introspection annotations
|
||||||
|
+ Add missing varargs functions to vapi
|
||||||
|
+ Revert fix from 1.2.5 which causes managed control points to
|
||||||
|
live too long
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 1 01:19:08 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
Tue Jun 1 01:19:08 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
10
gupnp.spec
10
gupnp.spec
@ -21,7 +21,7 @@
|
|||||||
%define sover 1.2
|
%define sover 1.2
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.2.6
|
Version: 1.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -32,10 +32,10 @@ Source1: baselibs.conf
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.58
|
BuildRequires: pkgconfig(gio-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
BuildRequires: pkgconfig(glib-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.66
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
||||||
BuildRequires: pkgconfig(gssdp-1.2) >= 1.2.3
|
BuildRequires: pkgconfig(gssdp-1.2) >= 1.2.3
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
|
||||||
|
Loading…
Reference in New Issue
Block a user