osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-doctemplates revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-doctemplates?expand=0&rev=38
This commit is contained in:
parent
e808cde2e3
commit
bc693b8704
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f463b2309e19918a58b1e53740bee4b98ab274549e49e4455dce824b49adbe93
|
||||
size 26780
|
3
doctemplates-0.8.tar.gz
Normal file
3
doctemplates-0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d61a1a30c7c10a78d5d61f3a8883d2fa95116674be1493ad819e01b86e83167e
|
||||
size 26396
|
@ -1,34 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:44:41 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:14:03 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 6 06:54:10 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update doctemplates to version 0.8.2.
|
||||
## 0.8.2
|
||||
|
||||
* Add filters: first, rest, last, allbutlast.
|
||||
|
||||
* New constructors for Filter: FirstItem, LastItem, Rest, AllButLast
|
||||
[API change].
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 16:05:49 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update doctemplates to version 0.8.1.
|
||||
## 0.8.1
|
||||
|
||||
* Depend on doclayout 0.3, which adds an additional method
|
||||
on the HasChars class. This fixes some stack overflows
|
||||
in rendering very long lines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 17:45:39 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-doctemplates
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# 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
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name doctemplates
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.2
|
||||
Version: 0.8
|
||||
Release: 0
|
||||
Summary: Pandoc-style document templates
|
||||
License: BSD-3-Clause
|
||||
@ -66,7 +66,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
||||
This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user