Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gpa for openSUSE:Factory checked in at 2024-09-27 17:10:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gpa (Old) and /work/SRC/openSUSE:Factory/.gpa.new.29891 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gpa" Fri Sep 27 17:10:47 2024 rev:34 rq:1203923 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gpa/gpa.changes 2024-02-09 23:52:51.312121238 +0100 +++ /work/SRC/openSUSE:Factory/.gpa.new.29891/gpa.changes 2024-09-27 17:10:58.173346041 +0200 @@ -1,0 +2,8 @@ +Thu Sep 26 14:46:37 UTC 2024 - Dominique Leuenberger <[email protected]> + +- Delete m4/libassuan.m4, and call autoreconf: let autoconf copy + libassuan.m4 based on the libassuan-devel package. Fixes build + with libassuan 3. +- Add libtool BuildRequires: needed to bootstrap. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gpa.spec ++++++ --- /var/tmp/diff_new_pack.gT7jEh/_old 2024-09-27 17:10:59.469400055 +0200 +++ /var/tmp/diff_new_pack.gT7jEh/_new 2024-09-27 17:10:59.469400055 +0200 @@ -23,8 +23,8 @@ License: GPL-3.0-only Group: Productivity/Security URL: http://www.gnupg.org/related_software/gpa/index.html -Source: ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2 -Source1: ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2.sig +Source: https://gnupg.org/ftp/gcrypt/gpa/%{name}-%{version}.tar.bz2 +Source1: https://gnupg.org/ftp/gcrypt/gpa/%{name}-%{version}.tar.bz2.sig Source2: gpa.keyring Patch0: gpa-0.10.0-reduce-gpgme-requirement.patch BuildRequires: gnupg @@ -32,6 +32,7 @@ BuildRequires: gtk2-devel >= 2.10.0 BuildRequires: libassuan-devel >= 2.4.2 BuildRequires: libgpg-error-devel >= 1.27 +BuildRequires: libtool BuildRequires: update-desktop-files %description @@ -43,8 +44,11 @@ %prep %autosetup -p1 +rm m4/libassuan.m4 %build +# ensure to copy libassuan.m4 from libassuan-devel +autoreconf -fiv %configure \ --with-gnu-ld make %{?_smp_mflags}
