import gupnp-1.0.6-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:40:11 -04:00 committed by Andrew Lukoshko
parent 30b3d7affc
commit 239767b179
3 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gupnp-1.0.3.tar.xz
SOURCES/gupnp-1.0.6.tar.xz

View File

@ -1 +1 @@
b8a74b5a74c5041ebb855fc1040e1766c6bd252e SOURCES/gupnp-1.0.3.tar.xz
dd8c2ae186076d9adf401f747a89a35059bf26ab SOURCES/gupnp-1.0.6.tar.xz

View File

@ -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 <bnocera@redhat.com> - 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 <bnocera@redhat.com> - 1.0.3-2
+ gupnp-1.0.3-2
- Don't use -O0 optimisation, it disables ASLR