forked from pool/ghc-base64-bytestring
Accepting request 766983 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/766983 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-base64-bytestring?expand=0&rev=10
This commit is contained in:
commit
1dcc6d3b0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:193654ed9bd9e7f20163c9b70bab32d33010be50a5e1e8e2258229faf32a608c
|
|
||||||
size 9830
|
|
3
base64-bytestring-1.0.0.3.tar.gz
Normal file
3
base64-bytestring-1.0.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef159d60ec14c0a3f3e26bab5c9fd7634d5e1b983c6a64f0b0c3261efe008fc7
|
||||||
|
size 10104
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 14 03:03:06 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update base64-bytestring to version 1.0.0.3.
|
||||||
|
# 1.0.0.3
|
||||||
|
|
||||||
|
* Made performance more robust
|
||||||
|
([#27](https://github.com/haskell/base64-bytestring/pull/27)).
|
||||||
|
* Improved documentation
|
||||||
|
([#23](https://github.com/haskell/base64-bytestring/pull/23)).
|
||||||
|
* Improved the performance of decodeLenient a bit
|
||||||
|
([#21](https://github.com/haskell/base64-bytestring/pull/21)).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 8 16:13:16 UTC 2019 - Peter Simons <psimons@suse.com>
|
Fri Nov 8 16:13:16 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-base64-bytestring
|
# spec file for package ghc-base64-bytestring
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name base64-bytestring
|
%global pkg_name base64-bytestring
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.0.2
|
Version: 1.0.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast base64 encoding and decoding for ByteStrings
|
Summary: Fast base64 encoding and decoding for ByteStrings
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user