osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-ansi-terminal revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ansi-terminal?expand=0&rev=42
This commit is contained in:
parent
f84de8bf13
commit
28c2f5e01b
3
ansi-terminal-0.10.2.tar.gz
Normal file
3
ansi-terminal-0.10.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a894e224920b5bd475eb514126801ae3d58538c1fc2d3804b890e17754a40940
|
||||
size 35818
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6611b9e51add41db3f79eac30066c06b33a6ca2a09e586b4b361d7f98303793
|
||||
size 36074
|
@ -1,31 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 10:43:57 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Replace %setup -q with the more modern %autosetup macro.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 11 02:00:29 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update ansi-terminal to version 0.11.
|
||||
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/ansi-terminal-0.11/src/CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 16 11:13:42 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Re-generate file with latest version of spec-cleaner.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 14:17:50 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update ansi-terminal to version 0.10.3.
|
||||
Version 0.10.3
|
||||
--------------
|
||||
* Add `getCursorPosition` as a synonym of `getCursorPosition0` and deprecate the
|
||||
latter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-ansi-terminal
|
||||
#
|
||||
# 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
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name ansi-terminal
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.11
|
||||
Version: 0.10.2
|
||||
Release: 0
|
||||
Summary: Simple ANSI terminal support, with Windows compatibility
|
||||
License: BSD-3-Clause
|
||||
@ -44,7 +44,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