osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark-extensions revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark-extensions?expand=0&rev=12
This commit is contained in:
parent
4caea10296
commit
eedbd9611a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:908b5fa39e20809acc41826f098788b0f2d93ebfc8707e30cfd9fb6de0e4de98
|
||||
size 32043
|
3
commonmark-extensions-0.2.1.2.tar.gz
Normal file
3
commonmark-extensions-0.2.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4cf7c83ac3b157f99c572c0d158e1913b5e589e564823dec5152983c091c0cf
|
||||
size 35892
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 30 17:37:25 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update commonmark-extensions to version 0.2.1.2.
|
||||
## 0.2.1.2
|
||||
|
||||
- Fix bug with absolute paths in rebase_relative_paths
|
||||
extension on Windows.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 29 15:59:04 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update commonmark-extensions to version 0.2.1.1.
|
||||
## 0.2.1.1
|
||||
|
||||
- Fix bug in wikilinks extensions.
|
||||
|
||||
## 0.2.1
|
||||
|
||||
- Add `rebase_relative_paths` extension.
|
||||
New exported module Commonmark.Extensions.RebaseRelativePaths [API change].
|
||||
- Add `wikilinks_title_before_pipe` and `wikilinks_title_after_pipe`
|
||||
extensions (#69).
|
||||
New exported module Commonmark.Extensions.Wikilinks [API change].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-commonmark-extensions
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,27 +19,26 @@
|
||||
%global pkg_name commonmark-extensions
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0.4
|
||||
Version: 0.2.1.2
|
||||
Release: 0
|
||||
Summary: Pure Haskell commonmark parser
|
||||
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
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-commonmark-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-emojis-devel
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-network-uri-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user