update to 0.1.1.6

This commit is contained in:
Jens Petersen 2014-09-25 18:14:56 +09:00
parent d84ad6391d
commit c23d95dbc5
3 changed files with 16 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/base16-bytestring-0.1.1.3.tar.gz
/base16-bytestring-0.1.1.4.tar.gz
/base16-bytestring-0.1.1.5.tar.gz
/base16-bytestring-0.1.1.6.tar.gz

View File

@ -2,14 +2,17 @@
%global pkg_name base16-bytestring
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.1.1.5
Release: 9%{?dist}
Version: 0.1.1.6
Release: 1%{?dist}
Summary: Fast hex encoding and decoding for ByteStrings
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -23,13 +26,15 @@ Fast base16 (hex) encoding and decoding for ByteStrings.
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
This package provides the Haskell %{pkg_name} library development
files.
%prep
@ -61,6 +66,10 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Thu Sep 25 2014 Jens Petersen <petersen@redhat.com> - 0.1.1.6-1
- update to 0.1.1.6
- refresh to cblrpm-0.8.11
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
96478ffefb9a8f6e4a21718c5f445ac0 base16-bytestring-0.1.1.5.tar.gz
b6aac9d679d7dd84c3cd23cbc143eb29 base16-bytestring-0.1.1.6.tar.gz