osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-jira-wiki-markup revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-jira-wiki-markup?expand=0&rev=32
This commit is contained in:
Peter Simons 2023-03-30 08:26:26 +00:00 committed by Git OBS Bridge
parent 506411498e
commit 1a5535924d
5 changed files with 62 additions and 118 deletions

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Mar 13 16:43:59 UTC 2023 - Peter Simons <psimons@suse.com>
- Update jira-wiki-markup to version 1.5.1.
1.5.1
-----
Released 2023-03-13.
* Parser: Disallow image paths that start with a space.
-------------------------------------------------------------------
Wed Jan 11 13:22:31 UTC 2023 - Peter Simons <psimons@suse.com>
- Update jira-wiki-markup to version 1.5.0.
1.5.0
-----
Released 2023-01-11.
* Relaxed upper bounds for mtl, allow mtl 2.3.
* Fixed handling of character sequences that would be interpreted
as icons if they weren't followed by an alphanumeric character.
See also [pandoc issue #8511][].
[pandoc issue #8511]: https://github.com/jgm/pandoc/issues/8511
-------------------------------------------------------------------
Fri Jun 3 07:23:33 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-jira-wiki-markup
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,25 +17,32 @@
%global pkg_name jira-wiki-markup
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.4.0
Version: 1.5.1
Release: 0
Summary: Handle Jira wiki markup
License: MIT
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/1.cabal#/%{pkg_name}.cabal
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-mtl-prof
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-parsec-prof
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-hunit-prof
BuildRequires: ghc-tasty-prof
%endif
%description
@ -53,9 +60,24 @@ Requires(postun): ghc-compiler = %{ghc_version}
This package provides the Haskell %{pkg_name} library development
files.
%package -n ghc-%{pkg_name}-doc
Summary: Haskell %{pkg_name} library documentation
Requires: ghc-filesystem
BuildArch: noarch
%description -n ghc-%{pkg_name}-doc
This package provides the Haskell %{pkg_name} library documentation.
%package -n ghc-%{pkg_name}-prof
Summary: Haskell %{pkg_name} profiling library
Requires: ghc-%{pkg_name}-devel = %{version}-%{release}
Supplements: (ghc-%{pkg_name}-devel and ghc-prof)
%description -n ghc-%{pkg_name}-prof
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
@ -80,4 +102,9 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
%files devel -f %{name}-devel.files
%doc CHANGELOG.md README.md
%files -n ghc-%{pkg_name}-doc -f ghc-%{pkg_name}-doc.files
%license LICENSE
%files -n ghc-%{pkg_name}-prof -f ghc-%{pkg_name}-prof.files
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c210d3c575779a7b5b974e6873b265117944746862b5bb40684903a8decca5c
size 24883

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ca23d369c3ccf1b3ffb209dda8e6288a5f5901fb8235113825fa48d3ae8e520
size 25459

View File

@ -1,111 +0,0 @@
cabal-version: 2.0
name: jira-wiki-markup
version: 1.4.0
x-revision: 1
synopsis: Handle Jira wiki markup
description: Parse jira wiki text into an abstract syntax tree for easy
transformation to other formats.
homepage: https://github.com/tarleb/jira-wiki-markup
bug-reports: https://github.com/tarleb/jira-wiki-markup/issues
license: MIT
license-file: LICENSE
author: Albert Krewinkel
maintainer: tarleb@zeitkraut.de
copyright: © 20192021 Albert Krewinkel
category: Text
build-type: Simple
extra-doc-files: README.md
, CHANGELOG.md
tested-with: GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.5
, GHC == 8.8.3
, GHC == 8.10.4
, GHC == 9.0
source-repository head
type: git
location: https://github.com/tarleb/jira-wiki-markup.git
library
hs-source-dirs: src
exposed-modules: Text.Jira.Markup
, Text.Jira.Parser
, Text.Jira.Parser.Block
, Text.Jira.Parser.Core
, Text.Jira.Parser.Inline
, Text.Jira.Parser.PlainText
, Text.Jira.Parser.Shared
, Text.Jira.Printer
build-depends: base >= 4.9 && < 5
, mtl >= 2.2 && < 2.3
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 1.3 || >= 2.0 && < 2.1
ghc-options: -Wall
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wcompat
-Widentities
-Wredundant-constraints
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths
default-language: Haskell2010
default-extensions: OverloadedStrings
executable jira-wiki-markup
hs-source-dirs: app
main-is: Main.hs
build-depends: base >= 4.9 && < 5
, text >= 1.1.1 && < 1.3 || >= 2.0 && < 2.1
, jira-wiki-markup
ghc-options: -Wall
-threaded
-rtsopts
-with-rtsopts=-N
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wcompat
-Widentities
-Wredundant-constraints
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths
default-language: Haskell2010
default-extensions: OverloadedStrings
test-suite jira-wiki-markup-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: jira-wiki-markup-test.hs
other-modules: Text.Jira.ParserTests
, Text.Jira.Parser.BlockTests
, Text.Jira.Parser.InlineTests
, Text.Jira.PrinterTests
build-depends: base >= 4.9 && < 5
, jira-wiki-markup
, parsec >= 3.1 && < 3.2
, tasty
, tasty-hunit
, text >= 1.1.1 && < 1.3 || >= 2.0 && < 2.1
ghc-options: -Wall
-threaded
-rtsopts
-with-rtsopts=-N
-Wincomplete-uni-patterns
-Wincomplete-record-updates
-Wcompat
-Widentities
-Wredundant-constraints
if impl(ghc >= 8.4)
ghc-options: -fhide-source-paths
default-language: Haskell2010
default-extensions: OverloadedStrings