From 1d23f179f04aec30701813ffdac2483ac170bf8def4746fba2cc131fa5018d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:41:08 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-hsemail revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hsemail?expand=0&rev=14 --- ghc-hsemail.changes | 37 ++----------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/ghc-hsemail.changes b/ghc-hsemail.changes index 373d498..25349ee 100644 --- a/ghc-hsemail.changes +++ b/ghc-hsemail.changes @@ -1,38 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:52 UTC 2019 - Peter Simons +Wed Aug 28 17:31:06 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add hsemail at version 2.2.0. -------------------------------------------------------------------- -Thu Jun 27 02:02:51 UTC 2019 - psimons@suse.com - -- Update hsemail to version 2.2.0. - ## v2.2.0 - - * Drop the `parsec2read` function. `Read` is not supposed to be defined - manually, really. It's supposed to be a dual to the derived `Show` instance. - * Drop the Rfc2821 module. This code is not generic enough to be useful, - really. I use it in [Postmaster](http://hackage.haskell.org/package/postmaster), - and there it will live henceforth. - * `caseString` no longer returns a string; it just returns `()`. - * Make use of `DayOfWeek` type from new `time` library. - * Drop the obsolete dependency on `mtl`. - -------------------------------------------------------------------- -Tue Jun 11 02:01:28 UTC 2019 - psimons@suse.com - -- Update hsemail to version 2.1.0. - * Re-write code to use the modern `time` library rather than `old-time`. - * rfc2821: drop the entire smtp FSM stuff - * hsemail.cabal: drop unnecessary build-depends - * Drop support for GHC versions prior to 7.10.x. - -------------------------------------------------------------------- -Sat Oct 20 11:31:35 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Fri Jul 20 13:38:45 UTC 2018 - psimons@suse.com - -- Add hsemail at version 2. From ebb2855a10da0f11343eee2c1f364aff70f96e2cce3414e9244f9b6e09b22a59 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:02:54 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hsemail revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hsemail?expand=0&rev=15 --- ghc-hsemail.changes | 37 +++++++++++++++++++++++++++++++++++-- 1 file changed, 35 insertions(+), 2 deletions(-) diff --git a/ghc-hsemail.changes b/ghc-hsemail.changes index 25349ee..373d498 100644 --- a/ghc-hsemail.changes +++ b/ghc-hsemail.changes @@ -1,5 +1,38 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:06 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:52 UTC 2019 - Peter Simons -- Add hsemail at version 2.2.0. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Thu Jun 27 02:02:51 UTC 2019 - psimons@suse.com + +- Update hsemail to version 2.2.0. + ## v2.2.0 + + * Drop the `parsec2read` function. `Read` is not supposed to be defined + manually, really. It's supposed to be a dual to the derived `Show` instance. + * Drop the Rfc2821 module. This code is not generic enough to be useful, + really. I use it in [Postmaster](http://hackage.haskell.org/package/postmaster), + and there it will live henceforth. + * `caseString` no longer returns a string; it just returns `()`. + * Make use of `DayOfWeek` type from new `time` library. + * Drop the obsolete dependency on `mtl`. + +------------------------------------------------------------------- +Tue Jun 11 02:01:28 UTC 2019 - psimons@suse.com + +- Update hsemail to version 2.1.0. + * Re-write code to use the modern `time` library rather than `old-time`. + * rfc2821: drop the entire smtp FSM stuff + * hsemail.cabal: drop unnecessary build-depends + * Drop support for GHC versions prior to 7.10.x. + +------------------------------------------------------------------- +Sat Oct 20 11:31:35 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Fri Jul 20 13:38:45 UTC 2018 - psimons@suse.com + +- Add hsemail at version 2. From eaabf79058e63bfdee2affd6cfbc7338ebeb38295a88b89aaea470272b0b5609 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 10:56:47 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hsemail revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hsemail?expand=0&rev=16 --- ghc-hsemail.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-hsemail.spec b/ghc-hsemail.spec index 4301c24..8dc25fc 100644 --- a/ghc-hsemail.spec +++ b/ghc-hsemail.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hsemail # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From d07bcb02aeca4cbd55e61dda3a0f63e89f7e6dfa98340381eca08f589bacae3b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 11:28:47 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hsemail revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hsemail?expand=0&rev=17 --- ghc-hsemail.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-hsemail.changes b/ghc-hsemail.changes index 373d498..ccdffd6 100644 --- a/ghc-hsemail.changes +++ b/ghc-hsemail.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 16 11:14:11 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:13:52 UTC 2019 - Peter Simons