📄 quilt.spec
字号:
* Fri Feb 03 2006 - khali@linux-fr.org- quilt/mail.in: Strip "Tr:" from subject lines like we do with "Re:" and "Fwd:".* Fri Feb 03 2006 - agruen@suse.de- quilt/mail.in: Disable broken patch header format check.* Fri Feb 03 2006 - jayvdb@gmail.com- configure.ac: Add check for GNU diff and use $GREP in GNU patch check.* Wed Feb 01 2006 - agruen@suse.de- Bump version to 0.43.* Wed Feb 01 2006 - agruen@suse.de- compat/date.in: Fix GetOptions problem with options starting with `+'.- test/run: Adjust $ENV{PWD} in cd command; add FIXME comment in export command: in commands like `export foo=$var/bar', $var is not evaluated.* Wed Feb 01 2006 - agruen@suse.de- quilt/mail.in: Documentation fix.* Wed Feb 01 2006 - agruen@suse.de- configure.ac: Remove uniq -D test; we no longer use it.* Wed Feb 01 2006 - jayvdb@gmail.com- compat/date.in: Compatibility wrapper that emulates the GNU date features that quilt depends on (with minor cleanups from Andreas Gruenbacher).- configure.ac: Add test for date --rfc-822.* Wed Feb 01 2006 - agruen@suse.de- bin/guards: Update to latest version (supports --with-guards option).- doc/README.in: Update the description of the helper scripts. Add Typical Usages section from Randy Dunlap <rdunlap@xenotime.net>.- contrib/import.diff: Remove obsolete file.* Wed Feb 01 2006 - khali@linux-fr.org- po/fr.po: Add missing translation of quilt mail's --sender option help. Thanks to Andreas Gruenbacher for pointing out.* Wed Feb 01 2006 - jayvdb@gmail.com- Filter duplicates with awk instead of using uniq -D.* Wed Feb 01 2006 - agruen@suse.de- Clean up quoting in messages. Add some spaces to the Japanese translation for good measure.* Wed Feb 01 2006 - agruen@suse.de- Japanese translation update from Yasushi Shoji.* Tue Jan 31 2006 - agruen@suse.de- Check for GNU uniq, and test if uniq -D is supported (from Gary V. Vaughan).* Tue Jan 31 2006 - agruen@suse.de- Make sure that the %changes section in the spec file will contain POSIX dates (#15591).* Mon Jan 30 2006 - khali@linux-fr.org- quilt/mail.in: Don't use sed's Q command, old versions of sed don't know about it.* Mon Jan 30 2006 - agruen@suse.de- quilt/mail.in: Use $(hostname) for the sender address for platforms on which $(hostname -f) doesn't work.* Mon Jan 30 2006 - jayvdb@gmail.com- compat/getopt.in: Properly handle spaces in arguments to getopt.* Mon Jan 30 2006 - agruen@suse.de- Allow backup-files to build on windows using the MinGW compiler.* Mon Jan 30 2006 - jayvdb@gmail.com- Makefile.in: The trailing slash in `find compat/' is causing OSX /usr/bin/find to print 'compat//sed', etc. As a result, they are appearing in compat_leftover, being removed in the middle of the build, causing errors during the construction of $(DOC).* Mon Jan 30 2006 - jayvdb@gmail.com- test/mail.test: /dev/stdin @CHANGELOG@ /dev/stdout dont exist on Tru64.* Mon Jan 30 2006 - agruen@suse.de- lib/backup-files.c: Tru64 does not have snprintf. (Reported by John Vandenberg).* Mon Jan 30 2006 - khali@linux-fr.org- bash_completion: Update import and mail commands options.* Mon Jan 30 2006 - khali@linux-fr.org- po/fr.po: Update French translation.* Sun Jan 29 2006 - agruen@suse.de- Also strip any bracketed fields and Re:, Fwd:, Fw:, Aw: from subject headers.* Sun Jan 29 2006 - agruen@suse.de- quilt/mail.in: + Add -m and --prefix options so that the mail command can be used without invoking an editor. + Verify that each message generated will have a unique subject. + Verify that the introduction has a subject header. + Fix a bug in the heuristic for adding recipients. + Add a heuristic for extracting subject headers + Clarify some messages. + Add a test case. + Update the documentation.* Sun Jan 29 2006 - agruen@suse.de- Makefile.in: Add a missing dependency.* Sun Jan 29 2006 - khali@linux-fr.org- quilt/files.in, bash_completion: Command files only works on applied patches.* Sun Jan 29 2006 - khali@linux-fr.org- quilt/patches.in, quilt/refresh.in: Update usage line.- bash_completion: Resync with quilt commands options.* Sun Jan 29 2006 - khali@linux-fr.org- quilt/push.in: Fix a temporary file leak and vulnerability.* Sun Jan 29 2006 - khali@linux-fr.org- quilt/scripts/patchfns.in: Drop an unused local variable in function find_patch_file.- quilt/import.in: Add a missing print_patch call.- quilt/import.in: Fix several temporary file leaks.* Fri Jan 27 2006 - agruen@suse.de- po/ja.po: Translation update from Yasushi.* Fri Jan 27 2006 - agruen@suse.de- Stop using bash <(...) process substitution: it triggers bugs on some platforms.- In source tree compat/ "virtual symlink" scripts, exec the target binary instead of only calling it.* Fri Jan 27 2006 - agruen@suse.de- Unify existing -p and -n parameters that specify a patch: always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.* Thu Jan 26 2006 - khali@linux-fr.org- po/fr.po: Update French translation.* Thu Jan 26 2006 - khali@linux-fr.org- lib/backup-files.c: Fix usage line and help text.- lib/backup-files.c: Improve recursive processing by avoiding repeated realloc and strlen calls. Hardly measurable though.* Thu Jan 26 2006 - khali@linux-fr.org- Makefile.in: Have Makefile depend on configure, so that the user runs ./configure only once if both Makefile.in and configure.ac have changed.* Thu Jan 26 2006 - agruen@suse.de- quilt/import.in: Add missing quoting, stop using diff -U for portability.* Thu Jan 26 2006 - agruen@suse.de- aclocal.m4(QUILT_COMPAT_PROG_PATH): Create missing compat symlinks for binaries that have a different basename than what quilt expects (e.g., awk/gawk). Patch from Gary V. Vaughan.* Thu Jan 26 2006 - agruen@suse.de- Stop using find's -printf option: some versions of find don't have it.* Thu Jan 26 2006 - agruen@suse.de- quilt/delete.in: Remove a superfluous message.* Thu Jan 26 2006 - agruen@suse.de- lib/backup-files.c: Stop using ftw and implement our own dir walking: ftw is a portability nightmare. The foreachdir function is based a proposal from Gary V. Vaughan <gary@gnu.org>, thanks!* Wed Jan 25 2006 - agruen@suse.de- quilt/import.in: Improve the help text.- Makefile.in: Make sure configure is up to date.* Wed Jan 25 2006 - agruen@suse.de- lib/backup-files.c: Fix memory leaks (markus@oberhumer.com).* Wed Jan 25 2006 - agruen@suse.de- lib/backup-files.c: Don't fail when link(1) returns ENOSYS, and try to copy in that case.* Wed Jan 25 2006 - agruen@suse.de- lib/backup-files.c: Fix another missed optimization.* Wed Jan 25 2006 - agruen@suse.de- lib/backup-files.c: Cleanups by Markus F.X.J. Oberhumer <markus@oberhumer.com>.- lib/backup-files.c: Several fixes from Markus as well.* Tue Jan 24 2006 - agruen@suse.de- quilt/scripts/parse-patch.in: files_in_patch improvement from jayvdb@gmail.com.* Mon Jan 23 2006 - agruen@suse.de- configure.ac: Use $TR instead of tr.* Mon Jan 23 2006 - jayvdb@gmail.com- Fix make check-all and make check-*.* Mon Jan 23 2006 - agruen@suse.de- configure.ac: Require GNU patch 2.4+.- quilt/import.in: Don't use diff -U-1.- Test suite: Recognize output of old versions of patch (from jayvdb@gmail.com).* Mon Jan 23 2006 - jayvdb@gmail.com- configure.ac: Check if awk supports sub().- quilt/scripts/patchfns.in: Syntax changes for Solaris /usr/xpg4/bin/awk.* Mon Jan 23 2006 - agruen@suse.de- Stop using GNU awk's gensub.* Mon Jan 23 2006 - jayvdb@gmail.com- A better rule for test/.depend.- In order to run make check immediately after configure, a few minor dependencies need to be added.- The test suite depends on the compat layer and backup-files.- quilt/refresh depends on remove-trailing-ws.* Mon Jan 23 2006 - agruen@suse.de- Remove unnecessary uses of diff's -N option.* Sun Jan 22 2006 - agruen@suse.de- Don't include any object files in LIBOBJS that we don't have.* Sun Jan 22 2006 - agruen@suse.de- Call $(CMD) instead of cmd in Makefile.in.* Sun Jan 22 2006 - agruen@suse.de- push command: when a patch doesn't apply, check if it reverse applies, and inform the user.* Sun Jan 22 2006 - agruen@suse.de- When inserting new diffstat, put a "---" line above it.* Sat Jan 21 2006 - agruen@suse.de- Add fallback ftw implementation for systems that don't have it.* Sat Jan 21 2006 - agruen@suse.de- Use ftw instead of nftw (some platforms don't have nftw).* Sat Jan 21 2006 - jayvdb@gmail.com- lib/backup-files.c: Only create and remove parents that are missing or empty. Report errors in nftw. (Minor changes by agruen@suse.de).* Sat Jan 21 2006 - jayvdb@gmail.com- Don't use date -r for comparing file timestamps.* Sat Jan 21 2006 - jayvdb@gmail.com- GNU patch 2.5 messages differ slightly from the messages of more recent versions. Recognize the old version's output when fixing patch's output in the push command, and also accept the old version's output in the test suite.* Sat Jan 21 2006 - jayvdb@gmail.com- test/run: Support regex matching in test scripts.* Sat Jan 21 2006 - jayvdb@gmail.com- Check whether cp -l works.* Sat Jan 21 2006 - jayvdb@gmail.com- Default to use NLS when NLS binaries are available (minor changes by agruen@suse.de).* Sat Jan 21 2006 - agruen@suse.de- Split off strip_diffstat from header command.- import command: compare patch headers to prevent destruction; add -d option to choose which header(s) to keep.* Sat Jan 21 2006 - jayvdb@gmail.com- import command: catch several error conditions. Patches in QUILT_PATCHES can now be imported. A minor fix in the output.* Sat Jan 21 2006 - agruen@suse.de- Fix delete -n when no patches are applied.* Fri Jan 20 2006 - jayvdb@gmail.com- Tru64 /bin/sh complains when $(call ) is used without ; on each line of the define.* Fri Jan 20 2006 - jayvdb@gmail.com- Clear up the internal make rules so make -d is not so verbose.* Fri Jan 20 2006 - agruen@suse.de- Check if arguments to --with-<prog> exist, warn if they do not, and fail if they do but are no executables. (Based on a patch from jayvdb@gmail.com).* Fri Jan 20 2006 - jayvdb@gmail.com- configure.in: Document to use --without-foo instead of --with-foo=none.* Thu Jan 19 2006 - agruen@suse.de- Make sure quilt diff --snapshot visits files in a defined order.* Thu Jan 19 2006 - jayvdb@gmail.com- Move patch parameter checks into patchfns.in, adding quotes around all patch parameters, and reporting 'No patches in series'- quilt/annonate.in: Fix case where no patches have been applied.* Mon Jan 16 2006 - jayvdb@gmail.com- test/three.test, test/import.test: Add various tests.* Mon Jan 16 2006 - jayvdb@gmail.com- Always use full command names in the test suite.* Mon Jan 16 2006 - jayvdb@gmail.com- doc/README and doc/quilt.1 depend on compat/getopt being built prior to their generation. As the phony target 'compat' cant be used as a prereq, except to other phony targets, $(COMPAT) has been added to refer to all necessary compat/ objects.- bin/*.in should be regenerated after a change to Makefile.* Mon Jan 16 2006 - agruen@suse.de- Change the rules for splitting a patch into header and body so that it will work for git extanded patches as well.* Sun Jan 15 2006 - agruen@suse.de- John Vandenberg <jayvdb@gmail.com>: Make check depends on programs that have been configured with --with-<name>=<prog>. Make dependencies would get confused by symlinks, so create wrappers in compat/ for make check.- Remove binaries in compat/ that are not listed in COMPAT_PROGRAMS or COMPAT_SYMLINKS.- configure.ac: use --without-$foo instead of --with-foo=none.- Fix processing of translations again, and update de.po.* Sat Jan 14 2006 - agruen@suse.de- Move scripts directory to quilt/scripts to simplify running quilt directly from the source tree.- test/Makefile: merge into Makefile.in (target check).- Makefile.in: clean up.* Sat Jan 14 2006 - agruen@suse.de- Use the quilt version in the source tree instead of the installed version for running the test suite.* Tue Jan 10 2006 - khali@linux-fr.org- test/null-bug.test: Fix the original directory creation so that the test doesn't fail if any higher-level directory contains a patches/ sub-directory.- test/*.test: Fix the test suite after the December 8th, 2005 change to quilt diff. Contributed by Markus Oberhumer.* Wed Jan 04 2006 - khali@linux-fr.org- po/quilt.pot, po/de.po: Resync with code.- po/ja.po: Update from Yasushi Shoji.- po/fr.po: Update from me.* Thu Dec 08 2005 - agruen@suse.de- scripts/inspect.in (setup command): add heuristic to check for input files specified on the command line in the tar/patch wrapper.- quilt/diff.in: Degrade the ``More recent patches modify files in patch'' message to a warning.* Thu Dec 01 2005 - mquinson@debian.org- bin/guards.in: s/ocnfiguration/configuration/ (fixes Bug#341518 in Debian)- doc/quilt.1.in: Document common options to all commands (fixes Bug#334408 in Debian)* Mon Nov 28 2005 - agruen@suse.de
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -