Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package aespipe for openSUSE:Factory checked in at 2024-09-04 13:22:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aespipe (Old) and /work/SRC/openSUSE:Factory/.aespipe.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aespipe" Wed Sep 4 13:22:57 2024 rev:20 rq:1198377 version:2.4h Changes: -------- --- /work/SRC/openSUSE:Factory/aespipe/aespipe.changes 2024-01-26 22:47:48.517367785 +0100 +++ /work/SRC/openSUSE:Factory/.aespipe.new.10096/aespipe.changes 2024-09-04 13:23:14.794308219 +0200 @@ -1,0 +2,8 @@ +Mon Sep 2 09:26:31 UTC 2024 - ming li <[email protected]> + +- Update to version 2.4h: + * Added assembler implementations of AES for 32-bit arm and 64-bit arm64 + + 0001-Fix-Build.patch: fix the build failure of Leap 15.5 and 15.6 on OBS + +------------------------------------------------------------------- Old: ---- aespipe-2.4g.tar.bz2 aespipe-2.4g.tar.bz2.sign New: ---- 0001-Fix-Build.patch aespipe-2.4h.tar.bz2 aespipe-2.4h.tar.bz2.sign BETA DEBUG BEGIN: New: 0001-Fix-Build.patch: fix the build failure of Leap 15.5 and 15.6 on OBS BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aespipe.spec ++++++ --- /var/tmp/diff_new_pack.q4xAcU/_old 2024-09-04 13:23:15.278328472 +0200 +++ /var/tmp/diff_new_pack.q4xAcU/_new 2024-09-04 13:23:15.282328640 +0200 @@ -17,7 +17,7 @@ Name: aespipe -Version: 2.4g +Version: 2.4h Release: 0 Summary: AES Encrypting/Decrypting Pipe License: GPL-2.0-only @@ -25,9 +25,11 @@ Source0: https://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2#/%{name}-%{version}.tar.bz2 Source1: https://loop-aes.sourceforge.net/aespipe/%{name}-v%{version}.tar.bz2.sign#/%{name}-%{version}.tar.bz2.sign Source2: %{name}.keyring +Patch1: 0001-Fix-Build.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gpg2 +BuildRequires: libbpf1 Requires: gpg2 %description @@ -39,6 +41,9 @@ %prep %setup -q -n %{name}-v%{version} patch < aes-GPL.diff +%if 0%{?sle_version} >= 150500 && 0%{?is_opensuse} +%autopatch -p1 +%endif %build autoreconf -fiv ++++++ 0001-Fix-Build.patch ++++++ --- aespipe-v2.4h.orig/configure.ac 2024-04-03 21:02:02.000000000 +0800 +++ aespipe-v2.4h/configure.ac 2024-09-02 18:15:33.852677076 +0800 @@ -14,7 +14,6 @@ AC_PROG_CC AC_PROG_GREP AC_PROG_MAKE_SET -AC_CHECK_INCLUDES_DEFAULT AC_PROG_EGREP AC_HEADER_SYS_WAIT
