osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64-bytestring revision:11, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring?expand=0&rev=49
This commit is contained in:
Ondřej Súkup 2020-11-17 18:44:31 +00:00 committed by Git OBS Bridge
parent 8eb7447da5
commit b7d510c714
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3746c15de0b4d107cf00eab6b16856d688b003e15e98555be15956afd76ae4ef
size 13430

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af09b17d072eb1391d91e30b4186dd1797330647ef79268ecd7fcce8f5afc638
size 13650

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 15 22:12:13 UTC 2020 - psimons@suse.com
- Update base64-bytestring to version 1.2.0.1.
# 1.2.0.1
* Package update: support for `bytestring >=0.11`
-------------------------------------------------------------------
Tue Aug 18 10:44:07 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name base64-bytestring
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.2.0.0
Version: 1.2.0.1
Release: 0
Summary: Fast base64 encoding and decoding for ByteStrings
License: BSD-3-Clause
@ -31,8 +31,6 @@ BuildRequires: ghc-rpm-macros
%if %{with tests}
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