Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: quilt | Distribution: openSUSE Leap 15.2 |
Version: 0.65 | Vendor: openSUSE |
Release: lp152.4.2 | Build date: Sat Sep 21 08:15:01 2019 |
Group: Development/Tools/Version Control | Build host: lamb17 |
Size: 669016 | Source RPM: quilt-0.65-lp152.4.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://savannah.nongnu.org/projects/quilt | |
Summary: A Tool for Working with Many Patches |
Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes. Patches can be applied, un-applied, refreshed, and more.
GPL-2.0+
* Sun Sep 24 2017 coolo@suse.com - add perl-526.patch to work with perl 5.26 * Fri Jul 21 2017 olaf@aepfle.de - Correct fold -R helptext in german locale with quilt-translations.patch * Mon May 29 2017 jdelvare@suse.de - Add missing bug number in changes file (bsc#1041323). * Fri Apr 14 2017 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.de Translation 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 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.de - dont-substitute-release.patch: mail: Don't include the release number in User-Agent. * Wed Jan 28 2015 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.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 jdelvare@suse.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.
/etc/bash_completion.d/quilt.sh /etc/quilt.quiltrc /usr/bin/guards /usr/bin/quilt /usr/share/doc/packages/quilt /usr/share/doc/packages/quilt/README /usr/share/doc/packages/quilt/README.MAIL /usr/share/doc/packages/quilt/quilt.pdf /usr/share/emacs /usr/share/emacs/site-lisp /usr/share/emacs/site-lisp/quilt.el /usr/share/emacs/site-lisp/quilt.elc /usr/share/emacs/site-lisp/suse-start-quilt-mode.el /usr/share/locale/de/LC_MESSAGES/quilt.mo /usr/share/locale/fr/LC_MESSAGES/quilt.mo /usr/share/locale/ja/LC_MESSAGES/quilt.mo /usr/share/locale/ru/LC_MESSAGES/quilt.mo /usr/share/man/man1/guards.1.gz /usr/share/man/man1/quilt.1.gz /usr/share/quilt /usr/share/quilt/add /usr/share/quilt/annotate /usr/share/quilt/applied /usr/share/quilt/compat /usr/share/quilt/compat/diffstat /usr/share/quilt/compat/rpmbuild /usr/share/quilt/compat/sendmail /usr/share/quilt/delete /usr/share/quilt/diff /usr/share/quilt/edit /usr/share/quilt/expand /usr/share/quilt/files /usr/share/quilt/fold /usr/share/quilt/fork /usr/share/quilt/graph /usr/share/quilt/grep /usr/share/quilt/header /usr/share/quilt/import /usr/share/quilt/mail /usr/share/quilt/new /usr/share/quilt/next /usr/share/quilt/patches /usr/share/quilt/pop /usr/share/quilt/previous /usr/share/quilt/push /usr/share/quilt/refresh /usr/share/quilt/remove /usr/share/quilt/rename /usr/share/quilt/revert /usr/share/quilt/scripts /usr/share/quilt/scripts/backup-files /usr/share/quilt/scripts/dependency-graph /usr/share/quilt/scripts/edmail /usr/share/quilt/scripts/inspect-wrapper /usr/share/quilt/scripts/patchfns /usr/share/quilt/scripts/remove-trailing-ws /usr/share/quilt/scripts/utilfns /usr/share/quilt/series /usr/share/quilt/setup /usr/share/quilt/snapshot /usr/share/quilt/top /usr/share/quilt/unapplied /usr/share/quilt/upgrade /usr/share/quilt/vi /usr/share/quilt/wrapper /usr/share/quilt/wrapper/patch
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 11:27:19 2024