From f9cd73a6ce7d0a7a95d6aee0d9ebea18c31285f4 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 23:31:20 +0900 Subject: [PATCH] Revert "update to 0.13.0.1" This reverts commit 6a13c4394f910858ff1ce533c0cade8f40544100. --- .gitignore | 1 - ghc-attoparsec.spec | 16 ++++------------ sources | 2 +- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 7884a17..8b4c1f6 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,3 @@ /attoparsec-0.10.2.0.tar.gz /attoparsec-0.10.4.0.tar.gz /attoparsec-0.11.3.4.tar.gz -/attoparsec-0.13.0.1.tar.gz diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 4b6aa13..900994d 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -5,9 +5,9 @@ %bcond_with tests Name: ghc-%{pkg_name} -# part of haskell-platform -Version: 0.13.0.1 -Release: 1%{?dist} +# part of haskell-platform-2013.2+ +Version: 0.11.3.4 +Release: 2%{?dist} Summary: Fast combinator parsing for bytestrings and text License: BSD @@ -23,13 +23,10 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-scientific-devel BuildRequires: ghc-text-devel -BuildRequires: ghc-transformers-devel %if %{with tests} BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-quickcheck-unicode-devel BuildRequires: ghc-test-framework-devel BuildRequires: ghc-test-framework-quickcheck2-devel -BuildRequires: ghc-vector-devel %endif # End cabal-rpm deps @@ -61,8 +58,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check %if %{with tests} @@ -79,7 +74,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -87,9 +82,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog -* Fri Oct 02 2015 Jens Petersen - 0.13.0.1-1 -- update to 0.13.0.1 - * Wed Jun 17 2015 Fedora Release Engineering - 0.11.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 42fca5c..7905413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1ac8cbeb9bdd55b1c26bec48cf76fa3 attoparsec-0.13.0.1.tar.gz +95917e525a6d2a6a81be51cd816e4ca1 attoparsec-0.11.3.4.tar.gz