Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package miniupnpc for openSUSE:Factory checked in at 2023-01-23 18:30:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/miniupnpc (Old) and /work/SRC/openSUSE:Factory/.miniupnpc.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "miniupnpc" Mon Jan 23 18:30:32 2023 rev:24 rq:1060061 version:2.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/miniupnpc/miniupnpc.changes 2022-06-17 21:22:39.406778053 +0200 +++ /work/SRC/openSUSE:Factory/.miniupnpc.new.32243/miniupnpc.changes 2023-01-23 18:30:32.859537670 +0100 @@ -1,0 +2,9 @@ +Fri Dec 23 11:35:51 UTC 2022 - Dirk Müller <[email protected]> + +- update to 2.2.4: + * upnpc: use of @ to replace local lan address + * python module : Allow to specify the root description url + * Change directory structure : include/ and src/ directories. +- drop makefile-deps-fix.patch (upstream) + +------------------------------------------------------------------- Old: ---- miniupnpc-2.2.2.tar.gz miniupnpc-2.2.2.tar.gz.sig New: ---- miniupnpc-2.2.4.tar.gz miniupnpc-2.2.4.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ miniupnpc.spec ++++++ --- /var/tmp/diff_new_pack.gmeWwX/_old 2023-01-23 18:30:33.567542040 +0100 +++ /var/tmp/diff_new_pack.gmeWwX/_new 2023-01-23 18:30:33.571542065 +0100 @@ -20,7 +20,7 @@ %define soname 17 %bcond_without python2 Name: miniupnpc -Version: 2.2.2 +Version: 2.2.4 Release: 0 Summary: Universal Plug'n'Play (UPnP) Client License: BSD-3-Clause @@ -35,6 +35,7 @@ BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: pkgconfig BuildRequires: python-rpm-macros Requires: libminiupnpc%{soname} = %{version}-%{release} @@ -101,15 +102,14 @@ %endif %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build export CFLAGS="%{optflags}" -make %{?_smp_mflags} \ - CC="gcc" \ +%make_build \ + CC="gcc" BUILD=$PWD/build \ OPTFLAGS="%{optflags}" \ - PYTHON="python" + PYTHON="python3" %python_build ++++++ miniupnpc-2.2.2.tar.gz -> miniupnpc-2.2.4.tar.gz ++++++ ++++ 21278 lines of diff (skipped) ++++++ miniupnpc-kernelversion.patch ++++++ --- /var/tmp/diff_new_pack.gmeWwX/_old 2023-01-23 18:30:33.759543226 +0100 +++ /var/tmp/diff_new_pack.gmeWwX/_new 2023-01-23 18:30:33.763543250 +0100 @@ -1,9 +1,9 @@ -Index: miniupnpc-2.2.2/updateminiupnpcstrings.sh +Index: miniupnpc-2.2.3/updateminiupnpcstrings.sh =================================================================== ---- miniupnpc-2.2.2.orig/updateminiupnpcstrings.sh -+++ miniupnpc-2.2.2/updateminiupnpcstrings.sh -@@ -8,8 +8,8 @@ TMPFILE=miniupnpcstrings.h.tmp - TEMPLATE_FILE=${FILE}.in +--- miniupnpc-2.2.3.orig/updateminiupnpcstrings.sh ++++ miniupnpc-2.2.3/updateminiupnpcstrings.sh +@@ -19,8 +19,8 @@ if [ ! -f "$TMPFILE" ] ; then + fi # detecting the OS name and version -OS_NAME=`uname -s`
