diff --git a/doctemplates-0.1.0.2.tar.gz b/doctemplates-0.1.0.2.tar.gz deleted file mode 100644 index 41fd3e7..0000000 --- a/doctemplates-0.1.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b -size 5924 diff --git a/doctemplates-0.2.2.1.tar.gz b/doctemplates-0.2.2.1.tar.gz new file mode 100644 index 0000000..6537095 --- /dev/null +++ b/doctemplates-0.2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0cfb565fc7fa90d71ac56b83aedecf670678e6f1441278877fbf399e9bccbf +size 6139 diff --git a/ghc-doctemplates.changes b/ghc-doctemplates.changes index b4213e9..69863a9 100644 --- a/ghc-doctemplates.changes +++ b/ghc-doctemplates.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update doctemplates to version 0.2.2.1. + Upstream does not provide a changelog. + ------------------------------------------------------------------- Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com diff --git a/ghc-doctemplates.spec b/ghc-doctemplates.spec index e040e66..8b42256 100644 --- a/ghc-doctemplates.spec +++ b/ghc-doctemplates.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-doctemplates # -# 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 doctemplates %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.0.2 +Version: 0.2.2.1 Release: 0 Summary: Pandoc-style document templates License: BSD-3-Clause @@ -43,7 +43,7 @@ BuildRequires: ghc-hspec-devel %endif %description -A simple text templating system predominently used by Pandoc. +A simple text templating system used by pandoc. %package devel Summary: Haskell %{pkg_name} library development files @@ -75,11 +75,10 @@ This package provides the Haskell %{pkg_name} library development files. %ghc_pkg_recache %files -f %{name}.files -%doc LICENSE +%license LICENSE %dir %{_datadir}/%{pkg_name}-%{version} %{_datadir}/%{pkg_name}-%{version}/README.md %files devel -f %{name}-devel.files -%doc doctemplates.cabal %changelog