[ghc-HSH] update to 2.1.2

Jens Petersen petersen at fedoraproject.org
Mon Jan 19 14:04:28 UTC 2015


commit 3bf0f86759edc59bac8d69687a50ae53d97c1f01
Author: Jens Petersen <petersen at fedoraproject.org>
Date:   Mon Jan 19 23:04:24 2015 +0900

    update to 2.1.2

 .gitignore   |    1 +
 ghc-HSH.spec |   22 +++++++++++++---------
 sources      |    2 +-
 3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3087e4..4708fb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /HSH-2.0.4.tar.gz
 /HSH-2.1.0.tar.gz
+/HSH-2.1.2.tar.gz
diff --git a/ghc-HSH.spec b/ghc-HSH.spec
index 980a544..5609c30 100644
--- a/ghc-HSH.spec
+++ b/ghc-HSH.spec
@@ -3,13 +3,13 @@
 %global pkg_name HSH
 
 Name:           ghc-%{pkg_name}
-Version:        2.1.0
-Release:        4%{?dist}
+Version:        2.1.2
+Release:        1%{?dist}
 Summary:        Library to mix shell scripting with Haskell programs
 
 License:        LGPLv2+
-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
@@ -28,18 +28,19 @@ BuildRequires:  ghc-unix-devel
 # End cabal-rpm deps
 
 %description
-HSH is designed to let you mix and match shell expressions with
-Haskell programs. With HSH, it is possible to easily run shell commands,
-capture their output or provide their input, and pipe them to and from
-other shell commands and arbitrary Haskell functions at will.
+HSH is designed to let you mix and match shell expressions with Haskell
+programs. With HSH, it is possible to easily run shell commands, capture their
+output or provide their input, and pipe them to and from other shell commands
+and arbitrary Haskell functions at will.
 
 
 %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.
@@ -73,6 +74,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Mon Jan 19 2015 Jens Petersen <petersen at redhat.com> - 2.1.2-1
+- update to 2.1.2
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index b7c4fc7..39d44c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdf91791e20de48b91c7ac89ccb6cff0  HSH-2.1.0.tar.gz
+f5d58406369c3242af6de99283f1d57d  HSH-2.1.2.tar.gz


More information about the scm-commits mailing list