| |
@@ -1,6 +1,6 @@
|
| |
Name: compat-libicu63
|
| |
Version: 63.2
|
| |
- Release: 3%{?dist}
|
| |
+ Release: 4%{?dist}
|
| |
Summary: Compat package with icu libraries
|
| |
|
| |
License: MIT and UCD and Public Domain
|
| |
@@ -9,7 +9,7 @@
|
| |
|
| |
BuildRequires: gcc
|
| |
BuildRequires: gcc-c++
|
| |
- BuildRequires: doxygen, autoconf, python2
|
| |
+ BuildRequires: doxygen, autoconf, python3
|
| |
|
| |
# https://bugzilla.redhat.com/show_bug.cgi?id=1708935 temporarily roll back to 63.1
|
| |
Patch0: roll-back-63.2-to-63.1-patched.patch
|
| |
@@ -90,6 +90,9 @@
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Wed Sep 09 2020 Petr Viktorin <pviktori@redhat.com> - 63.2-4
|
| |
+ - Switch BuildRequires to python3
|
| |
+
|
| |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 63.2-3
|
| |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
| |
|
| |
It looks like this package is happy with any Python on build time. Can the python2 BuildRequires be removed from it?