diff --git a/.gitignore b/.gitignore index 53f4648..91bb296 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /blaze-textual-0.2.0.6.tar.gz /blaze-textual-0.2.0.8.tar.gz /blaze-textual-0.2.0.9.tar.gz +/blaze-textual-0.2.1.0.tar.gz diff --git a/ghc-blaze-textual.spec b/ghc-blaze-textual.spec index 85a6e1a..8386259 100644 --- a/ghc-blaze-textual.spec +++ b/ghc-blaze-textual.spec @@ -4,17 +4,14 @@ %bcond_with tests -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.2.0.9 -Release: 3%{?dist} +Version: 0.2.1.0 +Release: 1%{?dist} Summary: Fast rendering of common datatypes License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -60,6 +57,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -76,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -84,6 +83,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Thu Jun 23 2016 Jens Petersen - 0.2.1.0-1 +- update to 0.2.1.0 + * Wed Feb 03 2016 Fedora Release Engineering - 0.2.0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 1df78c0..fff6a1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a23f9930667193826240494b55096e0 blaze-textual-0.2.0.9.tar.gz +504711c399f9279d8b7563befa4d363a blaze-textual-0.2.1.0.tar.gz