Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37739032
en ru br
ALT Linux repos
S:0.1-alt1.2

Group :: Text tools
RPM: patchdeps

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: patchdeps
Version: 0.1
Release: alt1.1
Group: Text tools
License: MIT
Source: %name-%version.tar
URL: https://github.com/matthijskooijman/patchdeps
Summary: Analyzing textual dependencies within a patch series
BuildPreReq: rpm-build-python3
BuildArch: noarch

%description
Given a pile of patches, `patchdeps` can find out which patch modifies
which files and lines within those files. From there, it can detect that
a specific patch modifies a line introduced by an earlier patch, and
mark these patches as dependent.

This tool is intended to sort out a pile of patches, so you can
determine which patches should be applied together as a group and which
can be freely reordered without problems.

%prep
%setup
sed -i "
/from parser import parse_diff/r parser.py
/from parser import/d
s/'xdot'/'dotty'/g
" patchdeps.py

%install
install -D -m755 patchdeps.py %buildroot%_bindir/patchdeps

%files
%doc README*
%_bindir/patchdeps

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin