From 796f7ea29121dfef5bd595efa9b4ff63c6d292aeda90e197521bb60a71c455ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:53:20 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-xml revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=53 --- ghc-xml.changes | 5 +++++ ghc-xml.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-xml.changes b/ghc-xml.changes index 0c27a14..cae345e 100644 --- a/ghc-xml.changes +++ b/ghc-xml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com diff --git a/ghc-xml.spec b/ghc-xml.spec index 06be3f7..f0a4ca1 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -29,6 +29,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-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 %description A simple XML library. From 1742348052cb6707c748b63688e2691fedac34a07a9f64b696d89adba83e22a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:49:35 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-xml revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=54 --- ghc-xml.changes | 2 +- ghc-xml.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-xml.changes b/ghc-xml.changes index cae345e..68f3dab 100644 --- a/ghc-xml.changes +++ b/ghc-xml.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 ------------------------------------------------------------------- Mon Aug 31 09:34:30 UTC 2020 - psimons@suse.com diff --git a/ghc-xml.spec b/ghc-xml.spec index f0a4ca1..b6a7378 100644 --- a/ghc-xml.spec +++ b/ghc-xml.spec @@ -29,12 +29,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-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} %description A simple XML library. From 4435aebcc6c094e0a8a60d7423a13fe5d504542cc98c82012331155aa390688b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:42 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-xml revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-xml?expand=0&rev=55 --- ghc-xml.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-xml.changes b/ghc-xml.changes index 68f3dab..2bd7742 100644 --- a/ghc-xml.changes +++ b/ghc-xml.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