From fb61cb3a1bba1a366bd3ea90b196e8e59f5cbe05e0d2467d2c9c22ad5c61e712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 20 Aug 2015 06:25:00 +0000 Subject: [PATCH] Accepting request 322642 from devel:languages:haskell:lts - update to 1.4.1 * Make temp file functions workaround GHC bug #10731 * Add retryBool * Add stripInfix and stripInfixEnd * support directory-1.2.3 * Add whenJustM * Add errorIO * Add onceFork * Make once async exception safe * Fix a deadlock in once when two people request in parallel * Fix a missing hClose in captureOutput OBS-URL: https://build.opensuse.org/request/show/322642 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-extra?expand=0&rev=5 --- extra-1.1.tar.gz | 3 --- extra-1.4.1.tar.gz | 3 +++ ghc-extra.changes | 15 +++++++++++++++ ghc-extra.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 extra-1.1.tar.gz create mode 100644 extra-1.4.1.tar.gz diff --git a/extra-1.1.tar.gz b/extra-1.1.tar.gz deleted file mode 100644 index 587adf7..0000000 --- a/extra-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ebc9f0579b18fd4fae3deedb8e4d6cc707b04604a543c9d65cbd57c7cd91b45 -size 29495 diff --git a/extra-1.4.1.tar.gz b/extra-1.4.1.tar.gz new file mode 100644 index 0000000..6498ecf --- /dev/null +++ b/extra-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02ca751533eb44b221a8e6250c70a125627be8fc1c9711092dc3d2668f2d001 +size 31235 diff --git a/ghc-extra.changes b/ghc-extra.changes index 3cbca1f..d11bd95 100644 --- a/ghc-extra.changes +++ b/ghc-extra.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Aug 7 07:01:42 UTC 2015 - mimi.vx@gmail.com + +- update to 1.4.1 + * Make temp file functions workaround GHC bug #10731 + * Add retryBool + * Add stripInfix and stripInfixEnd + * support directory-1.2.3 + * Add whenJustM + * Add errorIO + * Add onceFork + * Make once async exception safe + * Fix a deadlock in once when two people request in parallel + * Fix a missing hClose in captureOutput + ------------------------------------------------------------------- Sat Apr 25 17:04:43 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-extra.spec b/ghc-extra.spec index b6d4dd0..71bfc32 100644 --- a/ghc-extra.spec +++ b/ghc-extra.spec @@ -20,8 +20,8 @@ # no useful debuginfo for Haskell packages without C sources %global debug_package %{nil} %bcond_with tests -Name: ghc-%{pkg_name} -Version: 1.1 +Name: ghc-extra +Version: 1.4.1 Release: 0 Summary: Extra functions I use License: BSD-3-Clause