forked from pool/ghc-regex-posix
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-regex-posix revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-regex-posix?expand=0&rev=5
This commit is contained in:
parent
64d74a735e
commit
55cca87614
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 02:01:37 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update regex-posix to version 0.96.0.0.
|
||||
Upstream added a new change log file in this release. With no
|
||||
previous version to compare against, the automatic updater cannot
|
||||
reliable determine the relevante entries for this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 14:09:56 UTC 2018 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-regex-posix
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%global pkg_name regex-posix
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.95.2
|
||||
Version: 0.96.0.0
|
||||
Release: 0
|
||||
Summary: Replaces/Enhances Text.Regex
|
||||
Summary: POSIX Backend for "Text.Regex" (regex-base)
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
@ -33,7 +33,16 @@ BuildRequires: ghc-regex-base-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
|
||||
%description
|
||||
The posix regex backend for regex-base.
|
||||
The POSIX regex backend for <//hackage.haskell.org/package/regex-base
|
||||
regex-base>.
|
||||
|
||||
The main appeal of this backend is that it's very lightweight due to its
|
||||
reliance on the ubiquitous
|
||||
<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/regex.h.html POSIX.2
|
||||
regex> facility that is provided by the standard C library on most POSIX
|
||||
platforms.
|
||||
|
||||
See also <https://wiki.haskell.org/Regular_expressions> for more information.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@ -65,5 +74,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc ChangeLog.md
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e
|
||||
size 42916
|
3
regex-posix-0.96.0.0.tar.gz
Normal file
3
regex-posix-0.96.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:251300f1a6bb2e91abb8bf513a21981f8fab79c98a65acea2bb6d6a524414521
|
||||
size 12529
|
Loading…
x
Reference in New Issue
Block a user