diff --git a/.gitignore b/.gitignore index 379a648..a384d9c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pdfminer-20140328.tar.gz /pdfminer.six-20151013.zip /pdfminer.six-20160202.zip +/pdfminer.six-20160614.zip diff --git a/python-pdfminer.spec b/python-pdfminer.spec index 8476c00..251a7ae 100644 --- a/python-pdfminer.spec +++ b/python-pdfminer.spec @@ -2,13 +2,18 @@ %global pypi_name pdfminer.six Name: python-pdfminer -Version: 20160202 -Release: 3%{?dist} +Version: 20160614 +Release: 1%{?dist} Summary: PDF parser and analyzer License: MIT URL: http://github.com/goulu/pdfminer -Source0: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.zip + +# The new urls don't seem to work for this one, yet? +Source0: https://pypi.python.org/packages/56/6b/fce5baf6ed0a498266734e26a97980c97597cef069e22ca329277bb8853d/%{pypi_name}-%{version}.zip +#Source0: https://files.pythonhosted.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz + + Patch0: https://tc01.fedorapeople.org/pdfminer/pdfminer-un-chbang-libs.patch BuildArch: noarch @@ -168,6 +173,9 @@ ln -sf %{_bindir}/latin2ascii.py-3 %{buildroot}/%{_bindir}/latin2ascii %doc docs/* %changelog +* Tue Jun 14 2016 Ben Rosser 20160614-1 +- Update to latest upstream version of package. + * Sat Feb 27 2016 Ben Rosser 20160202-3 - Added a patch to remove the chbangs from all library files. - Write correct sed command to make python3 scripts run with python3. diff --git a/sources b/sources index 9a5895b..30fc236 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5300c1a56ac09c5a3379b7ab8f348085 pdfminer.six-20160202.zip +7009299b97defd245c539ae93bd7a495 pdfminer.six-20160614.zip