Blame SPECS/pandoc.spec

2649b2
# generated by cabal-rpm-0.12.1
2649b2
# https://fedoraproject.org/wiki/Packaging:Haskell
2649b2
2649b2
%global pkg_name pandoc
2649b2
%global pkgver %{pkg_name}-%{version}
2649b2
2649b2
# link statically to Haskell libs for module portability
2649b2
%global ghc_without_dynamic 1
2649b2
2649b2
%bcond_with tests
2649b2
2649b2
Name:           %{pkg_name}
2649b2
Version:        2.0.6
6a2485
Release:        6%{?dist}
2649b2
Summary:        Conversion between markup formats
2649b2
2649b2
License:        GPLv2+
2649b2
Url:            https://hackage.haskell.org/package/%{name}
2649b2
Source0:        https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
2649b2
2649b2
BuildRequires:  ghc-Cabal-devel
2649b2
BuildRequires:  ghc-rpm-macros
2649b2
# Begin cabal-rpm deps:
2649b2
BuildRequires:  chrpath
2649b2
BuildRequires:  ghc-Glob-devel
2649b2
BuildRequires:  ghc-HTTP-devel
2649b2
BuildRequires:  ghc-JuicyPixels-devel
2649b2
BuildRequires:  ghc-SHA-devel
2649b2
BuildRequires:  ghc-aeson-devel
2649b2
BuildRequires:  ghc-aeson-pretty-devel
2649b2
BuildRequires:  ghc-base64-bytestring-devel
2649b2
BuildRequires:  ghc-binary-devel
2649b2
BuildRequires:  ghc-blaze-html-devel
2649b2
BuildRequires:  ghc-blaze-markup-devel
2649b2
BuildRequires:  ghc-bytestring-devel
2649b2
BuildRequires:  ghc-case-insensitive-devel
6a2485
BuildRequires:  ghc-cmark-gfm-devel >= 0.2.3
2649b2
BuildRequires:  ghc-containers-devel
2649b2
BuildRequires:  ghc-data-default-devel
2649b2
BuildRequires:  ghc-deepseq-devel
2649b2
BuildRequires:  ghc-directory-devel
2649b2
BuildRequires:  ghc-doctemplates-devel
2649b2
BuildRequires:  ghc-filepath-devel
2649b2
BuildRequires:  ghc-haddock-library-devel
2649b2
BuildRequires:  ghc-hslua-devel
2649b2
BuildRequires:  ghc-hslua-module-text-devel
2649b2
BuildRequires:  ghc-http-client-devel
2649b2
BuildRequires:  ghc-http-client-tls-devel
2649b2
BuildRequires:  ghc-http-types-devel
2649b2
BuildRequires:  ghc-mtl-devel
2649b2
BuildRequires:  ghc-network-devel
2649b2
BuildRequires:  ghc-network-uri-devel
2649b2
BuildRequires:  ghc-pandoc-types-devel
2649b2
BuildRequires:  ghc-parsec-devel
2649b2
BuildRequires:  ghc-process-devel
2649b2
BuildRequires:  ghc-random-devel
2649b2
BuildRequires:  ghc-safe-devel
2649b2
BuildRequires:  ghc-scientific-devel
2649b2
BuildRequires:  ghc-skylighting-devel
2649b2
BuildRequires:  ghc-split-devel
2649b2
BuildRequires:  ghc-syb-devel
2649b2
BuildRequires:  ghc-tagsoup-devel
2649b2
BuildRequires:  ghc-temporary-devel
2649b2
BuildRequires:  ghc-texmath-devel
2649b2
BuildRequires:  ghc-text-devel
2649b2
BuildRequires:  ghc-time-devel
2649b2
BuildRequires:  ghc-unix-devel
2649b2
BuildRequires:  ghc-unordered-containers-devel
2649b2
BuildRequires:  ghc-vector-devel
2649b2
BuildRequires:  ghc-xml-devel
2649b2
BuildRequires:  ghc-yaml-devel
2649b2
BuildRequires:  ghc-zip-archive-devel
2649b2
BuildRequires:  ghc-zlib-devel
2649b2
%if %{with tests}
2649b2
BuildRequires:  ghc-Diff-devel
2649b2
BuildRequires:  ghc-QuickCheck-devel
2649b2
BuildRequires:  ghc-executable-path-devel
2649b2
BuildRequires:  ghc-tasty-devel
2649b2
BuildRequires:  ghc-tasty-golden-devel
2649b2
BuildRequires:  ghc-tasty-hunit-devel
2649b2
BuildRequires:  ghc-tasty-quickcheck-devel
2649b2
%endif
2649b2
# End cabal-rpm deps
2649b2
# added for F26
2649b2
Obsoletes:      pandoc-static < %{version}-%{release}
2649b2
Requires:       %{name}-common = %{version}-%{release}
2649b2
2649b2
%description
2649b2
Pandoc is a Haskell library for converting from one markup format to another,
2649b2
and a command-line tool that uses this library. It can read several dialects of
2649b2
Markdown and (subsets of) HTML, reStructuredText, LaTeX, DocBook, JATS,
2649b2
MediaWiki markup, TWiki markup, TikiWiki markup, Creole 1.0, Haddock markup,
2649b2
OPML, Emacs Org-Mode, Emacs Muse, txt2tags, Vimwiki, Word Docx, ODT, and
2649b2
Textile, and it can write Markdown, reStructuredText, XHTML, HTML 5, LaTeX,
2649b2
ConTeXt, DocBook, JATS, OPML, TEI, OpenDocument, ODT, Word docx, RTF,
2649b2
MediaWiki, DokuWiki, ZimWiki, Textile, groff man, groff ms, plain text, Emacs
2649b2
Org-Mode, AsciiDoc, Haddock markup, EPUB (v2 and v3), FictionBook2, InDesign
2649b2
ICML, Muse, LaTeX beamer slides, PowerPoint, and several kinds of
2649b2
HTML/JavaScript slide shows (S5, Slidy, Slideous, DZSlides, reveal.js).
2649b2
2649b2
In contrast to most existing tools for converting Markdown to HTML, pandoc has
2649b2
a modular design: it consists of a set of readers, which parse text in a given
2649b2
format and produce a native representation of the document, and a set of
2649b2
writers, which convert this native representation into a target format.
2649b2
Thus, adding an input or output format requires only adding a reader or writer.
2649b2
2649b2
For pdf output please also install pandoc-pdf.
2649b2
2649b2
2649b2
%package common
2649b2
Summary:        Pandoc data files
2649b2
BuildArch:      noarch
2649b2
2649b2
%description common
2649b2
This package contains the common data files used by pandoc.
2649b2
2649b2
2649b2
%package -n ghc-%{name}
2649b2
Summary:        Haskell %{name} library
2649b2
Requires:       %{name}-common = %{version}-%{release}
2649b2
2649b2
%description -n ghc-%{name}
2649b2
This package provides the Haskell %{name} shared library.
2649b2
2649b2
2649b2
%package -n ghc-%{name}-devel
2649b2
Summary:        Haskell %{name} library development files
2649b2
Provides:       ghc-%{name}-static = %{version}-%{release}
2649b2
Provides:       ghc-%{name}-doc = %{version}-%{release}
2649b2
%if %{defined ghc_version}
2649b2
Requires:       ghc-compiler = %{ghc_version}
2649b2
Requires(post): ghc-compiler = %{ghc_version}
2649b2
Requires(postun): ghc-compiler = %{ghc_version}
2649b2
%endif
2649b2
Requires:       ghc-%{name}%{?_isa} = %{version}-%{release}
2649b2
2649b2
%description -n ghc-%{name}-devel
2649b2
This package provides the Haskell %{name} library development files.
2649b2
2649b2
2649b2
%package pdf
2649b2
Summary:        Metapackage for pandoc pdf support
2649b2
Requires:       %{name} = %{version}
2649b2
Requires:       texlive-collection-latex
2649b2
Requires:       texlive-ec
2649b2
Obsoletes:      pandoc-markdown2pdf < %{version}-%{release}
2649b2
2649b2
%description pdf
2649b2
This package pulls in the TeXLive latex package collection needed by
2649b2
pandoc to generate pdf output using pdflatex.
2649b2
2649b2
To use --latex-engine=xelatex or lualatex, install texlive-collection-xetex
2649b2
or texlive-collection-luatex respectively.
2649b2
2649b2
2649b2
%prep
2649b2
%setup -q
cdcd55
cabal-tweak-dep-ver cmark-gfm '< 0.2' '< 0.3'
2649b2
2649b2
2649b2
%build
2649b2
%ghc_lib_build
2649b2
2649b2
2649b2
%install
2649b2
%ghc_lib_install
2649b2
%ghc_fix_rpath %{pkgver}
2649b2
mv %{buildroot}%{_ghclicensedir}/{,ghc-}%{name}
2649b2
2649b2
rm %{buildroot}%{_datadir}/%{pkgver}/COPYRIGHT
2649b2
2649b2
ln -s pandoc %{buildroot}%{_bindir}/hsmarkdown
2649b2
2649b2
install -m 0644 -p -D man/pandoc.1 %{buildroot}%{_mandir}/man1/pandoc.1
2649b2
2649b2
2649b2
%check
2649b2
%cabal_test
2649b2
2649b2
2649b2
%post -n ghc-%{name}-devel
2649b2
%ghc_pkg_recache
2649b2
2649b2
2649b2
%postun -n ghc-%{name}-devel
2649b2
%ghc_pkg_recache
2649b2
2649b2
2649b2
%files
2649b2
%license COPYING.md COPYRIGHT
2649b2
%doc BUGS README* changelog
2649b2
%attr(755,root,root) %{_bindir}/%{name}
2649b2
%attr(-,root,root) %{_bindir}/hsmarkdown
2649b2
%attr(644,root,root) %{_mandir}/man1/pandoc.1*
2649b2
2649b2
2649b2
%files common
2649b2
%{_datadir}/%{pkgver}
2649b2
2649b2
2649b2
%files pdf
2649b2
2649b2
2649b2
%files -n ghc-%{name} -f ghc-%{name}.files
2649b2
%license COPYING.md COPYRIGHT
2649b2
2649b2
2649b2
%files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
2649b2
2649b2
2649b2
%changelog
6a2485
* Thu Apr 14 2022 Jens Petersen <petersen@redhat.com> - 2.0.6-6
6a2485
- rebuild with ghc-cmark-gfm-0.2.3 for CVE-2022-24724 (#2074997)
6a2485
- https://github.com/github/cmark-gfm/security/advisories/GHSA-mc3g-88wq-6f4x
6a2485
cdcd55
* Mon Dec 14 2020 Jens Petersen <petersen@redhat.com> - 2.0.6-5
cdcd55
- rebuild with ghc-cmark-gfm-0.2.2 (#1865911)
cdcd55
2649b2
* Wed Dec 12 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-4
2649b2
- link executable statically to its Haskell deps for portability (#1657278)
2649b2
- add common subpackage for shared data files
2649b2
2649b2
* Thu May 31 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-3
2649b2
- no longer subpackage cmark-gfm and hslua-module-text
2649b2
2649b2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-2
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2649b2
2649b2
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 2.0.6-1
2649b2
- update to 2.0.6
2649b2
- subpackage 2 new deps
2649b2
2649b2
* Mon Dec 11 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-2
2649b2
- refresh to cabal-rpm-0.12
2649b2
2649b2
* Thu Nov 16 2017 Jens Petersen <petersen@redhat.com> - 1.19.2.4-1
2649b2
- update to 1.19.2.4
2649b2
- uses skylighting instead of highlighting-kate
2649b2
2649b2
* Sun Oct 22 2017 Jens Petersen <petersen@fedoraproject.org> - 1.19.1-5
2649b2
- doc-templates is now packaged in Fedora
2649b2
2649b2
* Tue Oct 10 2017 Jens Petersen <petersen@redhat.com> - 1.19.1-4
2649b2
- enable https (#1497456)
2649b2
2649b2
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-3
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2649b2
2649b2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.19.1-2
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2649b2
2649b2
* Wed Feb 22 2017 Jens Petersen <petersen@redhat.com> - 1.19.1-1
2649b2
- update to 1.19.1
2649b2
2649b2
* Wed Feb 15 2017 Björn Esser <besser82@fedoraproject.org> - 1.17.0.3-5
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2649b2
  to get back in sync with Haskell so-names
2649b2
2649b2
* Wed Feb  8 2017 Jens Petersen <petersen@redhat.com> - 1.17.0.3-4
2649b2
- drop the static and common subpackages
2649b2
2649b2
* Sat Jan 07 2017 Adam Williamson <awilliam@redhat.com> - 1.17.0.3-3
2649b2
- Rebuild for new ghc
2649b2
2649b2
* Thu Sep  8 2016 Jens Petersen <petersen@redhat.com> - 1.17.0.3-2
2649b2
- bump release
2649b2
2649b2
* Mon Jun 27 2016 Jens Petersen <petersen@redhat.com> - 1.17.0.3-1
2649b2
- update to 1.17.0.3
2649b2
2649b2
* Thu Jun 16 2016 Jens Petersen <petersen@redhat.com> - 1.16.0.2-4
2649b2
- build with network-uri
2649b2
2649b2
* Mon May 02 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.16.0.2-3
2649b2
- Rebuild for cmark 0.25
2649b2
2649b2
* Tue Apr 26 2016 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.16.0.2-2
2649b2
- Rebuild for ghc(tagsoup)
2649b2
2649b2
* Sat Mar 05 2016 Jens Petersen <petersen@redhat.com> - 1.16.0.2-1
2649b2
- update to 1.16.0.2
2649b2
- patches no longer needed
2649b2
- move hsmarkdown and pandoc.1 to base package
2649b2
2649b2
* Thu Mar 03 2016 Adam Williamson <awilliam@redhat.com> - 1.13.2-6
2649b2
- backport patches to allow build with newer haddock
2649b2
- rebuild for new ghc-haddock
2649b2
2649b2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.2-5
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2649b2
2649b2
* Mon Aug 31 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.13.2-4
2649b2
- Rebuild (aarch64 vector hashes)
2649b2
2649b2
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.2-3
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2649b2
2649b2
* Wed Mar  4 2015 Jens Petersen <petersen@fedoraproject.org> - 1.13.2-2
2649b2
- rebuild
2649b2
2649b2
* Mon Jan 26 2015 Jens Petersen <petersen@redhat.com> - 1.13.2-1
2649b2
- update to 1.13.2
2649b2
2649b2
* Thu Dec 11 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-6
2649b2
- add a static alternative subpackage and a common subpackage
2649b2
2649b2
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-5
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2649b2
2649b2
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12.3.3-4
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2649b2
2649b2
* Mon May 26 2014 Adam Williamson <awilliam@redhat.com> - 1.12.3.3-3
2649b2
- rebuild for new ghc-scientific
2649b2
2649b2
* Tue May 13 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-2
2649b2
- fix building on ARM (llvm) by using -O1 (#992430)
2649b2
2649b2
* Thu May 08 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.3-1
2649b2
- update to 1.12.3.3
2649b2
2649b2
* Wed Jan 22 2014 Jens Petersen <petersen@redhat.com> - 1.12.3.1-1
2649b2
- update to 1.12.3.1
2649b2
- disable http-conduit
2649b2
2649b2
* Wed Aug 28 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-6
2649b2
- temporarily exclude armv7hl since build with ghc-7.6.3 and llvm-3.3 hanging
2649b2
  mysteriously (#992430)
2649b2
2649b2
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 1.11.1-5
2649b2
- rebuild for new libbibutils
2649b2
2649b2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.11.1-4
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2649b2
2649b2
* Mon Jun 10 2013 Jens Petersen <petersen@redhat.com>
2649b2
- update to new simplified Haskell Packaging Guidelines
2649b2
2649b2
* Wed May  1 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-2
2649b2
- pandoc-pdf now requires texlive-collection-latex and texlive-ec (#957876)
2649b2
2649b2
* Fri Mar 22 2013 Jens Petersen <petersen@redhat.com> - 1.11.1-1
2649b2
- update to 1.11.1
2649b2
2649b2
* Sun Mar 10 2013 Jens Petersen <petersen@redhat.com> - 1.10.1-1
2649b2
- update to 1.10.1
2649b2
- allow blaze-html-0.6
2649b2
2649b2
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4.5-5
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2649b2
2649b2
* Wed Nov 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-4
2649b2
- rebuild
2649b2
2649b2
* Mon Nov 19 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-3
2649b2
- rebuild
2649b2
2649b2
* Wed Oct 31 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-2
2649b2
- drop the latex template patch for old TeXLive
2649b2
2649b2
* Fri Oct 26 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.5-1
2649b2
- update to 1.9.4.5
2649b2
- refresh with cabal-rpm
2649b2
2649b2
* Fri Oct 26 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-6
2649b2
- disable threaded rts with upstream patch copied from Debian (#862543)
2649b2
2649b2
* Tue Oct  2 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-5
2649b2
- add a files section for the pdf subpackage so it is actually created
2649b2
2649b2
* Tue Oct  2 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-4
2649b2
- add a pdf meta-subpackage for the texlive packages needed for pdf output
2649b2
2649b2
* Fri Sep 28 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-3
2649b2
- also disable luatex in the default.beamer template (#861300)
2649b2
2649b2
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4.2-2
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2649b2
2649b2
* Sun Jul 15 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.2-1
2649b2
- update to 1.9.4.2
2649b2
- add hsmarkdown symlink
2649b2
- change prof BRs to devel
2649b2
2649b2
* Thu Jun 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.1-2
2649b2
- rebuild
2649b2
2649b2
* Sun Jun 10 2012 Jens Petersen <petersen@redhat.com> - 1.9.4.1-1
2649b2
- update to 1.9.4.1
2649b2
2649b2
* Wed Apr 25 2012 Jens Petersen <petersen@redhat.com> - 1.9.2-1
2649b2
- update to 1.9.2
2649b2
2649b2
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.2-1
2649b2
- update to 1.9.1.2
2649b2
2649b2
* Wed Mar  7 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.1-2
2649b2
- rebuild
2649b2
2649b2
* Mon Feb 13 2012 Jens Petersen <petersen@redhat.com> - 1.9.1.1-1
2649b2
- update to 1.9.1.1
2649b2
  http://johnmacfarlane.net/pandoc/releases.html#pandoc-1.9-2012-02-05
2649b2
- new depends on blaze-html, temporary, zlib
2649b2
- markdown2pdf is now handled by pandoc itself:
2649b2
  add README.fedora file documenting required texlive packages
2649b2
- add changelog file
2649b2
2649b2
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 1.8.2.1-9
2649b2
- Rebuild against PCRE 8.30
2649b2
2649b2
* Tue Feb  7 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-8
2649b2
- rebuild
2649b2
2649b2
* Thu Jan 26 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-7
2649b2
- set highlighting build flag by patching instead to help dependency tracking
2649b2
2649b2
* Fri Jan  6 2012 Jens Petersen <petersen@redhat.com> - 1.8.2.1-6
2649b2
- update to cabal2spec-0.25.2
2649b2
2649b2
* Thu Dec 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-5
2649b2
- workaround texlive-2007 xelatex outputting to current dir
2649b2
2649b2
* Wed Nov 30 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-4
2649b2
- add missing requires for pdflatex
2649b2
2649b2
* Thu Nov 17 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-3
2649b2
- disable ifluatex in default.latex for texlive-2007 (Luis Villa, #752621)
2649b2
- subpackage markdown2pdf and make it require texlive-xetex
2649b2
2649b2
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.8.2.1-2.2
2649b2
- rebuild with new gmp without compat lib
2649b2
2649b2
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 1.8.2.1-2.1
2649b2
- rebuild with new gmp
2649b2
2649b2
* Mon Oct  3 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-2
2649b2
- rebuild against newer dependencies
2649b2
2649b2
* Thu Aug  4 2011 Jens Petersen <petersen@redhat.com> - 1.8.2.1-1
2649b2
- update to 1.8.2.1
2649b2
- depends on base64-bytestring
2649b2
2649b2
* Wed Jul 27 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-3
2649b2
- rebuild for xml-1.3.9
2649b2
2649b2
* Fri Jul 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-2
2649b2
- rebuild for highlighting-kate-0.2.10
2649b2
2649b2
* Thu Jul 21 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.2-1
2649b2
- update to 1.8.1.2
2649b2
2649b2
* Wed Jul 13 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-3
2649b2
- build with code highlighting support using highlighting-kate
2649b2
2649b2
* Wed Jun 22 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-2
2649b2
- BR ghc-Cabal-devel instead of ghc-prof and use ghc_arches (cabal2spec-0.23.2)
2649b2
2649b2
* Sat May 28 2011 Jens Petersen <petersen@redhat.com> - 1.8.1.1-1
2649b2
- update to 1.8.1.1
2649b2
- update to cabal2spec-0.23: add ppc64
2649b2
- new depends on citeproc-hs, dlist, json, pandoc-types, tagsoup
2649b2
- new pandoc_markdown.5 manpage
2649b2
2649b2
* Thu Mar 10 2011 Fabio M. Di Nitto <fdinitto@redhat.com> - 1.6.0.1-5
2649b2
- Enable build on sparcv9
2649b2
2649b2
* Tue Feb 15 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-4
2649b2
- rebuild for latest zip-archive and haskell-platform-2011.1 updates
2649b2
2649b2
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0.1-3
2649b2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2649b2
2649b2
* Mon Jan 31 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-2
2649b2
- fix manpage perms (narasim)
2649b2
- improve the summary (#652582)
2649b2
2649b2
* Fri Jan 14 2011 Jens Petersen <petersen@redhat.com> - 1.6.0.1-1
2649b2
- 1.6.0.1
2649b2
- add description
2649b2
- update to cabal2spec-0.22.4
2649b2
2649b2
* Fri Nov 12 2010 Jens Petersen <petersen@redhat.com> - 1.6-1
2649b2
- GPLv2+
2649b2
- take care of docdir files
2649b2
- add dependencies
2649b2
2649b2
* Thu Nov 11 2010 Fedora Haskell SIG <haskell-devel@lists.fedoraproject.org> - 1.6-0
2649b2
- initial packaging for Fedora automatically generated by cabal2spec-0.22.2