Accepting request 607787 from devel:languages:haskell

Update ghc-doctemplates to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-doctemplates?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:06:59 +00:00 committed by Git OBS Bridge
commit 35ac62800d
4 changed files with 13 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b752f52350daaa9bcf261a1f1af5852f75572093c3d0cdeb4822282fb3a18a6b
size 5924

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b0cfb565fc7fa90d71ac56b83aedecf670678e6f1441278877fbf399e9bccbf
size 6139

View File

@ -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

View File

@ -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