update to 2.3.2.18
This commit is contained in:
parent
c5866604ad
commit
ff72a8b5d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/email-validate-2.3.2.12.tar.gz
|
||||
/email-validate-2.3.2.13.tar.gz
|
||||
/email-validate-2.3.2.15.tar.gz
|
||||
/email-validate-2.3.2.18.tar.gz
|
||||
|
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name email-validate
|
||||
@ -7,11 +7,11 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.3.2.15
|
||||
Release: 4%{?dist}
|
||||
Version: 2.3.2.18
|
||||
Release: 1%{?dist}
|
||||
Summary: Email address validation
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -20,10 +20,16 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-attoparsec-prof
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-template-haskell-prof
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-doctest-devel
|
||||
@ -115,6 +121,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.3.2.18-1
|
||||
- https://hackage.haskell.org/package/email-validate-2.3.2.18/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2.15-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (email-validate-2.3.2.15.tar.gz) = 0b852771cdf0851bc7024fbb612488bd7721cbce25b551f52932b234e57bc70ded2e5904853f2ca0f68cfb9da02057d4a1903d081ce81a382cf90d0d3ba25001
|
||||
SHA512 (email-validate-2.3.2.18.tar.gz) = ba0a76b6649b0594c0359747ffa80ecb09297f8751f9eed59a17088780e989008d0a5c5771a9f4de0398232c7cdf83786f97a12c5eabaa596d0e00dd037506e1
|
||||
|
Loading…
Reference in New Issue
Block a user