From 14e90f70a00ad6aba48ce7feb50651cb8f187c31f16ea3fa860b8c4cfe322309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:09 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-lens-core revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-lens-core?expand=0&rev=5 --- ghc-generic-lens-core.changes | 5 +++++ ghc-generic-lens-core.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-generic-lens-core.changes b/ghc-generic-lens-core.changes index 5c55b25..22b7ae3 100644 --- a/ghc-generic-lens-core.changes +++ b/ghc-generic-lens-core.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:44:55 UTC 2020 - Peter Simons diff --git a/ghc-generic-lens-core.spec b/ghc-generic-lens-core.spec index e03d6be..f3192aa 100644 --- a/ghc-generic-lens-core.spec +++ b/ghc-generic-lens-core.spec @@ -28,6 +28,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-indexed-profunctors-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 This library uses GHC.Generics to derive efficient optics (traversals, lenses From 53c9097cd9f5ca057ef85ecb73c9d0239fab219d965e7c9ab1349c5c0814da08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:07 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-lens-core revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-lens-core?expand=0&rev=6 --- ghc-generic-lens-core.changes | 2 +- ghc-generic-lens-core.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-generic-lens-core.changes b/ghc-generic-lens-core.changes index 22b7ae3..65bbbe0 100644 --- a/ghc-generic-lens-core.changes +++ b/ghc-generic-lens-core.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:44:55 UTC 2020 - Peter Simons diff --git a/ghc-generic-lens-core.spec b/ghc-generic-lens-core.spec index f3192aa..7020d6e 100644 --- a/ghc-generic-lens-core.spec +++ b/ghc-generic-lens-core.spec @@ -28,12 +28,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-indexed-profunctors-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 This library uses GHC.Generics to derive efficient optics (traversals, lenses From ffb8d06d75831e284679c0d35300b9ae3913138543e7b03ee79e7d6122d41981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:36 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-generic-lens-core revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-lens-core?expand=0&rev=7 --- ghc-generic-lens-core.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-generic-lens-core.changes b/ghc-generic-lens-core.changes index 65bbbe0..6253744 100644 --- a/ghc-generic-lens-core.changes +++ b/ghc-generic-lens-core.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