[ghc-conduit-extra] fix version for update to 1.1.7.0

Jens Petersen petersen at fedoraproject.org
Tue Mar 3 16:50:31 UTC 2015


commit 63c4f611c445789a32aad9b74eee55e9b6da05c2
Author: Jens Petersen <petersen at fedoraproject.org>
Date:   Wed Mar 4 01:50:18 2015 +0900

    fix version for update to 1.1.7.0

 ghc-conduit-extra.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/ghc-conduit-extra.spec b/ghc-conduit-extra.spec
index 0e5fd13..a7f5013 100644
--- a/ghc-conduit-extra.spec
+++ b/ghc-conduit-extra.spec
@@ -2,10 +2,10 @@
 
 %global pkg_name conduit-extra
 
-%global without_haddock 1
+%bcond_with tests
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.0.1
+Version:        1.1.7.0
 Release:        1%{?dist}
 Summary:        Conduit adapters for common libraries
 
@@ -86,7 +86,7 @@ This package provides the Haskell %{pkg_name} library development files.
 %ghc_pkg_recache
 
 
-%files
+%files -f %{name}.files
 %doc LICENSE
 
 
@@ -94,7 +94,7 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
-* Tue Mar 03 2015 Jens Petersen <petersen at redhat.com> - 1.0.0.1-1
+* Wed Mar  4 2015 Jens Petersen <petersen at fedoraproject.org> - 1.1.7.0-1
 - update to 1.1.7.0
 
 * Wed Jan 28 2015 Jens Petersen <petersen at redhat.com> - 1.0.0.1-3


More information about the scm-commits mailing list