From eaa261a682353a4df90348360fda5a3cdc71c19f Mon Sep 17 00:00:00 2001 From: fstrba <> Date: Feb 06 2024 15:47:31 +0000 Subject: Update fastjar to version 0.98 / rev 23 via SR 1144484 https://build.opensuse.org/request/show/1144484 by user fstrba + anag+factory Fix build on arm32 architectures --- diff --git a/.files b/.files index 9599826..167ced2 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 078bc64..0ad8419 100644 --- a/.rev +++ b/.rev @@ -165,4 +165,12 @@ fix build on sle12 908787 + + 72e738805deacd655541a57fc7064e13 + 0.98 + + anag+factory + Fix build on arm32 architectures + 1144484 + diff --git a/fastjar.changes b/fastjar.changes index 141b439..5c666f9 100644 --- a/fastjar.changes +++ b/fastjar.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Feb 6 08:09:50 UTC 2024 - Fridrich Strba + +- Disable LTO to avoid undefined symbols on some platforms + +------------------------------------------------------------------- Tue Jul 27 13:06:24 UTC 2021 - Fridrich Strba - Define %%make_build for systems that don't have it defined in diff --git a/fastjar.spec b/fastjar.spec index 5843467..543b561 100644 --- a/fastjar.spec +++ b/fastjar.spec @@ -1,7 +1,7 @@ # # spec file for package fastjar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%define _lto_cflags %{nil} %{!?make_build:%global make_build make %{?_smp_mflags}} Name: fastjar Version: 0.98 @@ -31,7 +32,7 @@ Patch3: fastjar-CVE-2010-2322.patch BuildRequires: zlib-devel %if 0%{?suse_version} Requires(post): %{install_info_prereq} -Requires(preun):%{install_info_prereq} +Requires(preun): %{install_info_prereq} %endif %description