import gssdp-1.0.5-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:39:48 -04:00 committed by Andrew Lukoshko
parent c2de16d94f
commit 7987ae1369
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/gssdp-1.0.2.tar.xz
SOURCES/gssdp-1.0.5.tar.xz

View File

@ -1 +1 @@
450eb3a8cf9e831f420afa04ff934a0d2a1afec4 SOURCES/gssdp-1.0.2.tar.xz
826aa68bcff4b2044134bc7d5068ae024934fb6f SOURCES/gssdp-1.0.5.tar.xz

View File

@ -1,6 +1,6 @@
Name: gssdp
Version: 1.0.2
Release: 6%{?dist}
Version: 1.0.5
Release: 1%{?dist}
Summary: Resource discovery and announcement over SSDP
License: LGPLv2+
@ -96,6 +96,12 @@ make check %{?_smp_mflags} V=1
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Wed Sep 30 2020 Bastien Nocera <bnocera@redhat.com> - 1.0.5-1
+ gssdp-1.0.5-1
- Update to 1.0.5
- Fix SUBSCRIBE misbehaviour
- Resolves: #1861928
* Tue Sep 25 2018 Bastien Nocera <bnocera@redhat.com> - 1.0.2-6
+ gssdp-1.0.2-6
- Don't use -O0 optimisation, it disables ASLR