From e6bd5235e40c6e629712c40d6820d45ae3196e2046427c5d6f5812085a996ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:53:08 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-time-manager revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-time-manager?expand=0&rev=5 --- ghc-time-manager.changes | 5 +++++ ghc-time-manager.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-time-manager.changes b/ghc-time-manager.changes index 72a3b21..fc76dde 100644 --- a/ghc-time-manager.changes +++ b/ghc-time-manager.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:46:18 UTC 2020 - Peter Simons diff --git a/ghc-time-manager.spec b/ghc-time-manager.spec index f94e602..b58af73 100644 --- a/ghc-time-manager.spec +++ b/ghc-time-manager.spec @@ -27,6 +27,12 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-auto-update-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 Scalable timer functions provided by a timer manager. From 92368bc5167b798189db710a0dabcbc9f4741da3e47a18a033b116125ef7238a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:49:23 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-time-manager revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-time-manager?expand=0&rev=6 --- ghc-time-manager.changes | 2 +- ghc-time-manager.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-time-manager.changes b/ghc-time-manager.changes index fc76dde..2a9a2cd 100644 --- a/ghc-time-manager.changes +++ b/ghc-time-manager.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:46:18 UTC 2020 - Peter Simons diff --git a/ghc-time-manager.spec b/ghc-time-manager.spec index b58af73..8548b8c 100644 --- a/ghc-time-manager.spec +++ b/ghc-time-manager.spec @@ -27,12 +27,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-auto-update-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 Scalable timer functions provided by a timer manager. From 99328d0e6d430561954283294e30bf8fe0928d4077edcc149db19f965eb2fab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:31 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-time-manager revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-time-manager?expand=0&rev=7 --- ghc-time-manager.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-time-manager.changes b/ghc-time-manager.changes index 2a9a2cd..c571a37 100644 --- a/ghc-time-manager.changes +++ b/ghc-time-manager.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