automatic version update by autodist [release 1.6.8-1mamba;Sat Jan 18 2025]

This commit is contained in:
Automatic Build System 2025-01-19 19:55:12 +01:00
parent 63644097fa
commit 00ad52f61e

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: libgupnp
Version: 1.6.7
Version: 1.6.8
Release: 1mamba
Summary: An object-oriented open source framework for creating UPnP devices and control points
Group: System/Libraries
@ -12,6 +12,7 @@ Source: https://download.gnome.org/sources/gupnp/%{majver}/gupnp-%{versio
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libgssdp-devel
BuildRequires: libsoup-devel
@ -42,7 +43,6 @@ GUPnP is an object-oriented open source framework for creating UPnP devices and
GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework.
This package contains tools provided with %{name}.
%debug_package
%prep
%setup -q -n gupnp-%{version}
@ -88,6 +88,9 @@ This package contains tools provided with %{name}.
%doc NEWS
%changelog
* Sat Jan 18 2025 Automatic Build System <autodist@openmamba.org> 1.6.8-1mamba
- automatic version update by autodist
* Tue Sep 24 2024 Automatic Build System <autodist@openmamba.org> 1.6.7-1mamba
- automatic version update by autodist