Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AusweisApp for openSUSE:Factory checked in at 2026-04-09 16:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AusweisApp (Old) and /work/SRC/openSUSE:Factory/.AusweisApp.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AusweisApp" Thu Apr 9 16:08:40 2026 rev:18 rq:1345194 version:2.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/AusweisApp/AusweisApp.changes 2026-02-01 22:05:28.352733259 +0100 +++ /work/SRC/openSUSE:Factory/.AusweisApp.new.21863/AusweisApp.changes 2026-04-09 16:12:00.215103687 +0200 @@ -1,0 +2,23 @@ +Wed Apr 8 12:55:01 UTC 2026 - John Paul Adrian Glaubitz <[email protected]> + +- New upstream release + + Version 2.5.0 + - Visual adjustments and optimizations to the graphical user interface. + - macOS Ventura 13 is no longer supported. + - iOS 16 is no longer supported. + - The http_parser library has been replaced by llhttp. + - A compiler with C++20 support is required. + - Update of Qt to version 6.10.2. + - Update of OpenSSL to version 3.6.1. + - Update of the Android NDK to r29 (29.0.14206865). + - Update of the Android SDK Platform to Android 16 (API level 36). + - Smartphones paired as card readers with an installed AusweisApp + are now available as readers on Android via the SDK. + - Access for web browsers to the partially integrated SDK is disabled + by default and can be enabled if needed. +- Add pkgconfig(libllhttp) to BuildRequires +- Build with -DUSE_LEGACY_OPENSSL_API=ON to enable legacy OpenSSL API +- Drop 0001-use-legacy-openssl-api.patch, fixed upstream +- Drop build support for openSUSE Leap 15 + +------------------------------------------------------------------- Old: ---- 0001-use-legacy-openssl-api.patch 2.4.1.tar.gz New: ---- 2.5.0.tar.gz ----------(Old B)---------- Old:- Build with -DUSE_LEGACY_OPENSSL_API=ON to enable legacy OpenSSL API - Drop 0001-use-legacy-openssl-api.patch, fixed upstream - Drop build support for openSUSE Leap 15 ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AusweisApp.spec ++++++ --- /var/tmp/diff_new_pack.g7R05A/_old 2026-04-09 16:12:35.628563928 +0200 +++ /var/tmp/diff_new_pack.g7R05A/_new 2026-04-09 16:12:35.632564091 +0200 @@ -17,22 +17,16 @@ Name: AusweisApp -Version: 2.4.1 +Version: 2.5.0 Release: 0 Summary: Official authentication app for German ID cards and residence permits License: EUPL-1.2 Group: Productivity/Security URL: https://www.ausweisapp.bund.de Source0: https://github.com/Governikus/AusweisApp2/archive/%{version}.tar.gz -# PATCH-FIX-OPENSUSE - Enforce use of old OpenSSL API (bsc#1231686) -Patch0: 0001-use-legacy-openssl-api.patch BuildRequires: cmake -%if 0%{?suse_version} > 1500 -BuildRequires: gcc-c++ -%else -BuildRequires: gcc11-c++ -%endif BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: libopenssl-devel BuildRequires: ninja @@ -54,6 +48,7 @@ BuildRequires: qt6-svg-devel BuildRequires: qt6-websockets-devel BuildRequires: update-desktop-files +BuildRequires: pkgconfig(libllhttp) BuildRequires: pkgconfig(libudev) Requires: libQt6Svg6 Provides: AusweisApp2 = 2.0.0 @@ -68,17 +63,12 @@ %prep %setup -q -n %{name}-%{version} -%patch -P0 -p1 %build -%if 0%{?suse_version} <= 1500 -export CC=gcc-11 -export CXX=g++-11 -%endif export CFLAGS="%{optflags} -fPIC" export CXXFLAGS="%{optflags} -fPIC" %define __builder ninja -%cmake -DBUILD_SHARED_LIBS=OFF +%cmake -DBUILD_SHARED_LIBS=OFF -DUSE_LEGACY_OPENSSL_API=ON ninja %install ++++++ 2.4.1.tar.gz -> 2.5.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/AusweisApp/2.4.1.tar.gz /work/SRC/openSUSE:Factory/.AusweisApp.new.21863/2.5.0.tar.gz differ: char 13, line 1
