~ubuntu-dev/ubuntu/lucid/quilt/lucid-201002110858

« back to all changes in this revision

Viewing changes to quilt.spec

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2005-03-23 11:10:07 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323111007-p47150ucnnuyc07p
Tags: 0.39-2
* Pass -p $opt_strip_level option to diffstat in refresh command.
  (Closes: #298785)
* fixes from upstream cvs:
  - Add a missing "exit 1" to quilt/fold.in when no patches are applied.
  - typo in graph help message
  

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
Summary:        Scripts for working with series of patches
7
7
License:        GPL
8
8
Group:          Productivity/Text/Utilities
9
 
Version:        0.37
 
9
Version:        0.39
10
10
Release:        1
11
11
Requires:       coreutils diffutils patch gzip bzip2 perl mktemp gettext
12
12
Autoreqprov:    off
54
54
%doc %{_docdir}/%{name}-%{version}/quilt.pdf
55
55
 
56
56
%changelog
 
57
* jeu f�v 10 2005 - agruen@suse.de
 
58
- quilt remove: Update restored file's timestamp. Also, some uses
 
59
  caused a subsequent ``quilt diff -z'' to fail: we must mark
 
60
  the patch as dirty after removing files.
 
61
- test/run: adjust to terminal width.
 
62
- Bump version to 0.39.
 
63
* dim f�v 06 2005 - agruen@suse.de
 
64
- Update of the Japanese translation from Yasushi SHOJI
 
65
  <yashi@atmark-techno.com> -- thank you.
 
66
- Don't leak so many temporary files in the push command.
 
67
- Include command names in tempfile names to find leaks more easily.
 
68
* mer f�v 02 2005 - agruen@suse.de
 
69
- Fix date calculation bug with some versions of GNU date.
 
70
* mer f�v 02 2005 - agruen@suse.de
 
71
- Use color defaults so that QUILT_COLORS can be used to only
 
72
  override some colors.
 
73
- When checking for remaining changes (refresh forgotten), use
 
74
  $QUILT_PATCH_OPTS as in the push command to get identical
 
75
  results. Don't generate the actually diff; it doesn't get
 
76
  printed anyway. This should speed things up.
 
77
* jeu jan 27 2005 - agruen@suse.de
 
78
- lib/backup-files.c: Remove unused command line option and
 
79
  document the remaining options.
 
80
- quilt/pop.in: Colorize this as well:
 
81
  "Patch attempted to create file *, which already exists."
 
82
  "can't find file to patch at input line *"
 
83
  "* out of * hunk ignored"
 
84
* mar jan 25 2005 - agruen@suse.de
 
85
- Fix pop command for recent coreutils (cp dir dir2/ no longer
 
86
  works if dir2 doesn't yet exist).
 
87
* dim jan 23 2005 - agruen@suse.de
 
88
- Add color support for push command output and allow to customize
 
89
  colors via the QUILT_COLORS environment variable (for reverse
 
90
  video, etc.).
 
91
* dim jan 23 2005 - agruen@suse.de
 
92
- Add mail command, doc/README.MAIL and example ``mail'' command
 
93
  filter in quilt.quiltrc.
 
94
- Bump version to 0.38.
 
95
* ven jan 21 2005 - agruen@suse.de
 
96
- Add a missing find_patch call in the files command.
 
97
* jeu jan 20 2005 - mquinson@debian.org
 
98
- fix the bash completion file: 
 
99
  - does not complete on dir anymore, just files.
 
100
  - use string comparison when dealing with BASH_VERSION, it may contain
 
101
    letters.
 
102
* mar jan 11 2005 - agruen@suse.de
 
103
- Add a default /etc/quilt.quiltrc file that is sourced if no
 
104
  ~/.quiltrc file exists.
 
105
* ven nov 19 2004 - agruen@suse.de
 
106
- Push command: Write out output of patch process immediately
 
107
  instead of reading into a variable and then printing that
 
108
  variable. This helps to see what's happening with large patches.
 
109
* lun nov 15 2004 - agruen@suse.de
 
110
- Get rid of the apatch and rpatch helper scripts: Integrate them
 
111
  in the push and pop commands. This should bring a small
 
112
  performance improvement.
 
113
* lun nov 08 2004 - agruen@suse.de
 
114
- Fix extra trailing space in series file after quilt refresh
 
115
  (David Vrabel <dvrabel@arcom.com>).
 
116
- Missing quotation in bash_completion
 
117
  (Axel Grossklaus <ag@pre-secure.de>).
 
118
- Fix patches command (Brent Casavant <bcasavan@sgi.com>).
57
119
* dim oct 17 2004 - agruen@suse.de
58
120
- When applying a patch with -q and without -f no (individual)
59
121
  reject files are created, and the "patching file" comments
60
122
  are missing as well. In that case, we don't know wich files the
61
123
  "-- saving rejects to file /tmp/foo" comments belong to, and we
62
 
  can't fic them up. Remove them, instead.
 
124
  can't fix them up. Remove them, instead.
63
125
- Pop command: Touch files after they are restored so that tools
64
126
  like make don't get confused.
65
127
- Add a missing print_patch call (cosmetic).
72
134
- Push command: Without -f or --leave-rejects, when applying a
73
135
  patch failed, the *.rej files were not removed properly. Change
74
136
  the code so that they won't be created in the working tree in
75
 
  the first place this case.
 
137
  the first place in this case.
76
138
- test/run script: Oops, the previous commit was not the latest
77
139
  version.
78
140
- Fix the version check in bash_completion for bash 3.