[ghc-uniplate] update to 1.6.12

Jens Petersen petersen at fedoraproject.org
Fri Jan 23 03:33:29 UTC 2015


commit 38d3e47abb1aa22df0b3190d7ebfaabf72017c26
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Jan 23 12:32:45 2015 +0900

    update to 1.6.12

 .gitignore        |    1 +
 ghc-uniplate.spec |   14 +++++++++-----
 sources           |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5b5ab3..b44f410 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ uniplate-1.5.1.tar.gz
 /uniplate-1.6.5.tar.gz
 /uniplate-1.6.7.tar.gz
 /uniplate-1.6.10.tar.gz
+/uniplate-1.6.12.tar.gz
diff --git a/ghc-uniplate.spec b/ghc-uniplate.spec
index a536b82..f0c3e84 100644
--- a/ghc-uniplate.spec
+++ b/ghc-uniplate.spec
@@ -3,13 +3,13 @@
 %global pkg_name uniplate
 
 Name:           ghc-%{pkg_name}
-Version:        1.6.10
-Release:        6%{?dist}
+Version:        1.6.12
+Release:        1%{?dist}
 Summary:        Uniform type generic traversals library
 
 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
 Patch0:         uniplate-1.6.10-annotation-ghci.patch
 
 BuildRequires:  ghc-Cabal-devel
@@ -30,10 +30,11 @@ but is substantially simpler and faster. The Uniplate manual is available at
 
 %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.
@@ -71,6 +72,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Fri Jan 23 2015 Jens Petersen <petersen at redhat.com> - 1.6.12-1
+- update to 1.6.12
+
 * Sat Aug 16 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.10-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index b663295..fcd271b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15d66ef37f5563e16e2077fe7b5377c2  uniplate-1.6.10.tar.gz
+8a1914109e6707c4bab211d44c39f6c4  uniplate-1.6.12.tar.gz


More information about the scm-commits mailing list