update to 1.4

This commit is contained in:
Jens Petersen 2015-01-20 18:12:32 +09:00
parent 607cfb1d70
commit 116b92a38d
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/NumInstances-1.0.tar.gz
/NumInstances-1.3.tar.gz
/NumInstances-1.4.tar.gz

View File

@ -3,13 +3,13 @@
%global pkg_name NumInstances
Name: ghc-%{pkg_name}
Version: 1.3
Release: 4%{?dist}
Version: 1.4
Release: 1%{?dist}
Summary: Instances of numeric classes for functions and tuples
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
@ -23,10 +23,11 @@ If you want only function or only tuple instances, import
%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.
@ -60,6 +61,9 @@ This package provides the Haskell %{pkg_name} library development files.
%changelog
* Tue Jan 20 2015 Jens Petersen <petersen@redhat.com> - 1.4-1
- update to 1.4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
d229a85fc22cb43c52f576696144779d NumInstances-1.3.tar.gz
bb52f653ed7278050aa3d2fba13fa623 NumInstances-1.4.tar.gz