Hello community,

here is the log from the commit of package gssdp for openSUSE:Factory checked 
in at 2019-02-13 10:16:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gssdp (Old)
 and      /work/SRC/openSUSE:Factory/.gssdp.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gssdp"

Wed Feb 13 10:16:32 2019 rev:49 rq:669852 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gssdp/gssdp.changes      2018-03-08 
10:44:52.908591929 +0100
+++ /work/SRC/openSUSE:Factory/.gssdp.new.28833/gssdp.changes   2019-02-13 
10:16:33.753376433 +0100
@@ -1,0 +2,15 @@
+Fri Jan 25 10:42:14 UTC 2019 - bjorn....@gmail.com
+
+- Update to version 1.0.3:
+  + Meson build fixes.
+  + Fix running sniffer from meson build.
+  + Fix issue on OS X when socket is destroyed after suspend.
+  + Fix a memory leak in the device sniffer.
+  + Fix a crash when sending a SSDP message after clearing the
+    custom headers.
+  + Use utsname.release for Server: header.
+  + Bugs fixed in this release: glgo#GNOME/gssdp#1, bgo#794340.
+- Switch to meson buildsystem, add meson and gtk-doc BuildRequires
+  and macros. Also run tests in new check section.
+
+-------------------------------------------------------------------

Old:
----
  gssdp-1.0.2.tar.xz

New:
----
  gssdp-1.0.3.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gssdp.spec ++++++
--- /var/tmp/diff_new_pack.1xAgYC/_old  2019-02-13 10:16:34.157376279 +0100
+++ /var/tmp/diff_new_pack.1xAgYC/_new  2019-02-13 10:16:34.161376277 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gssdp
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           gssdp
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        Library for resource discovery and announcement over SSDP
 License:        LGPL-2.0-or-later
@@ -25,6 +25,9 @@
 URL:            http://www.gupnp.org/
 Source:         
http://download.gnome.org/sources/gssdp/1.0/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+
+BuildRequires:  gtk-doc
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(glib-2.0) >= 2.32
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -75,15 +78,23 @@
 announcement over SSDP.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%configure --disable-static
-make %{?_smp_mflags}
+%meson \
+       -Dgtk_doc=true \
+       -Dsniffer=true \
+       -Dintrospection=true \
+       -Dvapi=true \
+       -Dexamples=false \
+       %{nil}
+%meson_build
 
 %install
-%make_install
-find %{buildroot} -type f -name "*.la" -delete -print
+%meson_install
+
+%check
+%meson_test
 
 %post -n libgssdp-1_0-3 -p /sbin/ldconfig
 %postun -n libgssdp-1_0-3 -p /sbin/ldconfig

++++++ gssdp-1.0.2.tar.xz -> gssdp-1.0.3.tar.xz ++++++
++++ 7698 lines of diff (skipped)


Reply via email to