[ghc-optparse-applicative] Latest upstream release

Ricky Elrod codeblock at fedoraproject.org
Tue Sep 23 13:39:29 UTC 2014


commit 032147378b1c660b67a4e993e9c937c3b83dfdad
Author: Ricky Elrod <ricky at elrod.me>
Date:   Tue Sep 23 09:39:30 2014 -0400

    Latest upstream release
    
    Signed-off-by: Ricky Elrod <ricky at elrod.me>

 .gitignore                    |    1 +
 ghc-optparse-applicative.spec |   10 ++++++++--
 sources                       |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b097df7..9e5f4f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /optparse-applicative-0.8.0.1.tar.gz
 /optparse-applicative-0.8.1.tar.gz
 /optparse-applicative-0.9.0.tar.gz
+/optparse-applicative-0.10.0.tar.gz
diff --git a/ghc-optparse-applicative.spec b/ghc-optparse-applicative.spec
index db9eb42..b908e5e 100644
--- a/ghc-optparse-applicative.spec
+++ b/ghc-optparse-applicative.spec
@@ -2,9 +2,12 @@
 
 %global pkg_name optparse-applicative
 
+# no useful debuginfo for Haskell packages without C sources
+%global debug_package %{nil}
+
 Name:           ghc-%{pkg_name}
-Version:        0.9.0
-Release:        2%{?dist}
+Version:        0.10.0
+Release:        1%{?dist}
 Summary:        Utilities and combinators for parsing command line options
 
 License:        BSD
@@ -69,6 +72,9 @@ files.
 
 
 %changelog
+* Tue Sep 23 2014 Ricky Elrod <relrod at redhat.com> - 0.10.0-1
+- Latest upstream release.
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 6016c9a..8dda65a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c36bc59d28980c58671d36326b4e06d  optparse-applicative-0.9.0.tar.gz
+042f883017e152f486329d4dd30f6908  optparse-applicative-0.10.0.tar.gz


More information about the scm-commits mailing list