diff --git a/patchutils.spec b/patchutils.spec index c861c56..81602c5 100644 --- a/patchutils.spec +++ b/patchutils.spec @@ -1,5 +1,5 @@ Name: patchutils -Version: 0.3.4 +Version: 0.4.2 Release: 1mamba Summary: A small collection of programs that operate on patch files Group: Applications/Development @@ -32,6 +32,8 @@ Patchutils is a small collection of programs that operate on patch files: * recountdiff fixes up counts and offsets in a unified diff * unwrapdiff fixes word-wrapped unified diffs. +%debug_package + %prep %setup -q #%patch0 -p1 @@ -58,12 +60,17 @@ touch doc/patchutils.xml %{_bindir}/filterdiff %{_bindir}/fixcvsdiff %{_bindir}/flipdiff +%{_bindir}/gitdiff +%{_bindir}/gitdiffview %{_bindir}/grepdiff %{_bindir}/interdiff %{_bindir}/lsdiff +%{_bindir}/patchview %{_bindir}/recountdiff %{_bindir}/rediff %{_bindir}/splitdiff +%{_bindir}/svndiff +%{_bindir}/svndiffview %{_bindir}/unwrapdiff %{_mandir}/man1/combinediff.1* %{_mandir}/man1/dehtmldiff.1* @@ -75,6 +82,7 @@ touch doc/patchutils.xml %{_mandir}/man1/grepdiff.1* %{_mandir}/man1/interdiff.1* %{_mandir}/man1/lsdiff.1* +%{_mandir}/man1/patchview.1* %{_mandir}/man1/recountdiff.1* %{_mandir}/man1/rediff.1* %{_mandir}/man1/splitdiff.1* @@ -82,6 +90,9 @@ touch doc/patchutils.xml %doc AUTHORS COPYING %changelog +* Wed Sep 09 2020 Automatic Build System 0.4.2-1mamba +- automatic update by autodist + * Fri Jul 26 2019 Automatic Build System 0.3.4-1mamba - automatic version update by autodist