Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-unix-compat for openSUSE:Factory
checked in at 2021-12-19 17:34:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-unix-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-unix-compat.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unix-compat"
Sun Dec 19 17:34:26 2021 rev:21 rq:932899 version:0.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-unix-compat/ghc-unix-compat.changes
2021-02-16 22:45:47.326369562 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-unix-compat.new.2520/ghc-unix-compat.changes
2021-12-19 17:34:41.420275667 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:58:12 UTC 2021 - [email protected]
+
+- Update unix-compat to version 0.5.3 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
unix-compat.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-unix-compat.spec ++++++
--- /var/tmp/diff_new_pack.jfXqDC/_old 2021-12-19 17:34:41.912276013 +0100
+++ /var/tmp/diff_new_pack.jfXqDC/_new 2021-12-19 17:34:41.916276016 +0100
@@ -24,6 +24,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-rpm-macros
BuildRequires: ghc-unix-devel
@@ -46,6 +47,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ unix-compat.cabal ++++++
name: unix-compat
version: 0.5.3
x-revision: 1
synopsis: Portable POSIX-compatibility layer.
description: This package provides portable implementations of parts
of the unix package. This package re-exports the unix
package when available. When it isn't available,
portable implementations are used.
homepage: http://github.com/jacobstanley/unix-compat
license: BSD3
license-file: LICENSE
author: Bj??rn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan
maintainer: Jacob Stanley <[email protected]>
category: System
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: git://github.com/jacobstanley/unix-compat.git
flag old-time
description: build against old-time package
default: False
Library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
build-depends: base == 4.*
exposed-modules:
System.PosixCompat
System.PosixCompat.Extensions
System.PosixCompat.Files
System.PosixCompat.Temp
System.PosixCompat.Time
System.PosixCompat.Types
System.PosixCompat.Unistd
System.PosixCompat.User
if os(windows)
c-sources:
cbits/HsUname.c
cbits/mktemp.c
extra-libraries: msvcrt
build-depends: Win32 >= 2.5.0.0 && < 2.12
if flag(old-time)
build-depends: old-time >= 1.0.0.0 && < 1.2.0.0
cpp-options: -DOLD_TIME
if impl(ghc < 7)
build-depends: directory == 1.0.*
cpp-options: -DDIRECTORY_1_0
else
build-depends: directory == 1.1.*
else
build-depends: time >= 1.0 && < 1.10
build-depends: directory >= 1.2 && < 1.4
other-modules:
System.PosixCompat.Internal.Time
else
build-depends: unix >= 2.4 && < 2.9
include-dirs: include
includes: HsUnixCompat.h
install-includes: HsUnixCompat.h
c-sources: cbits/HsUnixCompat.c
if os(solaris)
cc-options: -DSOLARIS