diff --git a/base16-bytestring-0.1.1.6.tar.gz b/base16-bytestring-0.1.1.6.tar.gz deleted file mode 100644 index d1aafae..0000000 --- a/base16-bytestring-0.1.1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449 -size 3694 diff --git a/base16-bytestring-0.1.1.7.tar.gz b/base16-bytestring-0.1.1.7.tar.gz new file mode 100644 index 0000000..91cd373 --- /dev/null +++ b/base16-bytestring-0.1.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525689679d5cc80fa532c1d5cfeace0f62bbb54134fad514f1ba00d0e7fe69ba +size 5136 diff --git a/ghc-base16-bytestring.changes b/ghc-base16-bytestring.changes index 7f01029..4204b50 100644 --- a/ghc-base16-bytestring.changes +++ b/ghc-base16-bytestring.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:06 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Sun Jun 21 02:00:47 UTC 2020 - psimons@suse.com + +- Update base16-bytestring to version 0.1.1.7. + Upstream added a new change log file in this release. With no + previous version to compare against, the automatic updater cannot + reliable determine the relevante entries for this release. + +------------------------------------------------------------------- +Tue Jun 16 11:13:47 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:13:16 UTC 2019 - Peter Simons diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index 28fbe4f..c70b3ed 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base16-bytestring # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %global pkg_name base16-bytestring +%bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.1.6 +Version: 0.1.1.7 Release: 0 Summary: Fast base16 (hex) encoding and decoding for ByteStrings License: BSD-3-Clause @@ -29,7 +30,14 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros %description -Fast base16 (hex) encoding and decoding for ByteStrings. +This package provides support for encoding and decoding binary data according +to 'base16' (see also ) for +strict (see "Data.ByteString.Base16") and lazy 'ByteString's (see +"Data.ByteString.Base16.Lazy"). + +See also the +package which provides an uniform API providing conversion paths between more +binary and textual types. %package devel Summary: Haskell %{pkg_name} library development files @@ -43,7 +51,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build @@ -51,6 +59,9 @@ files. %install %ghc_lib_install +%check +%cabal_test + %post devel %ghc_pkg_recache @@ -61,6 +72,6 @@ files. %license LICENSE %files devel -f %{name}-devel.files -%doc README.markdown +%doc CHANGELOG.md README.md %changelog