From f976e8c9739fe14aed7a7ae73e3aaca35162289b97d16900b2b2c03a51a7f64c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:14 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-digest revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=44 --- ghc-digest.changes | 10 ---------- ghc-digest.spec | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ghc-digest.changes b/ghc-digest.changes index 47f9d6c..705123f 100644 --- a/ghc-digest.changes +++ b/ghc-digest.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:44:38 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:14:01 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - ------------------------------------------------------------------- Fri Nov 8 16:13:36 UTC 2019 - Peter Simons diff --git a/ghc-digest.spec b/ghc-digest.spec index 9bbb36c..f3d16c0 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-digest # -# 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 @@ -46,7 +46,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 7cc6b07c7db3d3b2866c6bb6f985435aed7f36809058700bdbbb1a67dd2ecabc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:23 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-digest revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=45 --- ghc-digest.changes | 10 ++++++++++ ghc-digest.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ghc-digest.changes b/ghc-digest.changes index 705123f..47f9d6c 100644 --- a/ghc-digest.changes +++ b/ghc-digest.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 18 10:44:38 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:14:01 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:13:36 UTC 2019 - Peter Simons diff --git a/ghc-digest.spec b/ghc-digest.spec index f3d16c0..9bbb36c 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-digest # -# 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 @@ -46,7 +46,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 13cb5c1fa4c5e795a645abc497e2403b50e3711daf147db6748475e2c7463bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:00 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-digest revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=46 --- ghc-digest.changes | 5 +++++ ghc-digest.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-digest.changes b/ghc-digest.changes index 47f9d6c..f47f16b 100644 --- a/ghc-digest.changes +++ b/ghc-digest.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:38 UTC 2020 - Peter Simons diff --git a/ghc-digest.spec b/ghc-digest.spec index 9bbb36c..3d3e8fe 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -28,6 +28,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: zlib-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 provides efficient cryptographic hash implementations for strict From 4ac5ee0b60d4e38820240060156764c4b8544d0e04fa11976998b559d8df7468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:47:57 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-digest revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=47 --- ghc-digest.changes | 2 +- ghc-digest.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-digest.changes b/ghc-digest.changes index f47f16b..ab823b1 100644 --- a/ghc-digest.changes +++ b/ghc-digest.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:38 UTC 2020 - Peter Simons diff --git a/ghc-digest.spec b/ghc-digest.spec index 3d3e8fe..baaee71 100644 --- a/ghc-digest.spec +++ b/ghc-digest.spec @@ -28,12 +28,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rpm-macros BuildRequires: zlib-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 provides efficient cryptographic hash implementations for strict From ea2b9668a68ee4277ba75b02a91a6afa8ca9f1512f5535cd2c2b1026cf31b956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:26 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-digest revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-digest?expand=0&rev=48 --- ghc-digest.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-digest.changes b/ghc-digest.changes index ab823b1..346ed45 100644 --- a/ghc-digest.changes +++ b/ghc-digest.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