From 3b3660e8e066a24e5290ba71b28d76d2b80ae9a1a2aca70541f20898777e47c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:21 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-js-dgtable revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-js-dgtable?expand=0&rev=5 --- ghc-js-dgtable.changes | 5 +++++ ghc-js-dgtable.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-js-dgtable.changes b/ghc-js-dgtable.changes index daadabb..70d2871 100644 --- a/ghc-js-dgtable.changes +++ b/ghc-js-dgtable.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:45:15 UTC 2020 - Peter Simons diff --git a/ghc-js-dgtable.spec b/ghc-js-dgtable.spec index cf08322..9594010 100644 --- a/ghc-js-dgtable.spec +++ b/ghc-js-dgtable.spec @@ -26,6 +26,12 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +# GHC dont support i586 +%ifarch %{ix86} +ExclusiveArch: i586 i686 +ExclusiveArch: i686 +%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} +%endif %description This package bundles the minified From 5546bcca1b54a7d50eb5d0b7f92ef442d55e4ae8a1f95fe0445ef6a24e3df68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:20 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-js-dgtable revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-js-dgtable?expand=0&rev=6 --- ghc-js-dgtable.changes | 2 +- ghc-js-dgtable.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-js-dgtable.changes b/ghc-js-dgtable.changes index 70d2871..909505f 100644 --- a/ghc-js-dgtable.changes +++ b/ghc-js-dgtable.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup -- force i686 arch on i586 +- disable %{ix86} build ------------------------------------------------------------------- Tue Aug 18 10:45:15 UTC 2020 - Peter Simons diff --git a/ghc-js-dgtable.spec b/ghc-js-dgtable.spec index 9594010..0727967 100644 --- a/ghc-js-dgtable.spec +++ b/ghc-js-dgtable.spec @@ -26,12 +26,7 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -# GHC dont support i586 -%ifarch %{ix86} -ExclusiveArch: i586 i686 -ExclusiveArch: i686 -%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} -%endif +ExcludeArch: %{ix86} %description This package bundles the minified From ea855eac7187b423e4365c07a0fbf3da21dd25d32c38295715029affb7d3a4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:48 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-js-dgtable revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-js-dgtable?expand=0&rev=7 --- ghc-js-dgtable.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-js-dgtable.changes b/ghc-js-dgtable.changes index 909505f..4fd2b33 100644 --- a/ghc-js-dgtable.changes +++ b/ghc-js-dgtable.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup +Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup - disable %{ix86} build