update to 1.2.1.0
This commit is contained in:
parent
8884048673
commit
949d127e19
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/base64-bytestring-1.0.0.2.tar.gz
|
||||
/base64-bytestring-1.0.0.3.tar.gz
|
||||
/base64-bytestring-1.1.0.0.tar.gz
|
||||
/base64-bytestring-1.2.1.0.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name base64-bytestring
|
||||
@ -7,11 +7,11 @@
|
||||
# testsuite missing deps: test-framework test-framework-hunit test-framework-quickcheck2
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.1.0.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.2.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast base64 encoding and decoding for ByteStrings
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -20,14 +20,21 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
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.
|
||||
strict and lazy ByteStrings
|
||||
|
||||
For a fuller-featured and better-performing Base64 library, see the
|
||||
<https://hackage.haskell.org/package/base64 base64> package.
|
||||
|
||||
|
||||
%package devel
|
||||
@ -106,6 +113,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 1.2.1.0-1
|
||||
- https://hackage.haskell.org/package/base64-bytestring-1.2.1.0/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (base64-bytestring-1.1.0.0.tar.gz) = 62d52c80f8a480db376eae0260a452e51accb7126192d081a3784a0c8d598a0ceef67e6514066cf5d865c13b716a3399ad543ed474cf5d01e69638f5e9b2e2a5
|
||||
SHA512 (base64-bytestring-1.2.1.0.tar.gz) = 730d5fd7bd1cf90792d0eea75de1fd333c6cab73f4d178db6d3c7006d77f222734a53bb10ef3a296862ca31338e2ae387acfdd44b119014cff7a0a13362e6e96
|
||||
|
Loading…
Reference in New Issue
Block a user