diff --git a/.gitignore b/.gitignore index e4344a9..4de4d34 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ghc-base16-bytestring.spec b/ghc-base16-bytestring.spec index a17982c..d817b59 100644 --- a/ghc-base16-bytestring.spec +++ b/ghc-base16-bytestring.spec @@ -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 - 0.1.1.6-1 +- update to 0.1.1.6 +- refresh to cblrpm-0.8.11 + * Sat Aug 16 2014 Fedora Release Engineering - 0.1.1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 4325195..e4b7091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96478ffefb9a8f6e4a21718c5f445ac0 base16-bytestring-0.1.1.5.tar.gz +b6aac9d679d7dd84c3cd23cbc143eb29 base16-bytestring-0.1.1.6.tar.gz