⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 quilt.spec

📁 linux下各种patch的管理工具
💻 SPEC
📖 第 1 页 / 共 5 页
字号:
- quilt/diff.in, quilt/refresh.in: for -p0 style patches, when a  file is being deleted, use the real filename in the +++ line  instead of filename.orig: if we don't, the patch does not  contain the real filename anymore, and patch will fail. See  test/null-bug.test.- files command: remove a redundant find_patch().- Make top_patch() fail if there is no top patch.* Fri Nov 04 2005 - agruen@suse.de- Makefile.in: don't strip the backup-files binary in the install  target.- quilt.spec.in: set the CFLAGS to $RPM_OPT_FLAGS, and pass on  the RPM release number when building quilt.* Wed Oct 12 2005 - agruen@suse.de- scripts/inspect.in: remove unnecessary path_search() function  and let the shell search the path internally.* Tue Oct 04 2005 - khali@linux-fr.org- scripts/patchfns.in: Prevent patch_header and patch_body from  mistakenly considering "---" alone on its header line as the  beginning of the patch body.* Fri Sep 23 2005 - khali@linux-fr.org- configure.ac: Let the user select the find binary. Test that find  supports -path.* Fri Sep 23 2005 - khali@linux-fr.org- quilt/files.in: Sort the file names rather than respecting the  original order of the files in patches. This is slightly faster,  and we don't much care about the original order.* Fri Sep 23 2005 - khali@linux-fr.org- Fix the test suite so that directories leftover from a previously  interrupted test won't cause a test to fail.* Fri Sep 23 2005 - khali@linux-fr.org- Drop test/reorder.test, it duplicates test/sort.test but is  less complete.* Fri Sep 23 2005 - khali@linux-fr.org- test/run: Do not depend on Term::ReadKey.* Fri Sep 23 2005 - agruen@suse.de- Fix the test suite so that it doesn't fail if any higher-level  directory contains a patches/ sub-directory (iow, if quilt  itself is patched with quilt).* Thu Sep 22 2005 - khali@linux-fr.org- Makefile.in: Fix extra spaces in foreach command which were  causing "missing separator" errors. Patch from Gary V. Vaughan.* Thu Sep 22 2005 - khali@linux-fr.org- configure.ac: Test sed support for (foo|bar) constructs.* Wed Sep 21 2005 - khali@linux-fr.org- configure.ac, Makefile.in: Make the cp, date and tr binaries  user-selectable.- configure.ac: Test grep and tr features.* Wed Sep 21 2005 - khali@linux-fr.org- aclocal.m4: Fix typo causing binaries with alternative names not  to be properly handled.* Wed Sep 21 2005 - khali@linux-fr.org- quilt/files.in: Compute file status only when needed (that is,  when -v is used and -l isn't). This divides the execution time  by 5 in all other cases.* Wed Sep 21 2005 - khali@linux-fr.org- test/subdir.test: Test quilt files -v.* Wed Sep 21 2005 - khali@linux-fr.org- test/sort.test: Quote grep arguments, as some grep  implementations seem to otherwise choke on them. Original patch  from John Vandenberg.* Wed Sep 21 2005 - khali@linux-fr.org- quilt/diff.in: Add missing call to print_patch.* Tue Sep 20 2005 - khali@linux-fr.org- Makefile.in: Fix compat/tail symlink creation. Fix variable   exporting bashism.- configure.ac: Use grep >/dev/null instead of grep -q for  compatibility. Test for grep -q, some quilt scripts need it.- test/Makefile: Fix varible exporting and script sourcing  bashisms.* Mon Sep 19 2005 - agruen@suse.de- Makefile.in: Fix when COMPAT_PROGRAMS is empty.- Avoid spurious rebuilds because of unnecessary chmod.* Mon Sep 19 2005 - khali@linux-fr.org- Makefile.in: Fix harmless error message in reference rule.* Mon Sep 19 2005 - khali@linux-fr.org- aclocal.m4: Fix a bug causing user-selected binary names not  to be displayed properly.* Mon Sep 19 2005 - agruen@suse.de- Use compatibility m4 for diffstat. Correctly diagnose older  diffstat on OS X 10.3, which outputs '1.2 (patch 5)'. Update  configure warning message to reflect reality that quilt diff  does not accept --diffstat (John Vandenberg <jayvdb@gmail.com>).* Mon Sep 19 2005 - agruen@suse.de- quilt/mail.in: add a --sender option for specifying the envelope  sender address (defaults to ${LOGNAME:-`whoami`}@`hostname -f`).* Mon Sep 19 2005 - agruen@suse.de- Rename MTA program to SENDMAIL, and improve configure.ac  (from John Vandenberg again, as several other recent things --   thanks!)- Must build the compatibility programs before creating the  command reference (which extracts the help texts).* Mon Sep 19 2005 - agruen@suse.de- Fix mta check when sendmail is found.- Fix --disable-nls.- configure.ac: Don't run tests when using internal compatibility  programs.* Sun Sep 18 2005 - agruen@suse.de- Add a missing $(BUILD_ROOT) and fix compat-symlink dependencies.* Sun Sep 18 2005 - khali@linux-fr.org- configure.ac: Test for tail -n.* Sun Sep 18 2005 - agruen@suse.de- Makefile.in: Add a dependency of all to COMPAT_PROGRAMS which  was lost somewhere. Fix internal "mta" program.- Get rid of ``grep -E''.* Sun Sep 18 2005 - agruen@suse.de- Fix a few things in po/quilt.pot generation.- Always create the mta symlink in compat/. Replace "@MTA@" with  "mta" in scripts. Replace mta check in configure.ac with  QUILT_COMPAT_PROG_PATH.- quilt/main.in: Add a User-Agent header.- Update the German translation.* Sun Sep 18 2005 - agruen@suse.de- Makefile.in: remove obsolete substitutions.* Sun Sep 18 2005 - agruen@suse.de- Get rid of ``grep -e''.* Sun Sep 18 2005 - agruen@suse.de- Remove config.h, and use @DEFS@ in Makefile.in instead  (Gary V. Vaughan <gary@gnu.org>).* Sun Sep 18 2005 - khali@linux-fr.org- configure.ac: Drop useless -e to grep.* Sun Sep 18 2005 - agruen@suse.de- Merge po/Makefile into Makefile.in. Add a lost @false to  Makefile.in.* Sun Sep 18 2005 - agruen@suse.de- lib/backup-files.c: add missing dependency on config.h. Check  for chmod and fchmod support. Remove two unnecessary chmod calls.- Makefile.in: fix cyclic dependency on Makefile.* Sun Sep 18 2005 - agruen@suse.de- lib/backup-files.c: use mktemp if mkstemp is not available  (Gary V. Vaughan <gary@gnu.org>). Add a config.h.* Sun Sep 18 2005 - agruen@suse.de- lib/backup-files.c: switch from alloca to malloc for portability.* Sun Sep 18 2005 - khali@linux-fr.org- configure.ac: Make the tail executable user-selectable.* Sun Sep 18 2005 - agruen@suse.de- Forgot to add new files to the repository.* Sun Sep 18 2005 - agruen@suse.de- Merge compatibility layer from  John Vandenberg <jayvdb@gmail.com>.- Only add compat/ directory to PATH if it exists. Only create it  when necessary.- configure.ac: fail if getopt does not support --long.- Replace @INSTALL@ with $(INSTALL) and @BASH@ with $(BASH) in  Makefile.in.- Replace @FOO@ macros in scripts with foo command where possible.- Remove compatibility shell functions and convert them to  standalone scripts.* Fri Sep 16 2005 - khali@linux-fr.org- configure.ac: Fix a copy-n-paste bug which was causing perl to  be checked twice and awk not to be checked properly.* Fri Sep 16 2005 - khali@linux-fr.org- Make it possible to pass arbitrary options to diffstat, by  defining a QUILT_DIFFSTAT_OPTS variable in ~/.quiltrc.- Update documentation and sample configuration file accordingly.* Thu Sep 15 2005 - agruen@suse.de- Fix off-by-one error: it's not a good idea to edit $x instead  of $x.in.* Thu Sep 15 2005 - khali@linux-fr.org- Makefile.in: Add missing dependency of doc/README on quilt/*.- Makefile.in: Rewrite non-portable sed command in "reference"  rule.* Thu Sep 15 2005 - khali@linux-fr.org- Omitting the search directory in "find" is not portable; add  an explicit "." (Gary V. Vaughan, John Vandenberg).* Thu Sep 15 2005 - agruen@suse.de- Fix quilt.spec generation after the Sep 14 change.* Thu Sep 15 2005 - agruen@suse.de- quilt/pop.in: get rid of tac.* Wed Sep 14 2005 - agruen@suse.de- quilt/mail.in: Remove stray getopt line. If --subject is given,  actually fill in the subject in the message template.* Wed Sep 14 2005 - khali@linux-fr.org- Makefile.in: Use @BASH@ instead of bash (John Vandenberg).- Makefile.in: Use `foo` instead of $$(foo) for compatibility.- Makefile.in: Drop call to chmod --reference (Gary V. Vaughan).* Tue Sep 13 2005 - khali@linux-fr.org- quilt/annotate.in: Rework the annotation algorithm (Andreas  Gruenbacher). The new code is shorter and faster.- quilt/annotate.in: New option "-p patch" to stop checking for  changes at the specified rather than the topmost patch.- bash_completion: Support the new -p option.- test/annotation.test: Test the new -p option.* Sun Sep 11 2005 - khali@linux-fr.org- quilt/annotate.in: Update help text to mention that only applied  patches will show (Andreas Gruenbacher). Optimize by using  applied_patches() instead of cat_series().* Fri Sep 09 2005 - khali@linux-fr.org- test/*.test: Fix sed compatibility issues: do not use inplace  (-i); do not filter out tabs in patches, it's no more needed  now that --no-timestamps is used; do not use the "a" command.  Based on a patch by John Vandenberg.* Fri Sep 09 2005 - khali@linux-fr.org- scripts/patchfns.in: New quilt_command function for running  another quilt command. Patch from Joe Green.- quilt/delete.in, quilt/edit.in: Use the new quilt_command  function. Patch from Joe Green.* Wed Sep 07 2005 - khali@linux-fr.org- quilt/delete.in: Fix the quilt pop invocation when attempting  to delete the top patch (default). Patch by Joe Green.* Tue Sep 06 2005 - khali@linux-fr.org- Japanese translation update contributed by Satoru Takeuchi and  Yasushi Shoji.* Tue Sep 06 2005 - khali@linux-fr.org- It is now possible to set EDITOR in ~/.quiltrc in order to use  a different editor for quilt and for the other tasks.* Tue Sep 06 2005 - khali@linux-fr.org- doc/README needs the same $EDITOR filtering quirk we just added  for doc/quilt.1.* Tue Sep 06 2005 - khali@linux-fr.org- scripts/patchfns.in: Rewrite files_in_patch_ordered() so as to  not require the awk asort function, which is not available on  all versions of awk.- test/sort.test: Add more files to better test the ordering and  sorting issues. Original patch by John Vandenberg.* Tue Sep 06 2005 - khali@linux-fr.org- Merge doc/sample.quiltrc into quilt.quiltrc, and delete it.  It will be easier to maintain a single configuration file.* Tue Sep 06 2005 - khali@linux-fr.org- Makefile.in: Filter out expanded $EDITOR in quilt.1. This value  being set at installation time may be irrelevant at execution  time.* Tue Sep 06 2005 - agruen@suse.de- Fix test/perms.test for LANG=POSIX (from John Vandenberg  <jayvdb@gmail.com>), and always run the test cases with LANG set  to POSIX.* Sun Sep 04 2005 - khali@linux-fr.org- quilt/diff.in: Fix incorrect error message when incompatible  options are used. Fix direct call to awk.* Fri Sep 02 2005 - khali@linux-fr.org- scripts/patchfns.in: Fix permissions of .pc/applied-patches  being lost in remove_from_db() and rename_in_db().* Fri Sep 02 2005 - khali@linux-fr.org- quilt/refresh.in: Drop a useless line in the awk script  replacing the diffstat section in patch headers. Improve the  regular expression matching diffstat lines. Original patch from  John Vandenberg.* Sun Aug 28 2005 - khali@linux-fr.org- configure.ac, Makefile.in: Support GCC and other compilers.  Allow executable extensions (non-Unix.) Original patch from  John Vandenberg.* Fri Aug 26 2005 - khali@linux-fr.org- quilt/delete.in: Drop extra spaces in usage line.- quilt/graph.in: Add missing -T option to usage line.- quilt/push.in: Add missing --interactive and --color options to  usage line.* Fri Aug 26 2005 - khali@linux-fr.org- quilt/delete.in: Add options -r (remove patch file) and  --backup (backup rather than remove.) Patch from Joe Green.* Fri Aug 26 2005 - agruen@suse.de- scripts/patchfns.in: insert_in_series(): Insert new patches  before the following patch instead of after the top patch. When  no patch is in the series file, insert the new patch at the end  (i.e., after comments from setup, etc.) instead of at the top.* Fri Aug 26 2005 - khali@linux-fr.org- quilt/import.in: Fix error path when imported patch doesn't  exist.* Wed Aug 24 2005 - agruen@suse.de- quilt/edit.in: Check exit status after adding files, and fail  except when files have already been added.* Mon Aug 22 2005 - agruen@suse.de- quilt/fold.in: fold did not work when invoked from a  subdirectory; update test case.* Fri Aug 12 2005 - khali@linux-fr.org- configure.ac: Do not check for diffstat version if  --without-diffstat is used.* Thu Aug 11 2005 - mquinson@debian.org- bash_completion: add completion of the header command  [Joe Green].- improve description of the import command  [Joe Green].* Fri Jul 29 2005 - khali@linux-fr.org- test/delete.test: New test case for the delete command.* Fri Jul 29 2005 - khali@linux-fr.org- Makefile.in: add test/Makefile and test/test.quiltrc to SRC,  so that they get included into the tarball by make dist.* Wed Jul 27 2005 - agruen@suse.de- test/missing.test: Fix test case.* Tue Jul 26 2005 - khali@linux-fr.org- Bump version to 0.42.* Tue Jul 26 2005 - agruen@suse.de- Mike Fabian <mfabian@suse.de> fixed two fuzzy Japanese messages  for us -- thanks!* Mon Jul 25 2005 - khali@linux-fr.org- Fix one fuzzy message in French translation.* Mon Jul 25 2005 - agruen@suse.de- Japanese translation update from Yasushi SHOJI  <yashi@atmark-techno.com>.* Sun Jul 24 2005 - khali@linux-fr.org- Let the perl scripts (edmail, parse-patch and

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -