Accepting request 1037061 from GNOME:Next

New stable release, tweaked resub

OBS-URL: https://build.opensuse.org/request/show/1037061
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gssdp?expand=0&rev=100
This commit is contained in:
Bjørn Lie 2022-11-21 11:43:35 +00:00 committed by Git OBS Bridge
parent ef4cb9e9bf
commit 44606eaf08
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d2be0a6e2591109a6e425851161a4a53bc54b4f06a0214c7970566329bd56330
size 2080496

BIN
gssdp-1.6.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Nov 20 20:44:13 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.6.2:
+ Propagate random port up to client, partial fix for GUPnP/81
+ Add manpage for sniffer.
- Pass manpages=false to meson, we do not have the needed pandoc
BuildRequires available for all arches/buildtargets.
-------------------------------------------------------------------
Thu Nov 10 13:31:35 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -20,7 +20,7 @@
%define sover 1.6
%bcond_with sniffer
Name: gssdp
Version: 1.6.1
Version: 1.6.2
Release: 0
Summary: Library for resource discovery and announcement over SSDP
License: LGPL-2.0-or-later
@ -95,6 +95,7 @@ announcement over SSDP.
%build
%meson \
-Dgtk_doc=true \
-Dmanpages=false \
%if %{without sniffer}
-Dsniffer=false \
%endif