diff --git a/.gitignore b/.gitignore index f999fb4..5cc8e49 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /path-pieces-0.1.2.tar.gz /path-pieces-0.1.4.tar.gz +/path-pieces-0.1.5.tar.gz diff --git a/ghc-path-pieces.spec b/ghc-path-pieces.spec index dfc5e2d..aa46b34 100644 --- a/ghc-path-pieces.spec +++ b/ghc-path-pieces.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.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Components of paths 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 @@ -75,9 +72,13 @@ This package provides the Haskell %{pkg_name} library development files. %files devel -f %{name}-devel.files +%doc README.md %changelog +* Tue Jan 20 2015 Jens Petersen - 0.1.5-1 +- update to 0.1.5 + * Thu Aug 28 2014 Jens Petersen - 0.1.4-1 - update to 0.1.4 - refresh to cblrpm-0.8.11 diff --git a/sources b/sources index a4161f0..0f95eb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fcaf0f649cf67d0cdf880ef0387f673e path-pieces-0.1.4.tar.gz +541190d0f6dfbbaa7d08cb4ae061231d path-pieces-0.1.5.tar.gz