osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-unix-compat revision:22, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-unix-compat?expand=0&rev=68
This commit is contained in:
parent
43a6c87e3a
commit
a1c3e02c39
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 22 09:02:51 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update unix-compat to version 0.6.
|
||||||
|
Upstream added a new change log file in this release. With no
|
||||||
|
previous version to compare against, the automatic updater cannot
|
||||||
|
reliable determine the relevante entries for this release.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 24 18:58:45 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update unix-compat to version 0.5.4 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 11 22:05:45 UTC 2022 - Peter Simons <psimons@suse.com>
|
Tue Jan 11 22:05:45 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -17,8 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%global pkg_name unix-compat
|
%global pkg_name unix-compat
|
||||||
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.5.4
|
Version: 0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Portable POSIX-compatibility layer
|
Summary: Portable POSIX-compatibility layer
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -28,6 +29,14 @@ BuildRequires: ghc-Cabal-devel
|
|||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-unix-devel
|
BuildRequires: ghc-unix-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-HUnit-devel
|
||||||
|
BuildRequires: ghc-directory-devel
|
||||||
|
BuildRequires: ghc-extra-devel
|
||||||
|
BuildRequires: ghc-hspec-devel
|
||||||
|
BuildRequires: ghc-monad-parallel-devel
|
||||||
|
BuildRequires: ghc-temporary-devel
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package provides portable implementations of parts of the unix package.
|
This package provides portable implementations of parts of the unix package.
|
||||||
@ -53,6 +62,9 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%cabal_test
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
@ -63,5 +75,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
|
%doc CHANGELOG.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8224579d6e9acea7ecbd7af21f191758a11c77a2c5b2fc61f1079ac004a4a4b1
|
|
||||||
size 13652
|
|
3
unix-compat-0.6.tar.gz
Normal file
3
unix-compat-0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4cd823a6543ad3aca8e740ecf5f44aabde60f1452b5a55655db5c8b7a44d5f8
|
||||||
|
size 15777
|
Loading…
x
Reference in New Issue
Block a user