From 5459f0cbf4481832ff8da5b66d690a08ec135aeb9e73d872b23452e55cb1c0bb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:02 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-base16-bytestring revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base16-bytestring?expand=0&rev=39 --- base16-bytestring-0.1.1.6.tar.gz | 3 +++ base16-bytestring-0.1.1.7.tar.gz | 3 --- ghc-base16-bytestring.changes | 18 ------------------ ghc-base16-bytestring.spec | 21 +++++---------------- 4 files changed, 8 insertions(+), 37 deletions(-) create mode 100644 base16-bytestring-0.1.1.6.tar.gz delete mode 100644 base16-bytestring-0.1.1.7.tar.gz diff --git a/base16-bytestring-0.1.1.6.tar.gz b/base16-bytestring-0.1.1.6.tar.gz new file mode 100644 index 0000000..d1aafae --- /dev/null +++ b/base16-bytestring-0.1.1.6.tar.gz @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 91cd373..0000000 --- a/base16-bytestring-0.1.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 4204b50..7f01029 100644 --- a/ghc-base16-bytestring.changes +++ b/ghc-base16-bytestring.changes @@ -1,21 +1,3 @@ -------------------------------------------------------------------- -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 c70b3ed..28fbe4f 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base16-bytestring # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -17,9 +17,8 @@ %global pkg_name base16-bytestring -%bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.1.7 +Version: 0.1.1.6 Release: 0 Summary: Fast base16 (hex) encoding and decoding for ByteStrings License: BSD-3-Clause @@ -30,14 +29,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros %description -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. +Fast base16 (hex) encoding and decoding for ByteStrings. %package devel Summary: Haskell %{pkg_name} library development files @@ -51,7 +43,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build @@ -59,9 +51,6 @@ files. %install %ghc_lib_install -%check -%cabal_test - %post devel %ghc_pkg_recache @@ -72,6 +61,6 @@ files. %license LICENSE %files devel -f %{name}-devel.files -%doc CHANGELOG.md README.md +%doc README.markdown %changelog