From 6559f7921869fdd253a5ea91a0b603cd8a38c068 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 26 Jun 2016 14:10:45 +0900 Subject: [PATCH] update to 0.2.1 --- .gitignore | 1 + ghc-path-pieces.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 5cc8e49..e7b1d2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /path-pieces-0.1.2.tar.gz /path-pieces-0.1.4.tar.gz /path-pieces-0.1.5.tar.gz +/path-pieces-0.2.1.tar.gz diff --git a/ghc-path-pieces.spec b/ghc-path-pieces.spec index 1a5b46b..a215138 100644 --- a/ghc-path-pieces.spec +++ b/ghc-path-pieces.spec @@ -1,3 +1,4 @@ +# generated by cabal-rpm-0.9.11 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name path-pieces @@ -5,8 +6,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.5 -Release: 3%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Components of paths License: BSD @@ -52,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -68,14 +71,17 @@ This package provides the Haskell %{pkg_name} library development files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc README.md +%doc ChangeLog.md README.md %changelog +* Sun Jun 26 2016 Jens Petersen - 0.2.1-1 +- update to 0.2.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.1.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 0f95eb6..7d2b194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -541190d0f6dfbbaa7d08cb4ae061231d path-pieces-0.1.5.tar.gz +0906c878a5b7fb053f328587a55fcd44 path-pieces-0.2.1.tar.gz