forked from pool/ghc-base64-bytestring
Accepting request 656586 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/656586 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-base64-bytestring?expand=0&rev=8
This commit is contained in:
commit
fbea231b40
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab25abf4b00a2f52b270bc3ed43f1d59f16c8eec9d7dffb14df1e9265b233b50
|
||||
size 9080
|
3
base64-bytestring-1.0.0.2.tar.gz
Normal file
3
base64-bytestring-1.0.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c
|
||||
size 9830
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 03:01:26 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update base64-bytestring to version 1.0.0.2.
|
||||
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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:12 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name base64-bytestring
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.0.1
|
||||
Version: 1.0.0.2
|
||||
Release: 0
|
||||
Summary: Fast base64 encoding and decoding for ByteStrings
|
||||
License: BSD-3-Clause
|
||||
@ -33,13 +33,16 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-split-devel
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
BuildRequires: ghc-test-framework-hunit-devel
|
||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
Fast base64 encoding and decoding for ByteStrings.
|
||||
This package provides support for encoding and decoding binary data according
|
||||
to 'base64' (see also <https://tools.ietf.org/html/rfc4648 RFC 4648>) for
|
||||
strict and lazy ByteStrings.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@ -75,6 +78,6 @@ files.
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.markdown
|
||||
%doc CHANGELOG.md README.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user