From 9214cbb5a821eb4b0e7dceed104607264856b8fdf4168ead4c8cb4a1296e4812 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:40:33 +0000 Subject: [PATCH 1/3] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-distributive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=40 --- ghc-distributive.changes | 75 ++-------------------------------------- 1 file changed, 3 insertions(+), 72 deletions(-) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 0dd971d..3f05c66 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,10 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:37 UTC 2019 - Peter Simons - -- Drop obsolete group attributes. - -------------------------------------------------------------------- -Sat Sep 7 02:01:56 UTC 2019 - psimons@suse.com +Sat Sep 7 02:01:50 UTC 2019 - psimons@suse.com - Update distributive to version 0.6.1. 0.6.1 [2019.09.06] @@ -12,71 +7,7 @@ Sat Sep 7 02:01:56 UTC 2019 - psimons@suse.com * Add a `Distributive` instance for `WrappedMonad m`. ------------------------------------------------------------------- -Sat Oct 20 11:31:26 UTC 2018 - Peter Simons +Wed Aug 28 17:31:18 UTC 2019 - psimons@suse.com -- Use https URL to refer to bugs.opensuse.org. +- Add distributive at version 0.6. -------------------------------------------------------------------- -Wed Jul 18 14:26:21 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:36 UTC 2018 - psimons@suse.com - -- Update distributive to version 0.6. - 0.6 [2018.07.02] - ---------------- - * Remove `fmapCollect`. (See - [here](https://github.com/ekmett/distributive/commit/1020655f15714514048d0dc842ffe4adcec89a7b) - for an explanation of why it was removed.) - * Avoid incurring some dependencies when using recent GHCs. - -------------------------------------------------------------------- -Mon May 14 17:02:11 UTC 2018 - psimons@suse.com - -- Update distributive to version 0.5.3 revision 5. - * Support `doctest-0.12` - * Revamp `Setup.hs` to use `cabal-doctest`. This makes `distributive` build - with `Cabal-1.25`, and makes the `doctest`s work with `cabal new-build` and - sandboxes. - * Fix bugs in `Data.Distributive.Generic` that cause generic `Distributive` - instances not to work properly for datatypes with recursive types - * Add `genericCollect` to `Data.Distributive.Generic`, and switch the underlying - machinery in that module to work on a `collect`-like method instead of a - `distribute`-like one - * Add a test suite for regression-testing `Data.Distributive.Generic` - -------------------------------------------------------------------- -Sun Feb 5 19:32:22 UTC 2017 - psimons@suse.com - -- Update to version 0.5.2 revision 2 with cabal2obs. - -------------------------------------------------------------------- -Mon Jan 9 06:33:58 UTC 2017 - psimons@suse.com - -- Update to version 0.5.1 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:34:08 UTC 2016 - psimons@suse.com - -- Update to version 0.5.0.2 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Tue Jan 26 08:40:30 UTC 2016 - mimi.vx@gmail.com - -- update to 0.5.0.2 -* Added flags for removing some dependencies. -* upport doctests when building to non-standard locations (such as when using stack.) -* Support base-orphans - -------------------------------------------------------------------- -Thu May 21 06:41:23 UTC 2015 - mimi.vx@gmail.com - -- correct licence to BSD-2-Clause - -------------------------------------------------------------------- -Sun Apr 26 16:43:29 UTC 2015 - mimi.vx@gmail.com - -- initial commit From 0208e942435d491ca0aa931d67d1347e2c72f3d3bc4cb6a9e1c6cc6fe5982216 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:02:14 +0000 Subject: [PATCH 2/3] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-distributive revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=41 --- ghc-distributive.changes | 75 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 3 deletions(-) diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 3f05c66..0dd971d 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,5 +1,10 @@ ------------------------------------------------------------------- -Sat Sep 7 02:01:50 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:37 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + +------------------------------------------------------------------- +Sat Sep 7 02:01:56 UTC 2019 - psimons@suse.com - Update distributive to version 0.6.1. 0.6.1 [2019.09.06] @@ -7,7 +12,71 @@ Sat Sep 7 02:01:50 UTC 2019 - psimons@suse.com * Add a `Distributive` instance for `WrappedMonad m`. ------------------------------------------------------------------- -Wed Aug 28 17:31:18 UTC 2019 - psimons@suse.com +Sat Oct 20 11:31:26 UTC 2018 - Peter Simons -- Add distributive at version 0.6. +- Use https URL to refer to bugs.opensuse.org. +------------------------------------------------------------------- +Wed Jul 18 14:26:21 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:36 UTC 2018 - psimons@suse.com + +- Update distributive to version 0.6. + 0.6 [2018.07.02] + ---------------- + * Remove `fmapCollect`. (See + [here](https://github.com/ekmett/distributive/commit/1020655f15714514048d0dc842ffe4adcec89a7b) + for an explanation of why it was removed.) + * Avoid incurring some dependencies when using recent GHCs. + +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update distributive to version 0.5.3 revision 5. + * Support `doctest-0.12` + * Revamp `Setup.hs` to use `cabal-doctest`. This makes `distributive` build + with `Cabal-1.25`, and makes the `doctest`s work with `cabal new-build` and + sandboxes. + * Fix bugs in `Data.Distributive.Generic` that cause generic `Distributive` + instances not to work properly for datatypes with recursive types + * Add `genericCollect` to `Data.Distributive.Generic`, and switch the underlying + machinery in that module to work on a `collect`-like method instead of a + `distribute`-like one + * Add a test suite for regression-testing `Data.Distributive.Generic` + +------------------------------------------------------------------- +Sun Feb 5 19:32:22 UTC 2017 - psimons@suse.com + +- Update to version 0.5.2 revision 2 with cabal2obs. + +------------------------------------------------------------------- +Mon Jan 9 06:33:58 UTC 2017 - psimons@suse.com + +- Update to version 0.5.1 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:34:08 UTC 2016 - psimons@suse.com + +- Update to version 0.5.0.2 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Tue Jan 26 08:40:30 UTC 2016 - mimi.vx@gmail.com + +- update to 0.5.0.2 +* Added flags for removing some dependencies. +* upport doctests when building to non-standard locations (such as when using stack.) +* Support base-orphans + +------------------------------------------------------------------- +Thu May 21 06:41:23 UTC 2015 - mimi.vx@gmail.com + +- correct licence to BSD-2-Clause + +------------------------------------------------------------------- +Sun Apr 26 16:43:29 UTC 2015 - mimi.vx@gmail.com + +- initial commit From d5f72947099db2323eb65bedbb8cdce5e3e452f9bb90466068bcafeb05a8ba81 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2020 13:42:13 +0000 Subject: [PATCH 3/3] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-distributive revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=42 --- distributive-0.6.1.tar.gz | 3 --- distributive-0.6.2.tar.gz | 3 +++ ghc-distributive.changes | 8 ++++++++ ghc-distributive.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 distributive-0.6.1.tar.gz create mode 100644 distributive-0.6.2.tar.gz diff --git a/distributive-0.6.1.tar.gz b/distributive-0.6.1.tar.gz deleted file mode 100644 index f71b082..0000000 --- a/distributive-0.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7749b1d9b815e3ba558d1daebac9346610e352bb0dfe9720cc686eb2fef7caf2 -size 11256 diff --git a/distributive-0.6.2.tar.gz b/distributive-0.6.2.tar.gz new file mode 100644 index 0000000..d2ea241 --- /dev/null +++ b/distributive-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824ee271ded433ce6c61fe890c784642b7e20ffa4082fca609da54e7dcfc23c9 +size 11308 diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 0dd971d..3382a45 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 6 06:54:11 UTC 2020 - psimons@suse.com + +- Update distributive to version 0.6.2. + 0.6.2 [2020.04.10] + ------------------ + * Make the `Distributive` instance for `Tagged` poly-kinded. + ------------------------------------------------------------------- Fri Nov 8 16:13:37 UTC 2019 - Peter Simons diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 7d310d8..ba642f8 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-distributive # -# 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 distributive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.1 +Version: 0.6.2 Release: 0 Summary: Distributive functors -- Dual to Traversable License: BSD-2-Clause