diff --git a/.gitignore b/.gitignore index 42e1a4d..b6adfc2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gupnp-1.0.3.tar.xz +SOURCES/gupnp-1.0.6.tar.xz diff --git a/.gupnp.metadata b/.gupnp.metadata index 62fc9b9..11f1c28 100644 --- a/.gupnp.metadata +++ b/.gupnp.metadata @@ -1 +1 @@ -b8a74b5a74c5041ebb855fc1040e1766c6bd252e SOURCES/gupnp-1.0.3.tar.xz +dd8c2ae186076d9adf401f747a89a35059bf26ab SOURCES/gupnp-1.0.6.tar.xz diff --git a/SPECS/gupnp.spec b/SPECS/gupnp.spec index 60ed8d8..bf6133c 100644 --- a/SPECS/gupnp.spec +++ b/SPECS/gupnp.spec @@ -1,13 +1,13 @@ Name: gupnp -Version: 1.0.3 -Release: 2%{?dist} +Version: 1.0.6 +Release: 1%{?dist} Summary: A framework for creating UPnP devices & control points License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://download.gnome.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz -BuildRequires: gssdp-devel >= 0.14.15 +BuildRequires: gssdp-devel >= 1.0.5 BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel >= 1.36 BuildRequires: libsoup-devel @@ -79,6 +79,12 @@ find %{buildroot} -name '*.la' -delete %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Wed Sep 30 2020 Bastien Nocera - 1.0.6-1 ++ gupnp-1.0.6-1 +- Update to 1.0.6 +- Fix SUBSCRIBE misbehaviour +- Resolves: #1846589 + * Tue Sep 25 2018 Bastien Nocera - 1.0.3-2 + gupnp-1.0.3-2 - Don't use -O0 optimisation, it disables ASLR