Package Release Info

gupnp-igd-1.6.0-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgupnp-igd-devel

Change Logs

* Fri Apr 28 2023 bjorn.lie@gmail.com
- Disable meson_test during build, it randomly fails for all arches
  https://gitlab.gnome.org/GNOME/gupnp-igd/-/issues/3
* Thu Apr 13 2023 bjorn.lie@gmail.com
- Update to version 1.6.0:
  + Switch to GUPnP 1.6.0 API
  + Update GLib dependency to 2.70
  + Add Javascript example
- Drop patches fixed upstream:
  + 2c413bbd8b9afc41648f21ad173f0caf81a5f98b.patch
  + bbe36b279e247cd8ec4ab00bcdf02178af8a99af.patch
  + 79a1e4cf8c256132978a1d8ab718c8ad132386de.patch
  + fa1546614190942ab266832e7470a6debf8c32cb.patch
- Rename libgupnp-igd-1_0-4 and typelib-1_0-GUPnPIgd-1_0 to
  libgupnp-igd-1_6-0 and typelib-1_0-GUPnPIgd-1_6 following
  upstream changes. Also update baselibs.conf.
* Fri Mar 24 2023 bjorn.lie@gmail.com
- Add upstream patches to hopefully fix racy tests:
  + 2c413bbd8b9afc41648f21ad173f0caf81a5f98b.patch
  + bbe36b279e247cd8ec4ab00bcdf02178af8a99af.patch
* Fri Mar 03 2023 bjorn.lie@gmail.com
- Add fa1546614190942ab266832e7470a6debf8c32cb.patch: test: Port to
  g_inet_address_new_loopback.
* Sat Aug 27 2022 bjorn.lie@gmail.com
- Add 79a1e4cf8c256132978a1d8ab718c8ad132386de.patch: Port to GUPnP
  1.6 API. Following this, replace pkgconfig(gssdp-1.2) and
  pkgconfig(gupnp-1.2) with pkgconfig(gssdp-1.6) and
  pkgconfig(gupnp-1.6) BuildRequires.
- Use ldconfig_scriptlets macro for post(un) handling.
* Fri Oct 16 2020 bjorn.lie@gmail.com
- Update to version 1.2.0:
  + Switch to GUPnP 1.2.0 API
  + Update GLib dependency to 2.38
  + Replace deprecated GLib APIs
  + Fix crashes
  + Switch to meson build.
- Add meson and gtk-doc BuildRequires and macros following
  upstreams port, and run tests during build.
- Drop no longer needed libtool BuildRequires, and various
  autotools related macros and commands.
- Drop patches fixed upstream:
  + gupnp-igd-free-GStaticMutex-in-AddRemoveData.patch
  + gupnp-igd-port-to-new-gupnp-api.patch
* Sun Jan 06 2019 bjorn.lie@gmail.com
- Add gupnp-igd-port-to-new-gupnp-api.patch: Port to new GUPnP API.
- Following the above patch, replace pkgconfig(gssdp-1.0) and
  pkgconfig(gupnp-1.0) with pkgconfig(gssdp-1.2) and
  pkgconfig(gupnp-1.2) and add libtool BuildRequires aswell as pass
  autoreconf, as the patch touches the  buildsystem.
* Sat Jan 05 2019 bjorn.lie@gmail.com
- Add gupnp-igd-free-GStaticMutex-in-AddRemoveData.patch: Free
  GStaticMutex in AddRemoveData. Fixes a memory leak reported by
  valgrind.
- Modernize spec.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Mon Nov 20 2017 luc14n0@linuxmail.org
- Update to version 0.2.5:
  + Update gtk-doc to newer version to fix build failures.
- Update Url to https://wiki.gnome.org/Projects/GUPnP: current
  GUPnP's web page.