From e34ccd13f6569935959980f96456be491dc3b28a95f8743dddf94e772121cfd2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:04:18 +0000 Subject: [PATCH 1/5] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-streaming-commons revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=64 --- ghc-streaming-commons.changes | 34 -------------------------------- ghc-streaming-commons.spec | 6 +++--- streaming-commons-0.2.1.1.tar.gz | 3 +++ streaming-commons-0.2.2.1.tar.gz | 3 --- 4 files changed, 6 insertions(+), 40 deletions(-) create mode 100644 streaming-commons-0.2.1.1.tar.gz delete mode 100644 streaming-commons-0.2.2.1.tar.gz diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 03ad885..f580a95 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,37 +1,3 @@ -------------------------------------------------------------------- -Tue Aug 18 10:46:06 UTC 2020 - Peter Simons - -- Replace %setup -q with the more modern %autosetup macro. - -------------------------------------------------------------------- -Tue Jul 21 08:27:35 UTC 2020 - psimons@suse.com - -- Update streaming-commons to version 0.2.2.1. - ## 0.2.2.1 - - * Fix test suite compilation issue [stackage#5528](https://github.com/commercialhaskell/stackage/issues/5528) - -------------------------------------------------------------------- -Mon Jul 20 02:00:58 UTC 2020 - psimons@suse.com - -- Update streaming-commons to version 0.2.2.0. - ## 0.2.2.0 - - * Remove `AI_ADDRCONFIG` [#58](https://github.com/fpco/streaming-commons/issues/58) - -------------------------------------------------------------------- -Tue Jun 16 11:14:37 UTC 2020 - Peter Simons - -- Re-generate file with latest version of spec-cleaner. - -------------------------------------------------------------------- -Mon Jan 6 09:54:59 UTC 2020 - psimons@suse.com - -- Update streaming-commons to version 0.2.1.2. - ## 0.2.1.2 - - * Update `defaultReadBufferSize` to use system default instead of hardcoded value [#54](https://github.com/fpco/streaming-commons/issues/54) - ------------------------------------------------------------------- Fri Nov 8 16:14:51 UTC 2019 - Peter Simons diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index 0817753..8844ecf 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-streaming-commons # -# 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 @@ -19,7 +19,7 @@ %global pkg_name streaming-commons %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.2.1 +Version: 0.2.1.1 Release: 0 Summary: Common lower-level functions needed by various streaming data libraries License: MIT @@ -61,7 +61,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 diff --git a/streaming-commons-0.2.1.1.tar.gz b/streaming-commons-0.2.1.1.tar.gz new file mode 100644 index 0000000..12fe990 --- /dev/null +++ b/streaming-commons-0.2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e8932774abb3e1500bd9884939f39563e426f0fbd3e88b875e6939f9e8bed2 +size 86688 diff --git a/streaming-commons-0.2.2.1.tar.gz b/streaming-commons-0.2.2.1.tar.gz deleted file mode 100644 index 2765bf5..0000000 --- a/streaming-commons-0.2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:306940bf4878a0b714e6746a7f934d018100efc86332c176a648014bfe1e81dd -size 86559 From f54cac7b5d56a81dd63a19525605808951ab7bc33af6fff064cfc74ee4e78cb2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Sep 2020 15:11:40 +0000 Subject: [PATCH 2/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-streaming-commons revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=65 --- ghc-streaming-commons.changes | 34 ++++++++++++++++++++++++++++++++ ghc-streaming-commons.spec | 6 +++--- streaming-commons-0.2.1.1.tar.gz | 3 --- streaming-commons-0.2.2.1.tar.gz | 3 +++ 4 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 streaming-commons-0.2.1.1.tar.gz create mode 100644 streaming-commons-0.2.2.1.tar.gz diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index f580a95..03ad885 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Aug 18 10:46:06 UTC 2020 - Peter Simons + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- +Tue Jul 21 08:27:35 UTC 2020 - psimons@suse.com + +- Update streaming-commons to version 0.2.2.1. + ## 0.2.2.1 + + * Fix test suite compilation issue [stackage#5528](https://github.com/commercialhaskell/stackage/issues/5528) + +------------------------------------------------------------------- +Mon Jul 20 02:00:58 UTC 2020 - psimons@suse.com + +- Update streaming-commons to version 0.2.2.0. + ## 0.2.2.0 + + * Remove `AI_ADDRCONFIG` [#58](https://github.com/fpco/streaming-commons/issues/58) + +------------------------------------------------------------------- +Tue Jun 16 11:14:37 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + +------------------------------------------------------------------- +Mon Jan 6 09:54:59 UTC 2020 - psimons@suse.com + +- Update streaming-commons to version 0.2.1.2. + ## 0.2.1.2 + + * Update `defaultReadBufferSize` to use system default instead of hardcoded value [#54](https://github.com/fpco/streaming-commons/issues/54) + ------------------------------------------------------------------- Fri Nov 8 16:14:51 UTC 2019 - Peter Simons diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index 8844ecf..0817753 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-streaming-commons # -# 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 @@ -19,7 +19,7 @@ %global pkg_name streaming-commons %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.1.1 +Version: 0.2.2.1 Release: 0 Summary: Common lower-level functions needed by various streaming data libraries License: MIT @@ -61,7 +61,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 diff --git a/streaming-commons-0.2.1.1.tar.gz b/streaming-commons-0.2.1.1.tar.gz deleted file mode 100644 index 12fe990..0000000 --- a/streaming-commons-0.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2e8932774abb3e1500bd9884939f39563e426f0fbd3e88b875e6939f9e8bed2 -size 86688 diff --git a/streaming-commons-0.2.2.1.tar.gz b/streaming-commons-0.2.2.1.tar.gz new file mode 100644 index 0000000..2765bf5 --- /dev/null +++ b/streaming-commons-0.2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306940bf4878a0b714e6746a7f934d018100efc86332c176a648014bfe1e81dd +size 86559 From 90a2066d491724887de8b456c872c55ac05c058d59a0c0f5568b6f5179c8b4ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:53:01 +0000 Subject: [PATCH 3/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-streaming-commons revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=66 --- ghc-streaming-commons.changes | 5 +++++ ghc-streaming-commons.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 03ad885..ac57f4f 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.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:06 UTC 2020 - Peter Simons diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index 0817753..aafe0c1 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -39,6 +39,12 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-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 %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-deepseq-devel From 670f29b2c24ecb79008f25eaed8d39dbd496b2b49bde1c50dc19544eab74adaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 17:49:13 +0000 Subject: [PATCH 4/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-streaming-commons revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=67 --- ghc-streaming-commons.changes | 2 +- ghc-streaming-commons.spec | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index ac57f4f..a5b771b 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.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:06 UTC 2020 - Peter Simons diff --git a/ghc-streaming-commons.spec b/ghc-streaming-commons.spec index aafe0c1..9f6a450 100644 --- a/ghc-streaming-commons.spec +++ b/ghc-streaming-commons.spec @@ -39,12 +39,7 @@ BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel BuildRequires: ghc-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} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-deepseq-devel From 72cb4c0bf2d1da8e650fbfdd9865ee1c71cee785475d04cf819177cf55171c13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 19 Dec 2020 18:29:23 +0000 Subject: [PATCH 5/5] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-streaming-commons revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=68 --- ghc-streaming-commons.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index a5b771b..536b855 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.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