From cb1cdae4a63ee2f200a9cf61f4caa6b5f4d801e379869666352d1d9ec2a29c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 21 Nov 2022 11:43:38 +0000 Subject: [PATCH] Accepting request 1037060 from GNOME:Next Added min ver of 1.6.2 of gssdp (upstream stated that this was forgotten) - Update to version 1.6.2: + Add test for issue 81. + Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gupnp/issues/81 OBS-URL: https://build.opensuse.org/request/show/1037060 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=131 --- gupnp-1.6.1.tar.xz | 3 --- gupnp-1.6.2.tar.xz | 3 +++ gupnp.changes | 8 ++++++++ gupnp.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 gupnp-1.6.1.tar.xz create mode 100644 gupnp-1.6.2.tar.xz diff --git a/gupnp-1.6.1.tar.xz b/gupnp-1.6.1.tar.xz deleted file mode 100644 index 67f6a2b..0000000 --- a/gupnp-1.6.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85381452d2af95b8e14b24d4a989633d0d83cd88d1272f27ccb2416ccc836d47 -size 2215460 diff --git a/gupnp-1.6.2.tar.xz b/gupnp-1.6.2.tar.xz new file mode 100644 index 0000000..fe9c041 --- /dev/null +++ b/gupnp-1.6.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90059cc83805dad93e83be47e53958f07471cc464f944391e7b5c82aa51a18f +size 2215220 diff --git a/gupnp.changes b/gupnp.changes index c2d4252..ce9105d 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 20 20:41:46 UTC 2022 - Bjørn Lie + +- Update to version 1.6.2: + + Add test for issue 81. + + Bugs fixed in this release: + - https://gitlab.gnome.org/GNOME/gupnp/issues/81 + ------------------------------------------------------------------- Thu Nov 10 13:33:29 UTC 2022 - Bjørn Lie diff --git a/gupnp.spec b/gupnp.spec index 78413af..debfeda 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -21,7 +21,7 @@ %define sover 1.6 Name: gupnp -Version: 1.6.1 +Version: 1.6.2 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0-or-later @@ -40,7 +40,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.66 BuildRequires: pkgconfig(gmodule-2.0) >= 2.66 BuildRequires: pkgconfig(gobject-2.0) >= 2.66 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4 -BuildRequires: pkgconfig(gssdp-1.6) +BuildRequires: pkgconfig(gssdp-1.6 >= 1.6.2 BuildRequires: pkgconfig(libsoup-3.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(uuid)