diff --git a/ghc-unicode-transforms.changes b/ghc-unicode-transforms.changes index 3a29a9c..d3b15a2 100644 --- a/ghc-unicode-transforms.changes +++ b/ghc-unicode-transforms.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Feb 12 14:15:51 UTC 2017 - psimons@suse.com + +- Update to version 0.2.1 with cabal2obs. + ------------------------------------------------------------------- Thu Sep 15 07:01:17 UTC 2016 - psimons@suse.com diff --git a/ghc-unicode-transforms.spec b/ghc-unicode-transforms.spec index 62d2920..75f5189 100644 --- a/ghc-unicode-transforms.spec +++ b/ghc-unicode-transforms.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-unicode-transforms # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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,33 +19,28 @@ %global pkg_name unicode-transforms %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.0.1 +Version: 0.2.1 Release: 0 -Summary: Unicode transforms (normalization NFC/NFD/NFKC/NFKD) +Summary: Unicode normalization License: BSD-3-Clause Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel +BuildRequires: ghc-bitarray-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %if %{with tests} +BuildRequires: ghc-QuickCheck-devel +BuildRequires: ghc-deepseq-devel +BuildRequires: ghc-getopt-generics-devel BuildRequires: ghc-split-devel %endif %description -This is a lightweight library supporting a limited set of unicode -transformations (only normalizations as of now) on ByteStrings (UTF-8) and Text -without requiring any other system libraries. It is based on the utf8proc C -utility supporting unicode versions upto 5.1.0. - -text-icu is a full featured alternative for all unicode operations but with a -dependency on the system installed icu libraries. This package aims to provide -an API similar to text-icu. - -For more details see the README.md file. +Fast Unicode 8.0 normalization in Haskell (NFC, NFKC, NFD, NFKD). %package devel Summary: Haskell %{pkg_name} library development files @@ -83,6 +78,6 @@ files. %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md +%doc Changelog.md README.md %changelog diff --git a/unicode-transforms-0.1.0.1.tar.gz b/unicode-transforms-0.1.0.1.tar.gz deleted file mode 100644 index b181042..0000000 --- a/unicode-transforms-0.1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fe607ec91e1cf25db1842e7409d4ed0e1bb6829409e846e010db25b2c75cb0b -size 693576 diff --git a/unicode-transforms-0.2.1.tar.gz b/unicode-transforms-0.2.1.tar.gz new file mode 100644 index 0000000..4833669 --- /dev/null +++ b/unicode-transforms-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8baa0de3c58685aa1e476961f7f3765395ba257d79258c66e86b06a87f3abc +size 714210