From 3b623ae46588fceb244df8820b1dd00f2720f567a1c7920ad6d93e495a6e5ddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:32 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-logict revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=39 --- ghc-logict.changes | 5 +++++ ghc-logict.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-logict.changes b/ghc-logict.changes index f6efa1d..c828823 100644 --- a/ghc-logict.changes +++ b/ghc-logict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Thu Aug 27 02:04:15 UTC 2020 - psimons@suse.com diff --git a/ghc-logict.spec b/ghc-logict.spec index f9d7191..3263d4d 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -28,6 +28,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-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 %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel From aa8d00daabae2da475d613539d6e9b124807f4c55d369b18277e55b2228450e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:41 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-logict revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=40 --- ghc-logict.changes | 2 +- ghc-logict.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-logict.changes b/ghc-logict.changes index c828823..f48c0f6 100644 --- a/ghc-logict.changes +++ b/ghc-logict.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 ------------------------------------------------------------------- Thu Aug 27 02:04:15 UTC 2020 - psimons@suse.com diff --git a/ghc-logict.spec b/ghc-logict.spec index 3263d4d..d0b1d1b 100644 --- a/ghc-logict.spec +++ b/ghc-logict.spec @@ -28,12 +28,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-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} %if %{with tests} BuildRequires: ghc-tasty-devel BuildRequires: ghc-tasty-hunit-devel From f3ec0a15ef43d5a4ccc9b1915d8ecb31240d567e22bf90751389006208990de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:56 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-logict revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-logict?expand=0&rev=41 --- ghc-logict.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-logict.changes b/ghc-logict.changes index f48c0f6..1bba077 100644 --- a/ghc-logict.changes +++ b/ghc-logict.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