From 8c09d16972360d334ce16aabe6baee1199c6d5befe5012f6a9d26139db204a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:42:04 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-tagged revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=54 --- ghc-tagged.changes | 113 +-------------------------------------------- 1 file changed, 2 insertions(+), 111 deletions(-) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index c85cdb2..e02aeb5 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,114 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:14:53 UTC 2019 - Peter Simons +Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add tagged at version 0.8.6. -------------------------------------------------------------------- -Tue Jun 11 14:29:19 UTC 2019 - Peter Simons - -- Update Cabal file for more accurate build dependencies. - -------------------------------------------------------------------- -Sat Oct 20 11:32:04 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:51 UTC 2018 - psimons@suse.com - -- Update tagged to version 0.8.6. - 0.8.6 [2018.07.02] - ------------------ - * Make the `Read(1)` instances for `Proxy` ignore the precedence argument, - mirroring similar changes to `base` - [here](http://git.haskell.org/ghc.git/commitdiff/8fd959998e900dffdb7f752fcd42df7aaedeae6e). - * Fix a bug in the `Floating` instance for `Tagged` in which `logBase` was - defined in terms of `(**)`. - * Avoid incurring some dependencies when using recent GHCs. - -------------------------------------------------------------------- -Wed May 16 14:36:29 UTC 2018 - psimons@suse.com - -- Prefer the new %license attribute over %doc. -- Update Cabal file to revision 2. - * add support for GHC 8.4.x - -------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Thu Dec 8 11:03:19 UTC 2016 - psimons@suse.com - -- Update to version 0.8.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Thu Sep 15 07:10:20 UTC 2016 - psimons@suse.com - -- Update to version 0.8.5 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:17:11 UTC 2016 - psimons@suse.com - -- Update to version 0.8.4 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Tue Apr 26 08:55:10 UTC 2016 - mimi.vx@gmail.com - -- update to 0.8.4 -* Backport the Alternative, MonadPlus, and MonadZip instances for Proxy from base-4.9 -* Add Bits, FiniteBits, IsString, and Storable instances for Tagged - -------------------------------------------------------------------- -Fri Jan 29 13:14:41 UTC 2016 - mimi.vx@gmail.com - -- update to 0.8.3 -* Manual Generic1 support to work around a bug in GHC 7.6 -* Invert the dependency to supply the Semigroup instance ourselves - when building on GHC 8 - -------------------------------------------------------------------- -Sun Nov 8 20:50:03 UTC 2015 - mimi.vx@gmail.com - -- update to 0.8.2 -* deepseq support - -------------------------------------------------------------------- -Fri Aug 7 08:29:50 UTC 2015 - mimi.vx@gmail.com - -- update to 0.8.1 -* Add KProxy to the backwards compatibility Data.Proxy module. -* Add a Generic instance to Proxy. -* Added Data.Proxy.TH, based on the code from Frames by Anthony Cowley. -* Removed reproxy from Data.Proxy. This is a bad API decision, but it isn't present - in GHC's Data.Proxy, and this makes the API more stable. - -------------------------------------------------------------------- -Sat Apr 25 17:34:25 UTC 2015 - mimi.vx@gmail.com - -- update to 0.7.3 -* Support `Data.Bifunctor` in `base` for GHC 7.9+. -* Fixed warning on GHC 7.8 -* Added `tagWith`. - -------------------------------------------------------------------- -Wed Oct 9 06:45:39 UTC 2013 - sbahling@suse.com - -- Update to 0.7 using cabal-rpm template - -------------------------------------------------------------------- -Fri Jun 8 17:05:42 UTC 2012 - peter.trommler@ohm-hochschule.de - -- use cabal2spec 0.25.5 spec file template - -------------------------------------------------------------------- -Sat Jan 21 11:20:55 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 858165cae59cb4b3cd28c1fa1e38571243fb55c81ffcb93d536300ff89b63c66 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:03:44 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tagged revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=55 --- ghc-tagged.changes | 113 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 111 insertions(+), 2 deletions(-) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index e02aeb5..c85cdb2 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,5 +1,114 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:04 UTC 2019 - psimons@suse.com +Fri Nov 8 16:14:53 UTC 2019 - Peter Simons -- Add tagged at version 0.8.6. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Tue Jun 11 14:29:19 UTC 2019 - Peter Simons + +- Update Cabal file for more accurate build dependencies. + +------------------------------------------------------------------- +Sat Oct 20 11:32:04 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:51 UTC 2018 - psimons@suse.com + +- Update tagged to version 0.8.6. + 0.8.6 [2018.07.02] + ------------------ + * Make the `Read(1)` instances for `Proxy` ignore the precedence argument, + mirroring similar changes to `base` + [here](http://git.haskell.org/ghc.git/commitdiff/8fd959998e900dffdb7f752fcd42df7aaedeae6e). + * Fix a bug in the `Floating` instance for `Tagged` in which `logBase` was + defined in terms of `(**)`. + * Avoid incurring some dependencies when using recent GHCs. + +------------------------------------------------------------------- +Wed May 16 14:36:29 UTC 2018 - psimons@suse.com + +- Prefer the new %license attribute over %doc. +- Update Cabal file to revision 2. + * add support for GHC 8.4.x + +------------------------------------------------------------------- +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Thu Dec 8 11:03:19 UTC 2016 - psimons@suse.com + +- Update to version 0.8.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Thu Sep 15 07:10:20 UTC 2016 - psimons@suse.com + +- Update to version 0.8.5 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:17:11 UTC 2016 - psimons@suse.com + +- Update to version 0.8.4 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Tue Apr 26 08:55:10 UTC 2016 - mimi.vx@gmail.com + +- update to 0.8.4 +* Backport the Alternative, MonadPlus, and MonadZip instances for Proxy from base-4.9 +* Add Bits, FiniteBits, IsString, and Storable instances for Tagged + +------------------------------------------------------------------- +Fri Jan 29 13:14:41 UTC 2016 - mimi.vx@gmail.com + +- update to 0.8.3 +* Manual Generic1 support to work around a bug in GHC 7.6 +* Invert the dependency to supply the Semigroup instance ourselves + when building on GHC 8 + +------------------------------------------------------------------- +Sun Nov 8 20:50:03 UTC 2015 - mimi.vx@gmail.com + +- update to 0.8.2 +* deepseq support + +------------------------------------------------------------------- +Fri Aug 7 08:29:50 UTC 2015 - mimi.vx@gmail.com + +- update to 0.8.1 +* Add KProxy to the backwards compatibility Data.Proxy module. +* Add a Generic instance to Proxy. +* Added Data.Proxy.TH, based on the code from Frames by Anthony Cowley. +* Removed reproxy from Data.Proxy. This is a bad API decision, but it isn't present + in GHC's Data.Proxy, and this makes the API more stable. + +------------------------------------------------------------------- +Sat Apr 25 17:34:25 UTC 2015 - mimi.vx@gmail.com + +- update to 0.7.3 +* Support `Data.Bifunctor` in `base` for GHC 7.9+. +* Fixed warning on GHC 7.8 +* Added `tagWith`. + +------------------------------------------------------------------- +Wed Oct 9 06:45:39 UTC 2013 - sbahling@suse.com + +- Update to 0.7 using cabal-rpm template + +------------------------------------------------------------------- +Fri Jun 8 17:05:42 UTC 2012 - peter.trommler@ohm-hochschule.de + +- use cabal2spec 0.25.5 spec file template + +------------------------------------------------------------------- +Sat Jan 21 11:20:55 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From a56cd1153b0a533b3c1408ef543c509b85ab4aa981965f13c0fbf8fc7dd879a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 10:57:29 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tagged revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=56 --- ghc-tagged.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 4e95bc3..f6d6a12 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# 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 c6617be05cc1a3604e6b4da9ed442f1772f90c411a86a4e4e6ee3086a8db29b6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 16 Jun 2020 11:29:00 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tagged revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=57 --- ghc-tagged.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index c85cdb2..8c608fa 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 16 11:14:39 UTC 2020 - Peter Simons + +- Re-generate file with latest version of spec-cleaner. + ------------------------------------------------------------------- Fri Nov 8 16:14:53 UTC 2019 - Peter Simons