From 3ce3cec251bb9c868b9476b52eea1291e82f564e Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 1 Feb 2016 23:45:37 +0900 Subject: [PATCH] Revert "update to 1.2.5" This reverts commit 82069bb085569844564bb209409adee31653dc6d. --- .gitignore | 1 - ghc-conduit.spec | 13 ++++--------- sources | 2 +- 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index aa07a6f..714c7d2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,3 @@ /conduit-1.0.3.tar.gz /conduit-1.0.13.1.tar.gz /conduit-1.2.4.tar.gz -/conduit-1.2.5.tar.gz diff --git a/ghc-conduit.spec b/ghc-conduit.spec index 7daff51..1def399 100644 --- a/ghc-conduit.spec +++ b/ghc-conduit.spec @@ -5,8 +5,8 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.5 -Release: 1%{?dist} +Version: 1.2.4 +Release: 2%{?dist} Summary: Streaming data processing library License: MIT @@ -41,7 +41,7 @@ transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator, iteratee, and pipes. For a tutorial, see -. +. %package devel @@ -67,8 +67,6 @@ This package provides the Haskell %{pkg_name} library development files. %install %ghc_lib_install -rm %{buildroot}%{ghc_pkgdocdir}/LICENSE - %check %if %{with tests} @@ -85,7 +83,7 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %files -f %{name}.files -%license LICENSE +%doc LICENSE %files devel -f %{name}-devel.files @@ -93,9 +91,6 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %changelog -* Fri Sep 18 2015 Jens Petersen - 1.2.5-1 -- update to 1.2.5 - * Wed Jun 17 2015 Fedora Release Engineering - 1.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index c534053..88fea7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd8d05a070c6f8c87ae7922e2fb6a17c conduit-1.2.5.tar.gz +beb0f49a6200a031a639f11130cd13f5 conduit-1.2.4.tar.gz