From 1aadd1dd66c04e56a04df692df6a89b8f6c2abbb457779cd2e3f0050731e6d03 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 31 Aug 2018 01:01:29 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-unix-compat revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unix-compat?expand=0&rev=30 --- ghc-unix-compat.changes | 6 ++++ ghc-unix-compat.spec | 4 +-- unix-compat-0.5.0.1.tar.gz | 3 -- unix-compat-0.5.1.tar.gz | 3 ++ unix-compat.cabal | 73 -------------------------------------- 5 files changed, 10 insertions(+), 79 deletions(-) delete mode 100644 unix-compat-0.5.0.1.tar.gz create mode 100644 unix-compat-0.5.1.tar.gz delete mode 100644 unix-compat.cabal diff --git a/ghc-unix-compat.changes b/ghc-unix-compat.changes index f4d35f8..3b2d33c 100644 --- a/ghc-unix-compat.changes +++ b/ghc-unix-compat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 30 15:29:14 UTC 2018 - psimons@suse.com + +- Update unix-compat to version 0.5.1. + Upstream does not provide a change log file. + ------------------------------------------------------------------- Tue Jul 31 14:22:56 UTC 2018 - psimons@suse.com diff --git a/ghc-unix-compat.spec b/ghc-unix-compat.spec index 471d0e1..d5922a0 100644 --- a/ghc-unix-compat.spec +++ b/ghc-unix-compat.spec @@ -18,14 +18,13 @@ %global pkg_name unix-compat Name: ghc-%{pkg_name} -Version: 0.5.0.1 +Version: 0.5.1 Release: 0 Summary: Portable POSIX-compatibility layer License: BSD-3-Clause Group: Development/Libraries/Haskell 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 @@ -48,7 +47,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/unix-compat-0.5.0.1.tar.gz b/unix-compat-0.5.0.1.tar.gz deleted file mode 100644 index 00ec89a..0000000 --- a/unix-compat-0.5.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f299e0439c15d93d5700911c922fd2b35543c19ba053779cd52f3b051caebd -size 13217 diff --git a/unix-compat-0.5.1.tar.gz b/unix-compat-0.5.1.tar.gz new file mode 100644 index 0000000..8888180 --- /dev/null +++ b/unix-compat-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a39d0c79dd906763770b80ba5b6c5cb710e954f894350e9917de0d73f3a19c52 +size 13218 diff --git a/unix-compat.cabal b/unix-compat.cabal deleted file mode 100644 index 2f25458..0000000 --- a/unix-compat.cabal +++ /dev/null @@ -1,73 +0,0 @@ -name: unix-compat -version: 0.5.0.1 -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/jystic/unix-compat -license: BSD3 -license-file: LICENSE -author: Björn Bringert, Duncan Coutts, Jacob Stanley, Bryan O'Sullivan -maintainer: Jacob Stanley -category: System -build-type: Simple -cabal-version: >= 1.6 - -source-repository head - type: git - location: git://github.com/jystic/unix-compat.git - -flag old-time - description: build against old-time package - default: False - -Library - 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 - - 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.9 - 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