From 15c9bb2cd7a13b3c0036f312227003c8210d61d4 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Fri, 1 Nov 2019 10:59:30 +0000 Subject: [PATCH] Build with Python 3 --- icu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/icu.spec b/icu.spec index f1a8b52..03a1374 100644 --- a/icu.spec +++ b/icu.spec @@ -2,7 +2,7 @@ Name: icu Version: 63.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: International Components for Unicode License: MIT and UCD and Public Domain @@ -12,7 +12,7 @@ Source1: icu-config.sh BuildRequires: gcc BuildRequires: gcc-c++ -BuildRequires: doxygen, autoconf, python2 +BuildRequires: doxygen, autoconf, python3 Requires: lib%{name}%{?_isa} = %{version}-%{release} # https://bugzilla.redhat.com/show_bug.cgi?id=1708935 temporarily roll back to 63.1 @@ -188,6 +188,9 @@ LD_LIBRARY_PATH=lib:stubdata:tools/ctestfw:$LD_LIBRARY_PATH bin/uconv -l %changelog +* Fri Nov 01 2019 Pete Walter - 63.2-4 +- Build with Python 3 + * Thu Jul 25 2019 Fedora Release Engineering - 63.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild