From dcdf46263155bc86fe33f73f2117b5526836e68f Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 26 Jun 2016 13:07:02 +0900 Subject: [PATCH] update to 0.12.1.0 --- .gitignore | 1 + ghc-optparse-applicative.spec | 23 +++++++++++------------ sources | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index cce144e..a37accb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /optparse-applicative-0.9.0.tar.gz /optparse-applicative-0.10.0.tar.gz /optparse-applicative-0.11.0.1.tar.gz +/optparse-applicative-0.12.1.0.tar.gz diff --git a/ghc-optparse-applicative.spec b/ghc-optparse-applicative.spec index c4368d2..04551f1 100644 --- a/ghc-optparse-applicative.spec +++ b/ghc-optparse-applicative.spec @@ -1,18 +1,16 @@ +# generated by cabal-rpm-0.9.11 # https://fedoraproject.org/wiki/Packaging:Haskell %global pkg_name optparse-applicative -# no useful debuginfo for Haskell packages without C sources -%global debug_package %{nil} - Name: ghc-%{pkg_name} -Version: 0.11.0.1 -Release: 5%{?dist} +Version: 0.12.1.0 +Release: 1%{?dist} Summary: Utilities and combinators for parsing command line options License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Url: https://hackage.haskell.org/package/%{pkg_name} +Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros @@ -50,9 +48,7 @@ files. %install %ghc_lib_install - -%check -# test-suite requires test-framework* +rm %{buildroot}%{ghc_pkgdocdir}/LICENSE %post devel @@ -64,14 +60,17 @@ files. %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files -%doc README.md +%doc CHANGELOG.md README.md %changelog +* Sat Jun 25 2016 Jens Petersen - 0.12.1.0-1 +- update to 0.12.1.0 + * Wed Feb 03 2016 Fedora Release Engineering - 0.11.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2a0ea82..c4421af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f11885a62175815d20d53698aebaa850 optparse-applicative-0.11.0.1.tar.gz +cfa4c506da8535ade07b6ab4ad8197d3 optparse-applicative-0.12.1.0.tar.gz