📄 quilt.spec
字号:
* Thu Jul 15 2004 - mquinson@tuxfamily.org- patch from Joe Green to "Complete options for a partial command as long as it's unique. quilt will accept such a partial command as valid."* Thu Jul 15 2004 - agruen@suse.de- Add test case for permissions.- Very minor translation updates.- Convert timestamps in changes file into UTC when generating the RPM changelog: the changelog does not understand timestamps.- Bump version to 0.35.* Tue Jul 13 2004 - mquinson@tuxfamily.org- Fix a typo (s/prinf/printf/) reported by Dean Roehrich.- Track down two variable expensions in printf $"" constructs.- update the french translation accordingly* Mon Jul 12 2004 - agruen@suse.de- refresh command: Fix --diffstat option; it did swap lines. Also remove stray dollar sign.- Also set TEXTDOMAINDIR in the wrapper script (bin/quilt.in).- Fix stripping of the path to $QUILT_PATCHES when working in sub-dirextories. (This could be fixed more flexibly later...)* Mon Jul 12 2004 - mquinson@tuxfamily.org- Sync french translation after the recent butchery ;)- Commit patch from Joe Green to make the completion file usable on non-debian systems.* Mon Jul 12 2004 - agruen@suse.de- Some more QUILT_PATCHES_PREFIX fixes.- Disable CDPATH within quilt (Joe Green writes: I've seen some cases where having CDPATH set results in the path being printed by cd, and I suppose it's possible that the wrong destination might be selected in some cases.)* Fri Jul 09 2004 - agruen@suse.de- Switch from echo to printf for all translations: This is more stable than having expansions in messages that might change independent of the message.- Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away.- Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed.- Minor fix inserting changelog into RPM specfile.* Wed Jul 07 2004 - mquinson@tuxfamily.org- Fix the bash_completion by not using quilt internals, but the external commands [Joe Green].* Sun Jul 04 2004 - agruen@suse.de- Add common GNU diff format options to diff and refresh commands: -u, -U num, -c, -C num. Rename old -c option (combine patches) of diff command to --combine.- Extend the function that splits comments from patches and syntax coloring to handle combined diff format.- Honor the LANG environment variable again; this got broken at some point.- Set TEXTDOMAINDIR to where the translations are put so that Messages are found even when not installing into /usr.* Fri Jul 02 2004 - agruen@suse.de- Several Fixes from Joe Green <jgreen@mvista.com>: + Another sed
problem, in Makefile.in + Bad error message on "quilt delete" of non-existent patch + "import" doesn't remove all leading components on patch file + Misspelling in "import" help text- With using the GNU diff --label option, file timestamps disappeared. Specify the timestamps in --label by hand: This gives us added flexibility when generating patches; we may some day want to support diff styles other than unified. Also reported by Joe Green.- Add --backup option to quilt refresh.- Update documentation to QUILT_${COMMAND}_ARGS in .quiltrc. (The old settings still work but they are no longer documented.)- Update German translation.* Thu Jul 01 2004 - agruen@suse.de- Allow passing of default options to commands by defining QUILT_${COMMAND}_ARGS in .quiltrc. This should eventually get us rid of some of the mess in .quiltrc.* Wed Jun 30 2004 - agruen@suse.de- Quilt diff: add --color option for optionally colorizing the output.* Sat Jun 26 2004 - agruen@suse.de- Quilt import: when importing patches with their original file name, strip path prefixes from the patch names.* Sat Jun 12 2004 - agruen@suse.de- Fix another upgrade bug: The series file may optionally contain a strip level argument (-pN) which must be stripped off when determining the patch name.- A minor correction in the doumentation; some whitespace fixes.- Translation update.* Fri Jun 11 2004 - mquinson@tuxfamily.org- Fix the man page generation- Add a --no-timestamps option to diff and refresh doing what QUILT_NO_DIFF_TIMESTAMPS does. This should make more visible a feature I was about reimplementing ;)- Document all options from the pdf into the man page.- update the bash completion stuff so that : - it does not kill the shell when completing in a tree not matching the meta data version. - it does not move the current directory around, seeking for patches/ - it completes on the new commands (grep graph upgrade)- Various output messages polishing (and translation fuzzying)- French translation unfuzzying* Thu Jun 10 2004 - agruen@suse.de- Add meta-data version check/upgrade code from Martin Quinson and me; new `quilt upgrade' command.- Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers.- Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt!- Bump version to 0.34.* Sun Jun 06 2004 - agruen@suse.de- Preserve the order of files in patches in the diff and refresh commands. Files added to a patch appear at the end of a patch. The files command also lists the files in the order in which they appear in patches.- Update to version 0.33.* Sun Jun 06 2004 - agruen@suse.de- dependency-graph: Fix for --lines option in patcher mode; restrict to applied patches.* Sun Jun 06 2004 - agruen@suse.de- import: Create patches/ and parent directories to patch to be imported. Insert the correct patch name in the series file.* Sun Jun 06 2004 - agruen@suse.de- backup-file.c: Add code to recursively search .pc directories. Add a "no-op" mode as default, and allow to just unlink files.- apatch/rpatch: let backup-files search .pc directories instead of generating temporary file lists.- rpatch/pop: unlink files of topmost patch after popping instead of unlinking at each step.- If QUILTRC is set in the environment, use this as the configuration file.* Sat Jun 05 2004 - agruen@suse.de- Return exit status 2 when commands go beyond the series (top with no series, push/next when all patches are applied, pop/ previous when no patches are applied).- From John Lenz <jelenz@students.wisc.edu>: Add compatibility code to the dependency-graph script for reading the meta-data of Holger Schurig's patcher tool, http://www.holgerschurig.de/patcher.html.- Update German translation.* Tue Jun 01 2004 - agruen@suse.de- Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file mode of original file when creating backup files.* Tue Jun 01 2004 - mquinson@tuxfamily.org- document common options to all scripts (--trace and --quiltrc)- update french translation* Mon May 31 2004 - agruen@suse.de- Rewrite spec2series to return what the new `quilt setup' needs, and rename it to inspect.- `quilt setup': Rewrite so that it supports multiple archives per spec file. Always make the patches directory a symlink to the original patch files instead of copying the patches.- Update German translation.* Sun May 16 2004 - agruen@suse.de- Clarify help text of `quilt add' (thanks to Tom Rini <trini@mvista.com>). Update translations.* Sat May 15 2004 - agruen@suse.de- Add `quilt grep': Grep over all files, recursively, skipping the $QUILT_PATCHES and $QUILT_PC directories.* Tue Apr 27 2004 - agruen@suse.de- Fix `quilt fork': It destroys .pc/applied patches; that bug got introduced when reverting it to its previous semantics.* Wed Apr 21 2004 - agruen@suse.de- Replace two occurrences of in sed regular expressions with bash $' ': Some older versions of sed don't understand . Thanks to Randy Dunlap <rddunlap@osdl.org> and Greg Edwards <edwardsg@sgi.com> for reporting.* Sat Mar 20 2004 - agruen@suse.de- Fix an algorithmic bug in `quilt graph --lines': Edges were sometimes lost.- A few minor cleanups.* Sun Mar 14 2004 - agruen@suse.de- Extend `quilt graph' to also support checking for overlapping changes in patches.- Export QUILT_PATCHES QUILT_PC SUBDIR SERIES DB for use in non-shell components of quilt.* Sat Mar 13 2004 - agruen@suse.de- Change `quilt import' to allow importing multiple patches at once.- Fix a bug in backup-files.c (introduced just before).- Update to version 0.32.* Sat Mar 13 2004 - agruen@suse.de- Add `quilt graph' command for generating a dependency graph between patches. This requires the graphviz package for removing transitive edges (optional) and for rendering the graph. Please note that the graph command itself is minimal, while the underlying scripts/dependency-graph is more flexible.- Complete one more detail in scripts/dependency-graph.- Revert `quilt fork' to how it originally worked: fork the *topmost* patch, not the next unapplied patch. Adapt the test suite accordingly.- Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate.- Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too.- Update the documentation. Add example1.test from the documentation.* Wed Mar 10 2004 - agruen@suse.de- Quilt push/pop: exit with a non-zero status when beyond series.- Ignore empty lines in series file.- Add man page to tarball and to spec file; add make dependencies.- Sort the commands in the man page command reference.* Tue Mar 09 2004 - agruen@suse.de- Make files writeable in `quilt add' (and `quilt edit') for working with read-only trees.* Wed Feb 25 2004 - martin.quinson@tuxfamily.org- Add completion to the edit command in bash* Sun Feb 22 2004 - martin.quinson@tuxfamily.org- Add a man page (generated automatically from -h)* Sat Feb 21 2004 - agruen@suse.de- Sub-directory support: `quilt setup' could get confused, too.* Fri Feb 20 2004 - agruen@suse.de- Sub-directory support: + Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well.- quilt files, diff, refresh: Sort the files in the patch alphabetically.* Sun Feb 15 2004 - agruen@suse.de- Never fail when patching temporary files in `quilt diff -z', only warn.* Thu Feb 05 2004 - agruen@suse.de- Add some fixes from Manuel Estrada Sainz <ranty@debian.org>.- Add QUILT_SERIES setting: Override the location of the series file to use.- Don't print an empty line for `quilt top' if no patches are applied.* Tue Feb 03 2004 - agruen@suse.de- Add --quiltrc={rcfile|-} option. Remove some superfluous quoting from quilt wrapper.- Extra tests in `quilt refresh' did not check if the old patch was missing.* Mon Feb 02 2004 - agruen@suse.de- Fix test for bash in configure.ac.- Add `--trace' option to quilt wrapper (runs commands with -x, which prints an execution trace).- Add QUILT_BACKUP setting in .quiltrc (creates backup copies when refreshing patches).- Fix `quilt next'.* Sat Jan 31 2004 - agruen@suse.de- Also fix `quilt import' after patch name mangling removal.* Sat Jan 31 2004 - agruen@suse.de- No longer remove common extensions (.dif, .diff, .patch, .gz, .bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names.- Remove unused diffstat code.- Fix generating doc/README after subdirectory support broke it.- Remove excessive newlines in -h messages.* Wed Jan 28 2004 - agruen@suse.de- Fix bugs introduced while merging Chris's patch.- Add more test cases for subdirectory support.- Fix `make dist': Some files in debian/ did not exist.- Update to version 0.30.* Wed Jan 28 2004 - agruen@suse.de- Patch from Chris Mason <mason@suse.de>: Add support for working in subdirectories of the base directory that contains patches/ and .pc/. In the unlikely case that quilt shall operate in the sub-directory itself, it is sufficient to create a patches/ directory there.- Add a small testcase for subdirectory support.* Sat Jan 24 2004 - agruen@suse.de- Add QUILT_NO_DIFF_TIMESTAMPS option in .quiltrc.- Add QUILT_PATCH_OPTS setting to allow passing options to GNU patch.- Fix help for `quilt diff'.* Thu Jan 08 2004 - agruen@suse.de- Also accept `quilt diff -z ./file' (ignore the ./ prefix that is often produced by find etc.)* Thu Nov 27 2003 - agruen@suse.de- `quilt fold' did not create directories for additional files, and the code for recovering from failures was wrong.* Tue Nov 25 2003 - agruen@suse.de- Update quilt paper.* Mon Nov 24 2003 - agruen@suse.de- Error check for `quilt diff -z filelist' w
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -