Hello community, here is the log from the commit of package libkeccak for openSUSE:Factory checked in at 2019-03-26 15:42:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkeccak (Old) and /work/SRC/openSUSE:Factory/.libkeccak.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkeccak" Tue Mar 26 15:42:06 2019 rev:3 rq:685302 version:1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libkeccak/libkeccak.changes 2018-07-22 23:06:02.868890260 +0200 +++ /work/SRC/openSUSE:Factory/.libkeccak.new.25356/libkeccak.changes 2019-03-26 15:43:02.704222561 +0100 @@ -1,0 +2,7 @@ +Fri Mar 15 10:05:21 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new upstream release 1.2 + * No changelog was provided +- Drop libkeccak-1.1.4-fix-install.patch (logic moved to .spec) + +------------------------------------------------------------------- Old: ---- libkeccak-1.1.4-fix-install.patch libkeccak-1.1.4.tar.gz New: ---- 1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkeccak.spec ++++++ --- /var/tmp/diff_new_pack.ivgy9l/_old 2019-03-26 15:43:03.448222136 +0100 +++ /var/tmp/diff_new_pack.ivgy9l/_new 2019-03-26 15:43:03.452222133 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkeccak # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libkeccak -Version: 1.1.4 +Version: 1.2 Release: 0 Summary: Keccak family hashing library, including SHA-3 License: ISC Group: Development/Libraries/C and C++ URL: https://github.com/maandree/libkeccak -Source: https://github.com/maandree/libkeccak/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -Patch0: libkeccak-1.1.4-fix-install.patch +Source: https://github.com/maandree/libkeccak/archive/1.2.tar.gz %description libkeccak is a bit-oriented lanewise implementation of the Keccak @@ -61,16 +60,18 @@ A subset of Keccak was specified by NIST as SHA-3 (Secure Hash Algorithm 3). %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build make %{?_smp_mflags} CFLAGS="%{optflags}" %install mkdir -p %{buildroot}%{_libdir} -%make_install PREFIX=%{_prefix} LIB=%{_lib} +%make_install PREFIX=%{_prefix} find %{buildroot} -type f -iname '*.a' -print -delete +if [ "%_lib" != lib ]; then + mv %{buildroot}/%{_libdir}/../lib/* %{buildroot}/%{_libdir}/ +fi # packaged via macro rm -rvf %{buildroot}%{_datadir}/licenses/%{name} ++++++ libkeccak-1.1.4.tar.gz -> 1.2.tar.gz ++++++ ++++ 14185 lines of diff (skipped)
