Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ucommon for openSUSE:Factory checked in at 2021-10-08 00:05:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ucommon (Old) and /work/SRC/openSUSE:Factory/.ucommon.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ucommon" Fri Oct 8 00:05:51 2021 rev:26 rq:923566 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes 2021-06-04 22:43:49.819146954 +0200 +++ /work/SRC/openSUSE:Factory/.ucommon.new.2443/ucommon.changes 2021-10-08 00:06:49.773832562 +0200 @@ -1,0 +2,7 @@ +Wed Oct 6 17:41:55 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to release 7.0.1 + * OpenSSL 1.1 support fixes +- Delete gcc11.patch (obsoleted) + +------------------------------------------------------------------- Old: ---- gcc11.patch ucommon-7.0.0.tar.gz ucommon-7.0.0.tar.gz.sig New: ---- commoncpp-7.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ucommon.spec ++++++ --- /var/tmp/diff_new_pack.D61K3s/_old 2021-10-08 00:06:50.201833287 +0200 +++ /var/tmp/diff_new_pack.D61K3s/_new 2021-10-08 00:06:50.205833295 +0200 @@ -21,7 +21,7 @@ Name: ucommon -Version: 7.0.0 +Version: 7.0.1 Release: 0 %define lname libucommon8 Summary: Runtime library for portable C++ threading and sockets @@ -30,15 +30,16 @@ URL: http://www.gnu.org/software/commoncpp #Git-Clone: https://git.savannah.gnu.org/cgit/commoncpp.git -Source: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz -Source2: http://ftp.gnu.org/gnu/commoncpp/%name-%version.tar.gz.sig +Source: https://git.savannah.gnu.org/cgit/commoncpp.git/snapshot/commoncpp-%version.tar.gz Source3: %name.keyring -Patch1: gcc11.patch +BuildRequires: automake BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: graphviz-gd +BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(openssl) < 1.1 +BuildRequires: pkgconfig(openssl) >= 1.1 +BuildRequires: pkgconfig(zlib) # Added for 13.1 Obsoletes: %name-bin < %version-%release Provides: %name-bin = %version-%release @@ -87,9 +88,10 @@ html browsable. %prep -%autosetup -p1 +%autosetup -p1 -n commoncpp-%version %build +if test ! -e configure; then ./autogen.sh; fi %configure --disable-static %make_build
