From a8eb6a10f1640a598ca442b140727c761a7eb8e7485d84768df258a84ae41ad0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:03:18 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-enclosed-exceptions revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-enclosed-exceptions?expand=0&rev=17 --- ghc-enclosed-exceptions.changes | 19 +++++++++++++++---- ghc-enclosed-exceptions.spec | 4 ++-- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index b435531..ce7b444 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.changes @@ -1,10 +1,21 @@ ------------------------------------------------------------------- -Tue Aug 18 10:44:46 UTC 2020 - Peter Simons +Fri Nov 8 16:13:41 UTC 2019 - Peter Simons -- Replace %setup -q with the more modern %autosetup macro. +- Drop obsolete group attributes. ------------------------------------------------------------------- -Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com +Sat Oct 20 11:31:29 UTC 2018 - Peter Simons -- Add enclosed-exceptions at version 1.0.3. +- Use https URL to refer to bugs.opensuse.org. +------------------------------------------------------------------- +Tue Jul 17 19:31:26 UTC 2018 - psimons@suse.com + +- Update enclosed-exceptions to version 1.0.3. + * Skip some tests on GHC 8.4 [#12](https://github.com/jcristovao/enclosed-exceptions/issues/12) + * Support for GHC 7.4 and earlier + +------------------------------------------------------------------- +Mon Jul 9 19:45:07 UTC 2018 - psimons@suse.com + +- Add enclosed-exceptions at version 1.0.2. diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index e4dcb65..7893e6a 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-enclosed-exceptions # -# 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 @@ -57,7 +57,7 @@ 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 79a92a52945afee6b402a40418a085fded9dfd03ecb5c50d0a1182e9b0fa2efa Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:10:28 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-enclosed-exceptions revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-enclosed-exceptions?expand=0&rev=18 --- ghc-enclosed-exceptions.changes | 19 ++++--------------- ghc-enclosed-exceptions.spec | 4 ++-- 2 files changed, 6 insertions(+), 17 deletions(-) diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index ce7b444..b435531 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.changes @@ -1,21 +1,10 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:41 UTC 2019 - Peter Simons +Tue Aug 18 10:44:46 UTC 2020 - Peter Simons -- Drop obsolete group attributes. +- Replace %setup -q with the more modern %autosetup macro. ------------------------------------------------------------------- -Sat Oct 20 11:31:29 UTC 2018 - Peter Simons +Tue Jun 9 09:26:17 UTC 2020 - psimons@suse.com -- Use https URL to refer to bugs.opensuse.org. +- Add enclosed-exceptions at version 1.0.3. -------------------------------------------------------------------- -Tue Jul 17 19:31:26 UTC 2018 - psimons@suse.com - -- Update enclosed-exceptions to version 1.0.3. - * Skip some tests on GHC 8.4 [#12](https://github.com/jcristovao/enclosed-exceptions/issues/12) - * Support for GHC 7.4 and earlier - -------------------------------------------------------------------- -Mon Jul 9 19:45:07 UTC 2018 - psimons@suse.com - -- Add enclosed-exceptions at version 1.0.2. diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index 7893e6a..e4dcb65 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-enclosed-exceptions # -# 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 @@ -57,7 +57,7 @@ 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 27b8bd4fa2ac006b16b2bebb66ffdb0502fe77204d9a3c407f4289b9783d4b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:03 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-enclosed-exceptions revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-enclosed-exceptions?expand=0&rev=19 --- ghc-enclosed-exceptions.changes | 5 +++++ ghc-enclosed-exceptions.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index b435531..88f44bc 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.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:46 UTC 2020 - Peter Simons diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index e4dcb65..af90c95 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -32,6 +32,12 @@ BuildRequires: ghc-monad-control-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-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-async-devel From 8a0aea29efd136cfefd21d82d9384483961b001f7913abd67736fda4946350db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:48:00 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-enclosed-exceptions revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-enclosed-exceptions?expand=0&rev=20 --- ghc-enclosed-exceptions.changes | 2 +- ghc-enclosed-exceptions.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index 88f44bc..5cc1478 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.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:46 UTC 2020 - Peter Simons diff --git a/ghc-enclosed-exceptions.spec b/ghc-enclosed-exceptions.spec index af90c95..0e1c441 100644 --- a/ghc-enclosed-exceptions.spec +++ b/ghc-enclosed-exceptions.spec @@ -32,12 +32,7 @@ BuildRequires: ghc-monad-control-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-base-devel BuildRequires: ghc-transformers-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-async-devel From 5daa4920d6877639408a8c908cb1be2f0b653ada13170691f25f434baf0941d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:28:30 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-enclosed-exceptions revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-enclosed-exceptions?expand=0&rev=21 --- ghc-enclosed-exceptions.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-enclosed-exceptions.changes b/ghc-enclosed-exceptions.changes index 5cc1478..83a3076 100644 --- a/ghc-enclosed-exceptions.changes +++ b/ghc-enclosed-exceptions.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