Accepting request 1166002 from home:amanzini:branches:devel:libraries:c_c++
- update to 2.2.6: * includes charset="utf-8" in Content-Type * fix memory allocation error in minissdpc.c * Make User-Agent compliant. * add new binary listdevices => upnp-listdevices - added %check section to run unit tests OBS-URL: https://build.opensuse.org/request/show/1166002 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=46
This commit is contained in:
parent
5f70c46171
commit
36f2545ff2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38acd5f4602f7cf8bcdc1ec30b2d58db2e9912e5d9f5350dd99b06bfdffb517c
|
||||
size 103654
|
Binary file not shown.
3
miniupnpc-2.2.6.tar.gz
Normal file
3
miniupnpc-2.2.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37fcd91953508c3e62d6964bb8ffbc5d47f3e13481fa54e6214fcc68704c66f1
|
||||
size 103949
|
BIN
miniupnpc-2.2.6.tar.gz.sig
Normal file
BIN
miniupnpc-2.2.6.tar.gz.sig
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
Index: miniupnpc-2.2.3/updateminiupnpcstrings.sh
|
||||
Index: miniupnpc-2.2.6/updateminiupnpcstrings.sh
|
||||
===================================================================
|
||||
--- miniupnpc-2.2.3.orig/updateminiupnpcstrings.sh
|
||||
+++ miniupnpc-2.2.3/updateminiupnpcstrings.sh
|
||||
--- miniupnpc-2.2.6.orig/updateminiupnpcstrings.sh
|
||||
+++ miniupnpc-2.2.6/updateminiupnpcstrings.sh
|
||||
@@ -19,8 +19,8 @@ if [ ! -f "$TMPFILE" ] ; then
|
||||
fi
|
||||
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 7 20:49:20 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- update to 2.2.6:
|
||||
* includes charset="utf-8" in Content-Type
|
||||
* fix memory allocation error in minissdpc.c
|
||||
* Make User-Agent compliant.
|
||||
* add new binary listdevices => upnp-listdevices
|
||||
|
||||
- added %check section to run unit tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 15 15:18:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package miniupnpc
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 17
|
||||
Name: miniupnpc
|
||||
Version: 2.2.5
|
||||
Version: 2.2.6
|
||||
Release: 0
|
||||
Summary: Universal Plug'n'Play (UPnP) Client
|
||||
License: BSD-3-Clause
|
||||
@ -115,9 +115,13 @@ chmod -x %{buildroot}%{_mandir}/man3/miniupnpc.3.gz
|
||||
%post -n libminiupnpc%{soname} -p /sbin/ldconfig
|
||||
%postun -n libminiupnpc%{soname} -p /sbin/ldconfig
|
||||
|
||||
%check
|
||||
%make_build test
|
||||
|
||||
%files
|
||||
%{_bindir}/upnpc
|
||||
%{_bindir}/external-ip
|
||||
%{_bindir}/upnp-listdevices
|
||||
%{_mandir}/man3/miniupnpc.3%{?ext_man}
|
||||
|
||||
%files -n libminiupnpc%{soname}
|
||||
|
Loading…
Reference in New Issue
Block a user