From 53a13c8dfa1541587b97bf4c9216dc24cc61fb7e Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sep 15 2018 10:07:52 +0000 Subject: Fix reference to file-magic --- diff --git a/diffoscope.spec b/diffoscope.spec index f8e173e..ea26ed1 100644 --- a/diffoscope.spec +++ b/diffoscope.spec @@ -1,6 +1,6 @@ Name: diffoscope Version: 95 -Release: 1%{?dist} +Release: 2%{?dist} Summary: In-depth comparison of files, archives, and directories License: GPLv3+ URL: https://diffoscope.org/ @@ -84,6 +84,8 @@ was formerly known as "debbindiff". %autosetup sed -i '1{\@/usr/bin/env@d}' diffoscope/main.py +sed -i s/python-magic/file-magic/ setup.py + %build %py3_build make -C doc @@ -129,6 +131,9 @@ py.test-%{python3_version} tests/ -vv %doc %{_mandir}/man1/diffoscope.1* %changelog +* Sat Sep 15 2018 Zbigniew Jędrzejewski-Szmek - 92-2 +- Fix reference to file-magic (#1583331) + * Sun May 20 2018 Zbigniew Jędrzejewski-Szmek - 95-1 - Update to latest version (see https://salsa.debian.org/reproducible-builds/diffoscope/blob/516d5930f16867282d537c884e78213f9c4b8796/debian/changelog).