From 8a2efa4728fa877645975d9cc1c44ff6a39788bcd4a664829d112d16ea535c0e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:02:58 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-http-client-tls revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=49 --- ghc-http-client-tls.changes | 94 ++++++++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 2 deletions(-) diff --git a/ghc-http-client-tls.changes b/ghc-http-client-tls.changes index ed97f3f..691b3ca 100644 --- a/ghc-http-client-tls.changes +++ b/ghc-http-client-tls.changes @@ -1,5 +1,95 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:13 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:58 UTC 2019 - Peter Simons -- Add http-client-tls at version 0.3.5.3. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Tue Jun 11 14:29:11 UTC 2019 - Peter Simons + +- Update Cabal file for more accurate build dependencies. + +------------------------------------------------------------------- +Sat Oct 20 11:31:37 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Wed Jul 18 14:26:28 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update http-client-tls to version 0.3.5.3. + * Fix `newTlsManager` [#325](https://github.com/snoyberg/http-client/issues/325) + * [#289](https://github.com/snoyberg/http-client/issues/289): + Keep original `TLSSettings` when creating a `Manager` using `newTlsManagerWith`. + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Mon Jun 19 20:53:32 UTC 2017 - psimons@suse.com + +- Update to version 0.3.5.1. + +------------------------------------------------------------------- +Thu Jun 8 11:08:20 UTC 2017 - psimons@suse.com + +- Update to version 0.3.5. + +------------------------------------------------------------------- +Thu May 18 09:52:24 UTC 2017 - psimons@suse.com + +- Update to version 0.3.4.2 with cabal2obs. + +------------------------------------------------------------------- +Sun Apr 9 18:08:08 UTC 2017 - psimons@suse.com + +- Update to version 0.3.4.1 with cabal2obs. + +------------------------------------------------------------------- +Mon Feb 27 10:12:07 UTC 2017 - psimons@suse.com + +- Update to version 0.3.4 with cabal2obs. + +------------------------------------------------------------------- +Sun Feb 12 14:17:39 UTC 2017 - psimons@suse.com + +- Update to version 0.3.3.1 with cabal2obs. + +------------------------------------------------------------------- +Tue Sep 20 10:06:14 UTC 2016 - psimons@suse.com + +- Update to version 0.2.4.1 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:22:49 UTC 2016 - psimons@suse.com + +- Update to version 0.2.4.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Fri Jun 17 07:51:57 UTC 2016 - mimi.vx@gmail.com + +- update to 0.2.4.1 + +------------------------------------------------------------------- +Sat Apr 16 07:13:00 UTC 2016 - mimi.vx@gmail.com + +- update to 0.2.4 +* Global manager + +------------------------------------------------------------------- +Tue Apr 12 10:02:46 UTC 2016 - mimi.vx@gmail.com + +- update to 0.2.3 +* Exception catching cleanup + +------------------------------------------------------------------- +Thu Apr 23 10:36:23 UTC 2015 - mimi.vx@gmail.com + +- initial commit