From 87975653145ed0d15f98c57d3b20627c6d07958dbb8abe33d8b531e51cc2fd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Apr 2019 08:07:56 +0000 Subject: [PATCH] - Update to 2.3.1: * fixed build error with ICU 61, ICU 62 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=9 --- PyICU-2.3.1.tar.gz | 3 +++ PyICU-2.3.tar.gz | 3 --- python-PyICU.changes | 6 ++++++ python-PyICU.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 PyICU-2.3.1.tar.gz delete mode 100644 PyICU-2.3.tar.gz diff --git a/PyICU-2.3.1.tar.gz b/PyICU-2.3.1.tar.gz new file mode 100644 index 0000000..0b38fdc --- /dev/null +++ b/PyICU-2.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb2b453853b4c25db382bc5e8c4cde09b3f4696ef1e1494f8294e174f459cf4 +size 214761 diff --git a/PyICU-2.3.tar.gz b/PyICU-2.3.tar.gz deleted file mode 100644 index 0dbdf84..0000000 --- a/PyICU-2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:419d389b014ee48f31014920f300c842df0770a283ab1fb4de82a6af334cac4d -size 214710 diff --git a/python-PyICU.changes b/python-PyICU.changes index a603621..be1ce1c 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 29 08:05:27 UTC 2019 - Tomáš Chvátal + +- Update to 2.3.1: + * fixed build error with ICU 61, ICU 62 + ------------------------------------------------------------------- Mon Apr 1 13:03:06 UTC 2019 - Tomáš Chvátal diff --git a/python-PyICU.spec b/python-PyICU.spec index c4474f5..4ef4426 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname PyICU Name: python-%{modname} -Version: 2.3 +Version: 2.3.1 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT