diff --git a/_service b/_service
new file mode 100644
index 0000000..a6843cf
--- /dev/null
+++ b/_service
@@ -0,0 +1,18 @@
+
+
+
+ https://gitlab.gnome.org/GNOME/gupnp.git
+ git
+ gupnp-1.6.8
+ @PARENT_TAG@+@TAG_OFFSET@
+ gupnp-?(.*)\+0
+ \1
+
+
+
+
+ *.tar
+ zst
+
+
+
diff --git a/gupnp-1.6.7.tar.xz b/gupnp-1.6.7.tar.xz
deleted file mode 100644
index 817f653..0000000
--- a/gupnp-1.6.7.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:4a61d8a5a8a7270e60ce9cfe9661cc4fa326f045a65718d2eb8ff68afdbef805
-size 205372
diff --git a/gupnp-1.6.8.obscpio b/gupnp-1.6.8.obscpio
new file mode 100644
index 0000000..5d41580
--- /dev/null
+++ b/gupnp-1.6.8.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:aabbb93bef949da5724ec49287209aab7578c9422422f1c097e1160bf3dcb93d
+size 1229836
diff --git a/gupnp.changes b/gupnp.changes
index 3486b22..4afcea2 100644
--- a/gupnp.changes
+++ b/gupnp.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Sat Jan 18 16:50:37 UTC 2025 - Bjørn Lie
+
+- Update to version 1.6.8:
+ + ServiceProxyAction: Remove some left-over debug output.
+ + ServiceProxyAction: Stop leaking the HTTP response.
+ + Docs: Fix various issues.
+ + ServiceProxyAction: Add get_value_as().
+ + Linux-CM: Silence a false-positive with scan-build.
+- Switch to source service for tarball/sources.
+- Add check section and meson_test macro, run test-suite during
+ build.
+
-------------------------------------------------------------------
Mon Sep 23 18:49:59 UTC 2024 - Bjørn Lie
@@ -74,7 +87,7 @@ Fri Dec 16 19:39:11 UTC 2022 - Bjørn Lie
+ Fix handling of deprecated and tentative v6 addresses.
+ Bugs fixed in this release:
- https://gitlab.gnome.org/GNOME/gupnp/issues/82
- - https://gitlab.gnome.org/GNOME/gupnp/issues/83
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/83
-------------------------------------------------------------------
Sun Nov 20 20:41:46 UTC 2022 - Bjørn Lie
diff --git a/gupnp.obsinfo b/gupnp.obsinfo
new file mode 100644
index 0000000..18c2e66
--- /dev/null
+++ b/gupnp.obsinfo
@@ -0,0 +1,4 @@
+name: gupnp
+version: 1.6.8
+mtime: 1737218059
+commit: c46848d93f58ef5efced3face212ef5b0f1993ad
diff --git a/gupnp.spec b/gupnp.spec
index 78fe5f8..5bc3ea3 100644
--- a/gupnp.spec
+++ b/gupnp.spec
@@ -1,7 +1,7 @@
#
# spec file for package gupnp
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,13 +21,13 @@
%define sover 1.6
Name: gupnp
-Version: 1.6.7
+Version: 1.6.8
Release: 0
Summary: Implementation of the UPnP specification
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: http://www.gupnp.org/
-Source0: https://download.gnome.org/sources/gupnp/1.6/%{name}-%{version}.tar.xz
+Source0: %{name}-%{version}.tar.zst
Source1: baselibs.conf
BuildRequires: docbook-xsl-stylesheets
@@ -127,6 +127,9 @@ mv %{buildroot}%{_datadir}/doc/%{name}-%{sover} %{buildroot}%{_docdir}
%ldconfig_scriptlets -n libgupnp-%{soname}
+%check
+%meson_test
+
%files -n libgupnp-%{soname}
%license COPYING
%doc AUTHORS NEWS