1
0

Accepting request 435804 from devel:languages:haskell

- sync with upstream
- ghc-pkg-wrapper is now quiet with simple output
- new ghc_fix_rpath macro deprecates ghc_fix_dynamic_rpath
- ghc_lib_subpackage now takes name-version
- new ghc_libs_build and ghc_libs_install extra macros
- update to 1.6.91 
* support multiple jobs during build and configure phase

- binary packages build statically linked

- update to 1.6.90
* %ghc_gen_filelists: uniq keyname to prevent build failure for installed version

- doc dir contains ghc version, now incompactible with ghc 7.10
- Increase verbosity of configure and build macros

OBS-URL: https://build.opensuse.org/request/show/435804
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-rpm-macros?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2016-10-19 11:13:59 +00:00 committed by Git OBS Bridge
commit bcdf289dd5
4 changed files with 30 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48f450f7e69f5f5970eff327c88a9cf0efa7ab8caf41415cb6ce3a2b1f3a14b5
size 15871

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:42682dc6f4343d337802fa8d0be0a52d86dad02809638b10b2838d52250782c8
size 23610

View File

@ -1,19 +1,39 @@
-------------------------------------------------------------------
Sun Jul 17 07:32:26 UTC 2016 - mimi.vx@gmail.com
Fri Oct 14 12:32:13 UTC 2016 - mimi.vx@gmail.com
- update to 1.5.4
* support SMP in build phase
- sync with upstream
- ghc-pkg-wrapper is now quiet with simple output
- new ghc_fix_rpath macro deprecates ghc_fix_dynamic_rpath
- ghc_lib_subpackage now takes name-version
- new ghc_libs_build and ghc_libs_install extra macros
-------------------------------------------------------------------
Tue Jun 28 14:24:31 UTC 2016 - mimi.vx@gmail.com
Sat Jul 16 16:39:32 UTC 2016 - mimi.vx@gmail.com
- update to 1.6.91
* support multiple jobs during build and configure phase
-------------------------------------------------------------------
Tue Jun 28 11:22:46 UTC 2016 - mimi.vx@gmail.com
- new macros.ghc-suse
- binary packages build statically linked
-------------------------------------------------------------------
Wed Jun 22 14:38:28 UTC 2016 - mimi.vx@gmail.com
- update to 1.6.90
* %ghc_gen_filelists: uniq keyname to prevent build failure for installed version
-------------------------------------------------------------------
Sat May 28 15:48:31 UTC 2016 - peter.trommler@ohm-hochschule.de
- doc dir contains ghc version, now incompactible with ghc 7.10
-------------------------------------------------------------------
Sun May 22 17:55:50 UTC 2016 - mimi.vx@gmail.com
- Incerase verbosity of configure and build macros
- Increase verbosity of configure and build macros
-------------------------------------------------------------------
Thu Mar 17 09:35:35 UTC 2016 - mimi.vx@gmail.com

View File

@ -20,7 +20,7 @@
%global without_hscolour 1
Name: ghc-rpm-macros
Version: 1.5.4
Version: 1.6.91
Release: 0
BuildArch: noarch
Summary: RPM Macros for building packages for GHC