From bb8e7a5d0312a6ef865303e2541ea0e8c263abb1cac634e5900cab2676061776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:42:03 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-streaming-commons revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=53 --- ghc-streaming-commons.changes | 119 +--------------------------------- 1 file changed, 2 insertions(+), 117 deletions(-) diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index f580a95..8187573 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,120 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:51 UTC 2019 - Peter Simons +Wed Aug 28 17:31:10 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add streaming-commons at version 0.2.1.1. -------------------------------------------------------------------- -Thu Jun 6 02:01:25 UTC 2019 - psimons@suse.com - -- Update streaming-commons to version 0.2.1.1. - # ChangeLog for streaming-commons - - ## 0.2.1.1 - - * Fix a failing test case (invalid `ByteString` copying), does not affect library itself - -------------------------------------------------------------------- -Sat Oct 20 11:32:03 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:42 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com - -- Update streaming-commons to version 0.2.1.0. - ## 0.2.1.0 - - * Change `bindRandomPortGen` to use binding to port 0 - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update streaming-commons to version 0.2.0.0. - * Drop `blaze-builder` dependency - * Update `getAddrInfo` hints to allow hostnames and portnames [#46](https://github.com/fpco/streaming-commons/issues/46) - * Add `isCompleteInflate` - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu Jan 26 16:20:11 UTC 2017 - psimons@suse.com - -- Update to version 0.1.17 with cabal2obs. - -------------------------------------------------------------------- -Mon Sep 26 06:52:13 UTC 2016 - psimons@suse.com - -- Update to version 0.1.16 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:00:04 UTC 2016 - psimons@suse.com - -- Update to version 0.1.15.5 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Thu May 12 13:44:14 UTC 2016 - mimi.vx@gmail.com - -- update to 0.1.15.5 -* Make getSocket{Family}TCP try all addr candidates - -------------------------------------------------------------------- -Tue Apr 26 08:51:19 UTC 2016 - mimi.vx@gmail.com - -- update to 0.1.15.4 -* Fix benchmarks - -------------------------------------------------------------------- -Tue Mar 8 09:13:01 UTC 2016 - mimi.vx@gmail.com - -- update to 0.1.15.2 -* Document child process behavior in waitForProcess - -------------------------------------------------------------------- -Thu Feb 11 08:50:21 UTC 2016 - mimi.vx@gmail.com - -- update to 0.1.15.1 -* Catch exceptions thrown by waitForProcess - -------------------------------------------------------------------- -Sun Nov 29 17:43:29 UTC 2015 - mimi.vx@gmail.com - -- update to 0.1.15 -* Use `NO_DELAY1 for TCP client connections - -------------------------------------------------------------------- -Sun Oct 4 17:05:13 UTC 2015 - mimi.vx@gmail.com - -- update to 0.1.14.2 -* Fix bug in process exception display of args with spaces/quotes - -------------------------------------------------------------------- -Sun Sep 27 10:22:45 UTC 2015 - mimi.vx@gmail.com - -- update to 0.1.14.1 -* Exporting HasReadBufferSize; instance for ClientSettingsUnix - -------------------------------------------------------------------- -Sun Sep 13 13:00:44 UTC 2015 - mimi.vx@gmail.com - -- update to 0.1.13 -* Make size of read buffer configurable, change default size to 32 kiB - -------------------------------------------------------------------- -Fri Aug 7 08:08:51 UTC 2015 - mimi.vx@gmail.com - -- update to 0.1.12.1 -* Fix up acceptSafe - -------------------------------------------------------------------- -Wed Apr 22 07:34:22 UTC 2015 - mimi.vx@gmail.com - -- initial commit From 230c57c188f151a09363f2500b6fb27def6edda4b8c8ccf6e4713b8319aaa4b7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:03:42 +0000 Subject: [PATCH 2/3] 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=54 --- ghc-streaming-commons.changes | 119 +++++++++++++++++++++++++++++++++- 1 file changed, 117 insertions(+), 2 deletions(-) diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index 8187573..f580a95 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,5 +1,120 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:10 UTC 2019 - psimons@suse.com +Fri Nov 8 16:14:51 UTC 2019 - Peter Simons -- Add streaming-commons at version 0.2.1.1. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Thu Jun 6 02:01:25 UTC 2019 - psimons@suse.com + +- Update streaming-commons to version 0.2.1.1. + # ChangeLog for streaming-commons + + ## 0.2.1.1 + + * Fix a failing test case (invalid `ByteString` copying), does not affect library itself + +------------------------------------------------------------------- +Sat Oct 20 11:32:03 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Wed Jul 18 14:26:42 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Fri Jul 13 14:31:59 UTC 2018 - psimons@suse.com + +- Update streaming-commons to version 0.2.1.0. + ## 0.2.1.0 + + * Change `bindRandomPortGen` to use binding to port 0 + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update streaming-commons to version 0.2.0.0. + * Drop `blaze-builder` dependency + * Update `getAddrInfo` hints to allow hostnames and portnames [#46](https://github.com/fpco/streaming-commons/issues/46) + * Add `isCompleteInflate` + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Jan 26 16:20:11 UTC 2017 - psimons@suse.com + +- Update to version 0.1.17 with cabal2obs. + +------------------------------------------------------------------- +Mon Sep 26 06:52:13 UTC 2016 - psimons@suse.com + +- Update to version 0.1.16 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:00:04 UTC 2016 - psimons@suse.com + +- Update to version 0.1.15.5 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Thu May 12 13:44:14 UTC 2016 - mimi.vx@gmail.com + +- update to 0.1.15.5 +* Make getSocket{Family}TCP try all addr candidates + +------------------------------------------------------------------- +Tue Apr 26 08:51:19 UTC 2016 - mimi.vx@gmail.com + +- update to 0.1.15.4 +* Fix benchmarks + +------------------------------------------------------------------- +Tue Mar 8 09:13:01 UTC 2016 - mimi.vx@gmail.com + +- update to 0.1.15.2 +* Document child process behavior in waitForProcess + +------------------------------------------------------------------- +Thu Feb 11 08:50:21 UTC 2016 - mimi.vx@gmail.com + +- update to 0.1.15.1 +* Catch exceptions thrown by waitForProcess + +------------------------------------------------------------------- +Sun Nov 29 17:43:29 UTC 2015 - mimi.vx@gmail.com + +- update to 0.1.15 +* Use `NO_DELAY1 for TCP client connections + +------------------------------------------------------------------- +Sun Oct 4 17:05:13 UTC 2015 - mimi.vx@gmail.com + +- update to 0.1.14.2 +* Fix bug in process exception display of args with spaces/quotes + +------------------------------------------------------------------- +Sun Sep 27 10:22:45 UTC 2015 - mimi.vx@gmail.com + +- update to 0.1.14.1 +* Exporting HasReadBufferSize; instance for ClientSettingsUnix + +------------------------------------------------------------------- +Sun Sep 13 13:00:44 UTC 2015 - mimi.vx@gmail.com + +- update to 0.1.13 +* Make size of read buffer configurable, change default size to 32 kiB + +------------------------------------------------------------------- +Fri Aug 7 08:08:51 UTC 2015 - mimi.vx@gmail.com + +- update to 0.1.12.1 +* Fix up acceptSafe + +------------------------------------------------------------------- +Wed Apr 22 07:34:22 UTC 2015 - mimi.vx@gmail.com + +- initial commit From 4873456e4ef2432a638b1b35dbe5d2de94c932ae2bb498279eb5e42018bc364b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 9 Jan 2020 02:01:49 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-streaming-commons revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=55 --- ghc-streaming-commons.changes | 8 ++++++++ ghc-streaming-commons.spec | 4 ++-- streaming-commons-0.2.1.1.tar.gz | 3 --- streaming-commons-0.2.1.2.tar.gz | 3 +++ 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 streaming-commons-0.2.1.1.tar.gz create mode 100644 streaming-commons-0.2.1.2.tar.gz diff --git a/ghc-streaming-commons.changes b/ghc-streaming-commons.changes index f580a95..199315b 100644 --- a/ghc-streaming-commons.changes +++ b/ghc-streaming-commons.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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..add2ed4 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 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.1.1 +Version: 0.2.1.2 Release: 0 Summary: Common lower-level functions needed by various streaming data libraries License: MIT 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.1.2.tar.gz b/streaming-commons-0.2.1.2.tar.gz new file mode 100644 index 0000000..0d3f240 --- /dev/null +++ b/streaming-commons-0.2.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2a6d4b2dfabe8cdf3b4e0a29db9b14170f59d3554b70e0377779867efcfc16 +size 86776