Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package clanlib for openSUSE:Factory checked in at 2021-06-20 19:37:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clanlib (Old) and /work/SRC/openSUSE:Factory/.clanlib.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clanlib" Sun Jun 20 19:37:58 2021 rev:42 rq:900996 version:4.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/clanlib/clanlib.changes 2021-04-27 21:36:01.816118908 +0200 +++ /work/SRC/openSUSE:Factory/.clanlib.new.2625/clanlib.changes 2021-06-20 19:38:06.169522994 +0200 @@ -1,0 +2,6 @@ +Wed Jun 16 12:37:52 UTC 2021 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Fix build on aarch64 since clanlib-cpuid.patch has been dropped: + * clanlib-add-aarch64.patch + +------------------------------------------------------------------- New: ---- clanlib-add-aarch64.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clanlib.spec ++++++ --- /var/tmp/diff_new_pack.5j7RFY/_old 2021-06-20 19:38:06.649523632 +0200 +++ /var/tmp/diff_new_pack.5j7RFY/_new 2021-06-20 19:38:06.649523632 +0200 @@ -25,6 +25,7 @@ Group: System/Libraries URL: https://github.com/sphair/ClanLib Source: %{URL}/archive/refs/tags/v%{version}.tar.gz#/ClanLib-%{version}.tar.gz +Patch1: clanlib-add-aarch64.patch BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: automake @@ -86,7 +87,7 @@ ClanLib delivers a platform-independent interface for writing games. %prep -%autosetup -n ClanLib-%{version} +%autosetup -p1 -n ClanLib-%{version} %build # Remove IDE files ++++++ clanlib-add-aarch64.patch ++++++ --- ClanLib-4.1.0/configure.ac.orig 2021-06-16 14:04:48.744184558 +0200 +++ ClanLib-4.1.0/configure.ac 2021-06-16 14:09:15.738679727 +0200 @@ -118,6 +118,10 @@ case $target in CXXFLAGS="$CXXFLAGS -DARM_PLATFORM" CFLAGS="$CXXFLAGS -DARM_PLATFORM" ;; + aarch64* ) + CXXFLAGS="$CXXFLAGS -DARM_PLATFORM" + CFLAGS="$CXXFLAGS -DARM_PLATFORM" + ;; esac dnl Extra flags that are needed to compile (for pkg-config)