From 7ac3477cca5e9eb2680ddc041d054caf85a0bdcb Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 7 Jun 2016 11:19:38 +0900 Subject: [PATCH] update to 0.5.1 This reverts commit d3ce1e3deec68ba139f9387bae17119995e6aeeb. --- .gitignore | 1 + ghc-syb.spec | 18 +++++++++++------- sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 87cb3fe..fc516c1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /syb-0.3.6.tar.gz /syb-0.4.0.tar.gz /syb-0.4.1.tar.gz +/syb-0.5.1.tar.gz diff --git a/ghc-syb.spec b/ghc-syb.spec index a349ebd..0c7389d 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -2,15 +2,14 @@ %global pkg_name syb -# https://ghc.haskell.org/trac/ghc/ticket/10029 -%ifnarch armv7hl -%bcond_without tests -%endif +# 0.5.1 ghc-7.10: https://code.google.com/p/scrapyourboilerplate/issues/detail?id=26 +# 0.4.1 armv7: https://ghc.haskell.org/trac/ghc/ticket/10029 +%bcond_with tests Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.4.1 -Release: 3%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: Scrap Your Boilerplate License: BSD @@ -60,6 +59,8 @@ dos2unix LICENSE README %install %ghc_lib_install +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE + %check %if %{with tests} @@ -76,7 +77,7 @@ dos2unix LICENSE README %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files @@ -84,6 +85,9 @@ dos2unix LICENSE README %changelog +* Tue Jun 7 2016 Jens Petersen - 0.5.1-1 +- update to 0.5.1 + * Wed Feb 03 2016 Fedora Release Engineering - 0.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index a63a77d..e4f18a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28df3b70cef652fa6c04e6353c580a7a syb-0.4.1.tar.gz +88543f017b0c2ed24ffa37253aabcb5b syb-0.5.1.tar.gz