Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzpc for openSUSE:Factory checked in at 2023-02-11 21:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libzpc (Old) and /work/SRC/openSUSE:Factory/.libzpc.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libzpc" Sat Feb 11 21:56:57 2023 rev:4 rq:1064273 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libzpc/libzpc.changes 2022-04-27 21:41:21.061015101 +0200 +++ /work/SRC/openSUSE:Factory/.libzpc.new.1848/libzpc.changes 2023-02-11 21:57:38.951744239 +0100 @@ -1,0 +2,16 @@ +Wed Feb 8 16:19:14 UTC 2023 - Mark Post <mp...@suse.com> + +- Upgrade to version 1.1.0 (jsc#PED-582) + * Implements an ECC-KEY API : `zpc/ecc_key.h`. + * Implements an ECDSA-CTX API : `zpc/ecdsa_ctx.h`. + +------------------------------------------------------------------- +Tue Sep 13 17:46:49 UTC 2022 - Mark Post <mp...@suse.com> + +- Upgrade to version 1.0.1 (jsc#PED-582) + * Updated spec file for rpm build +- Removed obsolete libzpc-sles15p4-mark-stack-nonexec.patch +- Updated spec file to use %{name} and %{version} variables in + more places. + +------------------------------------------------------------------- Old: ---- libzpc-1.0.0.tar.gz libzpc-sles15p4-mark-stack-nonexec.patch New: ---- libzpc-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libzpc.spec ++++++ --- /var/tmp/diff_new_pack.jofgDW/_old 2023-02-11 21:57:39.339746655 +0100 +++ /var/tmp/diff_new_pack.jofgDW/_new 2023-02-11 21:57:39.347746704 +0100 @@ -1,7 +1,7 @@ # # spec file for package libzpc # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2022-2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: libzpc -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: IBM Z Protected-key Crypto library License: Apache-2.0 Group: Productivity/Security URL: https://github.com/opencryptoki/libzpc Source: https://github.com/opencryptoki/libzpc/archive/refs/tags/v%{version}.tar.gz#/libzpc-%{version}.tar.gz -Patch0: libzpc-sles15p4-mark-stack-nonexec.patch BuildRequires: cmake >= 3.10 BuildRequires: doxygen BuildRequires: gcc-c++ @@ -61,8 +60,7 @@ %autosetup -p1 %build -mkdir build && cd build -cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_SHARED_LIBS=ON -DBUILD_DOC=ON +%cmake -DBUILD_DOC=ON %make_build %install @@ -76,13 +74,13 @@ %files -n libzpc1 %doc README.md %license LICENSE -%{_libdir}/libzpc.so.1 -%{_libdir}/libzpc.so.1.0.0 +%{_libdir}/%{name}.so.1 +%{_libdir}/%{name}.so.%{version} %files devel %dir %{_includedir}/zpc %{_includedir}/zpc/*.h -%{_libdir}/libzpc.so -%{_datadir}/pkgconfig/libzpc.pc +%{_libdir}/%{name}.so +%{_libdir}/pkgconfig/%{name}.pc %changelog ++++++ libzpc-1.0.0.tar.gz -> libzpc-1.1.0.tar.gz ++++++ ++++ 12573 lines of diff (skipped)