Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-text-icu for openSUSE:Factory checked in at 2022-02-11 23:09:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-text-icu (Old) and /work/SRC/openSUSE:Factory/.ghc-text-icu.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-icu" Fri Feb 11 23:09:44 2022 rev:2 rq:953540 version:0.8.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-text-icu/ghc-text-icu.changes 2021-06-01 10:40:39.465139521 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-text-icu.new.1956/ghc-text-icu.changes 2022-02-11 23:11:43.143346762 +0100 @@ -1,0 +2,20 @@ +Thu Feb 10 10:49:01 UTC 2022 - Peter Simons <[email protected]> + +- Update text-icu to version 0.8.0.1. + 0.8.0.1 + + * Restore build with GHC 7.10 - 8.8 (#61) + * New CI for Linux, macOS and Windows (#63, #64, #66, #69) + + 0.8.0 + + * Support for text-2.0 (#57) + * Support for ICU 69 and new features (#55) + * Add lib/include dirs for newer homebrew (#54) + * basic number formatting added (#46) + * Declare pkg-config dependencies (#43) + * Added support for arabic shaping and BiDi (#41) + * Include icuio lib (#36) + * Character Set Detection (#27) + +------------------------------------------------------------------- Old: ---- text-icu-0.7.1.0.tar.gz New: ---- text-icu-0.8.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-text-icu.spec ++++++ --- /var/tmp/diff_new_pack.YADKkH/_old 2022-02-11 23:11:43.531347884 +0100 +++ /var/tmp/diff_new_pack.YADKkH/_new 2022-02-11 23:11:43.535347896 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-text-icu # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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 @@ %global pkg_name text-icu %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.1.0 +Version: 0.8.0.1 Release: 0 Summary: Bindings to the ICU library License: BSD-3-Clause @@ -30,7 +30,12 @@ BuildRequires: ghc-deepseq-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel +BuildRequires: ghc-time-devel BuildRequires: libicu-devel +BuildRequires: pkgconfig +BuildRequires: pkgconfig(icu-i18n) +BuildRequires: pkgconfig(icu-io) +BuildRequires: pkgconfig(icu-uc) ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-HUnit-devel @@ -72,11 +77,20 @@ * Security checks for visually confusable (spoofable) strings. +* Bidirectional Unicode algorithm + +* Calendar objects holding dates and times. + +* Number and calendar formatting. + %package devel Summary: Haskell %{pkg_name} library development files Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires: libicu-devel +Requires: pkgconfig +Requires: pkgconfig(icu-i18n) +Requires: pkgconfig(icu-io) Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} ++++++ text-icu-0.7.1.0.tar.gz -> text-icu-0.8.0.1.tar.gz ++++++ ++++ 5704 lines of diff (skipped)
