diff --git a/.gitignore b/.gitignore index 29508c8..3fe45a7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /diffoscope_51.tar.xz /diffoscope_54.tar.xz +/diffoscope_58.tar.xz diff --git a/diffoscope.spec b/diffoscope.spec index d0a70ba..828f7aa 100644 --- a/diffoscope.spec +++ b/diffoscope.spec @@ -1,6 +1,6 @@ Name: diffoscope -Version: 54 -Release: 2%{?dist} +Version: 58 +Release: 1%{?dist} Summary: In-depth comparison of files, archives, and directories License: GPLv3+ URL: https://diffoscope.org/ @@ -30,13 +30,14 @@ diffoscope is developed as part of the "reproducible builds" Debian project and was formerly known as "debbindiff". %prep -%autosetup -n %{name} +%autosetup find . -name '*.pyc' -print -delete -sed -i '1{\@/usr/bin/env@d}' diffoscope/__main__.py +sed -i '1{\@/usr/bin/env@d}' diffoscope/main.py %build %py3_build rst2man debian/diffoscope.1.rst > build/diffoscope.1 +# rst2man debian/trydiffoscope.1.rst > build/trydiffoscope.1 %install %py3_install @@ -63,6 +64,9 @@ py.test-%{python3_version} tests/ -vv %doc %{_mandir}/man1/diffoscope.1* %changelog +* Mon Aug 15 2016 Zbigniew Jędrzejewski-Szmek - 58-1 +- Update to latest version + * Tue Jul 19 2016 Fedora Release Engineering - 54-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f387f5b..2762c7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -537f516193ce0d0fd702fffb406d727e diffoscope_54.tar.xz +7f16588865ab3e8ec71a8ff69984fecb diffoscope_58.tar.xz