update to 1.0.0.2
This commit is contained in:
parent
3eaee6dc6a
commit
a2b504cb31
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/base64-bytestring-0.1.1.3.tar.gz
|
||||
/base64-bytestring-1.0.0.0.tar.gz
|
||||
/base64-bytestring-1.0.0.1.tar.gz
|
||||
/base64-bytestring-1.0.0.2.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.0.0.1
|
||||
Release: 17%{?dist}
|
||||
Version: 1.0.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast base64 encoding and decoding for ByteStrings
|
||||
|
||||
License: BSD
|
||||
@ -25,6 +25,7 @@ BuildRequires: ghc-bytestring-devel
|
||||
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
|
||||
@ -32,7 +33,9 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||
# End cabal-rpm deps
|
||||
|
||||
%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
|
||||
@ -88,10 +91,13 @@ files.
|
||||
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc README.markdown
|
||||
%doc CHANGELOG.md README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 21 2019 Jens Petersen <petersen@redhat.com> - 1.0.0.2-1
|
||||
- update to 1.0.0.2
|
||||
|
||||
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 1.0.0.1-17
|
||||
- refresh to cabal-rpm-0.13
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user