From 9ff53fd9c0b4474b686e1633b971c6e6a1b1f754e466ba8bab1fe39d473aaf1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 26 Apr 2019 10:48:25 +0000 Subject: [PATCH] Accepting request 698157 from devel:languages:haskell:ghc-8.6.x - update to 8.6.5 * A build system issue where use of GCC with -flto broke configure was fixed OBS-URL: https://build.opensuse.org/request/show/698157 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=302 --- ghc-8.6.4-src.tar.xz | 3 --- ghc-8.6.5-src.tar.xz | 3 +++ ghc.changes | 6 ++++++ ghc.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 ghc-8.6.4-src.tar.xz create mode 100644 ghc-8.6.5-src.tar.xz diff --git a/ghc-8.6.4-src.tar.xz b/ghc-8.6.4-src.tar.xz deleted file mode 100644 index abf2537..0000000 --- a/ghc-8.6.4-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b5d07e4463203a433c3ed3df461ba6cce11b6d2b9b264db31f3429075d0303a -size 19029904 diff --git a/ghc-8.6.5-src.tar.xz b/ghc-8.6.5-src.tar.xz new file mode 100644 index 0000000..1711e55 --- /dev/null +++ b/ghc-8.6.5-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4aa1e96f4001b934ac6193ab09af5d6172f41f5a5d39d8e43393b9aafee361 +size 19092168 diff --git a/ghc.changes b/ghc.changes index fb519e4..1819493 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 25 22:11:40 UTC 2019 - Ondřej Súkup + +- update to 8.6.5 + * A build system issue where use of GCC with -flto broke configure was fixed + ------------------------------------------------------------------- Wed Mar 13 14:35:13 UTC 2019 - Ondřej Súkup diff --git a/ghc.spec b/ghc.spec index 3731070..4353150 100644 --- a/ghc.spec +++ b/ghc.spec @@ -29,7 +29,7 @@ %global unregisterised_archs s390 s390x Name: ghc -Version: 8.6.4 +Version: 8.6.5 Release: 0 Url: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.xz Summary: The Glorious Glasgow Haskell Compiler