1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
|
2006-01-18 11:42 Michael Scherer <mscherer at mandrake.org>
* Makefile: Correct changelog generation
2006-01-18 11:39 Michael Scherer <mscherer at mandrake.org>
* Makefile: Fix name of Makefile
2006-01-17 11:56 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use a dedicated module instead of running the
file command, in order to fix gtkhtml downloading problem ( as
the regexp was also matching on the name ), problem spoted by
goetz.
2006-01-09 11:05 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - do not use hardcoded %packager tag in spec file
if present
2006-01-09 11:04 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - factorisation of packager email retrieval in a
function called get_email
2005-12-16 17:43 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - do not try to install '(none)' as
buildRequires, and do not run the script if nothing need to be
installed.
2005-12-12 16:51 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use shell_quote for installbuildrequires and
execafterbuild
2005-12-12 16:50 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix bug when the source use a %{url} tag, like
udev.spec ( 1.136 ), thanks blino
2005-12-09 15:15 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - Do not stop when a file with the same name of
the package exist in current directory ( thanks blino )
2005-12-06 16:17 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add --nodownload ( oden request ) - remove some
tests on config{nobuild} that no one can explain
2005-12-05 11:24 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - if epoch is set in spec, add it to the
changelog too (oden request , bug #20007 )
2005-12-05 11:21 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use RPM4 instead of Hdlist
2005-11-10 16:50 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - remove obsolete, inflexible and surely unused
option --deps
2005-11-10 11:57 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add installbuildrequires option, that will run
a command that install buildrequires before updating the rpm
2005-10-20 11:00 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use rmtree instead of rm_rf ( to not depend on
Mdk::Common )
2005-10-10 23:05 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - remove deps on Mdk::Common and use
File::Basename
2005-10-10 23:00 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add return code - revert previous removal ( i
didn't test the good version )
2005-10-10 22:08 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - remove use module import
2005-10-06 17:53 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.spec: fix url, description and changelog
2005-10-06 17:49 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.spec: fix sources and installation
2005-10-06 17:45 Guillaume Rousse <guillomovitch at mandriva.org>
* Makefile: add ChangeLog.rpmbuildupdate
2005-10-06 17:42 Guillaume Rousse <guillomovitch at mandriva.org>
* Makefile: fix changelog target
2005-10-06 17:37 Guillaume Rousse <guillomovitch at mandriva.org>
* Makefile, rpmbuildupdate.spec: split rpmbuildupdate out
2005-09-11 02:11 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: Mandriva
2005-09-01 15:40 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add .tar.Z to the list of extension to download
and test ( buchan request )
2005-08-27 21:32 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix parsing of file with macro that contains a
tag ( like cyrus-imapd.spec, 1.29 , 2nd line of macro :
%{?!mdkversion: %define mdkversion %(perl -pe
'/(\\d+)\.(\\d)\.?(\\d)?/; $_="$1$2".($3||0)'
/etc/mandrake-release)} ).
2005-04-19 10:17 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - new sourceforge mirror, thanks to Götz Waschk
2005-04-01 22:27 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix %mkrel still being incremented when a new
version is build.
2005-04-01 22:13 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix cvs Id expansion
2005-04-01 19:13 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use perl-hdlist - fix for %( macro - do not
mess with Tab - add a cvs id
2005-02-24 09:51 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - %mkrel integration
2005-02-12 20:27 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use new bzme option in rpmbuildupdate to force
compression
2005-02-10 16:42 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - still try to download, even for rebuild ( in
case we only supply a spec file )
2005-02-07 17:51 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate, rpmbuildupdate.bash-completion: - new option
execafterbuild, to run a script after build the rpm - add the
proper credit - version 0.5
2005-02-07 16:26 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - do not hardcode path ( buchan idea )
2005-01-28 23:23 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.bash-completion: also complete on local files
2005-01-09 19:33 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: cleanup usage
2005-01-09 19:30 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: regexp cleanup
2005-01-09 19:15 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: don't attempt to download files for simple
rebuilds
2005-01-09 18:56 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.bash-completion: options sync
2005-01-09 18:54 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: cleanup main function and removed useless options
2005-01-09 16:54 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: sanitize indentation and args passing
2004-12-29 23:28 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: --execute option
2004-12-05 00:11 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix bug when %%changelog is present in the spec
file
2004-11-28 23:34 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.bash-completion: new options complete on rpm name
2004-11-28 23:07 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate: use .rpmbuildupdaterc as personal configuration
file
2004-11-12 19:41 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - fix the usage of spec file with a regular path
is given. - add more magic for project hosted on gna and other
sourceforgelike sites.
2004-10-25 22:44 Guillaume Rousse <guillomovitch at mandriva.org>
* rpmbuildupdate.bash-completion: first import
2004-10-25 06:07 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add --rpmoption, to provides options when
rebuilding - fix some escaping issue - remove old comment
2004-10-24 19:31 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - DWIM, ie autodetection of the argument ( if a
spec, build from spec, etc )
2004-10-24 19:08 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - allow to build from a spec file - add noupdate,
to not modify the specfile - allow multiple SRPM dir for --srpms
- add berlios.de autodetection - remove some dead code
2004-10-09 02:04 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - allows to give a relative path to --src
2004-10-09 01:52 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - some perl_checker fix - allow to update php
code ( no tarball in the spec )
2004-09-05 04:53 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - do not replace %{release} if it used in the
Release: tag.
2004-09-05 02:04 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - perl_checker fix, remove obsolete construct (
&func ) - rebuild the package if no new version is given - add
two config file ( /etc/rpmbuildupdate.conf and
~/.rpmbuildupdate.conf ) - add a new mirror to sourceforge ( ovh,
france ) - keep prefix (ie plfawarness ) - add a changelog option
to use another changelog message - check if options are valid and
show help if not - do not use %packager if not defined
2004-08-30 17:17 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - use rpm --eval , pterjan idea
2004-08-17 13:35 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - better autodetection of sourceforge url.
2004-05-14 16:29 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - add a test to not try to bzip2 error html pages
2004-05-13 18:27 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - replace ` and system with perl function. -
replace some regexp by basename. - remove useless wait ( system
already do 'wait', in perl ).
2004-05-07 14:59 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - do a chmod 644 on source tarball before
building ( Goetz Waschk idea )
2004-05-06 16:23 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: add --log option
2004-05-06 07:49 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: really install depenencies
2004-05-05 22:30 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: fixed rpmmon
2004-05-04 17:25 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - try to detect sources url with Url tag if
Source not present - some code factorisation
2004-05-04 15:50 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: fixed some regexp causing problems when a
whitespace is present at the end of the lines for spec files
variables
2004-04-18 14:02 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: use nodeps to avoid failure when a dependency
isn't present when building the src.rpm.
2004-04-09 16:30 Michael Scherer <mscherer at mandrake.org>
* rpmbuildupdate: - added support to fetch and build tarballs
directly from subversion repository - added support for https
server - test the return values of system and die if any error -
workaround webserver using mod_spel and thus returning a webpage
instead of 404 - code cleanup
2004-04-06 11:37 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: create a date in the changelog entry that is
compatible with emacs rpm-spec mode.
2004-04-06 10:57 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: added GNOME magic
2004-04-05 22:50 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: correctly handle .gz in redhat package support
Release tag not in a macro
2004-03-07 22:53 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: added support for sourceforge mirrors
2004-03-07 21:47 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: allow to specify rpm top directory switch from
rawhide to fedora
2004-02-28 13:25 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: use getpwuid instead of directly parsing passwd
to support NIS
2003-08-28 17:09 Julien Danjou
* rpmbuildupdate: --deps now works
2003-08-26 15:23 Julien Danjou
* rpmbuildupdate: More comments :)
2003-08-06 15:35 Julien Danjou
* rpmbuildupdate: Add --nosource and --deps
2003-08-05 17:35 Julien Danjou
* rpmbuildupdate: fix some bugs
2003-07-18 11:59 Julien Danjou
* rpmbuildupdate: Adding Rawhide mode some fixes
2003-07-15 10:26 Julien Danjou
* rpmbuildupdate: Remove exit()
2003-07-11 16:40 Julien Danjou
* rpmbuildupdate: version 0.2
2003-07-11 08:55 Frederic Lepied <flepied at mandriva.com>
* rpmbuildupdate: put the default mount point like on the
compilation cluster. use %_topdir to find the root of the rpm
tree. use bzme to transform .gz in .bz2.
2003-07-08 16:54 uid634
* rpmbuildupdate: Script for auto building up to date RPMs
|