aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: b5e00c731510ef1737ff88a11112bbcd1de83095 (plain)
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
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
2007-02-16 18:42  nanardon

	* ChangeLog, configure.ac: - 1.35

2007-02-16 18:41  nanardon

	* find-requires.in: - enable pkgconfig requirement

2007-02-16 18:42  nanardon

	* ChangeLog, configure.ac: - 1.35

2007-02-16 18:41  nanardon

	* find-requires.in: - enable pkgconfig requirement

2007-02-13 23:52  nanardon

	* pkgconfigdeps.sh: - remove misplaced and not working code

2007-02-13 23:51  nanardon

	* pkgconfigdeps.sh: - call pkgconfig one time all .pc file to allow
	  to find all deps #28577

2007-02-13 23:52  nanardon

	* pkgconfigdeps.sh: - remove misplaced and not working code

2007-02-13 23:51  nanardon

	* pkgconfigdeps.sh: - call pkgconfig one time all .pc file to allow
	  to find all deps #28577

2007-02-13 23:52  nanardon

	* pkgconfigdeps.sh: - remove misplaced and not working code

2007-02-13 23:51  nanardon

	* pkgconfigdeps.sh: - call pkgconfig one time all .pc file to allow
	  to find all deps #28577

2007-02-13 22:26  nanardon

	* Makefile.am, find-provides.in, find-requires.in,
	  pkgconfigdeps.sh: - fork pkgconfig dependencies finder script

2007-02-13 22:20  nanardon

	* find-provides.in, find-requires.in: - disable libtool provides

2007-02-06 14:52  nanardon

	* find-requires.in: - fix typo in test

2007-02-06 14:49  nanardon

	* find-requires.in: Use objdump instead of ldd for devel
	  dependencies finder (#25877)

2007-02-06 14:52  nanardon

	* find-requires.in: - fix typo in test

2007-02-06 14:49  nanardon

	* find-requires.in: Use objdump instead of ldd for devel
	  dependencies finder (#25877)

2007-01-25 10:05  nanardon

	* macros.in: - remove --as-need options from optflags

2007-01-24 23:35  nanardon

	* find-provides.in, find-requires.in: - replace grep A-Z by :upper:
	  to fix matching when using utf8 locales (#23724)

2007-01-24 22:49  nanardon

	* macros.in: - implement --as-need ld option in our defaults CFLAGS
	  as suggested by #20036, but disable for now

2007-01-15 12:58  gb

	* ChangeLog: updates

2007-01-15 12:54  gb

	* configure.ac, find-requires.in: Auto-detect binary files that
	  Requires: rtld(GNU_HASH)

2007-01-15 12:54  gb

	* soft/rpm/rpm-setup/trunk/configure.ac,
	  soft/rpm/rpm-setup/trunk/find-requires.in: Auto-detect binary
	  files that Requires: rtld(GNU_HASH)

2006-11-30 16:05  pixel

	* soft/rpm/rpm-setup/trunk/macros.in: make "rpm -qa" fast (#23121)

2006-11-30 16:02  pixel

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: .spec is now
	  in build system

2006-11-30 12:39  gb

	* soft/rpm/rpm-setup/trunk/find-requires.in: Merge: exclude
	  linux-vdso64 from devel() autorequires.

2006-11-10 11:20  gb

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: let's assume
	  --without emacsspecmode implies have_emacsmodespec 0

2006-11-10 11:15  gb

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: pfff, 3 of them

2006-11-10 11:14  gb

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: fix typo

2006-11-10 11:13  gb

	* soft/rpm/rpm-setup/trunk/ChangeLog,
	  soft/rpm/rpm-setup/trunk/configure.ac: 1.31

2006-11-10 11:08  gb

	* soft/rpm/rpm-setup/trunk/rpmrc.in: optimize for cell

2006-11-10 10:58  gb

	* soft/rpm/rpm-setup/trunk/rpmrc.in: Use -mtune=generic by default
	  now

2006-11-10 11:08  gb

	* soft/rpm/rpm-setup/trunk/rpmrc.in: optimize for cell

2006-11-10 10:58  gb

	* soft/rpm/rpm-setup/trunk/rpmrc.in: Use -mtune=generic by default
	  now


2006-09-08 07:31  rafael

	* soft/rpm/rpm-setup/trunk/perl.prov: Some packages, like DB,
	  might be temporarily redefined into a perl module.
	  Don't take them into account when computing perl provides.

2006-09-06 15:27  nanardon

	* soft/rpm/rpm-setup/trunk/macros.in: - revert again mkrel commit
	  by mistake with another fix

2006-09-05 23:59  nanardon

	* soft/rpm/rpm-setup/trunk/Makefile.am: - kill rpm target

2006-09-03 18:12  nanardon

	* soft/rpm/rpm-setup/trunk/find-requires.in: - fix 25126: add
	  anchor to the regexp

2006-09-01 15:00  nanardon

	* soft/rpm/rpm-setup/trunk/ChangeLog,
	  soft/rpm/rpm-setup/trunk/configure.ac: - 1.30

2006-09-01 14:45  goetz

	* soft/rpm/rpm-setup/trunk/macros.in: remove evil line break from
	  the clean_icon_cache macro

2006-09-01 14:45  goetz

	* soft/rpm/rpm-setup/trunk/macros.in: remove evil line break from
	  the clean_icon_cache macro

2006-08-31 16:04  nanardon

	* soft/rpm/rpm-setup/trunk/configure.ac,
	  soft/rpm/rpm-setup/trunk/macros.in: - revert last change, broken
	  (thx warly)

2006-08-30 22:47  nanardon

	* soft/rpm/rpm-setup/tags/1.28,
	  soft/rpm/rpm-setup/tags/1.28/ChangeLog,
	  soft/rpm/rpm-setup/tags/1.28/configure.ac,
	  soft/rpm/rpm-setup/tags/1.28/macros.in,
	  soft/rpm/rpm-setup/trunk/ChangeLog: - tag 1.28

2006-08-30 22:41  nanardon

	* soft/rpm/rpm-setup/trunk/configure.ac: - 1.28
	* soft/rpm/rpm-setup/trunk/macros.in: - change mkrel behavior to
	  have subrel before distsuffix

2006-08-30 22:41  nanardon

	* soft/rpm/rpm-setup/trunk/configure.ac: - 1.28
	* soft/rpm/rpm-setup/trunk/macros.in: - change mkrel behavior to
	  have subrel before distsuffix

2006-08-30 14:00  nanardon

	* soft/rpm/rpm-setup/trunk/ChangeLog,
	  soft/rpm/rpm-setup/trunk/configure.ac: - 1.27

2006-08-08 08:16  rafael

	* soft/rpm/rpm-setup/trunk/perl.req: There might be a comment on a
	  "use base" line when computing perl requires
	  (bug #24193).

2006-08-08 08:16  rafael

	* soft/rpm/rpm-setup/trunk/perl.req: There might be a comment on a
	  "use base" line when computing perl requires
	  (bug #24193).

2006-07-26 11:28  nanardon

	* soft/rpm/rpm-setup/trunk/ChangeLog,
	  soft/rpm/rpm-setup/trunk/Makefile.am,
	  soft/rpm/rpm-setup/trunk/configure.ac,
	  soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: - 0.26

2006-07-26 08:29  nanardon

	* soft/rpm/rpm-setup/trunk/find-requires.in: - add
	  /usr/share/pkconfig as path where those can live

2006-07-26 08:29  nanardon

	* soft/rpm/rpm-setup/trunk/find-requires.in: - add
	  /usr/share/pkconfig as path where those can live

2006-07-26 08:29  nanardon

	* soft/rpm/rpm-setup/trunk/find-requires.in: - add
	  /usr/share/pkconfig as path where those can live

2006-07-13 09:05  blino

	* soft/rpm/rpm-setup/trunk/configure.ac: 1.25

2006-07-13 09:00  blino

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: 1.25-1mdv2007.0

2006-07-13 08:42  fcrozat

	* soft/rpm/rpm-setup/trunk/macros.in: Force also icon cache
	  generation on uninstall or removed files might be left in cache

2006-06-29 15:53  blino

	* soft/rpm/rpm-setup/trunk/Makefile.am: really log the whole
	  module, not only the ChangeLog file

2006-06-29 15:47  blino

	* soft/rpm/rpm-setup/trunk/rpm-mandriva-setup.spec: 1.24-1mdv2007.0
	* soft/rpm/rpm-setup/trunk/rpm-spec-mode.el: use %mkrel by default
	  in new spec files

2006-06-17 20:32  nanardon

	* soft/rpm/rpm-setup/trunk/ChangeLog: - update Changelog

2006-05-24 20:13  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.21

2006-05-24 20:11  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* macros.in: - new mkrel behavior

2006-05-21 04:34  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* rpmpopt: - impprove --scripts option to list also %posttrans
	  (Luca Berra)

2006-05-20 16:28  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* Makefile.am: wooops, generate ChangeLog

2006-05-20 16:26  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* Makefile.am, configure.ac, macros.in, rpm-mandriva-setup.spec: -
	  1.20

2006-05-20 14:32  Olivier Thauvin <thauvin@aerov.jussieu.fr>

	* macros.in: - remove X11R6/ dir since xorg7 deprecated it

2006-05-10 11:22  Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>

	* rpm-mandriva-setup.spec: Update .spec file

2006-05-10 11:20  Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>

	* configure.ac: 1.19

2006-05-10 11:19  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* find-provides.in, find-requires.in: Revert recent changes to
	  computation of provides/requires w.r.t .so files that are not in
	  standard paths.

2006-04-03 15:18  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.18

2006-04-03 15:09  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* find-requires.in: * Require only .so that are in standard paths *
	  Use ldd instead of objdump to get the list of required .so. This
	  enables to   get the so paths.

2006-03-25 18:32  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* rpm-mandriva-setup.spec: Update changelog with recent commit

2006-03-25 03:35  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - fix rename macro, aka don't obsolete what is
	  provided (reported by Ze)

2006-03-24 22:39  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.17

2006-03-24 22:34  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* INSTALL: Some basic build instructions

2006-03-24 19:03  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* find-provides.in: Don't provide .so files that aren't in standard
	  paths

2006-03-16 15:19  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* perl.prov: Don't search perl files for provides if they don't end
	  with .pm (because if they don't, the perl interpreter won't look
	  them up in @INC)

2006-03-16 14:36  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.16-1mdk

2006-03-16 14:13  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* filter.sh, find-requires.in, macros.in: Update OS name

2006-03-16 10:36  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* find-requires.in: Avoid the words "statically" and "linked" to
	  appear in some -devel autogenerated dependencies (bug #8231,
	  patch by Guillaume Rousse)

2006-03-14 14:28  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.15-1mdk

2006-03-14 12:42  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Set _repackage_all_erasures to 0 (this gets turned on
	  by default with rpm 4.4.5)

2006-03-05 02:58  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - add a way to disable fortify from cflags as it cause
	  some issue in some software

2006-02-09 15:38  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Forgot "sparc" in arch list

2006-02-09 15:35  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Add a macro to list all sparc-compatible archs (Per
	  Øyvind Karlsen)

2006-01-23 11:40  Pixel <pixel at mandriva.com>

	* rpm-spec-mode.el: handle increasing things like "%mkrel 2"

2006-01-21 00:09  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - remove pre flags on python requirement (helio)

2006-01-15 20:32  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.14

2006-01-15 20:27  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - add macros from Giuseppe for gcjdb

2006-01-14 00:02  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpmrc.in: - kill /etc/rpm/macros.* in macro search path

2006-01-11 19:17  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.13

2006-01-11 14:47  Michael Scherer <misc at mandriva.org>

	* macros.in: - add %py_platlibdir, %py_purelibdir and sister in
	  order to be able to use a different directory for pure python
	  package and compiled python module.  use named arg function call
	  for more readabilty and maintenability.

2006-01-10 22:11  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am: - fix error cause useless call to rpm -q --specfile
	  (gb sucks) - also dont put rpm release in cvs tag as the rpm is
	  not part   of software it self

2006-01-10 20:36  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.12

2006-01-10 20:32  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - fix typo in RequireS

2006-01-06 15:58  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.11-1mdk

2006-01-06 15:55  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Override _query_all_fmt so rpm -qa (without a --qf
	  format specification) returns the same format as with rpm 4.4.2.

2006-01-06 15:49  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Override _changelog_truncate to "3 years ago" (instead
	  of the default in rpm 4.4.4 which is only one year ago)

2006-01-05 17:33  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.10-1mdk

2006-01-05 17:26  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Add _rpmlock_path to the default macros. That's the
	  path used for the transaction fcntl lock. It comes from the rpm
	  4.4.2 default macros.

2006-01-04 15:18  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.9-1mdk

2006-01-04 14:43  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* find-debuginfo.sh: preserve setuid/setgid permissions when
	  stripping files for -debug package

2006-01-03 17:21  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* perl.req: Fix typo in comment

2006-01-01 02:28  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* find-requires.in: - rpm output to stdout if file exists, so we
	  have ignore first output in all case and keep the result only if
	  we are sure rpm exit with 0

2005-12-26 20:15  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - Fix PreReq, thanks neoclust to recall me this

2005-12-08 10:52  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* macros.in: Typo fix

2005-10-17 12:37  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.8-1mdk

2005-10-17 12:30  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* perl.req: Ignore perl version requires

2005-10-17 12:25  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* perl.req: Get correctly the Perl dependencies from "use base"

2005-10-11 14:44  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* Makefile.am: Add a --clean option to rpmbuild

2005-10-11 14:11  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.7-1mdk

2005-10-11 13:47  Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>

	* find-requires.in: Insert an automatic dependency on libperl.so
	  when building XS modules.  This fixes the root cause of bugzilla
	  #17967.

2005-10-06 18:14  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.6 (2007 material, use
	  MDK-2006_0{,-branch} for 2006)

2005-10-06 18:13  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* macros.in, rpmrc.in: enable -debug packages for 2007, build with
	  -fasynchronous-unwind-tables on x86 and -fexceptions everywhere
	  (including for C code)

2005-10-06 18:08  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* Makefile.am: cvstag facility

2005-10-06 18:02  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.5.1-1mdk

2005-10-06 17:44  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* macros.in: %_lib independent fixes to %py_* macros, use distutils

2005-09-28 21:18  Michael Scherer <misc at mandriva.org>

	* perl.req: add the proper detection of 'use base qw(Foo::Bar)'
	  construct

2005-09-22 19:54  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - fix py_libdir #18772

2005-08-26 00:52  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.5-1mdk

2005-08-26 00:51  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* macros.in, rpmrc.in: factor out common compile flags and build
	  with -D_FORTIFY_SOURCE=2

2005-08-26 00:48  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* macros.in: make generation of debug packages work again (aka fix
	  mdv split + merge from Conectiva macros)

2005-08-26 00:45  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* find-debuginfo.sh: strip shared libs too, really ship with
	  eu-strip'ed binaries & libs

2005-08-18 22:04  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - version is 1.4 vi
	  rpm-mandriva-setup.spec

2005-08-18 21:55  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.3

2005-08-18 19:31  Pascal Terjan <pterjan at mandriva.com>

	* php.req: Also fix */../* */./* *//*

2005-08-18 18:13  Pascal Terjan <pterjan at mandriva.com>

	* php.req: Don't requires files accessed with ../

2005-08-16 11:05  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* configure.ac, rpm-mandriva-setup.spec: 1.3-1mdk

2005-08-16 10:51  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* macros.in: check-multiarch-files: fix invocation and path to the
	  script as others (/usr/lib/rpm/check-*), default to not check for
	  multiarch files in 2006

2005-08-07 11:09  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.2

2005-08-07 10:00  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, find-provides.in, find-requires.in, php.prov,
	  php.req: - add php-pear auto req/prov from pld (suggested by
	  oden)

2005-08-03 11:55  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - some macro from connectiva

2005-06-27 17:09  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - add %__{chkconfig,service} macros

2005-06-25 09:43  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - requires multiarch utils

2005-06-23 04:29  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - add requirement for update

2005-06-22 14:00  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - split for dep

2005-06-17 06:50  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpmrc.in: < spturtle> can you remove -frename-registers, it might
	  fix the firefox and kde crashes reported here

2005-06-13 16:05  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: typo

2005-06-13 15:50  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.1

2005-06-13 15:44  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - provide %_package_i18n (testing) - %with %without =>
	  %_with %_without to not conflict with current rpm macro

2005-06-08 05:14  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - rpmbuild --without section - fix %with() %without()

2005-06-06 04:23  Gwenole Beauchesne <gbeauchesne at mandriva.com>

	* find-requires.in, rpm-mandriva-setup.spec: - merge from old ppc64
	  branch:   * find-requires: handle ppc64 loaders

2005-05-31 04:16  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - add %_logdir - add some macro from conectiva

2005-05-25 14:02  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 1.0

2005-05-25 13:29  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - disable automatic gpg key query on server

2005-05-13 11:23  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* find-requires.in: - add experimantal ocaml requires

2005-05-13 10:21  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in, rpmrc.in: - do not reload rpm configuration as it
	  pollute macros parsing - +k6 on ix86

2005-05-13 06:02  Pixel <pixel at mandriva.com>

	* rpm-spec-mode.el: fix rpm-increase-release-with-macros when mkrel
	  is used

2005-05-12 09:29  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - add changelog

2005-05-12 09:15  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, macros.in, rpm-mandriva-setup.spec: - 0.8 (fix
	  %_localstatedir)

2005-05-12 08:36  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 0.7 (provide emacs spec
	  mode)

2005-05-10 12:06  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 0.6

2005-05-10 06:03  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: - %_libexecdir == %_libdir

2005-05-09 12:26  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am: - fix make rpm

2005-05-09 12:25  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - add changelog

2005-05-09 12:16  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec,
	  rpmrc.in: - handle pentium computer

2005-05-08 17:57  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, rpm-mandriva-setup.spec, rpmrc.in: - add make
	  ChangeLog - 0.4 final

2005-05-08 17:06  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* README: - add README

2005-05-06 10:11  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - 0.4

2005-05-06 10:07  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpmpopt: - fix popt alias

2005-05-06 06:57  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* macros.in: build_sysmacrospath take %name if no name

2005-05-03 10:19  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* ltmain.sh, rpm-mandriva-setup.spec: - 0.3

2005-05-03 10:06  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, rpm-mandriva-setup.spec, rpm-spec-mode.el, rpmrc.in:
	  - add emacs mode spec - update requres - read /etc/rpm/macros.*

2005-05-01 23:51  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, rpm-mandriva-setup.spec: - in way to 0.3

2005-05-01 23:46  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpm-mandriva-setup.spec: - 0.2

2005-05-01 23:45  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* configure.ac, make_macrosfiles.sh.in, rpm-mandriva-setup.spec: -
	  fix optflags

2005-05-01 02:44  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* rpmpopt: - really add rpmpopt

2005-05-01 02:41  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, configure.ac, macros-perarch.in, macros.in,
	  make_macrosfiles.sh.in, rpmrc.in: - add rpmpopt - fix optflags in
	  macros

2005-04-29 05:14  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, Makefile.in, brp-compress, brp-strip-static-archive,
	  configure.ac, http.req, macros.in, magic.prov, magic.req,
	  perl.prov, perl.req, rpm-mandriva-setup.spec, rpmrc.in: - remove
	  Makefile.in from cvs - more scripts - version is 0.1 (in way) -
	  use spec-helper at time

2005-04-28 20:16  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* Makefile.am, Makefile.in, macros.in, rpmrc.in: - update mkrel -
	  include rpm rpmrc in our rpmrc - minor fixes

2005-04-27 04:06  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* find-requires.in, find-provides.in: - fix tr call for mono
	  req/prov

2005-04-27 01:25  Olivier Thauvin <thauvin at aerov.jussieu.fr>

	* AUTHORS, COPYING, INSTALL, Makefile.am, Makefile.in, NEWS,
	  README, brp-compress, brp-strip, brp-strip-comment-note,
	  configure.ac, filter.sh, find-debuginfo.sh, find-lang.sh,
	  find-provides.in, find-provides.perl.in, find-requires.in,
	  install-sh, ltmain.sh, macros-perarch.in, macros.in,
	  make_macrosfiles.sh.in, rpm-mandriva-setup.spec, rpmrc.in: -
	  import