forked from pool/patchutils
- skip svndiff tools as those conflict with subversion
OBS-URL: https://build.opensuse.org/package/show/devel:tools/patchutils?expand=0&rev=23
This commit is contained in:
parent
a08c8d7b08
commit
2c15a59db3
@ -8,6 +8,7 @@ Sun Aug 16 00:36:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|||||||
* New filterdiff option --remove-timestamps.
|
* New filterdiff option --remove-timestamps.
|
||||||
* Assorted other fixes and improvements.
|
* Assorted other fixes and improvements.
|
||||||
- remove patchutils-0.2.30-tailsyntax.diff: obsolete
|
- remove patchutils-0.2.30-tailsyntax.diff: obsolete
|
||||||
|
- skip svndiff tools as those conflict with subversion
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 16 14:08:27 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Mon Dec 16 14:08:27 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
@ -58,7 +58,25 @@ install -m 0644 -t %{buildroot}%{_mandir}/man1/ doc/*.1
|
|||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc BUGS README
|
%doc BUGS README
|
||||||
%{_bindir}/*
|
%{_bindir}/combinediff
|
||||||
|
%{_bindir}/dehtmldiff
|
||||||
|
%{_bindir}/editdiff
|
||||||
|
%{_bindir}/espdiff
|
||||||
|
%{_bindir}/filterdiff
|
||||||
|
%{_bindir}/fixcvsdiff
|
||||||
|
%{_bindir}/flipdiff
|
||||||
|
%{_bindir}/gitdiff
|
||||||
|
%{_bindir}/gitdiffview
|
||||||
|
%{_bindir}/grepdiff
|
||||||
|
%{_bindir}/interdiff
|
||||||
|
%{_bindir}/lsdiff
|
||||||
|
%{_bindir}/patchview
|
||||||
|
%{_bindir}/recountdiff
|
||||||
|
%{_bindir}/rediff
|
||||||
|
%{_bindir}/splitdiff
|
||||||
|
%exclude %{_bindir}/svndiff
|
||||||
|
%exclude %{_bindir}/svndiffview
|
||||||
|
%{_bindir}/unwrapdiff
|
||||||
%{_mandir}/man1/*.1%{?ext_man}
|
%{_mandir}/man1/*.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user