update to 1.2.5.0

epel9
Jens Petersen 8 years ago
parent bbd94deb92
commit 930f43f3a2

1
.gitignore vendored

@ -5,3 +5,4 @@
/hashable-1.2.2.0.tar.gz /hashable-1.2.2.0.tar.gz
/hashable-1.2.3.3.tar.gz /hashable-1.2.3.3.tar.gz
/hashable-1.2.4.0.tar.gz /hashable-1.2.4.0.tar.gz
/hashable-1.2.5.0.tar.gz

@ -1,18 +1,19 @@
# generated by cabal-rpm-0.11.1
# https://fedoraproject.org/wiki/Packaging:Haskell # https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name hashable %global pkg_name hashable
%global pkgver %{pkg_name}-%{version}
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
# part of haskell-platform Version: 1.2.5.0
Version: 1.2.4.0 Release: 1%{?dist}
Release: 2%{?dist} Summary: A class for types that can be converted to a hash value
Summary: Class for types convertible to a hash value
License: BSD 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 Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
@ -50,7 +51,7 @@ This package provides the Haskell %{pkg_name} library development files.
%prep %prep
%setup -q -n %{pkg_name}-%{version} %setup -q -n %{pkgver}
%build %build
@ -78,10 +79,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%doc README.md %doc CHANGES.md README.md examples
%changelog %changelog
* Tue Feb 21 2017 Jens Petersen <petersen@redhat.com> - 1.2.5.0-1
- update to 1.2.5.0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.0-2 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.4.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
55c2b3ce96fb4861e1f6e6b50a8182cc hashable-1.2.4.0.tar.gz SHA512 (hashable-1.2.5.0.tar.gz) = 2e64fa6d3001824f63f2ba938515d471cb7cb3176dc8c04272c3a94a9a8ba4011d4c06e09fe7dfacc538549bc18c2d3137cbe9ee258481e806e69f5a35ec4cc2

Loading…
Cancel
Save