From c281b695b5f05ecdf87054f5b4570c7f832640b7ee19e266682bb08af2ff3e3b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:29 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-http-types revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=43 --- ghc-http-types.changes | 10 ---------- ghc-http-types.spec | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index 8ae39f8..841f768 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:45:09 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jun 16 11:14:14 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - ------------------------------------------------------------------- Fri Nov 8 16:14:00 UTC 2019 - Peter Simons diff --git a/ghc-http-types.spec b/ghc-http-types.spec index 19e6402..cfa448e 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-types # -# 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 @@ -52,7 +52,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 b5a72825f7dc6c803bb2e81055b061ec793ab6ed7330f8648810065084771e28 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:58 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-types revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=44 --- ghc-http-types.changes | 10 ++++++++++ ghc-http-types.spec | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index 841f768..8ae39f8 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 18 10:45:09 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jun 16 11:14:14 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:14:00 UTC 2019 - Peter Simons diff --git a/ghc-http-types.spec b/ghc-http-types.spec index cfa448e..19e6402 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-types # -# 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 @@ -52,7 +52,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 b5a38893bf0e810d521f59d9cb1008c565b534bdee6675d4ccdf3dae0f000374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:18 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-types revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=45 --- ghc-http-types.changes | 5 +++++ ghc-http-types.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index 8ae39f8..ddc2ff6 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.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:09 UTC 2020 - Peter Simons diff --git a/ghc-http-types.spec b/ghc-http-types.spec index 19e6402..4b73f39 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -31,6 +31,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-case-insensitive-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 %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-doctest-devel From c0bd3c6b7379a19095aa5f2d60112097e8639c1c6f3e8cd6f1c8c1ca20421c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:16 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-types revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=46 --- ghc-http-types.changes | 2 +- ghc-http-types.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index ddc2ff6..d015a15 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.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:09 UTC 2020 - Peter Simons diff --git a/ghc-http-types.spec b/ghc-http-types.spec index 4b73f39..935d19f 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -31,12 +31,7 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-case-insensitive-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} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-doctest-devel From 0c6a639e74087c283359df14af833bd2eeb2852f21bb8c001943b33eff454c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:44 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-types revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=47 --- ghc-http-types.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index d015a15..2e90bd8 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.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