From 43b6ce1fbcf5bf965408d44a399e5c94414241e45dd0fcfb565768b75c078428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 1 Apr 2019 13:13:42 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyICU?expand=0&rev=7 --- PyICU-2.2.tar.gz | 3 --- PyICU-2.3.tar.gz | 3 +++ python-PyICU.changes | 9 +++++++++ python-PyICU.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 PyICU-2.2.tar.gz create mode 100644 PyICU-2.3.tar.gz 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