From 1356aced3f30da2e99c48d4fcff9702eef10001e6ce4bc8982639e4939b2569b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 14:57:36 +0000 Subject: [PATCH 1/6] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-http-types revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=19 --- ghc-http-types.changes | 50 +++------------------------------------- ghc-http-types.spec | 5 ++-- http-types-0.12.1.tar.gz | 3 +++ http-types-0.9.1.tar.gz | 3 --- 4 files changed, 8 insertions(+), 53 deletions(-) create mode 100644 http-types-0.12.1.tar.gz delete mode 100644 http-types-0.9.1.tar.gz diff --git a/ghc-http-types.changes b/ghc-http-types.changes index b6db82c..801e6e9 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,50 +1,6 @@ ------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com +Wed Mar 14 16:56:18 UTC 2018 - psimons@suse.com -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:22:50 UTC 2016 - psimons@suse.com - -- Update to version 0.9.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jun 5 19:18:46 UTC 2016 - mimi.vx@gmail.com - -- update to 0.9.1 -- remove useless _service -* New function: parseByteRanges. -* Support for HTTP status 422 "Unprocessable Entity" (RFC 4918). - -------------------------------------------------------------------- -Wed Dec 30 12:36:36 UTC 2015 - mimi.vx@gmail.com - -- update to 0.9 - -------------------------------------------------------------------- -Tue Apr 21 19:14:46 UTC 2015 - mimi.vx@gmail.com - -- version bump to 0.8.6 -* no upstream changelog - -------------------------------------------------------------------- -Sun Feb 1 21:20:26 UTC 2015 - mimi.vx@gmail.com - -- version bump to 0.8.5 - + should not link to aws - + Allow array 0.5 - + remove upper boundary on text, may text simply never break anything - + Derive some typeclasses for ByteRange - + Allow case-insensitive 1.2 - + Add additional HTTP status codes as per RFC 6585 (close #45) - + Add Network.HTTP.Types.URI.extractPath … - + Add support for HTTPS URLs to extractPath - + Add documentation and tests for extractPath - + Add doctest driver - + extractPath from Network.HTTP.Types - + Added urlEncode docs -------------------------------------------------------------------- -Mon Oct 7 08:37:48 UTC 2013 - sbahling@suse.com - -- Initial package - version 0.8.1 +- Update http-types to version 0.12.1. + A more detailed change log is not available. diff --git a/ghc-http-types.spec b/ghc-http-types.spec index cd4445d..5c64a5a 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-types # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 http-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.9.1 +Version: 0.12.1 Release: 0 Summary: Generic HTTP types for Haskell (for both client and server code) License: BSD-3-Clause @@ -28,7 +28,6 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel -BuildRequires: ghc-blaze-builder-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-case-insensitive-devel BuildRequires: ghc-rpm-macros diff --git a/http-types-0.12.1.tar.gz b/http-types-0.12.1.tar.gz new file mode 100644 index 0000000..a398d9b --- /dev/null +++ b/http-types-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa7715428f375b6aa4998ef17822871d7bfe1b55ebd9329efbacd4dad9969f3 +size 13189 diff --git a/http-types-0.9.1.tar.gz b/http-types-0.9.1.tar.gz deleted file mode 100644 index f35e89b..0000000 --- a/http-types-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bed648cdc1c69e76bf039763dbe1074b55fd2704911dd0cb6b7dfebf1b6f550 -size 12284 From 10f11b2cbe6a01947415c160ec13c7884030761bc7e4e574a99e14363dda3cb3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 13:45:23 +0000 Subject: [PATCH 2/6] osc copypac from project:devel:languages:haskell:lts:11 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=20 --- ghc-http-types.changes | 52 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index 801e6e9..300f9c5 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,6 +1,56 @@ ------------------------------------------------------------------- -Wed Mar 14 16:56:18 UTC 2018 - psimons@suse.com +Thu Apr 12 08:31:47 UTC 2018 - psimons@suse.com - Update http-types to version 0.12.1. A more detailed change log is not available. +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:22:50 UTC 2016 - psimons@suse.com + +- Update to version 0.9.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jun 5 19:18:46 UTC 2016 - mimi.vx@gmail.com + +- update to 0.9.1 +- remove useless _service +* New function: parseByteRanges. +* Support for HTTP status 422 "Unprocessable Entity" (RFC 4918). + +------------------------------------------------------------------- +Wed Dec 30 12:36:36 UTC 2015 - mimi.vx@gmail.com + +- update to 0.9 + +------------------------------------------------------------------- +Tue Apr 21 19:14:46 UTC 2015 - mimi.vx@gmail.com + +- version bump to 0.8.6 +* no upstream changelog + +------------------------------------------------------------------- +Sun Feb 1 21:20:26 UTC 2015 - mimi.vx@gmail.com + +- version bump to 0.8.5 + + should not link to aws + + Allow array 0.5 + + remove upper boundary on text, may text simply never break anything + + Derive some typeclasses for ByteRange + + Allow case-insensitive 1.2 + + Add additional HTTP status codes as per RFC 6585 (close #45) + + Add Network.HTTP.Types.URI.extractPath … + + Add support for HTTPS URLs to extractPath + + Add documentation and tests for extractPath + + Add doctest driver + + extractPath from Network.HTTP.Types + + Added urlEncode docs +------------------------------------------------------------------- +Mon Oct 7 08:37:48 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.8.1 + From 9a71eb1376de35036c202ef689aebb3a8fe659f9d3159ef83fc41dc6a58c62e0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:27:48 +0000 Subject: [PATCH 3/6] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-http-types revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=21 --- ghc-http-types.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-http-types.spec b/ghc-http-types.spec index 5c64a5a..babc0ba 100644 --- a/ghc-http-types.spec +++ b/ghc-http-types.spec @@ -72,7 +72,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc CHANGELOG README From 9fe41be67337f3f7c2d54ca26f13d89c174733c06b71962f568c510b7935f77b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:17:18 +0000 Subject: [PATCH 4/6] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-types revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=22 --- ghc-http-types.changes | 56 ------------------------------------------ 1 file changed, 56 deletions(-) delete mode 100644 ghc-http-types.changes diff --git a/ghc-http-types.changes b/ghc-http-types.changes deleted file mode 100644 index 300f9c5..0000000 --- a/ghc-http-types.changes +++ /dev/null @@ -1,56 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:31:47 UTC 2018 - psimons@suse.com - -- Update http-types to version 0.12.1. - A more detailed change log is not available. - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Sun Jul 10 17:22:50 UTC 2016 - psimons@suse.com - -- Update to version 0.9.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jun 5 19:18:46 UTC 2016 - mimi.vx@gmail.com - -- update to 0.9.1 -- remove useless _service -* New function: parseByteRanges. -* Support for HTTP status 422 "Unprocessable Entity" (RFC 4918). - -------------------------------------------------------------------- -Wed Dec 30 12:36:36 UTC 2015 - mimi.vx@gmail.com - -- update to 0.9 - -------------------------------------------------------------------- -Tue Apr 21 19:14:46 UTC 2015 - mimi.vx@gmail.com - -- version bump to 0.8.6 -* no upstream changelog - -------------------------------------------------------------------- -Sun Feb 1 21:20:26 UTC 2015 - mimi.vx@gmail.com - -- version bump to 0.8.5 - + should not link to aws - + Allow array 0.5 - + remove upper boundary on text, may text simply never break anything - + Derive some typeclasses for ByteRange - + Allow case-insensitive 1.2 - + Add additional HTTP status codes as per RFC 6585 (close #45) - + Add Network.HTTP.Types.URI.extractPath … - + Add support for HTTPS URLs to extractPath - + Add documentation and tests for extractPath - + Add doctest driver - + extractPath from Network.HTTP.Types - + Added urlEncode docs -------------------------------------------------------------------- -Mon Oct 7 08:37:48 UTC 2013 - sbahling@suse.com - -- Initial package - version 0.8.1 - From a26df3d46a7556d86c143bb4b121e377c2ce083154eb2468ee19088617687a2f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:20:37 +0000 Subject: [PATCH 5/6] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-types revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=23 --- ghc-http-types.changes | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ghc-http-types.changes diff --git a/ghc-http-types.changes b/ghc-http-types.changes new file mode 100644 index 0000000..b6db82c --- /dev/null +++ b/ghc-http-types.changes @@ -0,0 +1,50 @@ +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Sun Jul 10 17:22:50 UTC 2016 - psimons@suse.com + +- Update to version 0.9.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jun 5 19:18:46 UTC 2016 - mimi.vx@gmail.com + +- update to 0.9.1 +- remove useless _service +* New function: parseByteRanges. +* Support for HTTP status 422 "Unprocessable Entity" (RFC 4918). + +------------------------------------------------------------------- +Wed Dec 30 12:36:36 UTC 2015 - mimi.vx@gmail.com + +- update to 0.9 + +------------------------------------------------------------------- +Tue Apr 21 19:14:46 UTC 2015 - mimi.vx@gmail.com + +- version bump to 0.8.6 +* no upstream changelog + +------------------------------------------------------------------- +Sun Feb 1 21:20:26 UTC 2015 - mimi.vx@gmail.com + +- version bump to 0.8.5 + + should not link to aws + + Allow array 0.5 + + remove upper boundary on text, may text simply never break anything + + Derive some typeclasses for ByteRange + + Allow case-insensitive 1.2 + + Add additional HTTP status codes as per RFC 6585 (close #45) + + Add Network.HTTP.Types.URI.extractPath … + + Add support for HTTPS URLs to extractPath + + Add documentation and tests for extractPath + + Add doctest driver + + extractPath from Network.HTTP.Types + + Added urlEncode docs +------------------------------------------------------------------- +Mon Oct 7 08:37:48 UTC 2013 - sbahling@suse.com + +- Initial package - version 0.8.1 + From f347b1201d49045e95caef97c77f7cceab95be6f83efd2352a1c54cdfd969451 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:03 +0000 Subject: [PATCH 6/6] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-http-types revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-types?expand=0&rev=24 --- ghc-http-types.changes | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ghc-http-types.changes b/ghc-http-types.changes index b6db82c..8aacfc8 100644 --- a/ghc-http-types.changes +++ b/ghc-http-types.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update http-types to version 0.12.1. + * Add new functions for constructing a query URI where not all parts are escaped. + * URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI + * signing in at least amazonka. + * Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) + * Add Bounded instance to Status. + * Re-export more status codes and http20 from Network.HTTP.Types. + * New status codes, new headers. + * Fixed typo in imATeapot, added missing toEnum. + * Oh, and http20. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com