Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libupnp for openSUSE:Factory checked in at 2025-11-11 19:18:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libupnp (Old) and /work/SRC/openSUSE:Factory/.libupnp.new.1980 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libupnp" Tue Nov 11 19:18:38 2025 rev:42 rq:1316701 version:1.14.25 Changes: -------- --- /work/SRC/openSUSE:Factory/libupnp/libupnp.changes 2025-09-29 16:32:55.584175513 +0200 +++ /work/SRC/openSUSE:Factory/.libupnp.new.1980/libupnp.changes 2025-11-11 19:18:57.001470571 +0100 @@ -1,0 +2,5 @@ +Sun Nov 9 19:07:04 UTC 2025 - Jan Engelhardt <[email protected]> + +- Switch to cmake + +------------------------------------------------------------------- Old: ---- release-1.14.25.tar.gz New: ---- libupnp-1.14.25.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libupnp.spec ++++++ --- /var/tmp/diff_new_pack.K5foOw/_old 2025-11-11 19:18:57.553493775 +0100 +++ /var/tmp/diff_new_pack.K5foOw/_new 2025-11-11 19:18:57.557493944 +0100 @@ -26,10 +26,10 @@ License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://github.com/pupnp/pupnp -Source: https://github.com/pupnp/pupnp/archive/refs/tags/release-%version.tar.gz +Source: https://github.com/pupnp/pupnp/releases/download/release-%version/%name-%version.tar.bz2 Source3: baselibs.conf -BuildRequires: automake -BuildRequires: libtool +BuildRequires: c++_compiler +BuildRequires: cmake >= 3.11 BuildRequires: pkg-config %description @@ -66,22 +66,22 @@ systems. %prep -%autosetup -n pupnp-release-%version -autoreconf -fi +%autosetup -p1 %build # the openssl simply does not compile -%configure \ - --disable-samples \ - --enable-ipv6 \ - --disable-static \ - --enable-reuseaddr \ - --disable-open_ssl \ - --enable-unspecified_server -%make_build +%cmake \ + -DUPNP_BUILD_SAMPLES=OFF \ + -DUPNP_ENABLE_IPV6=ON \ + -DUPNP_BUILD_STATIC=OFF \ + -DUPNP_MINISERVER_REUSEADDR=ON \ + -DUPNP_ENABLE_OPEN_SSL=OFF \ + -DUPNP_ENABLE_UNSPECIFIED_SERVER=ON \ + -DBUILD_TESTING=ON +%cmake_build %install -%make_install +%cmake_install find "%buildroot" -type f -name "*.la" -delete -print %ldconfig_scriptlets -n %name%pnpver @@ -101,4 +101,5 @@ %_libdir/libixml.so %_libdir/libupnp.so %_includedir/upnp/ +%_libdir/cmake/ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.K5foOw/_old 2025-11-11 19:18:57.597495626 +0100 +++ /var/tmp/diff_new_pack.K5foOw/_new 2025-11-11 19:18:57.601495793 +0100 @@ -1,5 +1,5 @@ -mtime: 1759092987 -commit: 67b0f856802a0150dad861f7e246835d9863761cd93b6d6de49c06476df85b8b +mtime: 1762715232 +commit: edab2e296fbda3e924bcaf53239de47f4497256ee76487e75cd74a0e6047006d url: https://src.opensuse.org/jengelh/libupnp revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-11-09 20:07:26.000000000 +0100 @@ -0,0 +1 @@ +.osc
