From 29a89e8b56b32f1a73bea2a8bc89b363f6427308 Mon Sep 17 00:00:00 2001 From: Eric Smith Date: Aug 28 2014 22:50:39 +0000 Subject: Update to latest upstream. --- diff --git a/.gitignore b/.gitignore index 6264f2f..7cfca54 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v0.19.2.tar.gz /v0.21.tar.gz +/v0.22.tar.gz diff --git a/sources b/sources index dee808a..3aaa0f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e48f49d93a5675bd94ecd24ad2fb427b v0.21.tar.gz +99d7fb057a78e531a3a08fc730b6a820 v0.22.tar.gz diff --git a/weasyprint.spec b/weasyprint.spec index 0b5292c..58745ff 100644 --- a/weasyprint.spec +++ b/weasyprint.spec @@ -1,12 +1,12 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} > 12 %global with_python3 1 %else %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif Name: weasyprint -Version: 0.21 -Release: 5%{?dist} +Version: 0.22 +Release: 1%{?dist} Group: Applications/File Summary: Utility to render HTML and CSS to PDF License: BSD @@ -119,28 +119,32 @@ popd %endif # with_python3 %changelog +* Thu Aug 28 2014 Eric Smith 0.22-1 +- Update to lastest upstream. +- No Python 3 in EL7. + * Sun Jun 08 2014 Fedora Release Engineering - 0.21-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Wed May 28 2014 Kalev Lember - 0.21-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 -* Thu Mar 20 2014 Eric Smith 0.21-3 +* Thu Mar 20 2014 Eric Smith 0.21-3 - Add Python 3 support. - Require python-html5lib 0.999, which has epoch 1 because that is newer than upstream 1.0b2. -* Fri Mar 14 2014 Eric Smith 0.21-2 +* Fri Mar 14 2014 Eric Smith 0.21-2 - Add some missing Requires (#1076734). -* Mon Mar 10 2014 Eric Smith 0.21-1 +* Mon Mar 10 2014 Eric Smith 0.21-1 - Update to lastest upstream. -* Sun Jul 28 2013 Eric Smith 0.19.2-3 +* Sun Jul 28 2013 Eric Smith 0.19.2-3 - Remove /usr/bin/env from Python script shebang lines. -* Sun Jul 21 2013 Eric Smith 0.19.2-2 +* Sun Jul 21 2013 Eric Smith 0.19.2-2 - Fixed dependencies. -* Sat Jul 20 2013 Eric Smith 0.19.2-1 +* Sat Jul 20 2013 Eric Smith 0.19.2-1 - initial version