diff --git a/gupnp-1.2.1.tar.xz b/gupnp-1.2.1.tar.xz deleted file mode 100644 index 2eeb5dc..0000000 --- a/gupnp-1.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9aa557eff415598e05999d0ab122f202a978ff827688d3f951023117a315f5e -size 135276 diff --git a/gupnp-1.2.2.tar.xz b/gupnp-1.2.2.tar.xz new file mode 100644 index 0000000..d3e3fa6 --- /dev/null +++ b/gupnp-1.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a80bd953e5c8772ad26b72f8da01cbe7241a113edd6084903f413ce751c9989 +size 136556 diff --git a/gupnp.changes b/gupnp.changes index fba5702..0610744 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Jan 2 13:05:39 UTC 2020 - Bjørn Lie + +- 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 diff --git a/gupnp.spec b/gupnp.spec index 4125b06..f70685b 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define sover 1.2 Name: gupnp -Version: 1.2.1 +Version: 1.2.2 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0-or-later @@ -33,10 +33,10 @@ Source1: baselibs.conf BuildRequires: gtk-doc BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: pkgconfig(gio-2.0) >= 2.44 -BuildRequires: pkgconfig(glib-2.0) >= 2.44 -BuildRequires: pkgconfig(gmodule-2.0) >= 2.44 -BuildRequires: pkgconfig(gobject-2.0) >= 2.44 +BuildRequires: pkgconfig(gio-2.0) >= 2.58 +BuildRequires: pkgconfig(glib-2.0) >= 2.58 +BuildRequires: pkgconfig(gmodule-2.0) >= 2.58 +BuildRequires: pkgconfig(gobject-2.0) >= 2.58 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4 BuildRequires: pkgconfig(gssdp-1.2) >= 1.1.3 BuildRequires: pkgconfig(libsoup-2.4) >= 2.48.0 @@ -120,6 +120,7 @@ libraries utilizing the GUPnP framework. %{_libdir}/girepository-1.0/GUPnP-%{sover}.typelib %files -n libgupnp-devel +%{_mandir}/man1/gupnp-binding-tool-1.2.1%{?ext_man} %{_bindir}/gupnp-binding-tool-%{sover} %{_includedir}/%{name}-%{sover} %{_libdir}/*.so