update to 1.16.1

This commit is contained in:
Jens Petersen 2016-03-06 00:21:56 +09:00
parent b6de8c9aeb
commit 941008dc52
3 changed files with 10 additions and 4 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/pandoc-types-1.12.3.1.tar.gz
/pandoc-types-1.12.3.3.tar.gz
/pandoc-types-1.12.4.1.tar.gz
/pandoc-types-1.16.1.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name pandoc-types
Name: ghc-%{pkg_name}
Version: 1.12.4.1
Release: 4%{?dist}
Version: 1.16.1
Release: 1%{?dist}
Summary: Types for representing a structured document
License: GPLv2+
@ -53,6 +53,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel
%ghc_pkg_recache
@ -63,13 +65,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc COPYING
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Sat Mar 05 2016 Jens Petersen <petersen@redhat.com> - 1.16.1-1
- update to 1.16.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
62cea7ac92a53a4023b9e849cf99792b pandoc-types-1.12.4.1.tar.gz
9fed45bfc114c9530a16697945c20659 pandoc-types-1.16.1.tar.gz