From df80c64f272d719f2b78cd16f889f1fe64f62fc9 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 14 Dec 2023 15:46:36 +0800 Subject: [PATCH] rebuild --- gssdp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gssdp.spec b/gssdp.spec index 69d80a2..d48c860 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 Name: gssdp Version: 1.6.2 Release: %{anolis_release}%{?dist} @@ -6,7 +6,7 @@ Summary: Resource discovery and announcement over SSDP License: LGPLv2+ 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 BuildRequires: gobject-introspection-devel >= 1.36 BuildRequires: pkgconfig(gi-docgen) >= 2021.1 BuildRequires: pkgconfig(gio-2.0) >= 2.54 @@ -95,6 +95,9 @@ install -D -p -m 0644 doc/gssdp-device-sniffer.1 %{buildroot}%{_mandir}/man1/gss %{_datadir}/doc/gssdp-1.6/ %changelog +* Thu Dec 14 2023 mgb01105731 - 1.6.2-2 +- rebuild + * Thu Apr 06 2023 Chunmei Xu - 1.6.2-1 - udpate to 1.6.2 and switch to libsoup3 -- Gitee