From 6bb7cf98e31f6cef471e0bd299d4a95c482a4a2ea2bbc7ea23bbe1ad9ff72108 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Jan 2018 09:36:09 +0000 Subject: [PATCH 1/8] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-tagged revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=30 --- ghc-tagged.spec | 2 +- tagged.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 9c61b1e..7454a69 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/Haskell URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-rpm-macros diff --git a/tagged.cabal b/tagged.cabal index 103ce43..42891a6 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -1,6 +1,6 @@ name: tagged version: 0.8.5 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Edward A. Kmett @@ -58,7 +58,7 @@ library if impl(ghc>=7.6) exposed-modules: Data.Proxy.TH - build-depends: template-haskell >= 2.8 && < 2.13 + build-depends: template-haskell >= 2.8 && < 2.14 if flag(deepseq) build-depends: deepseq >= 1.1 && < 1.5 From a31d74a80cc96ebbe6f7340b73ef998ece73d45d73bc0d008ad5f47ee369e8a6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:05:32 +0000 Subject: [PATCH 2/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tagged revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=31 --- ghc-tagged.changes | 73 ++-------------------------------------------- ghc-tagged.spec | 2 +- 2 files changed, 4 insertions(+), 71 deletions(-) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index 65923db..d99117b 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,73 +1,6 @@ ------------------------------------------------------------------- -Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com +Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. +- Update tagged to version 0.8.5 revision 2. + A more detailed change log is not available. -------------------------------------------------------------------- -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 diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 7454a69..91b8d3f 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# 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 From e7e2d2971838938d49fdcaa9d2d3b0d1984d526f6ad3a64e59fa016f6d2519a4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 14:05:38 +0000 Subject: [PATCH 3/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tagged revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=32 --- ghc-tagged.changes | 73 ++++++++++++++++++++++++++++++++++++++++++++-- ghc-tagged.spec | 2 +- 2 files changed, 71 insertions(+), 4 deletions(-) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index d99117b..65923db 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,6 +1,73 @@ ------------------------------------------------------------------- -Wed Mar 14 16:55:43 UTC 2018 - psimons@suse.com +Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com -- Update tagged to version 0.8.5 revision 2. - A more detailed change log is not available. +- 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 diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 91b8d3f..7454a69 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 From d0c8c16fb239448760d5a01378ea3b6d66093189b0079bc53c3897d0475bfff9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:49:02 +0000 Subject: [PATCH 4/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-tagged revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=33 --- ghc-tagged.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 7454a69..8c8736d 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -64,7 +64,7 @@ cp -p %{SOURCE1} %{pkg_name}.cabal %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc CHANGELOG.markdown README.markdown From bda4746e601b0e945142598d1b973b4462f6e57b53fc3697d54e9efa1057dfc4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:18:23 +0000 Subject: [PATCH 5/8] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tagged revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=34 --- ghc-tagged.changes | 73 ---------------------------------------------- ghc-tagged.spec | 2 +- 2 files changed, 1 insertion(+), 74 deletions(-) delete mode 100644 ghc-tagged.changes diff --git a/ghc-tagged.changes b/ghc-tagged.changes deleted file mode 100644 index 65923db..0000000 --- a/ghc-tagged.changes +++ /dev/null @@ -1,73 +0,0 @@ -------------------------------------------------------------------- -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 diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 8c8736d..57606b4 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# 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 From ec4a1128ad86c8d59bb7007aa15717634c79fa972b481d7391864ba8e3dbec9e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:21:07 +0000 Subject: [PATCH 6/8] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-tagged revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=35 --- ghc-tagged.changes | 73 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 ghc-tagged.changes diff --git a/ghc-tagged.changes b/ghc-tagged.changes new file mode 100644 index 0000000..65923db --- /dev/null +++ b/ghc-tagged.changes @@ -0,0 +1,73 @@ +------------------------------------------------------------------- +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 17d4a7e0dbc01c805e88c99afbda8d1b2f50a8ccb10ca569325113629420ba10 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:43 +0000 Subject: [PATCH 7/8] osc copypac from project:devel:languages:haskell:ghc-8.4.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=36 --- ghc-tagged.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 57606b4..8c8736d 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-tagged # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 From a219d8da1ca152101e0a05b677fae2d64fd1e63377a5954aaf79a99321029d18 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 May 2018 14:47:40 +0000 Subject: [PATCH 8/8] osc copypac from project:devel:languages:haskell:ghc-8.4.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=37 --- ghc-tagged.changes | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index 65923db..82ca974 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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