From 298f3136bb3ee2a6948a8e214d306b5eb9862040 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 23 May 2014 06:28:43 -0400 Subject: [PATCH] version bump --- .gitignore | 1 + ghc-optparse-applicative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c3001e4..b097df7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /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 4a0c2c1..8ec5f9e 100644 --- a/ghc-optparse-applicative.spec +++ b/ghc-optparse-applicative.spec @@ -3,7 +3,7 @@ %global pkg_name optparse-applicative Name: ghc-%{pkg_name} -Version: 0.8.1 +Version: 0.9.0 Release: 1%{?dist} Summary: Utilities and combinators for parsing command line options @@ -68,6 +68,9 @@ files. %changelog +* Fri May 23 2014 Ricky Elrod - 0.9.0-1 +- Latest upstream release. + * Mon May 12 2014 Ricky Elrod - 0.8.1-1 - Latest upstream release. diff --git a/sources b/sources index ae5473d..6016c9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a03a7d8e1819c2d9afbb364849d4bf34 optparse-applicative-0.8.1.tar.gz +9c36bc59d28980c58671d36326b4e06d optparse-applicative-0.9.0.tar.gz