update to 0.95.2.1
This commit is contained in:
parent
d75e144bba
commit
07bd2af7ac
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
regex-compat-0.93.1.tar.gz
|
||||
/regex-compat-0.95.1.tar.gz
|
||||
/regex-compat-0.95.2.0.tar.gz
|
||||
/regex-compat-0.95.2.1.tar.gz
|
||||
|
@ -5,15 +5,14 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.95.2.0
|
||||
Release: 5%{?dist}
|
||||
Summary: Replaces/Enhances "Text.Regex"
|
||||
Version: 0.95.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Replaces/enhances "Text.Regex"
|
||||
|
||||
License: BSD
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
|
||||
# End cabal-rpm sources
|
||||
|
||||
# Begin cabal-rpm deps:
|
||||
@ -70,7 +69,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
%prep
|
||||
# Begin cabal-rpm setup:
|
||||
%setup -q -n %{pkgver}
|
||||
cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
# End cabal-rpm setup
|
||||
|
||||
|
||||
@ -108,6 +106,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 0.95.2.1-1
|
||||
- update to 0.95.2.1
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.95.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
@ -1,40 +0,0 @@
|
||||
cabal-version: 1.12
|
||||
name: regex-compat
|
||||
version: 0.95.2.0
|
||||
x-revision: 1
|
||||
|
||||
build-type: Simple
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
copyright: Copyright (c) 2006, Christopher Kuklewicz
|
||||
author: Christopher Kuklewicz
|
||||
maintainer: hvr@gnu.org
|
||||
bug-reports: https://github.com/hvr/regex-compat/issues
|
||||
synopsis: Replaces/Enhances "Text.Regex"
|
||||
category: Text
|
||||
description:
|
||||
One module compat layer over <//hackage.haskell.org/package/regex-posix regex-posix> to replace "Text.Regex".
|
||||
.
|
||||
See also <https://wiki.haskell.org/Regular_expressions> for more information.
|
||||
|
||||
extra-source-files: ChangeLog.md
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/hvr/regex-compat.git
|
||||
|
||||
library
|
||||
exposed-modules: Text.Regex
|
||||
|
||||
build-depends: base >= 4.3 && < 4.15
|
||||
, regex-base == 0.94.*
|
||||
, regex-posix == 0.96.*
|
||||
, array >= 0.3 && < 0.6
|
||||
|
||||
default-language: Haskell2010
|
||||
default-extensions: MultiParamTypeClasses, FunctionalDependencies
|
||||
|
||||
if impl(ghc >= 7.2)
|
||||
default-extensions: Trustworthy
|
||||
|
||||
ghc-options: -Wall
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (regex-compat-0.95.2.0.tar.gz) = 8b1b421f5e7688a1d4a61711a255505a047e90e9f9283a8cf2ebfa9774631e8fb3a071d61877ab22548a0c63e30237603196f043dac9cb64da4df2fdc4422300
|
||||
SHA512 (regex-compat-0.95.2.1.tar.gz) = 87a671729dcdb2c89ce079fbb124cd2f16407f2dca0ed5d0d898a9cf06f893b82c184566efe80d966afbc7dde2cab1693b81516adc4832a9c65283a65fecd919
|
||||
|
Loading…
Reference in New Issue
Block a user