[ghc-optparse-applicative] revert to 0.8.1

Jens Petersen petersen at fedoraproject.org
Tue Jul 8 10:02:59 UTC 2014


commit 78cc1b6465ad239c0c200e429de8b129b028b8b2
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Jul 8 19:02:18 2014 +0900

    revert to 0.8.1
    
    0.9.0 needs transformers-compat anyway

 .gitignore                    |    1 -
 ghc-optparse-applicative.spec |    8 ++++----
 sources                       |    2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b097df7..c3001e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
 /optparse-applicative-0.8.0.1.tar.gz
 /optparse-applicative-0.8.1.tar.gz
-/optparse-applicative-0.9.0.tar.gz
diff --git a/ghc-optparse-applicative.spec b/ghc-optparse-applicative.spec
index 8ec5f9e..f478bcb 100644
--- a/ghc-optparse-applicative.spec
+++ b/ghc-optparse-applicative.spec
@@ -3,8 +3,8 @@
 %global pkg_name optparse-applicative
 
 Name:           ghc-%{pkg_name}
-Version:        0.9.0
-Release:        1%{?dist}
+Version:        0.8.1
+Release:        2%{?dist}
 Summary:        Utilities and combinators for parsing command line options
 
 License:        BSD
@@ -68,8 +68,8 @@ files.
 
 
 %changelog
-* Fri May 23 2014 Ricky Elrod <rleord at redhat.com> - 0.9.0-1
-- Latest upstream release.
+* Tue Jul  8 2014 Jens Petersen <petersen at redhat.com> - 0.8.1-2
+- F21 rebuild
 
 * Mon May 12 2014 Ricky Elrod <rleord at redhat.com> - 0.8.1-1
 - Latest upstream release.
diff --git a/sources b/sources
index 6016c9a..ae5473d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c36bc59d28980c58671d36326b4e06d  optparse-applicative-0.9.0.tar.gz
+a03a7d8e1819c2d9afbb364849d4bf34  optparse-applicative-0.8.1.tar.gz


More information about the scm-commits mailing list