Version 1.130 - 14 July 2011, by Per Øyvind Karlsen

- add a EXCLUDE_FROM_FULL_STRIP environment variable to find-debuginfo.sh, so
  that we can exclude files from being completely stripped, but for their
  debugging symbols.

Version 1.129 - 17 June 2011, by Per Øyvind Karlsen

- only generate platform macros if explicitly enabled
- generate a perl(abi) = <version> provide when libperl.so is found
- make perl packages require perl(abi) >= <version> rather than perlapi-<version>
- use python, ruby, kernel module, pkgconfig & gstreamer dependency extractors
  from rpm5.org upstream

Version 1.128 - 27 May 2011, by Per Øyvind Karlsen

- remove dead perl-base dependency and broken epoch hack polluting with tons of
  errors from sed

Version 1.127 - 17 May 2011, by Funda Wang

- add desktop-file.prov and fontconfig.prov from rpm.org

Version 1.126 -  9 May 2011, by Per Øyvind Karlsen

- revert _host full triplet, due to lack of testing and breakage (#63234)

Version 1.125 - 5 May 2011, by Funda Wang
- fix script file filtering, according to latest changes in file command

Version 1.124 - 5 May 2011, by Funda Wang
- fix trigger requirements helpers

Version 1.123 -  4 May 2011, by Per Øyvind Karlsen

- fix _host to have full host triplet, in order to unbreak arm
  (from Arnaud Patard)
- merge updated pkgconfigdeps.sh script from mageia
- drop autogenerated dependencies on multiarch-utils as it's now merged with rpm
- autogenerate dependencies on various packages required for triggers
  (from Funda Wang)
- strip kernel modules also even if executable bit isn't set

Version 1.122 - 19 April 2011, by Per Øyvind Karlsen

- pick up python(abi) version from python path only when adding requires

Version 1.121 -  5 April 2011, by Per Øyvind Karlsen

- revert compiler optimization disablers now fixed in gcc 4.6.0 (#62900)

Version 1.120 - 31 March 2011, by Per Øyvind Karlsen

- revert removal of %with macros which broke stuff..

Version 1.119 - 30 March 2011, by Per Øyvind Karlsen

- temporarily disable certain compiler optimizations on x86_64 (#62900)
- build with -fPIC on x86_64 (#62900)
- start on dropping macros and functionality that's either deprecated or merged
  with rpm5 upstream since, first step in phasing out rpm-setup...

Version 1.118 - 13 February 2011, by Funda Wang
- really fix icon cache macro

Verison 1.117 - 11 February 2011, by Per Øyvind Karlsen

- start on dropping macros and functionality that's either deprecated or merged
  with rpm5 upstream since, first step in phasing out rpm-setup...

Version 1.117 - 11 February 2011, by Per Øyvind Karlsen

- reenable %clean_icon_cache & %update_icon_cache macros so that they can be
  used in rpm5 file triggers (#62469)

Version 1.116 - 11 February 2011, by Per Øyvind Karlsen

- replace EVR separator characters (':' & '-') in kmod provides with '_' so
  that kmod() provides gets valid EVR (#62472)

Version 1.115 - 25 Januar 2011, by Per Øyvind Karlsen

- fix pythonegg dependencies to always be lower case (#62883)

Version 1.114 - 13 December 2010, by Per Øyvind Karlsen
- drop our own re-definition of %_query_all_fmt in favor of upstream default
  to get disttag, distepoch & arch in query results.
- only add runtime dependencies in rubygems.rb (Rémy Clouard)

Version 1.113 - 2 November 2010, by Funda Wang
- find gstreamer provides

Version 1.112 - 1 November 2010, by Per Øyvind Karlsen
- enable python egg provides/requires.

Version 1.111 - 30 October 2010, by Anssi Hannula
- generate requires on "python(abi) = x.y" instead of "python >= x.y" for
  python modules to properly handle the strict dependency
- remove runtime dependencies from %py_requires as they are now handled
  automatically

Version 1.110 - 18 October 2010, by Per Øyvind Karlsen
- fix warning from rubygems.rb
- drop %gem_unpack, equivalent behaviour has been implemented in %setup now
 
Version 1.109 - 16 October 2010, by Per Øyvind Karlsen
- don't install dependencies for gems when using %gem_install
- 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 
