From 3cffa2e48cc19096ed16e8be4b1e875f344c016f8247aa13c0736d098611cf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:34 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-yaml revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-yaml?expand=0&rev=3 --- ghc-aeson-yaml.changes | 5 +++++ ghc-aeson-yaml.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-aeson-yaml.changes b/ghc-aeson-yaml.changes index 58ab933..5565897 100644 --- a/ghc-aeson-yaml.changes +++ b/ghc-aeson-yaml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Sep 8 10:22:41 UTC 2020 - psimons@suse.com diff --git a/ghc-aeson-yaml.spec b/ghc-aeson-yaml.spec index da5ec0a..f06738a 100644 --- a/ghc-aeson-yaml.spec +++ b/ghc-aeson-yaml.spec @@ -32,6 +32,12 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel +# 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 %if %{with tests} BuildRequires: ghc-string-qq-devel BuildRequires: ghc-tasty-devel From a87789dff964795a2c289115f28f4a3bb50a705f49176238fcaae57b8650a50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:32 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-yaml revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-yaml?expand=0&rev=4 --- ghc-aeson-yaml.changes | 2 +- ghc-aeson-yaml.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-aeson-yaml.changes b/ghc-aeson-yaml.changes index 5565897..0ea9873 100644 --- a/ghc-aeson-yaml.changes +++ b/ghc-aeson-yaml.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 Sep 8 10:22:41 UTC 2020 - psimons@suse.com diff --git a/ghc-aeson-yaml.spec b/ghc-aeson-yaml.spec index f06738a..3896a82 100644 --- a/ghc-aeson-yaml.spec +++ b/ghc-aeson-yaml.spec @@ -32,12 +32,7 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-vector-devel -# 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} %if %{with tests} BuildRequires: ghc-string-qq-devel BuildRequires: ghc-tasty-devel From 182e6c41fd2cc6f960363df0b111fa3d7042ad92637a92966ba488bc34de72de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:27:57 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-aeson-yaml revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-yaml?expand=0&rev=5 --- ghc-aeson-yaml.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-aeson-yaml.changes b/ghc-aeson-yaml.changes index 0ea9873..691af20 100644 --- a/ghc-aeson-yaml.changes +++ b/ghc-aeson-yaml.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