From 7dbf8b8bee8047758f20bb2f09f5b3044267c646 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 21 Jul 2020 22:13:17 +0200 Subject: [PATCH] Replace unversioned %{__python} macro with %{__python3} --- icu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/icu.spec b/icu.spec index 2583da6..351ab74 100644 --- a/icu.spec +++ b/icu.spec @@ -2,7 +2,7 @@ Name: icu Version: 67.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: International Components for Unicode License: MIT and UCD and Public Domain @@ -51,7 +51,7 @@ BuildArch: noarch %description -n lib%{name}-doc %{summary}. -%{!?endian: %global endian %(%{__python} -c "import sys;print (0 if sys.byteorder=='big' else 1)")} +%{!?endian: %global endian %(%{__python3} -c "import sys;print (0 if sys.byteorder=='big' else 1)")} # " this line just fixes syntax highlighting for vim that is confused by the above and continues literal @@ -179,6 +179,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Tue Jul 21 2020 Eike Rathke - 67.1-2 +- Replace unversioned %%{__python} macro with %%{__python3} + * Fri May 15 2020 Pete Walter - 67.1-1 - Update to 67.1