[ghc-contravariant] update to 1.2.0.1

Jens Petersen petersen at fedoraproject.org
Mon Jan 19 13:06:55 UTC 2015


commit 1ab8ac2d441d6dc4236dcae34c809d830d48e563
Author: Jens Petersen <petersen at fedoraproject.org>
Date:   Mon Jan 19 21:59:07 2015 +0900

    update to 1.2.0.1

 .gitignore             |    1 +
 ghc-contravariant.spec |   11 ++++++-----
 sources                |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cad97a7..f31ff27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /contravariant-0.5.2.tar.gz
 /contravariant-1.2.tar.gz
+/contravariant-1.2.0.1.tar.gz
diff --git a/ghc-contravariant.spec b/ghc-contravariant.spec
index 9577b34..ad79338 100644
--- a/ghc-contravariant.spec
+++ b/ghc-contravariant.spec
@@ -2,22 +2,20 @@
 
 %global pkg_name contravariant
 
-# no useful debuginfo for Haskell packages without C sources
-%global debug_package %{nil}
-
 Name:           ghc-%{pkg_name}
-Version:        1.2
+Version:        1.2.0.1
 Release:        1%{?dist}
 Summary:        Contravariant functors
 
 License:        BSD
-URL:            https://hackage.haskell.org/package/%{pkg_name}
+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
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-semigroups-devel
+BuildRequires:  ghc-tagged-devel
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRequires:  ghc-void-devel
@@ -67,6 +65,9 @@ This package provides the Haskell %{pkg_name} library development files.
 
 
 %changelog
+* Mon Jan 19 2015 Jens Petersen <petersen at redhat.com> - 1.2.0.1-1
+- update to 1.2.0.1
+
 * Tue Sep 23 2014 Ricky Elrod <relrod at redhat.com> - 1.2-1
 - Update to latest release (#1116575).
 
diff --git a/sources b/sources
index a9aede3..d58ac5e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79a965763285d6c3fe8336ae6f073bad  contravariant-1.2.tar.gz
+77086eb6d24ed7e1e837990b9f7ad878  contravariant-1.2.0.1.tar.gz


More information about the scm-commits mailing list