diff --git a/PyICU-2.2.tar.gz b/PyICU-2.2.tar.gz deleted file mode 100644 index 3bfc2d3..0000000 --- a/PyICU-2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea6ae8bb6845e2e145cf03cd80cf258487b80fca3669ae8a7bf0c5105df10973 -size 211135 diff --git a/PyICU-2.3.tar.gz b/PyICU-2.3.tar.gz new file mode 100644 index 0000000..0dbdf84 --- /dev/null +++ b/PyICU-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419d389b014ee48f31014920f300c842df0770a283ab1fb4de82a6af334cac4d +size 214710 diff --git a/python-PyICU.changes b/python-PyICU.changes index 8dda715..a603621 100644 --- a/python-PyICU.changes +++ b/python-PyICU.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 1 13:03:06 UTC 2019 - Tomáš Chvátal + +- Update to 2.3: + - added support for also trying pkg-config for build configuration (Linux) + - fixed compilation issue in collator.cpp when not using c++11 (and icu < 60) + - added support for ICU 64.1 + - filled out wrappers for missing NumberFormatter methods and classes + ------------------------------------------------------------------- Thu Nov 1 09:00:57 UTC 2018 - Tomáš Chvátal diff --git a/python-PyICU.spec b/python-PyICU.spec index 13d8434..c4474f5 100644 --- a/python-PyICU.spec +++ b/python-PyICU.spec @@ -1,7 +1,7 @@ # # spec file for package python # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global modname PyICU Name: python-%{modname} -Version: 2.2 +Version: 2.3 Release: 0 Summary: Python Extension Wrapping the ICU C++ API License: MIT