Commit Graph

144 Commits

Author SHA256 Message Date
7df8bf1a78 Accepting request 1166315 from devel:tools:scm
- Update to version 0.68.
- Drop the non-upstream "expand" command.
- Recommend unzip and zstd.

OBS-URL: https://build.opensuse.org/request/show/1166315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=77
2024-04-09 14:47:55 +00:00
Jean Delvare
1b0d1a11a6 Mention test-faildiff-workaround-order-bug.patch removal in the
changelog

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=134
2024-04-08 08:07:05 +00:00
Jean Delvare
23b68807db Delete stray patch test-faildiff-workaround-order-bug.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=133
2024-03-28 21:28:42 +00:00
Jean Delvare
1195311589 - Update to version 0.68:
* Add support for zstd archives
  * Documentation: Massive formatting update of the manual page
  * Documentation: Reword some sections of the manual page
  * Fix compatibility with GNU awk version 5.0.0 and later
  * Test suite: Fix various race conditions (savannah#63651)
  * patches: Find file name with a space in unapplied patches
    (savannah#41708)
  * pop: Hint at diff -z on failure
  * setup: Better explain the limitation of spec file support
  * Obsoletes avoid-warnings-with-grep-3.8.patch
  * Obsoletes setup-document-the-limitation-of-spec-file-support.patch
- Drop expand.diff. This extra command was written 19 years ago
  but was never added upstream, and recent upstream changes broke
  it. I never used it, I think we can live without it. If anyone
  really misses the functionality then the patch should be sent
  upstream and get properly reviewed there.
- Recommend unzip, as the setup command may need it (bsc#1201950).
- Recommend zstd when available, now that it is supported.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=132
2024-03-28 14:02:41 +00:00
8d2e6c7d6d Accepting request 1151866 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1151866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=76
2024-02-26 18:50:05 +00:00
Jean Delvare
bf96bf5b73 Accepting request 1148074 from home:dimstar:rpm4.20:q
Prepare for RPM 4.20

OBS-URL: https://build.opensuse.org/request/show/1148074
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=130
2024-02-26 16:51:27 +00:00
49be3e2937 Accepting request 1008647 from devel:tools:scm
Document the fact that "quilt setup" does not support arbitrary %prep sections and some adjustments to the spec file may be  needed (boo#1203791).

OBS-URL: https://build.opensuse.org/request/show/1008647
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=75
2022-10-10 16:43:30 +00:00
Jean Delvare
2d65717368 - setup-document-the-limitation-of-spec-file-support.patch:
Document the fact that "quilt setup" does not support arbitrary
  %prep sections and some adjustments to the spec file may be
  needed (boo#1203791).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=128
2022-10-06 16:59:23 +00:00
09495e2c88 Accepting request 1002352 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1002352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=74
2022-09-10 18:17:14 +00:00
Jean Delvare
25d0a28ff4 Accepting request 1002348 from home:AndreasStieger:branches:devel:tools:scm
boo#1203230

OBS-URL: https://build.opensuse.org/request/show/1002348
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=126
2022-09-09 18:14:32 +00:00
Jean Delvare
d9b65a04bf - avoid-warnings-with-grep-3.8.patch: Avoid warnings with grep
3.8. GNU grep version 3.8 became more strict about needless
  quoting in patterns. There was an occurrence of that in quilt,
  which broke the test suite (boo#203230).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=125
2022-09-09 08:23:01 +00:00
73ade18cda Accepting request 955039 from devel:tools:scm
- 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

OBS-URL: https://build.opensuse.org/request/show/955039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=73
2022-02-16 23:30:09 +00:00
Jean Delvare
a99b97f01e - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=124
2022-02-15 14:13:49 +00:00
29f59bb6ee Accepting request 854526 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/854526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=72
2020-12-12 19:27:23 +00:00
Jean Delvare
e20259161f Accepting request 854517 from home:jdelvare:branches:devel:tools:scm
- Handle git-generated patches which include symbolic link manipulation (savannah bug
  #59479).
- quilt setup: procfs resolves links, so we must do the same (bsc#1179023).
- quilt.spec: Recommend "ed", as the annotate command requires it.

OBS-URL: https://build.opensuse.org/request/show/854517
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=122
2020-12-10 10:38:09 +00:00
898df13e4e Accepting request 689914 from devel:tools:scm
Update to version 0.66

OBS-URL: https://build.opensuse.org/request/show/689914
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=71
2019-04-02 07:16:38 +00:00
Jean Delvare
dd80d0fbdc Avoid false-positive test suite failures in the build service
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=120
2019-03-29 16:07:39 +00:00
Jean Delvare
f1e625dd6f Update to version 0.66
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=119
2019-03-29 15:43:05 +00:00
8e28406b47 Accepting request 603634 from devel:tools:scm
- quiltrc-support-all-patch-formats-by-default.patch: quiltrc:
  Support all patch formats by default (bsc#1088281).

OBS-URL: https://build.opensuse.org/request/show/603634
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=70
2018-05-06 13:00:17 +00:00
Jean Delvare
e61f46106e - quiltrc-support-all-patch-formats-by-default.patch: quiltrc:
Support all patch formats by default (bsc#1088281).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=117
2018-05-03 06:59:27 +00:00
a57a4ae4ec Accepting request 528751 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/528751
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=69
2017-10-02 14:45:10 +00:00
Martin Pluskal
4b8fc44357 Accepting request 528506 from home:coolo:branches:openSUSE:Factory
- add perl-526.patch to work with perl 5.26

OBS-URL: https://build.opensuse.org/request/show/528506
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=115
2017-09-26 09:21:51 +00:00
cc2773129f Accepting request 512346 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/512346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=68
2017-08-08 09:57:13 +00:00
cc5370c3c1 Accepting request 512286 from home:olh:branches:devel:tools:scm
- Correct fold -R helptext in german locale with quilt-translations.patch

OBS-URL: https://build.opensuse.org/request/show/512286
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=113
2017-07-24 18:52:50 +00:00
740b97972f Accepting request 501141 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/501141
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=67
2017-06-05 16:50:57 +00:00
Jean Delvare
96ddb844b5 Add missing bug number in changes file (bsc#1041323).
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=111
2017-05-29 11:28:02 +00:00
20e0909465 Accepting request 489824 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/489824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=66
2017-04-28 07:11:07 +00:00
Jean Delvare
cdc9871e24 - 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.)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=109
2017-04-14 12:22:23 +00:00
ebcc43345c Accepting request 439564 from devel:tools:scm
Update to version 0.65

OBS-URL: https://build.opensuse.org/request/show/439564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=65
2016-11-11 13:32:15 +00:00
Jean Delvare
b12d858889 Use "*" for second level bullet points.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=107
2016-11-10 15:27:41 +00:00
Jean Delvare
933e1b1040 - Update to version 0.65.
- Pass --sysconfdir to configure so that the configuration files
  are installed in the right place.
- Update package description.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=106
2016-11-10 09:51:12 +00:00
19de1e7415 Accepting request 431137 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/431137
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=64
2016-10-04 13:46:35 +00:00
6906bd43e6 Accepting request 428090 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/428090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=63
2016-09-21 16:24:24 +00:00
Jean Delvare
bc7880d7d1 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=103
2016-09-16 09:38:00 +00:00
Jean Delvare
c080af6ad9 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=102
2016-09-09 09:06:36 +00:00
b1a4d120eb Accepting request 287372 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/287372
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=62
2015-02-27 10:06:35 +00:00
Jean Delvare
926d874848 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=100
2015-02-16 16:29:50 +00:00
Jean Delvare
d36bae17c2 - Update to version 0.64:
o Performance: Several optimizations
  o Test suite: Several fixes and coverage improvements
  o Test suite: Run the tests in predictable order
  o files: Add support for unapplied patches
  o graph: Check for graphviz availability
  o mail: Remove procmail dependency
  o push: Do not use interactive mode with -f
  o Obsoletes dont-substitute-release.patch
  o Obsoletes hackweek-11-*.patch
  o Obsoletes inspect-skip-version-check.patch
  o Obsoletes pop-add-auto-refresh.patch
  o Obsoletes push-add-auto-refresh.patch
  o Obsoletes quilt-check-modified-series-rearm.patch
  o Obsoletes quilt-check-modified-series.patch
  o Obsoletes quilt-el-fix-patch-select-completion.patch
  o Obsoletes quilt-el-fix-tramp-support.patch
  o Obsoletes quilt-format-options-pass-through.patch
  o Obsoletes setup-check-for-rpmbuild.patch
  o Obsoletes setup-fix-tar-with-long-options.patch
  o Obsoletes setup-skip-version-check.patch
- Refresh suse-workaround-pseudo-release.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=99
2015-02-16 15:03:39 +00:00
62823ad4ae Accepting request 285522 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/285522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=61
2015-02-13 07:33:58 +00:00
Jean Delvare
55496ece1a - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=97
2015-02-04 07:55:16 +00:00
d331ad3953 Accepting request 283317 from devel:tools:scm
- 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.
- dont-substitute-release.patch: mail: Don't include the release
  number in User-Agent.

OBS-URL: https://build.opensuse.org/request/show/283317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=60
2015-01-30 22:57:30 +00:00
Jean Delvare
c6d5b75624 - dont-substitute-release.patch: mail: Don't include the release
number in User-Agent.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=95
2015-01-28 13:45:38 +00:00
Jean Delvare
8e412d713e - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=94
2015-01-28 10:58:31 +00:00
f5ed82e3f0 Accepting request 264682 from devel:tools:scm
1

OBS-URL: https://build.opensuse.org/request/show/264682
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=59
2014-12-17 18:17:58 +00:00
825d1e273d Accepting request 264454 from home:jdelvare:branches:devel:tools:scm
- Fix the series file consistency checker
- Many fixes and improvements to the setup command
- New option --fast for quilt setup (hackweek project)

OBS-URL: https://build.opensuse.org/request/show/264454
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=92
2014-12-10 16:05:56 +00:00
Stephan Kulow
bfaea0585e Accepting request 257865 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/257865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=58
2014-10-31 17:27:05 +00:00
Jean Delvare
3c53d6a630 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=90
2014-10-14 11:10:05 +00:00
Stephan Kulow
989d975333 Accepting request 254707 from devel:tools:scm
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/254707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=57
2014-10-11 17:25:52 +00:00
Jean Delvare
7011886a19 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=88
2014-10-09 13:02:55 +00:00
Jean Delvare
6eadc9fdeb - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/quilt?expand=0&rev=87
2014-10-01 12:15:16 +00:00