forked from pool/gupnp
Accepting request 761006 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/761006 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=61
This commit is contained in:
commit
ebbfec45c8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9aa557eff415598e05999d0ab122f202a978ff827688d3f951023117a315f5e
|
|
||||||
size 135276
|
|
3
gupnp-1.2.2.tar.xz
Normal file
3
gupnp-1.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a80bd953e5c8772ad26b72f8da01cbe7241a113edd6084903f413ce751c9989
|
||||||
|
size 136556
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 2 13:05:39 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.2:
|
||||||
|
+ Fix macOS dylib versioning.
|
||||||
|
+ Fix endless loop on early notify.
|
||||||
|
+ Several documentation fixes.
|
||||||
|
+ Implement version-independent type registration in
|
||||||
|
ResourceFactory.
|
||||||
|
+ Fix an issue with implementation of the depracted functions.
|
||||||
|
+ Fix an issue with including net/if.h and linux/if.h.
|
||||||
|
+ Add async introspection functions matching the usual GIO
|
||||||
|
function pattern.
|
||||||
|
+ Go through main loop if introspection fails before the actual
|
||||||
|
network request.
|
||||||
|
+ Bump required GLib version to 2.58.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 30 01:02:01 UTC 2019 - bjorn.lie@gmail.com
|
Thu May 30 01:02:01 UTC 2019 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
13
gupnp.spec
13
gupnp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp
|
# spec file for package gupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 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
|
||||||
@ -21,7 +21,7 @@
|
|||||||
%define sover 1.2
|
%define sover 1.2
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 1.2.1
|
Version: 1.2.2
|
||||||
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
|
||||||
@ -33,10 +33,10 @@ Source1: baselibs.conf
|
|||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.44
|
BuildRequires: pkgconfig(gio-2.0) >= 2.58
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
||||||
BuildRequires: pkgconfig(gmodule-2.0) >= 2.44
|
BuildRequires: pkgconfig(gmodule-2.0) >= 2.58
|
||||||
BuildRequires: pkgconfig(gobject-2.0) >= 2.44
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.58
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
||||||
BuildRequires: pkgconfig(gssdp-1.2) >= 1.1.3
|
BuildRequires: pkgconfig(gssdp-1.2) >= 1.1.3
|
||||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0
|
||||||
@ -120,6 +120,7 @@ libraries utilizing the GUPnP framework.
|
|||||||
%{_libdir}/girepository-1.0/GUPnP-%{sover}.typelib
|
%{_libdir}/girepository-1.0/GUPnP-%{sover}.typelib
|
||||||
|
|
||||||
%files -n libgupnp-devel
|
%files -n libgupnp-devel
|
||||||
|
%{_mandir}/man1/gupnp-binding-tool-1.2.1%{?ext_man}
|
||||||
%{_bindir}/gupnp-binding-tool-%{sover}
|
%{_bindir}/gupnp-binding-tool-%{sover}
|
||||||
%{_includedir}/%{name}-%{sover}
|
%{_includedir}/%{name}-%{sover}
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
Loading…
Reference in New Issue
Block a user