Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-terminal-size for
openSUSE:Factory checked in at 2024-08-22 18:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-terminal-size (Old)
and /work/SRC/openSUSE:Factory/.ghc-terminal-size.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-terminal-size"
Thu Aug 22 18:13:45 2024 rev:8 rq:1195200 version:0.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-terminal-size/ghc-terminal-size.changes
2023-04-04 21:24:05.634445117 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-terminal-size.new.2698/ghc-terminal-size.changes
2024-08-22 18:14:05.143693922 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 10:22:14 UTC 2024 - Peter Simons <[email protected]>
+
+- Update terminal-size to version 0.3.4 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
terminal-size.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-terminal-size.spec ++++++
--- /var/tmp/diff_new_pack.n07OBW/_old 2024-08-22 18:14:06.647756478 +0200
+++ /var/tmp/diff_new_pack.n07OBW/_new 2024-08-22 18:14:06.663757144 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-terminal-size
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
@@ -62,6 +63,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ terminal-size.cabal ++++++
name: terminal-size
version: 0.3.4
x-revision: 1
synopsis: Get terminal window height and width
description:
Get terminal window height and width without ncurses dependency.
license: BSD3
license-file: LICENSE
author: Andreas Hammar, Matvey Aksenov
maintainer: [email protected]
category: System
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.markdown
CHANGELOG.markdown
source-repository head
type: git
location: https://github.com/biegunka/terminal-size
source-repository this
type: git
location: https://github.com/biegunka/terminal-size
tag: 0.3.4
library
default-language:
Haskell2010
build-depends:
base >= 4 && < 5
if impl(ghc >= 7.2 && < 7.6)
build-depends:
ghc-prim
if os(windows)
build-depends:
process,
Win32 >= 2.13.2.0 && < 2.15
build-tools:
hsc2hs
hs-source-dirs:
src
exposed-modules:
System.Console.Terminal.Size
other-modules:
System.Console.Terminal.Common
if os(Windows)
other-modules:
System.Console.Terminal.Windows
else
other-modules:
System.Console.Terminal.Posix
ghc-options:
-Wall
-fno-warn-unused-do-bind