diff --git a/.gitignore b/.gitignore index fc516c1..96024e5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /syb-0.4.0.tar.gz /syb-0.4.1.tar.gz /syb-0.5.1.tar.gz +/syb-0.6.tar.gz diff --git a/ghc-syb.spec b/ghc-syb.spec index 0c7389d..c87e120 100644 --- a/ghc-syb.spec +++ b/ghc-syb.spec @@ -4,11 +4,11 @@ # 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 +%bcond_without tests Name: ghc-%{pkg_name} # part of haskell-platform -Version: 0.5.1 +Version: 0.6 Release: 1%{?dist} Summary: Scrap Your Boilerplate @@ -85,6 +85,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog +* Tue Jun 14 2016 Jens Petersen - 0.6-1 +- update to 0.6 + * Tue Jun 7 2016 Jens Petersen - 0.5.1-1 - update to 0.5.1 diff --git a/sources b/sources index e4f18a3..f6a8ec3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88543f017b0c2ed24ffa37253aabcb5b syb-0.5.1.tar.gz +5e504b61bd0aae7ca4afdfb46133b881 syb-0.6.tar.gz