|
|
|
|
Changelog for quilt-0.67-7.1.noarch.rpm :
* Tue Feb 15 2022 Jean Delvare - Update to version 0.67: * Call pager with original LANG environment variable * Consistently complain early if no series file is found * Tighten the patch format parsing * Reuse the shell (performance) * Document the series file format further * Document that quilt loads /etc/quilt.quiltrc * series: Minor optimizations * setup: Don\'t obey the settings of any englobing .pc * setup: Default to fast mode * quilt.el: Fix documentation of quilt-pc-directory * quilt.el: Load /etc/quilt.quiltrc if ~/.quiltrc doesn\'t exist * quilt.el: Fix quilt-editable when QUILT_PATCHES_PREFIX is set * Obsoletes backup-files-restore-symbolic-links.patch * Obsoletes inspect-handle-link-in-path.patch- Refresh quilt-support-vimdiff.patch (offsets only)- Refresh suse-workaround-pseudo-release.patch (offsets only) * Wed Dec 09 2020 Jean Delvare - backup-files-restore-symbolic-links.patch: Handle git-generated patches which include symbolic link manipulation (savannah bug [#59479]).- quilt.spec: Recommend \"ed\", as the annotate command requires it. * Tue Nov 24 2020 Jean Delvare - inspect-handle-link-in-path.patch: inspect-wrapper: procfs resolves links, so we must do the same (bsc#1179023) * Fri Mar 29 2019 Jean Delvare - test-faildiff-workaround-order-bug.patch: Avoid false-positive test suite failures in the build service. * Fri Mar 29 2019 Jean Delvare - Update to version 0.66: * Add support for lzip archives and patches * Document QUILT_PC as user-settable * configure: Don\'t require md5sum * Test suite: Allow keeping the working directory on failure * Test suite: Fix /bin/sh filtering * Test suite: Run tests again if test.quiltrc changes * Test suite: Handle alternative QUILT_PATCHES values * Test suite: Increase code path coverage * Test suite: Be verbose on directory error * Test suite: Clean up when interrupted * Test suite: Prevent test cases from escaping * diff: Add missing quotes in basename call * header: Fix corruption when trailing newline is missing * mail: Remove Content-Disposition headers * mail: Complain when a patch doesn\'t exist * new: Fix corruption when trailing newline is missing * refresh: Add missing quotes in basename call * setup: Add basic support for p7zip (.7z) archives * setup: Align --fast on --slow for series files * quilt.el: Define quilt-edit-top-only before it\'s used * quilt.el: Stop using deprecated toggle-read-only * quilt.el: Don\'t strip directory in quilt-top-patch * quilt.el: Fix emacs compatibility issue * quilt.el: Read QUILT_PC from config file * guards: Mention it in quilt manual page * compat/getopt: Handle a second separator * compat/getopt: Allow non-digit parameter embedded in short option * Obsoletes mail-fix-patch-set-threading.patch * Obsoletes patch-wrapper-rpm.diff * Obsoletes perl-526.patch * Obsoletes quilt-translations.patch * Obsoletes quiltrc-support-all-patch-formats-by-default.patch- Refresh suse-workaround-pseudo-release.patch * Thu May 03 2018 jdelvareAATTsuse.de- quiltrc-support-all-patch-formats-by-default.patch: quiltrc: Support all patch formats by default (bsc#1088281). * Sun Sep 24 2017 cooloAATTsuse.com- add perl-526.patch to work with perl 5.26 * Fri Jul 21 2017 olafAATTaepfle.de- Correct fold -R helptext in german locale with quilt-translations.patch * Mon May 29 2017 jdelvareAATTsuse.de- Add missing bug number in changes file (bsc#1041323). * Fri Apr 14 2017 jdelvareAATTsuse.de- Change the rpm group. Quilt is a development tool, not a text file editor.- We don\'t need procmail to build quilt.- patch-wrapper-rpm.diff: Add a decription and upstream reference.- mail-fix-patch-set-threading.patch: mail: Fix patch set threading (regression in version 0.64, savannah bug #50775.) * Thu Nov 10 2016 jdelvareAATTsuse.de- Update to version 0.65: * Project settings have priority * Fix a race condition in diff_file * Performance: Optimizations to the setup command * Performance: Optimizations to the bash completion script * Test suite: Improve the edit test case * Test suite: Test backup failure * Test suite: Test the header command with hard links * diff: Report diff failures * mail: Fix the help text * push: Fix the synopsis * refresh: Do not remove symlinks * refresh: Break links to read-only patch files * refresh: Always preserve modification time * setup: Report failed look-ups in inspect-wrapper * quilt.el: Fix quilt-editable when patches are stored in subdirs * bash_completion: Handle spaces in file names * bash_completion: Update the list of commands * bash_completion: Add new command options * bash_completion: Fix handling of mail, new, push options * guards: Simplify the help text * guards: Include the file name also in the \"Not found\" case * guards: Add support for an external filelist in --check mode * guards: Report which config file has problem in --check mode * guards: Documentation update * guards: Clarify a user message * Obsoletes edit-01-test-file-creation.patch * Obsoletes edit-02-call-remove-not-revert.patch * Obsoletes edit-03-fix-corner-case.patch * Obsoletes translation-fixes-01.patch * Obsoletes translation-fixes-02.patch * Obsoletes translation-fixes-03.patch * Obsoletes translation-fixes-04.patch * Obsoletes reject-binary-files-in-patches.patch- Pass --sysconfdir to configure so that the configuration files are installed in the right place.- Update package description.- Refresh suse-workaround-pseudo-release.patch * Fri Sep 16 2016 jdelvareAATTsuse.de- reject-binary-files-in-patches.patch: Since diffutils version 3.4, diff no longer returns an error code for binary files. Parse the first line of the output to detect this case and raise our own error.- Remove fix-faildiff-test-for-diffutils-3.4.patch, use the upstream fix instead. * Fri Sep 09 2016 jdelvareAATTsuse.de- fix-faildiff-test-for-diffutils-3.4.patch: Since diffutils version 3.4, diff no longer returns an error code for binary files. Remove this test from faildiff.test. * Mon Feb 16 2015 jdelvareAATTsuse.deTranslation fixes:- translation-fixes-01.patch: Make gettext happy (needed so that following patches apply cleanly.)- translation-fixes-02.patch: Missing escape in Japanese translation.- translation-fixes-03.patch: Improve the German translation (including a number of important fixes.)- translation-fixes-04.patch: Fix translation of main usage message (all languages.) Fixes to the \"edit\" command:- edit-01-test-file-creation.patch: edit: Improve the test case (needed so that following patches apply cleanly.)- edit-02-call-remove-not-revert.patch: edit: Use command \"remove\" to remove files.- edit-03-fix-corner-case.patch: edit: Fix a corner case. * Mon Feb 16 2015 jdelvareAATTsuse.de- Update to version 0.64: * Performance: Several optimizations * Test suite: Several fixes and coverage improvements * Test suite: Run the tests in predictable order * files: Add support for unapplied patches * graph: Check for graphviz availability * mail: Remove procmail dependency * push: Do not use interactive mode with -f * Obsoletes dont-substitute-release.patch * Obsoletes hackweek-11-01-comment-update.patch * Obsoletes hackweek-11-02-cleanups.patch * Obsoletes hackweek-11-03-inspect-list-all-options.patch * Obsoletes hackweek-11-04-pass-through.patch * Obsoletes hackweek-11-05-no-explicit-rm.patch * Obsoletes hackweek-11-06-exclude-from-md5sums.patch * Obsoletes hackweek-11-07-normalize-path.patch * Obsoletes hackweek-11-08-inspect-split-wrapper-script.patch * Obsoletes hackweek-11-09-inspect-temporary-data-file.patch * Obsoletes hackweek-11-10-setup-fix-path-to-extra-patches.patch * Obsoletes hackweek-11-11-setup-trace-call-first.patch * Obsoletes hackweek-11-12-setup-alternative-implementation-v2.patch * Obsoletes hackweek-11-13-setup-let-normalize_path-deal-with-dot.patch * Obsoletes hackweek-11-14-setup-fix-link-creation.patch * Obsoletes hackweek-11-15-setup-missing-escape-in-normalize_path.patch * Obsoletes hackweek-11-16-setup-fix-create_symlink-corner-case.patch * Obsoletes inspect-skip-version-check.patch * Obsoletes pop-add-auto-refresh.patch * Obsoletes push-add-auto-refresh.patch * Obsoletes quilt-check-modified-series-rearm.patch * Obsoletes quilt-check-modified-series.patch * Obsoletes quilt-el-fix-patch-select-completion.patch * Obsoletes quilt-el-fix-tramp-support.patch * Obsoletes quilt-format-options-pass-through.patch * Obsoletes setup-check-for-rpmbuild.patch * Obsoletes setup-fix-tar-with-long-options.patch * Obsoletes setup-skip-version-check.patch- Refresh suse-workaround-pseudo-release.patch * Wed Feb 04 2015 jdelvareAATTsuse.de- dont-substitute-release.patch: Update upstream reference.- hackweek-11-15-setup-missing-escape-in-normalize_path.patch: setup: Fix removal of \".\" components in normalize_path.- hackweek-11-16-setup-fix-create_symlink-corner-case.patch: setup: Fix a corner case in create_symlink (boo#916007). * Wed Jan 28 2015 jdelvareAATTsuse.de- dont-substitute-release.patch: mail: Don\'t include the release number in User-Agent. * Wed Jan 28 2015 jdelvareAATTsuse.de- Update upstream references.- quilt-el-fix-tramp-support.patch: quilt-el: Fix tramp support.- quilt-el-fix-patch-select-completion.patch: quilt-el: Fix patch select completion.- hackweek-11-13-setup-let-normalize_path-deal-with-dot.patch: setup: Let normalize_path deal with \".\".- hackweek-11-14-setup-fix-link-creation.patch: setup: Fix link creation. * Mon Dec 08 2014 jdelvareAATTsuse.de- Update upstream references.- hackweek-11-11-setup-alternative-implementation.patch: Delete, replaced with new implementation.- hackweek-11-11-setup-trace-call-first.patch: inspect-wrapper: Trace calls earlier.- hackweek-11-12-setup-alternative-implementation-v2.patch: New implementation of \"setup --fast\" option. * Tue Nov 04 2014 jdelvareAATTsuse.de- quilt.spec: Only use Recommends for SUSE targets, as it was not supported upstream until very recently so it breaks the build on Fedora_18, RHEL_6 and CentOS_6. * Mon Nov 03 2014 jdelvareAATTsuse.de- quilt-check-modified-series.patch: Add upstream reference.- quilt-check-modified-series-rearm.patch: pop: Rearm consistency check if needed.- hackweek-11-01-comment-update.patch: inspect: Comment update.- hackweek-11-02-cleanups.patch: setup/inspect: Cleanups.- hackweek-11-03-inspect-list-all-options.patch: inspect: List all options in usage text.- hackweek-11-04-pass-through.patch: inspect: Pass through the wrappers when appropriate.- hackweek-11-05-no-explicit-rm.patch: inspect: Don\'t explicitly delete the temporary data file.- hackweek-11-06-exclude-from-md5sums.patch: inspect: Exclude more files from md5sums.- hackweek-11-07-normalize-path.patch: setup: Introduce function normalize_path.- hackweek-11-08-inspect-split-wrapper-script.patch: inspect: Split the patch/tar/unzip wrapper to a separate script.- hackweek-11-09-inspect-temporary-data-file.patch: inspect-wrapper: Minor code optimization.- hackweek-11-10-setup-fix-path-to-extra-patches.patch: setup: Fix path to extra patches in series file.- hackweek-11-11-setup-alternative-implementation.patch: setup: Add - -fast option. * Tue Oct 14 2014 jdelvareAATTsuse.de- quilt-check-modified-series.patch: Check for series file consistency.- setup-fix-tar-with-long-options.patch, inspect-skip-version-check.patch: Update upstream status. * Thu Oct 09 2014 jdelvareAATTsuse.de- inspect-skip-version-check.patch: Skip version check when running \"quilt setup\" on a spec file. The previous fix only worked when running \"quilt setup\" on a series file. * Wed Oct 01 2014 jdelvareAATTsuse.de- setup-fix-tar-with-long-options.patch: Update to new upstream version. This fixes handling of corner cases.- quilt-format-options-pass-through.patch, pop-add-auto-refresh.patch, push-add-auto-refresh.patch: Implement auto-refreshing when applying or unapplying patches, as suggested by Tomas Cech and Takashi Iwai. * Thu Jul 31 2014 jdelvareAATTsuse.de- setup-skip-version-check.patch: setup: Skip version check (bsc#891332).- setup-fix-tar-with-long-options.patch: inspect: Handle long options passed to tar. * Mon Jun 09 2014 jdelvareAATTsuse.de- Fix setup-check-for-rpmbuild.patch: echo was used where printf was intended (bnc#873817); also update upstream reference * Mon Jun 09 2014 jdelvareAATTsuse.de- update to 0.63 * Option -E is no longer passed to patch by default * Return 2 when there is nothing to do, contrasting with errors (ret=1) * Exit with an error when diff\'s retcode=2 (error) on patch refresh * bash_completion: cleanups and performance improvement (Savannah\'s #27111) * Add some tests to our testsuite, for a better coverage * Bug fix: Patches emptying files should work now * Bug fix: Check for duplicate patch in series (Savannah\'s [#20628]) * Obsoletes quilt-bash_completion-fix-completion-of-patch-names.patch * Obsoletes quilt-boost-the-speed-of-series-applied-and-unapplied.patch * Obsoletes quilt-enable-patch-wrapper-test.patch * Obsoletes quilt-files-return-nothing-if-there-are-no-files.patch * Obsoletes quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch * Obsoletes quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch * Obsoletes quilt-patches-optimize-processing-of-unapplied-patches.patch * Obsoletes quilt-patches-optimize-the-multiple-files-case.patch * Obsoletes quilt-refresh-fix-error-message.patch- Refresh patch-wrapper-rpm.diff- Refresh quilt-support-vimdiff.patch * Fri Apr 25 2014 jdelvareAATTsuse.de- quilt-bash_completion-fix-completion-of-patch-names.patch: Fix bash completion of patch names (bnc#872719)- quilt-boost-the-speed-of-series-applied-and-unapplied.patch: Performance boost for series, applied and unapplied commands (bnc#872719)- quilt-enable-patch-wrapper-test.patch: Re-enable testing of patch-wrapper (bnc#872719)- quilt-files-return-nothing-if-there-are-no-files.patch: Fix quilt files output when there are no files (bnc#872719)- quilt-fix-quilt-diff-z-on-files-with-spaces-in-name.patch: Fix quilt diff -z on file names including spaces (bnc#872719)- quilt-patches-fix-heuristic-for-unapplied-patches-with-timestamps.patch: Fix patches heuristic for unapplied patches with timestamps (bnc#872719)- quilt-patches-optimize-processing-of-unapplied-patches.patch, quilt-patches-optimize-the-multiple-files-case.patch: Fix performance regression in quilt patches (bnc#872719)- quilt-refresh-fix-error-message.patch: Fix refresh error message (bnc#872719) * Thu Apr 17 2014 jdelvareAATTsuse.de- setup-check-for-rpmbuild.patch: setup: Check for rpmbuild availability (bnc#873817)- Add recommends: rpmbuild (bnc#873817) * Fri Mar 21 2014 oheringAATTsuse.de- quilt requires less, unless PAGER is set * Mon Dec 09 2013 jdelvareAATTsuse.de- Recompress the source archive with bzip2 (to remove a rpmlint warning.) * Mon Dec 09 2013 jdelvareAATTsuse.de- Change bzip2 from required to recommended. Quilt works just fine without it and xz compression if becoming more popular than bzip2. * Mon Dec 09 2013 jdelvareAATTsuse.de- update to 0.61 * No new feature, but almost two years of fixes and minor improvements. * Many fixes and improvements to quilt.el (emacs integration.) * Many fixes and improvements to the setup command, which we already had as patches. * Parameter quoting fixes to many commands. * Several fixes and improvements to remove-trailing-ws, together with a dedicated test case. * Various fixes to the pop, push, refresh and patches commands. * Translation fixes and updates. * Obsoletes quilt-find-quoting-style.patch. * Obsoletes quilt-makefile-fix-configure-with-xargs.patch. * Obsoletes quilt-makefile-fix-find-perm-usage.patch. * Obsoletes quilt-setup-01-check-existing-files-after-unpack.patch. * Obsoletes quilt-setup-02-try-alternative-names.patch. * Obsoletes quilt-setup-03-remember-alternative-names.patch. * Obsoletes quilt-setup-04-handle-zip-files.patch. * Obsoletes quilt-setup-05-fix-check_for_existing_files.patch. * Obsoletes quilt-setup-06-check-for-directories-too.patch. * Obsoletes quilt-stable-rebuild.patch. * Mon Sep 30 2013 jdelvareAATTsuse.de- quilt-makefile-fix-find-perm-usage.patch: Makefile: Fix \"find - perm\" usage.- quilt-makefile-fix-configure-with-xargs.patch: Makefile: Fix support for \"./configure --with-xargs\".- quilt-find-quoting-style.patch: delete.test: Cope with new quoting style in find error message. * Fri Apr 05 2013 idonmezAATTsuse.com- Cleanup spec file- Add Source URL, see https://en.opensuse.org/SourceUrls * Fri Oct 19 2012 jdelvareAATTsuse.de- quilt.spec: Add myself as an author. * Fri Oct 19 2012 jdelvareAATTsuse.de- quilt-setup-04-handle-zip-files.patch: Refresh from upstream.- quilt-setup-05-fix-check_for_existing_files.patch: Fix handling of directory names including white spaces by check_for_existing_files.- quilt-setup-06-check-for-directories-too.patch: Check for existing directories before unpacking. * Wed Oct 17 2012 jdelvareAATTsuse.de- quilt-setup-04-handle-zip-files.patch: Let quilt setup handle zip archives referenced in spec files (bnc#768332). * Tue Oct 16 2012 jdelvareAATTsuse.de- quilt-setup-01-check-existing-files-after-unpack.patch: setup: Check for existing files after unpacking (bnc#785167).- quilt-setup-02-try-alternative-names.patch: setup: Try alternative patches/series names (bnc#785167).- quilt-setup-03-remember-alternative-names.patch: setup: Run create_db (bnc#785167). * Fri Mar 02 2012 jdelvareAATTsuse.de- Fix interaction between quilt and vimdiff (bnc#749563). * Thu Mar 01 2012 jdelvareAATTsuse.de- Fix build (/usr/lib/quilt is gone.)- Turn into a noarch package. * Thu Mar 01 2012 jdelvareAATTsuse.de- update to 0.60 * Includes a rewrite of backup-files from C to bash, making it possible to turn quilt into a noarch package. * Includes several fixes to the mail command. * Obsoletes fix-relative-import.patch. * Obsoletes grep-support-spaces.patch. * Sat Feb 25 2012 meissnerAATTsuse.de- make rebuilding stable by sorting the README reference entries. * Wed Feb 01 2012 jdelvareAATTsuse.de- Fix license string to make rpmlint happy. * Mon Jan 30 2012 jdelvareAATTsuse.de- fix-relative-import.patch: Fix import of relative patches (savannah#35244). * Sun Jan 29 2012 jdelvareAATTsuse.de- update to 0.51 * Obsoletes change-docdir-definition.patch. * Obsoletes fix-inspect.patch. * Obsoletes inspect-check-if-wrapper-executable.patch. * Obsoletes inspect-remap-outputs.patch. * Obsoletes mail-fix-delivery-address-checking.patch. * Obsoletes patchfns-non-exec.patch. * Obsoletes substitute-docdir-in-man-page.patch. * Tue Jan 17 2012 jdelvareAATTsuse.de- inspect-remap-outputs.patch, inspect-check-if-wrapper-executable.patch: inspect: Report if patch/tar wrapper can\'t be executed (quilt setup). * Fri Dec 16 2011 jdelvareAATTsuse.de- Fix two rpmlint warnings. * Fri Dec 16 2011 jdelvareAATTsuse.de- Don\'t call autoconf during build, assume configure script is already up-to-date. This avoids problems when version of autoconf is too old. * Thu Dec 15 2011 jdelvareAATTsuse.de- Delete docdir.diff, replaced with substitute-docdir-in-man-page.patch and change-docdir-definition.patch. Upstream solution for the same problem. * Wed Dec 07 2011 jdelvareAATTsuse.de- fix-inspect.patch: Fix inspect (quilt setup). * Wed Dec 07 2011 jdelvareAATTsuse.de- mail-fix-delivery-address-checking.patch: quilt mail: Fix delivery address checking. * Tue Dec 06 2011 jdelvareAATTsuse.de- update to 0.50 * Obsoletes fix-test-create-delete.diff. * Obsoletes hide-git-desc-error.diff. * Obsoletes mail-dont-use-equal-tilde.diff. * Obsoletes revert-should-not-hard-link.diff. * Obsoletes fix-fr-import-message.diff. * Obsoletes lzma-xz-support.patch, except expand part which was merged in expand.diff. * Obsoletes inspect-lzma-xz.patch. * Obsoletes fix-patch-version-detection.patch. * Obsoletes setup-add-fuzz-parameter.patch. * Obsoletes setup-support-reverse-patch.patch. * Obsoletes completion-revert.patch. * Obsoletes inspect-shell-syntax-errors.patch. * Obsoletes mail-fix-a-temporary-directory-leak.patch. * Too many upstream changes in 34 months to list.- Add missing requires: findutils.- Add recommends: xz. * Thu Dec 01 2011 jdelvareAATTsuse.de- suse-workaround-pseudo-release.patch: Filter invalid characters in release field (bnc#628258). * Thu Nov 10 2011 jdelvareAATTsuse.de- grep-support-spaces.patch: grep: Accept file names with spaces.- mail-fix-a-temporary-directory-leak.patch: mail: Fix a temporary directory leak. * Thu Nov 10 2011 pthAATTsuse.de- Newer file changed the output for xz compressed data so adapt to it. * Thu Oct 06 2011 oheringAATTsuse.de- inspect-shell-syntax-errors.patch: Quote strings in inspect helper script to avoid flood of shell syntax errors during quilt setup -v *.spec. * Tue Nov 02 2010 jdelvareAATTsuse.de- Fix bash completion after the removal of the \"remove\" command and the addition of the \"revert\" command (bnc#330753). * Mon Oct 25 2010 jdelvareAATTsuse.de- Compile quilt.el for faster emacs startup (bnc#617673). * Mon Jun 21 2010 jdelvareAATTsuse.de- fix-patch-version-detection.patch: Update so that we don\'t break the build on all older distributions. * Sun Jun 20 2010 jdelvareAATTsuse.de- setup-add-fuzz-parameter.patch: Add a --fuzz parameter to quilt setup and inspect (bnc#615073).- setup-support-reverse-patch.patch: Handle reverted patches in spec files (bnc#615065). * Wed May 19 2010 puzelAATTnovell.com- add fix-patch-version-detection.patch: fix build * Mon Dec 07 2009 jengelhAATTmedozas.de- enable parallel building * Fri Nov 27 2009 jdelvareAATTsuse.de- lzma-xz-support.patch: Add support for lzma/xz-compressed files (bnc#555273). Patch from Philipp Thomas.- inspect-lzma-xz.patch: Add support for lzma/xz-compressed files to inspect (bnc#555273).- Add dependency on \"file\", inspect (and thus \"quilt setup\") needs it. * Wed Sep 09 2009 jdelvareAATTsuse.de- Fix a French translation that was saying the exact opposite of the original message. * Wed Jul 29 2009 jdelvareAATTsuse.de- Fix data loss by quilt revert in some cases. * Tue Jun 30 2009 jdelvareAATTsuse.de- Fix test on Suse version. * Wed Jun 17 2009 jdelvareAATTsuse.de- Include /etc/bash_completion.d/quilt.sh only once in file list. * Wed Jun 17 2009 jdelvareAATTsuse.de- hide-git-desc-error.diff: Avoid error messages when building due to missing git-desc file.- mail-dont-use-equal-tilde.diff: Older versions of bash do not support the =~ construct, so stop using it. * Tue Jun 09 2009 jdelvareAATTsuse.de- update to 0.48 * Obsoletes quilt-fix-completion.diff. * Obsoletes quilt-improve-formail-error.diff.- fix-test-create-delete.diff: Fix error in create-delete.test in Factory.- Don\'t use Recommends on SLES9, rpm doesn\'t know about it there.
|
|
|