From be5788415e7ae0a80cd096c76756abfd48147855 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Wed, 27 Aug 2014 13:22:22 +0900 Subject: [PATCH] update to 1.2.0.3 --- .gitignore | 1 + ghc-temporary.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 81401a3..81beff2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /temporary-1.1.2.3.tar.gz /temporary-1.1.2.4.tar.gz +/temporary-1.2.0.3.tar.gz diff --git a/ghc-temporary.spec b/ghc-temporary.spec index a80e365..36264b3 100644 --- a/ghc-temporary.spec +++ b/ghc-temporary.spec @@ -6,8 +6,8 @@ %global debug_package %{nil} Name: ghc-%{pkg_name} -Version: 1.1.2.4 -Release: 6%{?dist} +Version: 1.2.0.3 +Release: 1%{?dist} Summary: Portable temporary file and directory support License: BSD @@ -18,14 +18,16 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: BuildRequires: ghc-directory-devel +BuildRequires: ghc-exceptions-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel # End cabal-rpm deps %description The functions for creating temporary files and directories in the base library are quite limited. The unixutils package contains some good ones, -but they aren't portable to Windows. This library repackages the +but they aren't portable to Windows. This library just repackages the Cabal implementations of its own temporary file and folder functions so that you can use them without linking against Cabal or depending on it being installed. @@ -71,6 +73,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Wed Aug 27 2014 Jens Petersen - 1.2.0.3-1 +- update to 1.2.0.3 + * Sat Aug 16 2014 Fedora Release Engineering - 1.1.2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 9265d84..ff97ce5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80bf7f663b8a1e2e92dc117fa74629d3 temporary-1.1.2.4.tar.gz +93e44c4cd6a381885dc9d20969f405a4 temporary-1.2.0.3.tar.gz