Accepting request 1251601 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1251601 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-regex-compat?expand=0&rev=14
This commit is contained in:
commit
9b8e261c90
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 2 15:03:46 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update regex-compat to version 0.95.2.2.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/regex-compat-0.95.2.2/src/ChangeLog.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:08:03 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-regex-compat
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,13 +19,12 @@
|
||||
%global pkg_name regex-compat
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.95.2.1
|
||||
Version: 0.95.2.2
|
||||
Release: 0
|
||||
Summary: Replaces/enhances "Text.Regex"
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
@ -72,7 +71,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
@ -90,7 +88,7 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md
|
||||
%doc ChangeLog.md README.md
|
||||
|
||||
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
|
||||
%license LICENSE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f7b386c72fd605a292edfb809b8620245b4a3ab7af192ad79e36778596e7947
|
||||
size 4285
|
3
regex-compat-0.95.2.2.tar.gz
Normal file
3
regex-compat-0.95.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e27ed1d8c3616a7bd471c66950c7dd3bbdfe435da8319d647bfea12031bb301c
|
||||
size 4658
|
@ -1,64 +0,0 @@
|
||||
cabal-version: 1.12
|
||||
name: regex-compat
|
||||
version: 0.95.2.1
|
||||
x-revision: 2
|
||||
|
||||
build-type: Simple
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
copyright: Copyright (c) 2006, Christopher Kuklewicz
|
||||
author: Christopher Kuklewicz
|
||||
maintainer: Andreas Abel
|
||||
homepage: https://wiki.haskell.org/Regular_expressions
|
||||
bug-reports: https://github.com/haskell-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
|
||||
|
||||
tested-with:
|
||||
GHC == 9.4.1
|
||||
GHC == 9.2.2
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
GHC == 8.6.5
|
||||
GHC == 8.4.4
|
||||
GHC == 8.2.2
|
||||
GHC == 8.0.2
|
||||
GHC == 7.10.3
|
||||
GHC == 7.8.4
|
||||
GHC == 7.6.3
|
||||
GHC == 7.4.2
|
||||
GHC == 7.2.2
|
||||
GHC == 7.0.4
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/haskell-hvr/regex-compat.git
|
||||
|
||||
source-repository this
|
||||
type: git
|
||||
location: https://github.com/haskell-hvr/regex-compat.git
|
||||
tag: v0.95.2.1-r2
|
||||
|
||||
library
|
||||
exposed-modules: Text.Regex
|
||||
|
||||
build-depends: base >= 4.3 && < 5
|
||||
, 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
|
Loading…
x
Reference in New Issue
Block a user