From 4292cf61df1fdcf9af845a41c7e8398ede741cd2c7bc5a1aade05d03e34980cd Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Fri, 1 Nov 2013 17:56:29 +0000 Subject: [PATCH] - update to 1.12.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=7 --- ghc-pandoc-types.changes | 4 ++-- ghc-pandoc-types.spec | 46 +++++++++++++++++++++----------------- pandoc-types-1.10.tar.gz | 3 --- pandoc-types-1.12.1.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 26 deletions(-) delete mode 100644 pandoc-types-1.10.tar.gz create mode 100644 pandoc-types-1.12.1.tar.gz diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 8fa4b5a..2853f0a 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Mon Oct 21 14:48:19 UTC 2013 - sbahling@suse.com +Sun Sep 29 19:48:14 UTC 2013 - sbahling@suse.com -- spec file: Add %defattr(-,root,root,-) to %files devel section +- update to 1.12.1 ------------------------------------------------------------------- Tue May 14 13:22:09 UTC 2013 - peter.trommler@ohm-hochschule.de diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index b4e474c..724432f 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -19,10 +19,10 @@ %global pkg_name pandoc-types Name: ghc-pandoc-types -Version: 1.10 +Version: 1.12.1 Release: 0 Summary: Types for representing a structured document -License: GPL-2.0 +License: GPL-1.0+ Group: System/Libraries Url: http://hackage.haskell.org/package/%{pkg_name} @@ -32,38 +32,42 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: +BuildRequires: ghc-aeson-devel +BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-syb-devel # End cabal-rpm deps %description -This package contains definitions for the 'Pandoc' data -structure, which is used by pandoc to represent -structured documents. These definitions used to live -in the pandoc package, but starting with pandoc 1.7, they -have been split off, so that other packages can use them -without drawing in all of pandoc's dependencies, and -pandoc itself can depend on packages (like citeproc-hs) -that use them. +'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. -#' Help EMACS syntax highlighting %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other -%{?ghc_devel_requires} +Provides: %{name}-static = %{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: ghc-compiler = %{ghc_version} %description devel -This package contains definitions for the 'Pandoc' data -structure, which is used by pandoc to represent -structured documents. These definitions used to live -in the pandoc package, but starting with pandoc 1.7, they -have been split off, so that other packages can use them -without drawing in all of pandoc's dependencies, and -pandoc itself can depend on packages (like citeproc-hs) -that use them. +This package provides the Haskell %{pkg_name} library development files. -#' Help EMACS syntax highlighting %prep %setup -q -n %{pkg_name}-%{version} diff --git a/pandoc-types-1.10.tar.gz b/pandoc-types-1.10.tar.gz deleted file mode 100644 index 00fc531..0000000 --- a/pandoc-types-1.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5 -size 13830 diff --git a/pandoc-types-1.12.1.tar.gz b/pandoc-types-1.12.1.tar.gz new file mode 100644 index 0000000..65569d4 --- /dev/null +++ b/pandoc-types-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f +size 18304