From c968c2b734f896be58d60798eab756f8da4ba8729815582bbfcb161925a4401e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:57 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-mwc-random revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=19 --- ghc-mwc-random.changes | 10 ---------- ghc-mwc-random.spec | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index dd590dd..23623a7 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:45:31 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:14:22 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - ------------------------------------------------------------------- Fri Nov 8 16:14:16 UTC 2019 - Peter Simons diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index bfe7359..7d7472d 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-mwc-random # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%autosetup -n %{pkg_name}-%{version} +%setup -q -n %{pkg_name}-%{version} %build %ghc_lib_build From 48adc52fd43db8a4a2b0f867fd8d94851cf53496a40eecce7322f133579eccc5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:11:10 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mwc-random revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=20 --- ghc-mwc-random.changes | 10 ++++++++++ ghc-mwc-random.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index 23623a7..dd590dd 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:31 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:14:22 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:14:16 UTC 2019 - Peter Simons diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index 7d7472d..bfe7359 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-mwc-random # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,7 @@ Requires(postun): ghc-compiler = %{ghc_version} This package provides the Haskell %{pkg_name} library development files. %prep -%setup -q -n %{pkg_name}-%{version} +%autosetup -n %{pkg_name}-%{version} %build %ghc_lib_build From 75bd752bb4b6d09b83044f24209fe443769b2590f883c92f83c4bb932368b322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:38 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mwc-random revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=21 --- ghc-mwc-random.changes | 5 +++++ ghc-mwc-random.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index dd590dd..a33f749 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.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:45:31 UTC 2020 - Peter Simons diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index bfe7359..96754f9 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -30,6 +30,12 @@ BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-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 %description This package contains code for generating high quality random numbers that From cb91cb99c1c368b636537129d5fac54a21f385722dcd64fb63f763f54f93d859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:48 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mwc-random revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=22 --- ghc-mwc-random.changes | 2 +- ghc-mwc-random.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index a33f749..9749953 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.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:45:31 UTC 2020 - Peter Simons diff --git a/ghc-mwc-random.spec b/ghc-mwc-random.spec index 96754f9..b7324a0 100644 --- a/ghc-mwc-random.spec +++ b/ghc-mwc-random.spec @@ -30,12 +30,7 @@ BuildRequires: ghc-primitive-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-time-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} %description This package contains code for generating high quality random numbers that From f9cb20b67f628f599c67ef9f61d9f4ef0963403db7444cbef1ccfb0e2244f127 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:02 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mwc-random revision:14, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mwc-random?expand=0&rev=23 --- ghc-mwc-random.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-mwc-random.changes b/ghc-mwc-random.changes index 9749953..27386aa 100644 --- a/ghc-mwc-random.changes +++ b/ghc-mwc-random.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