From 7d765c0ec389e80bc27991b313d0378d2b78551fd8729e4429941e412a43e739 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 21 Dec 2017 19:59:01 +0000 Subject: [PATCH 1/8] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-pandoc-types revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=46 --- ghc-pandoc-types.changes | 6 +++ ghc-pandoc-types.spec | 5 +-- pandoc-types-1.17.0.5.tar.gz | 3 -- pandoc-types-1.17.3.tar.gz | 3 ++ pandoc-types.cabal | 78 ------------------------------------ 5 files changed, 11 insertions(+), 84 deletions(-) delete mode 100644 pandoc-types-1.17.0.5.tar.gz create mode 100644 pandoc-types-1.17.3.tar.gz delete mode 100644 pandoc-types.cabal diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index f03a9ff..8f9270b 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 21 19:16:27 UTC 2017 - psimons@suse.com + +- Update to version 1.17.3. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index 1d1b2cf..06e05e7 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -19,14 +19,13 @@ %global pkg_name pandoc-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.17.0.5 +Version: 1.17.3 Release: 0 Summary: Types for representing a structured document License: GPL-2.0 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/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-devel @@ -35,6 +34,7 @@ BuildRequires: ghc-containers-devel BuildRequires: ghc-deepseq-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-syb-devel +BuildRequires: ghc-transformers-devel %if %{with tests} BuildRequires: ghc-HUnit-devel BuildRequires: ghc-string-qq-devel @@ -75,7 +75,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/pandoc-types-1.17.0.5.tar.gz b/pandoc-types-1.17.0.5.tar.gz deleted file mode 100644 index 0898a47..0000000 --- a/pandoc-types-1.17.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8825588b587ff5ed0c105156a11a43f3b752279997231cfc13102809bbc51b3 -size 21898 diff --git a/pandoc-types-1.17.3.tar.gz b/pandoc-types-1.17.3.tar.gz new file mode 100644 index 0000000..cceccb3 --- /dev/null +++ b/pandoc-types-1.17.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163045ec6dc02c075c960aba3315d61d99fdff91c2ef4b39a9efc4fb7a2cdf4c +size 23846 diff --git a/pandoc-types.cabal b/pandoc-types.cabal deleted file mode 100644 index a9aa74b..0000000 --- a/pandoc-types.cabal +++ /dev/null @@ -1,78 +0,0 @@ -Name: pandoc-types -Version: 1.17.0.5 -x-revision: 4 -Synopsis: Types for representing a structured document -Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data - structure, which is used by pandoc to represent - structured documents. This module used to live - in the pandoc package, but starting with pandoc 1.7, it - has been split off, so that other packages can use it - without drawing in all of pandoc's dependencies, and - pandoc itself can depend on packages (like citeproc-hs) - that use them. - . - @Text.Pandoc.Builder@ provides functions for building - up @Pandoc@ structures programmatically. - . - @Text.Pandoc.Generic@ provides generic functions for - manipulating Pandoc documents. - . - @Text.Pandoc.Walk@ provides faster, nongeneric functions - for manipulating Pandoc documents. - . - @Text.Pandoc.JSON@ provides functions for serializing - and deserializing a @Pandoc@ structure to and from JSON. - -Homepage: http://johnmacfarlane.net/pandoc -License: BSD3 -License-file: LICENSE -Author: John MacFarlane -Maintainer: jgm@berkeley.edu -Bug-Reports: https://github.com/jgm/pandoc-types/issues -Copyright: (c) 2006-2015 John MacFarlane -Category: Text -Build-type: Simple -Cabal-version: >=1.8 -Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 -Extra-Source-Files: changelog -Source-repository head - type: git - location: git://github.com/jgm/pandoc-types.git - -Library - Exposed-modules: Text.Pandoc.Definition - Text.Pandoc.Generic - Text.Pandoc.Walk - Text.Pandoc.Builder - Text.Pandoc.JSON - Text.Pandoc.Arbitrary - Other-modules: Paths_pandoc_types - Build-depends: base >= 4 && < 5, - containers >= 0.3, - syb >= 0.1 && < 0.8, - ghc-prim >= 0.2, - bytestring >= 0.9 && < 0.11, - aeson >= 0.6.2 && < 1.3, - QuickCheck >= 2 - if impl(ghc < 7.10) - Build-depends: deepseq-generics >= 0.1 && < 0.2 - else - Build-depends: deepseq >= 1.4.1 && < 1.5 - -test-suite test-pandoc-types - type: exitcode-stdio-1.0 - hs-source-dirs: test - main-is: test-pandoc-types.hs - build-depends: base, - pandoc-types, - syb, - aeson >= 0.6.2 && < 1.3, - containers >= 0.3, - bytestring >= 0.9 && < 0.11, - test-framework >= 0.3 && < 0.9, - test-framework-hunit >= 0.2 && < 0.4, - test-framework-quickcheck2 >= 0.2.9 && < 0.4, - QuickCheck >= 2.4 && < 2.11, - HUnit >= 1.2 && < 1.7, - string-qq == 0.0.2 - ghc-options: -threaded -rtsopts -with-rtsopts=-N From 1df4332421558e15f91224ec3853fa07d285dfd94ca6914c9433e59fb0f331e2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 30 Jan 2018 09:34:50 +0000 Subject: [PATCH 2/8] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-pandoc-types revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=47 --- ghc-pandoc-types.changes | 6 ++++++ ghc-pandoc-types.spec | 4 ++-- pandoc-types-1.17.3.1.tar.gz | 3 +++ pandoc-types-1.17.3.tar.gz | 3 --- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 pandoc-types-1.17.3.1.tar.gz delete mode 100644 pandoc-types-1.17.3.tar.gz diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 8f9270b..0a2c2de 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 29 11:25:55 UTC 2018 - psimons@suse.com + +- Update pandoc-types to version 1.17.3.1. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Dec 21 19:16:27 UTC 2017 - psimons@suse.com diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index 06e05e7..fc53736 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-pandoc-types # -# 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 @@ -19,7 +19,7 @@ %global pkg_name pandoc-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.17.3 +Version: 1.17.3.1 Release: 0 Summary: Types for representing a structured document License: GPL-2.0 diff --git a/pandoc-types-1.17.3.1.tar.gz b/pandoc-types-1.17.3.1.tar.gz new file mode 100644 index 0000000..73e08d7 --- /dev/null +++ b/pandoc-types-1.17.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1674f7d000da4f86e775f6178e1939fe506e2e4b45c8842dc0182ad92a1736 +size 23895 diff --git a/pandoc-types-1.17.3.tar.gz b/pandoc-types-1.17.3.tar.gz deleted file mode 100644 index cceccb3..0000000 --- a/pandoc-types-1.17.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:163045ec6dc02c075c960aba3315d61d99fdff91c2ef4b39a9efc4fb7a2cdf4c -size 23846 From a8d7d8b7951c3771c25588f31c8564217b1c065a64dad13e883db0789dfa1e1f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Apr 2018 15:01:30 +0000 Subject: [PATCH 3/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-pandoc-types revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=48 --- ghc-pandoc-types.changes | 153 +-------------------------------------- ghc-pandoc-types.spec | 2 +- 2 files changed, 2 insertions(+), 153 deletions(-) diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 0a2c2de..6941a0c 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,157 +1,6 @@ ------------------------------------------------------------------- -Mon Jan 29 11:25:55 UTC 2018 - psimons@suse.com +Wed Mar 14 16:57:00 UTC 2018 - psimons@suse.com - Update pandoc-types to version 1.17.3.1. A more detailed change log is not available. -------------------------------------------------------------------- -Thu Dec 21 19:16:27 UTC 2017 - psimons@suse.com - -- Update to version 1.17.3. - A more detailed change log is not available. - -------------------------------------------------------------------- -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:51:53 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 4. - -------------------------------------------------------------------- -Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 3 with cabal2obs. - -------------------------------------------------------------------- -Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 2 with cabal2obs. - -------------------------------------------------------------------- -Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Feb 12 14:17:22 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 with cabal2obs. - -------------------------------------------------------------------- -Sun Aug 21 17:25:39 UTC 2016 - psimons@suse.com - -- Update to version 1.16.1.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:27:24 UTC 2016 - psimons@suse.com - -- Update to version 1.16.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Thu Feb 11 08:45:43 UTC 2016 - mimi.vx@gmail.com - -- update to 1.16.1 -* Export pandocTypesVersion from Text.Pandoc.Definition. - -------------------------------------------------------------------- -Sat Jan 23 09:29:37 UTC 2016 - mimi.vx@gmail.com - -- update to 1.16.0.1 -* Added Attr field to Image and Link. -* Added SoftBreak constructor to Inline - -------------------------------------------------------------------- -Sun Sep 27 10:11:48 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.7 - -------------------------------------------------------------------- -Sun Jul 19 17:00:25 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.5 - -------------------------------------------------------------------- -Mon Jun 8 06:39:22 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.4 - -------------------------------------------------------------------- -Sun May 31 20:49:16 UTC 2015 - mimi.vx@gmail.com - -- change license file to COPYING - -------------------------------------------------------------------- -Sun May 31 19:58:12 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.3 - -------------------------------------------------------------------- -Thu Apr 23 19:10:59 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.2 - -------------------------------------------------------------------- -Thu Mar 27 13:59:32 UTC 2014 - sbahling@suse.com - -- Correct package license - -------------------------------------------------------------------- -Thu Mar 13 21:51:35 UTC 2014 - sbahling@suse.com - -- update to 1.12.3.2 - -------------------------------------------------------------------- -Tue Dec 31 16:30:30 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 1.12.3 -- needed for pandoc 1.12.2.1 - -------------------------------------------------------------------- -Sun Dec 29 16:37:52 UTC 2013 - peter.trommler@ohm-hochschule.de - -- merged d:l:haskell changes - -------------------------------------------------------------------- -Mon Oct 21 17:14:45 UTC 2013 - peter.trommler@ohm-hochschule.de - -- merged defattr change from d:l:h - -------------------------------------------------------------------- -Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com - -- update to 1.12.1 - -------------------------------------------------------------------- -Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de - -- new cabal-rpm spec file template -* macros not spanning multiple spec file sections - -------------------------------------------------------------------- -Fri Jan 25 13:23:53 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 1.10 from upstream -- part of pandoc 1.10 release - -------------------------------------------------------------------- -Tue Jun 5 16:42:19 UTC 2012 - peter.trommler@ohm-hochschule.de - -- cabal2spec 0.25.5 template for spec file - -------------------------------------------------------------------- -Tue Mar 13 16:20:59 UTC 2012 - peter.trommler@ohm-hochschule.de - -- rpmlint: filter debuginfo warning - -------------------------------------------------------------------- -Mon Mar 12 14:55:45 UTC 2012 - peter.trommler@ohm-hochschule.de - -- upgrade to 1.9.1 from upstream - -------------------------------------------------------------------- -Fri Jan 18 15:35:11 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index fc53736..c1b956d 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -22,7 +22,7 @@ Name: ghc-%{pkg_name} Version: 1.17.3.1 Release: 0 Summary: Types for representing a structured document -License: GPL-2.0 +License: GPL-2.0-only 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 From 1fd1255cc9717c29d130260e9011767cbbfbf75b0bcb9826c05cabda7ed82cb9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 13 Apr 2018 13:53:03 +0000 Subject: [PATCH 4/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-pandoc-types revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=49 --- ghc-pandoc-types.changes | 147 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 146 insertions(+), 1 deletion(-) diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 6941a0c..4618619 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,6 +1,151 @@ ------------------------------------------------------------------- -Wed Mar 14 16:57:00 UTC 2018 - psimons@suse.com +Thu Apr 12 08:32:23 UTC 2018 - psimons@suse.com - Update pandoc-types to version 1.17.3.1. A more detailed change log is not available. +------------------------------------------------------------------- +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:51:53 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 4. + +------------------------------------------------------------------- +Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 3 with cabal2obs. + +------------------------------------------------------------------- +Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 2 with cabal2obs. + +------------------------------------------------------------------- +Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Feb 12 14:17:22 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 with cabal2obs. + +------------------------------------------------------------------- +Sun Aug 21 17:25:39 UTC 2016 - psimons@suse.com + +- Update to version 1.16.1.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:27:24 UTC 2016 - psimons@suse.com + +- Update to version 1.16.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Thu Feb 11 08:45:43 UTC 2016 - mimi.vx@gmail.com + +- update to 1.16.1 +* Export pandocTypesVersion from Text.Pandoc.Definition. + +------------------------------------------------------------------- +Sat Jan 23 09:29:37 UTC 2016 - mimi.vx@gmail.com + +- update to 1.16.0.1 +* Added Attr field to Image and Link. +* Added SoftBreak constructor to Inline + +------------------------------------------------------------------- +Sun Sep 27 10:11:48 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.7 + +------------------------------------------------------------------- +Sun Jul 19 17:00:25 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.5 + +------------------------------------------------------------------- +Mon Jun 8 06:39:22 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.4 + +------------------------------------------------------------------- +Sun May 31 20:49:16 UTC 2015 - mimi.vx@gmail.com + +- change license file to COPYING + +------------------------------------------------------------------- +Sun May 31 19:58:12 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.3 + +------------------------------------------------------------------- +Thu Apr 23 19:10:59 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.2 + +------------------------------------------------------------------- +Thu Mar 27 13:59:32 UTC 2014 - sbahling@suse.com + +- Correct package license + +------------------------------------------------------------------- +Thu Mar 13 21:51:35 UTC 2014 - sbahling@suse.com + +- update to 1.12.3.2 + +------------------------------------------------------------------- +Tue Dec 31 16:30:30 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 1.12.3 +- needed for pandoc 1.12.2.1 + +------------------------------------------------------------------- +Sun Dec 29 16:37:52 UTC 2013 - peter.trommler@ohm-hochschule.de + +- merged d:l:haskell changes + +------------------------------------------------------------------- +Mon Oct 21 17:14:45 UTC 2013 - peter.trommler@ohm-hochschule.de + +- merged defattr change from d:l:h + +------------------------------------------------------------------- +Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com + +- update to 1.12.1 + +------------------------------------------------------------------- +Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de + +- new cabal-rpm spec file template +* macros not spanning multiple spec file sections + +------------------------------------------------------------------- +Fri Jan 25 13:23:53 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 1.10 from upstream +- part of pandoc 1.10 release + +------------------------------------------------------------------- +Tue Jun 5 16:42:19 UTC 2012 - peter.trommler@ohm-hochschule.de + +- cabal2spec 0.25.5 template for spec file + +------------------------------------------------------------------- +Tue Mar 13 16:20:59 UTC 2012 - peter.trommler@ohm-hochschule.de + +- rpmlint: filter debuginfo warning + +------------------------------------------------------------------- +Mon Mar 12 14:55:45 UTC 2012 - peter.trommler@ohm-hochschule.de + +- upgrade to 1.9.1 from upstream + +------------------------------------------------------------------- +Fri Jan 18 15:35:11 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 2bd81ea5ce07b246a4b929596b002834b0ce061ffc7810fa27cb77955ec70f4d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Apr 2018 07:39:02 +0000 Subject: [PATCH 5/8] osc copypac from project:devel:languages:haskell:lts:11 package:ghc-pandoc-types revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=50 --- ghc-pandoc-types.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index c1b956d..042ded4 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -92,7 +92,7 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %files devel -f %{name}-devel.files %doc changelog From fab08f6a76687848accc13a5d9c7f850196312c8178f1c5799eee06fa8551e7b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 13:17:35 +0000 Subject: [PATCH 6/8] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-pandoc-types revision:1, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=51 --- ghc-pandoc-types.changes | 151 ----------------------------------- ghc-pandoc-types.spec | 4 +- pandoc-types-1.17.3.1.tar.gz | 3 - pandoc-types-1.17.4.2.tar.gz | 3 + pandoc-types.cabal | 91 +++++++++++++++++++++ 5 files changed, 97 insertions(+), 155 deletions(-) delete mode 100644 ghc-pandoc-types.changes delete mode 100644 pandoc-types-1.17.3.1.tar.gz create mode 100644 pandoc-types-1.17.4.2.tar.gz create mode 100644 pandoc-types.cabal diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes deleted file mode 100644 index 4618619..0000000 --- a/ghc-pandoc-types.changes +++ /dev/null @@ -1,151 +0,0 @@ -------------------------------------------------------------------- -Thu Apr 12 08:32:23 UTC 2018 - psimons@suse.com - -- Update pandoc-types to version 1.17.3.1. - A more detailed change log is not available. - -------------------------------------------------------------------- -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:51:53 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 4. - -------------------------------------------------------------------- -Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 3 with cabal2obs. - -------------------------------------------------------------------- -Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 2 with cabal2obs. - -------------------------------------------------------------------- -Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 revision 1 with cabal2obs. - -------------------------------------------------------------------- -Sun Feb 12 14:17:22 UTC 2017 - psimons@suse.com - -- Update to version 1.17.0.5 with cabal2obs. - -------------------------------------------------------------------- -Sun Aug 21 17:25:39 UTC 2016 - psimons@suse.com - -- Update to version 1.16.1.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 17:27:24 UTC 2016 - psimons@suse.com - -- Update to version 1.16.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Thu Feb 11 08:45:43 UTC 2016 - mimi.vx@gmail.com - -- update to 1.16.1 -* Export pandocTypesVersion from Text.Pandoc.Definition. - -------------------------------------------------------------------- -Sat Jan 23 09:29:37 UTC 2016 - mimi.vx@gmail.com - -- update to 1.16.0.1 -* Added Attr field to Image and Link. -* Added SoftBreak constructor to Inline - -------------------------------------------------------------------- -Sun Sep 27 10:11:48 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.7 - -------------------------------------------------------------------- -Sun Jul 19 17:00:25 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.5 - -------------------------------------------------------------------- -Mon Jun 8 06:39:22 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.4 - -------------------------------------------------------------------- -Sun May 31 20:49:16 UTC 2015 - mimi.vx@gmail.com - -- change license file to COPYING - -------------------------------------------------------------------- -Sun May 31 19:58:12 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.3 - -------------------------------------------------------------------- -Thu Apr 23 19:10:59 UTC 2015 - mimi.vx@gmail.com - -- update to 1.12.4.2 - -------------------------------------------------------------------- -Thu Mar 27 13:59:32 UTC 2014 - sbahling@suse.com - -- Correct package license - -------------------------------------------------------------------- -Thu Mar 13 21:51:35 UTC 2014 - sbahling@suse.com - -- update to 1.12.3.2 - -------------------------------------------------------------------- -Tue Dec 31 16:30:30 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 1.12.3 -- needed for pandoc 1.12.2.1 - -------------------------------------------------------------------- -Sun Dec 29 16:37:52 UTC 2013 - peter.trommler@ohm-hochschule.de - -- merged d:l:haskell changes - -------------------------------------------------------------------- -Mon Oct 21 17:14:45 UTC 2013 - peter.trommler@ohm-hochschule.de - -- merged defattr change from d:l:h - -------------------------------------------------------------------- -Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com - -- update to 1.12.1 - -------------------------------------------------------------------- -Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de - -- new cabal-rpm spec file template -* macros not spanning multiple spec file sections - -------------------------------------------------------------------- -Fri Jan 25 13:23:53 UTC 2013 - peter.trommler@ohm-hochschule.de - -- update to 1.10 from upstream -- part of pandoc 1.10 release - -------------------------------------------------------------------- -Tue Jun 5 16:42:19 UTC 2012 - peter.trommler@ohm-hochschule.de - -- cabal2spec 0.25.5 template for spec file - -------------------------------------------------------------------- -Tue Mar 13 16:20:59 UTC 2012 - peter.trommler@ohm-hochschule.de - -- rpmlint: filter debuginfo warning - -------------------------------------------------------------------- -Mon Mar 12 14:55:45 UTC 2012 - peter.trommler@ohm-hochschule.de - -- upgrade to 1.9.1 from upstream - -------------------------------------------------------------------- -Fri Jan 18 15:35:11 UTC 2012 - herbert@graeber-clan.de - -- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index 042ded4..2148700 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -19,13 +19,14 @@ %global pkg_name pandoc-types %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.17.3.1 +Version: 1.17.4.2 Release: 0 Summary: Types for representing a structured document License: GPL-2.0-only 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-devel @@ -75,6 +76,7 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/pandoc-types-1.17.3.1.tar.gz b/pandoc-types-1.17.3.1.tar.gz deleted file mode 100644 index 73e08d7..0000000 --- a/pandoc-types-1.17.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b1674f7d000da4f86e775f6178e1939fe506e2e4b45c8842dc0182ad92a1736 -size 23895 diff --git a/pandoc-types-1.17.4.2.tar.gz b/pandoc-types-1.17.4.2.tar.gz new file mode 100644 index 0000000..29be17e --- /dev/null +++ b/pandoc-types-1.17.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e15e0a8c74f1acc96259d24eb77a6febbc182a1fd8092af8c431e7a3263eca +size 24035 diff --git a/pandoc-types.cabal b/pandoc-types.cabal new file mode 100644 index 0000000..29de62b --- /dev/null +++ b/pandoc-types.cabal @@ -0,0 +1,91 @@ +Name: pandoc-types +Version: 1.17.4.2 +x-revision: 1 +Synopsis: Types for representing a structured document +Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data + structure, which is used by pandoc to represent + structured documents. This module used to live + in the pandoc package, but starting with pandoc 1.7, it + has been split off, so that other packages can use it + without drawing in all of pandoc's dependencies, and + pandoc itself can depend on packages (like citeproc-hs) + that use them. + . + @Text.Pandoc.Builder@ provides functions for building + up @Pandoc@ structures programmatically. + . + @Text.Pandoc.Generic@ provides generic functions for + manipulating Pandoc documents. + . + @Text.Pandoc.Walk@ provides faster, nongeneric functions + for manipulating Pandoc documents. + . + @Text.Pandoc.JSON@ provides functions for serializing + and deserializing a @Pandoc@ structure to and from JSON. + +Homepage: http://johnmacfarlane.net/pandoc +License: BSD3 +License-file: LICENSE +Author: John MacFarlane +Maintainer: jgm@berkeley.edu +Bug-Reports: https://github.com/jgm/pandoc-types/issues +Copyright: (c) 2006-2017 John MacFarlane +Category: Text +Build-type: Simple +Cabal-version: >=1.8 +Tested-With: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 +Extra-Source-Files: changelog +Source-repository head + type: git + location: git://github.com/jgm/pandoc-types.git + +Library + Exposed-modules: Text.Pandoc.Definition + Text.Pandoc.Generic + Text.Pandoc.Walk + Text.Pandoc.Builder + Text.Pandoc.JSON + Text.Pandoc.Arbitrary + Other-modules: Paths_pandoc_types + Build-depends: base >= 4.8 && < 5, + containers >= 0.3, + syb >= 0.1 && < 0.8, + ghc-prim >= 0.2, + bytestring >= 0.9 && < 0.11, + aeson >= 0.6.2 && < 1.4, + transformers >= 0.2 && < 0.6, + QuickCheck >= 2 + if !impl(ghc >= 8.0) + Build-depends: semigroups == 0.18.* + if impl(ghc < 7.10) + Build-depends: deepseq-generics >= 0.1 && < 0.2 + else + Build-depends: deepseq >= 1.4.1 && < 1.5 + ghc-options: -Wall + +test-suite test-pandoc-types + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: test-pandoc-types.hs + build-depends: base, + pandoc-types, + syb, + aeson >= 0.6.2 && < 1.4, + containers >= 0.3, + bytestring >= 0.9 && < 0.11, + test-framework >= 0.3 && < 0.9, + test-framework-hunit >= 0.2 && < 0.4, + test-framework-quickcheck2 >= 0.2.9 && < 0.4, + QuickCheck >= 2.4 && < 2.12, + HUnit >= 1.2 && < 1.7, + string-qq == 0.0.2 + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O2 + +benchmark benchmark-pandoc-types + type: exitcode-stdio-1.0 + main-is: bench.hs + hs-source-dirs: benchmark + build-depends: pandoc-types, + base >= 4.2 && < 5, + criterion >= 1.0 && < 1.5 + ghc-options: -rtsopts -Wall -fno-warn-unused-do-bind -O2 From 353f62990c4de76b4fe0437ae60305f63f6e058ed124c8a94a08dbbb4a6f69a6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 14 May 2018 15:20:52 +0000 Subject: [PATCH 7/8] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-pandoc-types revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=52 --- ghc-pandoc-types.changes | 145 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 145 insertions(+) create mode 100644 ghc-pandoc-types.changes diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes new file mode 100644 index 0000000..f03a9ff --- /dev/null +++ b/ghc-pandoc-types.changes @@ -0,0 +1,145 @@ +------------------------------------------------------------------- +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:51:53 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 4. + +------------------------------------------------------------------- +Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 3 with cabal2obs. + +------------------------------------------------------------------- +Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 2 with cabal2obs. + +------------------------------------------------------------------- +Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 1 with cabal2obs. + +------------------------------------------------------------------- +Sun Feb 12 14:17:22 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 with cabal2obs. + +------------------------------------------------------------------- +Sun Aug 21 17:25:39 UTC 2016 - psimons@suse.com + +- Update to version 1.16.1.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:27:24 UTC 2016 - psimons@suse.com + +- Update to version 1.16.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Thu Feb 11 08:45:43 UTC 2016 - mimi.vx@gmail.com + +- update to 1.16.1 +* Export pandocTypesVersion from Text.Pandoc.Definition. + +------------------------------------------------------------------- +Sat Jan 23 09:29:37 UTC 2016 - mimi.vx@gmail.com + +- update to 1.16.0.1 +* Added Attr field to Image and Link. +* Added SoftBreak constructor to Inline + +------------------------------------------------------------------- +Sun Sep 27 10:11:48 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.7 + +------------------------------------------------------------------- +Sun Jul 19 17:00:25 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.5 + +------------------------------------------------------------------- +Mon Jun 8 06:39:22 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.4 + +------------------------------------------------------------------- +Sun May 31 20:49:16 UTC 2015 - mimi.vx@gmail.com + +- change license file to COPYING + +------------------------------------------------------------------- +Sun May 31 19:58:12 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.3 + +------------------------------------------------------------------- +Thu Apr 23 19:10:59 UTC 2015 - mimi.vx@gmail.com + +- update to 1.12.4.2 + +------------------------------------------------------------------- +Thu Mar 27 13:59:32 UTC 2014 - sbahling@suse.com + +- Correct package license + +------------------------------------------------------------------- +Thu Mar 13 21:51:35 UTC 2014 - sbahling@suse.com + +- update to 1.12.3.2 + +------------------------------------------------------------------- +Tue Dec 31 16:30:30 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 1.12.3 +- needed for pandoc 1.12.2.1 + +------------------------------------------------------------------- +Sun Dec 29 16:37:52 UTC 2013 - peter.trommler@ohm-hochschule.de + +- merged d:l:haskell changes + +------------------------------------------------------------------- +Mon Oct 21 17:14:45 UTC 2013 - peter.trommler@ohm-hochschule.de + +- merged defattr change from d:l:h + +------------------------------------------------------------------- +Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com + +- update to 1.12.1 + +------------------------------------------------------------------- +Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de + +- new cabal-rpm spec file template +* macros not spanning multiple spec file sections + +------------------------------------------------------------------- +Fri Jan 25 13:23:53 UTC 2013 - peter.trommler@ohm-hochschule.de + +- update to 1.10 from upstream +- part of pandoc 1.10 release + +------------------------------------------------------------------- +Tue Jun 5 16:42:19 UTC 2012 - peter.trommler@ohm-hochschule.de + +- cabal2spec 0.25.5 template for spec file + +------------------------------------------------------------------- +Tue Mar 13 16:20:59 UTC 2012 - peter.trommler@ohm-hochschule.de + +- rpmlint: filter debuginfo warning + +------------------------------------------------------------------- +Mon Mar 12 14:55:45 UTC 2012 - peter.trommler@ohm-hochschule.de + +- upgrade to 1.9.1 from upstream + +------------------------------------------------------------------- +Fri Jan 18 15:35:11 UTC 2012 - herbert@graeber-clan.de + +- initial packaging for Fedora automatically generated by cabal2spec-0.24.1 From 20928702d14f21de9dc4140384dd4e4b9a9a274adff785250b552e7b20e0be09 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:24:18 +0000 Subject: [PATCH 8/8] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-pandoc-types revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=53 --- ghc-pandoc-types.changes | 41 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index f03a9ff..a91ab56 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,44 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update pandoc-types to version 1.17.4.2 revision 1. + * Import Semigroups when needed rather than using CPP. + * Bump criterion upper bound. + * Add Semigroup instances for Pandoc, Meta, Inlines, Blocks + (if base >= 4.9). This is needed for the library to compile + with ghc 8.4. + * Bumped criterion upper bound. + * Bumped upper bounds for criterion and QuickCheck. + * Added Walkable instances for `[Inline] Inline` and `[Block] Block`. + * Provide default implementation for walk (Albert Krewinkel). + The implementations for `walk` and `walkM` are very similar, so a + default method is provided which implements the former in terms of the + latter. This change should not affect performance, as the `Identity` + functor, which is used in the default definition, is a newtype that + should be eliminated at compile time. (This requires a dependency + on transformers for ghc 7.8.x.) + * Force optimizations when compiling Walk module (Albert Krewinkel). + * Add `Applicative m` to the context of walkM (Albert Krewinkel). + The acceptance of AMP makes this a natural change. + * Add `Walkable [Block]` and `Walkable [Inline]` instances (Albert + Krewinkel). + * Factored out duplicate code in Walk. + * Added benchmark. + * Text.Pandoc.JSON: Use `walk` instead of `bottomUp` in the + `ToJSONFilter` instance for `a -> [a]`. Note that behavior will be + slightly different, since bottomUp's treatment of a function `[a] -> [a]` + is to apply it to each sublist of a list, while walk applies it only to + maximal sublists. Usually the latter behavior is what is wanted, and the + former can be simulated when needed. But there may be existing filters + that need to be rewritten in light of the new behavior. + * Better consistency in simpleTable and table (jgm/pandoc#3648). + If `headers` is empty, we populate it with empty cells, using the rows + to determine number of columns. We also ensure that there are numcols + alignments and column widths. + * Make sure Div and Span occur in Arbitrary instances. + * Bump dependency upper bounds. + * Removed unused mapConst. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com