Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gssdp for openSUSE:Factory checked in at 2022-09-21 14:40:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gssdp (Old) and /work/SRC/openSUSE:Factory/.gssdp.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gssdp" Wed Sep 21 14:40:45 2022 rev:54 rq:1004813 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gssdp/gssdp.changes 2021-09-29 20:18:55.842974429 +0200 +++ /work/SRC/openSUSE:Factory/.gssdp.new.2083/gssdp.changes 2022-09-21 14:41:22.813579868 +0200 @@ -1,0 +2,38 @@ +Sat Sep 17 11:47:16 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 1.6.0: + + Re-release of 1.5.2 as stable version. No functional changes. + +------------------------------------------------------------------- +Sat Aug 27 18:43:35 UTC 2022 - Bj??rn Lie <[email protected]> + +- Update to version 1.5.2: + + Enable global scope v6 addresses. + + Expose Client:address as proper property. + + Clean-up client properties, make some construct-only. + + Add new convenience constructors for client. +- Changes from version 1.5.1: + + Clean-up debug output. + + Allow interface indexes up to MAXINT. +- Disable meson_test macro for now, fails currently, but that is ok + as we are on the unstable branch. +- Replace python3-gi-docgen with pkgconfig(gi-docgen) + BuildRequires, align with what meson checks for. +- Drop unneeded and unused gtk-doc BuildRequires. +- Package docs in default docdir ref openSUSE standard and split it + out in a doc subpackage. +- Use ldconfig_scriptlets macro for post(un) handling. + +------------------------------------------------------------------- +Fri Apr 29 19:51:27 UTC 2022 - Emily Gonyer <[email protected]> + +- Update to version 1.5.0: + + Switch to libsoup3. + + Bump API and ABI. + + Deprecate Client:msearch-port property for Client:port. +- Bump soname and sover following upstream changes, also in + baselibs.conf +- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) + BuildRequires following upstreams port. + +------------------------------------------------------------------- Old: ---- gssdp-1.4.0.1.tar.xz New: ---- gssdp-1.6.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gssdp.spec ++++++ --- /var/tmp/diff_new_pack.wRlMRG/_old 2022-09-21 14:41:23.261581111 +0200 +++ /var/tmp/diff_new_pack.wRlMRG/_new 2022-09-21 14:41:23.269581133 +0200 @@ -1,7 +1,7 @@ # # spec file for package gssdp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,28 @@ # -%define soname 1_2-0 -%define sover 1.2 +%define soname 1_6-0 +%define sover 1.6 %bcond_with sniffer Name: gssdp -Version: 1.4.0.1 +Version: 1.6.0 Release: 0 Summary: Library for resource discovery and announcement over SSDP License: LGPL-2.0-or-later Group: Development/Libraries/C and C++ URL: http://www.gupnp.org/ -Source0: https://download.gnome.org/sources/gssdp/1.4/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gssdp/1.6/%{name}-%{version}.tar.xz Source1: baselibs.conf -BuildRequires: gtk-doc + BuildRequires: meson >= 0.54.0 BuildRequires: pkgconfig -BuildRequires: python3-gi-docgen >= 2021.1 +BuildRequires: pkgconfig(gi-docgen) BuildRequires: pkgconfig(glib-2.0) >= 2.54 BuildRequires: pkgconfig(gobject-introspection-1.0) %if %{with sniffer} BuildRequires: pkgconfig(gtk4) %endif -BuildRequires: pkgconfig(libsoup-2.4) >= 2.26.1 +BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(vapigen) %description @@ -72,6 +72,13 @@ This package provides the GObject Introspection bindings for gssdp. +%package doc +Summary: Documentation for %{name} +BuildArch: noarch + +%description doc +Documentation for %{name}. + %package -n libgssdp-devel Summary: Library for resource discovery and announcement over SSDP - Development Files Group: Development/Libraries/C and C++ @@ -99,12 +106,15 @@ %install %meson_install +# Make default docdir ref openSUSE standard +mkdir -p %{buildroot}%{_docdir}/%{name}-%{sover} +# Move docs from upstream docdir to openSUSE docdir standard +mv %{buildroot}%{_datadir}/doc/%{name}-%{sover} %{buildroot}%{_docdir} %check -%meson_test +#%%meson_test -%post -n libgssdp-%{soname} -p /sbin/ldconfig -%postun -n libgssdp-%{soname} -p /sbin/ldconfig +%ldconfig_scriptlets -n libgssdp-%{soname} %if %{with sniffer} %files utils @@ -119,12 +129,14 @@ %files -n typelib-1_0-GSSDP-1_0 %{_libdir}/girepository-1.0/GSSDP-%{sover}.typelib +%files doc +%doc %{_docdir}/%{name}-%{sover}/ + %files -n libgssdp-devel %{_includedir}/%{name}-%{sover}/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/GSSDP-%{sover}.gir -%doc %{_datadir}/doc/gssdp-%{sover}/ %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/gssdp-%{sover}.deps %{_datadir}/vala/vapi/gssdp-%{sover}.vapi ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.wRlMRG/_old 2022-09-21 14:41:23.317581266 +0200 +++ /var/tmp/diff_new_pack.wRlMRG/_new 2022-09-21 14:41:23.325581288 +0200 @@ -1,2 +1,2 @@ -libgssdp-1_2-0 +libgssdp-1_6-0 ++++++ gssdp-1.4.0.1.tar.xz -> gssdp-1.6.0.tar.xz ++++++ ++++ 6893 lines of diff (skipped)
