rebase with upstream bugfix release

This commit is contained in:
Michael J Gruber 2016-08-01 13:47:27 +02:00
parent 18e3fde0f8
commit 7fe3a83bd7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: dblatex
Version: 0.3.6
Release: 4%{?dist}
Version: 0.3.7
Release: 1%{?dist}
Summary: DocBook to LaTeX/ConTeXt Publishing
BuildArch: noarch
# Most of package is GPLv2+, except:
@ -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.7-1
- bugfix release
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-4
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
3f05d81902664f501a43ce0643115a90 dblatex-0.3.6.tar.bz2
15ba461151e7cc2d6a89cb6ebcf3650b dblatex-0.3.7.tar.bz2