[ghc-attempt] update to 0.4.0.1

Jens Petersen petersen at fedoraproject.org
Thu Jan 22 09:07:19 UTC 2015


commit 125d6d99e36eee91b6ba6266381f2b23531c0af4
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jan 22 18:06:10 2015 +0900

    update to 0.4.0.1

 .gitignore       |    1 +
 ghc-attempt.spec |   14 ++++++++++----
 sources          |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f2fb72e..23403d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /attempt-0.3.0.tar.gz
 /attempt-0.3.1.1.tar.gz
 /attempt-0.4.0.tar.gz
+/attempt-0.4.0.1.tar.gz
diff --git a/ghc-attempt.spec b/ghc-attempt.spec
index 8e31a19..c365320 100644
--- a/ghc-attempt.spec
+++ b/ghc-attempt.spec
@@ -4,12 +4,12 @@
 
 Name:           ghc-%{pkg_name}
 Version:        0.4.0
-Release:        6%{?dist}
+Release:        1%{?dist}
 Summary:        Concrete data type for handling extensible exceptions as failures
 
 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
@@ -21,13 +21,16 @@ BuildRequires:  ghc-failure-devel
 Defines a data type, Attempt, which has a Success and Failure
 constructor. Failure contains an extensible exception.
 
+This library is deprecated, please use the exceptions package instead.
+
 
 %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} = %{version}-%{release}
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -61,6 +64,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Thu Jan 22 2015 Jens Petersen <petersen at redhat.com> - 0.4.0-1
+- update to 0.4.0.1
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 9fca937..5b291ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e1add984bc71eddc0e2b2a6e111f9541  attempt-0.4.0.tar.gz
+f2eeef6d01737afeaaca1a589c85a609  attempt-0.4.0.1.tar.gz


More information about the scm-commits mailing list