Accepting request 759333 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/759333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ansi-terminal?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-12-27 12:51:22 +00:00 committed by Git OBS Bridge
commit 193c1f8265
4 changed files with 21 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Nov 21 03:01:38 UTC 2019 - psimons@suse.com
- Update ansi-terminal to version 0.10.2.
Version 0.10.2
--------------
* `hGetTerminalSize` now assumes a terminal is no bigger than 9,999 by 9,999
(previously, no bigger than 999 by 999).
* On Windows, fix a bug where emulated cursor movement functions differed from
Windows 10 (movement bounded by the current viewport).
-------------------------------------------------------------------
Fri Nov 8 16:13:11 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 6 02:03:01 UTC 2019 - psimons@suse.com Sun Oct 6 02:03:01 UTC 2019 - psimons@suse.com

View File

@ -18,11 +18,10 @@
%global pkg_name ansi-terminal %global pkg_name ansi-terminal
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.10.1 Version: 0.10.2
Release: 0 Release: 0
Summary: Simple ANSI terminal support, with Windows compatibility Summary: Simple ANSI terminal support, with Windows compatibility
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
@ -36,7 +35,6 @@ Works on UNIX and Windows.
%package devel %package devel
Summary: Haskell %{pkg_name} library development files Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}