forked from pool/ghc-base16-bytestring
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
This commit is contained in:
parent
c2337f0e45
commit
5459f0cbf4
3
base16-bytestring-0.1.1.6.tar.gz
Normal file
3
base16-bytestring-0.1.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5afe65a152c5418f5f4e3579a5e0d5ca19c279dc9bf31c1a371ccbe84705c449
|
||||
size 3694
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:525689679d5cc80fa532c1d5cfeace0f62bbb54134fad514f1ba00d0e7fe69ba
|
||||
size 5136
|
@ -1,21 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:06 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:16 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -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 <https://tools.ietf.org/html/rfc4648 RFC 4648>) for
|
||||
strict (see "Data.ByteString.Base16") and lazy 'ByteString's (see
|
||||
"Data.ByteString.Base16.Lazy").
|
||||
|
||||
See also the <https://hackage.haskell.org/package/base-encoding base-encoding>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user