From 28c2f5e01b501b1c1d5b41cb1ed3a2b995fde564f64aafa5cb357ac8265bb554 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:02:59 +0000 Subject: [PATCH] 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 --- ansi-terminal-0.10.2.tar.gz | 3 +++ ansi-terminal-0.11.tar.gz | 3 --- ghc-ansi-terminal.changes | 28 ---------------------------- ghc-ansi-terminal.spec | 6 +++--- 4 files changed, 6 insertions(+), 34 deletions(-) create mode 100644 ansi-terminal-0.10.2.tar.gz delete mode 100644 ansi-terminal-0.11.tar.gz diff --git a/ansi-terminal-0.10.2.tar.gz b/ansi-terminal-0.10.2.tar.gz new file mode 100644 index 0000000..02de5cc --- /dev/null +++ b/ansi-terminal-0.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a894e224920b5bd475eb514126801ae3d58538c1fc2d3804b890e17754a40940 +size 35818 diff --git a/ansi-terminal-0.11.tar.gz b/ansi-terminal-0.11.tar.gz deleted file mode 100644 index 5a97885..0000000 --- a/ansi-terminal-0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6611b9e51add41db3f79eac30066c06b33a6ca2a09e586b4b361d7f98303793 -size 36074 diff --git a/ghc-ansi-terminal.changes b/ghc-ansi-terminal.changes index 5312c15..443c083 100644 --- a/ghc-ansi-terminal.changes +++ b/ghc-ansi-terminal.changes @@ -1,31 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:43:57 UTC 2020 - Peter Simons - -- 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 - -- 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 diff --git a/ghc-ansi-terminal.spec b/ghc-ansi-terminal.spec index ef2820c..d8ee7ef 100644 --- a/ghc-ansi-terminal.spec +++ b/ghc-ansi-terminal.spec @@ -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