From ba4bb34ec43a1510aa583e29d689821b80ca4fad Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 20 Jan 2015 17:33:56 +0900 Subject: [PATCH] update to 1.0.4 --- .gitignore | 1 + ghc-mmorph.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 621360c..2d68dab 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /mmorph-1.0.0.tar.gz +/mmorph-1.0.4.tar.gz diff --git a/ghc-mmorph.spec b/ghc-mmorph.spec index 45b066e..4361a25 100644 --- a/ghc-mmorph.spec +++ b/ghc-mmorph.spec @@ -3,13 +3,13 @@ %global pkg_name mmorph Name: ghc-%{pkg_name} -Version: 1.0.0 -Release: 4%{?dist} +Version: 1.0.4 +Release: 1%{?dist} Summary: Monad morphisms License: BSD -URL: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/packages/archive/%{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 @@ -24,13 +24,14 @@ manipulating monad transformer stacks. %package devel Summary: Haskell %{pkg_name} library development files +Provides: %{name}-static = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name}%{?_isa} = %{version}-%{release} %description devel -This package provides the development files for the Haskell %{pkg_name} library. +This package provides the Haskell %{pkg_name} library development files. %prep @@ -61,6 +62,9 @@ This package provides the development files for the Haskell %{pkg_name} library. %changelog +* Tue Jan 20 2015 Jens Petersen - 1.0.4-1 +- update to 1.0.4 + * Sat Aug 16 2014 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 4398cee..69a876e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1fabc154d44b1af97fb03b1b7dac88ae mmorph-1.0.0.tar.gz +e8ebd20afb7394def1a04553888f430e mmorph-1.0.4.tar.gz