aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
blob: fd528d90b7ba30c82cf53b81186921724f73f14e (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
Version 1.109 - ?? ??????? 2010, by ???
- fix build with rpm 5.3

Version 1.108 - 16 October 2010, by Per Øyvind Karlsen
- add gem_helper.rb and it's corresponding macros %gem_unpack, %gem_build &
  gem_install for simplifying & streamlining ruby gem packaging.
 
Version 1.107 -  9 September 2010, by Per Øyvind Karlsen
- enable automatic dependency extraction for ruby gems

Version 1.106 - 16 July 2010, by Jerome Quelin
- extract perl module version when $Full::Package::VERSION is set

Version 1.105 - 14 July 2010, by Jerome Quelin
- support to extract perl runtime requires from meta spec 2

Version 1.104 - 27 April 2010, by Christophe Fergeau
- revert previous '-g' addition when stripping shared libraries since it 
  increases shared library sizes by 10 to 20% for no good reason

Version 1.103 - 16 April 2010, by Per Øyvind Karlsen
- strip shared libraries with the '-g' option

Version 1.102 -  8 April 2010, by Michael Scherer
- do not requires python 2.X branch rpm for python 3.X modules, 
  requires instead python 3.X interpreter

Version 1.101 - 26 March 2010, by Jerome Quelin
- fix find-requires to call perl.req-from-meta with the correct meta
  file when there are multiple meta file in the package

Version 1.100 - 14 March 2010, by Jerome Quelin
- fix find-requires to look for correct meta.yml before calling
  perl.req-from-meta
- make perl.prov skip comment lines

Version 1.99 -  9 March 2010, by Per Øyvind Karlsen
- allow for for only stripping files without creating debug package contents by
  setting DISABLE_DEBUG environment variable.

Version 1.98 -  5 March 2010, by Per Øyvind Karlsen
- Update find-debuginfo.sh from upstream
- new script: perl.req-from-meta (jquelin)

Version 1.97 - 12 December 2009, by Anssi Hannula
- fix package build when the debug package is empty (regression introduded in
  1.96)

Version 1.96 - 10 December 2009, by Anssi Hannula
- fix perl.prov to assign versions to provides when the version is declared
  with 'our' or 'my' keyword, or when it is prepended with code
  (Jérôme Quelin)
- replace %sunsparc with %sparc & %sparcx (from rpm5.org, Per Øyvind Karlsen)
- support ELF executables only as a.out has been deprecated since ages
  ago (fixes objdump 'File format not recognized' errors) (Per Øyvind Karlsen)
- don't try finding debug files in buildroot when there's none
  (Per Øyvind Karlsen)

Version 1.95 - 25 September 2009, by Olivier Blin
- MIPS and ARM support (from Arnaud Patard):
  o add mipsel support
  o introduce CANONTARGETGNU, to be able to use -gnueabi for ARM
  o add arm support and use -gnueabi instead of -gnu

Version 1.94 - 8 August 2009, by Anssi Hannula
- update perl_convert_version to keep alphabetic tail in version number
  (Luca Berra)

Version 1.93 - 28 July 2009, by Christophe Fergeau
- update perl_convert_version macro (Jérôme Quelin)

Version 1.92 - 9 July 2009, by Christophe Fergeau 
- making sure automatic provides & requires for perl package are using the
  new macro %perl_convert_version (jquelin)
- rpm5 fixes (peroyvind)

Version 1.91 - 3 February 2009, by Christophe Fergeau
- build.macros.in
  o add new perl_convert_version macro to convert cpan version to rpm version
- git-repository--after-tarball:
  o commit the tarball with user "unknown author <cooker@mandrivalinux.org>"
  o commit the tarball using the tarball's modification time

Version 1.90 - 29 January 2009, by Pixel

- call patch with -U (aka --unified-reject-files)

Version 1.89 - 29 January 2009, by Pixel

- when %_with_git_repository is set, define %_after_setup and %_patch to use
  the new scripts git-repository--after-tarball and git-repository--apply-patch

Version 1.88 - 7 January 2009, by Christophe Fergeau

- fix ugly warning during invocation of php.req
- RPM5 fixes