sync with upstream

This commit is contained in:
Michael J Gruber 2016-08-01 16:05:37 +02:00
parent 7fe3a83bd7
commit aa970d8916
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/dblatex-0.3.6.tar.bz2
/dblatex-0.3.7.tar.bz2
/dblatex-0.3.8.tar.bz2

View File

@ -1,7 +1,7 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: dblatex
Version: 0.3.7
Version: 0.3.8
Release: 1%{?dist}
Summary: DocBook to LaTeX/ConTeXt Publishing
BuildArch: noarch
@ -130,6 +130,9 @@ cp -p %{SOURCE1} COPYING-docbook-xsl
%postun -p /usr/bin/texhash
%changelog
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.8-1
- bugfix and feature release
* Mon Aug 01 2016 Michael J Gruber <mjg@fedoraproject.org> - 0.3.7-1
- bugfix release

View File

@ -1 +1 @@
15ba461151e7cc2d6a89cb6ebcf3650b dblatex-0.3.7.tar.bz2
7bd20e712f697e3626d2760fb36451ba dblatex-0.3.8.tar.bz2