Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | strip shared libraries with the '-g' option1.103 | Per Øyvind Karlsen | 2010-04-16 | 3 | -2/+5 |
| | |||||
* | handle build dir with spaces when finding debug info | Olivier Blin | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | Version 1.1021.102 | Michael Scherer | 2010-04-07 | 2 | -1/+5 |
| | |||||
* | - do not requires python 2.X branch for python 3.X rpm, requires instead ↵ | Michael Scherer | 2010-04-07 | 1 | -1/+3 |
| | | | | python 3.X | ||||
* | version 1.1011.101 | Jérôme Quelin | 2010-03-26 | 2 | -1/+5 |
| | |||||
* | call perl.req-from-meta with the reight meta file when there are other | Jérôme Quelin | 2010-03-26 | 1 | -1/+1 |
| | | | | | meta.json/meta.yml files shipped in the dist. | ||||
* | enable rubygems(...) provides | Per Øyvind Karlsen | 2010-03-23 | 1 | -2/+2 |
| | |||||
* | really check that the debug directory we want to search through exists, not ↵ | Per Øyvind Karlsen | 2010-03-23 | 1 | -1/+1 |
| | | | | only the parent | ||||
* | add rubygem(...) dependency extractor (disabled for now) | Per Øyvind Karlsen | 2010-03-21 | 4 | -1/+98 |
| | |||||
* | cutting v1.1001.100 | Jérôme Quelin | 2010-03-14 | 2 | -1/+6 |
| | |||||
* | skip plain, regular comments. how comes this has not been spotted earlier? ↵ | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
| | | | | (sigh) | ||||
* | meta file is listed as an absolute path, not relative to BUILD root | Jérôme Quelin | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | allow for for only stripping files without creating debug package contents ↵1.99 | Per Øyvind Karlsen | 2010-03-09 | 3 | -3/+8 |
| | | | | by setting DISABLE_DEBUG environment variable. | ||||
* | do new release1.98 | Per Øyvind Karlsen | 2010-03-05 | 2 | -1/+5 |
| | |||||
* | reapply our changes against latest version from upstream | Per Øyvind Karlsen | 2010-03-05 | 1 | -43/+330 |
| | |||||
* | reverting commit r266103 | Jérôme Quelin | 2010-02-10 | 2 | -3/+6 |
| | |||||
* | using generated MYMETA.yml would be better. indeed, this creates what's | Jérôme Quelin | 2010-02-10 | 2 | -6/+3 |
| | | | | | been detected. | ||||
* | adding documentation | Jérôme Quelin | 2010-02-10 | 1 | -0/+21 |
| | |||||
* | using META.(yml|json) to extract requires if present | Jérôme Quelin | 2010-02-10 | 1 | -2/+9 |
| | |||||
* | new script: perl.req-from-meta | Jérôme Quelin | 2010-02-10 | 2 | -0/+34 |
| | |||||
* | - nuke requires on python-base, packages no longer exist for python 2.6 | Michael Scherer | 2010-02-05 | 1 | -1/+1 |
| | |||||
* | 1.971.97 | Anssi Hannula | 2009-12-12 | 2 | -1/+2 |
| | |||||
* | fix package build when the debug package is empty (regression introduded in ↵ | Anssi Hannula | 2009-12-12 | 2 | -0/+4 |
| | | | | 1.96) | ||||
* | release 1.961.96 | Anssi Hannula | 2009-12-10 | 2 | -1/+11 |
| | |||||
* | Revert controversial %arm and %mips* changes as per advisement from | Anssi Hannula | 2009-12-10 | 1 | -8/+0 |
| | | | | | | | | Christophe Fergeau, and because we need the perl.prov change released. (reverts 263740, 263741) The macros can be readded later after an agreement has been reached. | ||||
* | 1990s called, they want their $VERSION back | Jérôme Quelin | 2009-12-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | seriously, the code was only catching version such as: $VERSION = ... $VERSION = ... however, now version are often declared with our or my, with potentially some code before (eg, to load modules on the same line) this will allow perl.prov to assign a version to (almost) all perl(Foo::Bar) provides. | ||||
* | add %arm | Per Øyvind Karlsen | 2009-11-27 | 1 | -0/+2 |
| | |||||
* | add %mips, %mipsel & %mipsx | Per Øyvind Karlsen | 2009-11-27 | 1 | -0/+6 |
| | |||||
* | replace %sunsparc with %sparc & sparcx (from rpm5.org) | Per Øyvind Karlsen | 2009-11-27 | 1 | -1/+2 |
| | |||||
* | support ELF executables only as a.out has been deprecated since ages ago (fixes | Per Øyvind Karlsen | 2009-11-26 | 1 | -2/+2 |
| | | | | | objdump 'File format not recognized' errors) | ||||
* | don't try finding debug files in buildroot when there's none | Per Øyvind Karlsen | 2009-11-26 | 1 | -8/+12 |
| | |||||
* | disable MIPS n32 ABI support (not used for now) | Olivier Blin | 2009-09-25 | 2 | -41/+9 |
| | |||||
* | add support for MIPS n32 binaries in find-requires and find-provides | Olivier Blin | 2009-09-25 | 2 | -9/+41 |
| | | | | | (from Arnaud Patard) | ||||
* | 1.951.95 | Olivier Blin | 2009-09-25 | 2 | -1/+7 |
| | |||||
* | add arm support and use -gnueabi instead of -gnu (from Arnaud Patard) | Olivier Blin | 2009-09-25 | 1 | -0/+21 |
| | |||||
* | introduce CANONTARGETGNU, to be able to use -gnueabi for ARM (from Arnaud ↵ | Olivier Blin | 2009-09-25 | 3 | -1/+4 |
| | | | | Patard) | ||||
* | add mipsel support (from Arnaud Patard) | Olivier Blin | 2009-09-25 | 1 | -0/+4 |
| | |||||
* | 1.941.94 | Anssi Hannula | 2009-08-08 | 2 | -1/+2 |
| | |||||
* | Update perl_convert_version to keep alphabetic tail in version number | Anssi Hannula | 2009-08-08 | 2 | -1/+13 |
| | | | | | (Luca Berra). | ||||
* | 1.931.93 | Christophe Fergeau | 2009-07-28 | 2 | -1/+4 |
| | |||||
* | update perl_convert_version macro | Christophe Fergeau | 2009-07-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Jérôme Quelin current %perl_convert_version is defined as: %perl_convert_version() %(perl -Mversion -le %'$v=version->new(%{1})->normal; $v=~s/^v//; print $v') however, this does not work when parsing strange versions such as 1.03a or 6.0.e (yes, those exist). currently we get: $ rpm --eval '%perl_convert_version 1.03a' Bareword found where operator expected at -e line 1, near "1.03a" (Missing operator before a?) syntax error at -e line 1, near "1.03a" Execution of -e aborted due to compilation errors. $ rpm --eval '%perl_convert_version 6.0.e' 0.0.0 therefore, i would like to update it a bit to read: %perl_convert_version() %(perl -Mversion -le %'$v=version->new("%{1}")->normal; $v=~s/^v//; print $v') (note the quotes enclosing the %{1}) using this macro on above examples, we would get 1.30.0 and 6.0.0. not perfect, but at least it doesn't fail, and %mkrel can be used to differentiate them. | ||||
* | 1.921.92 | Christophe Fergeau | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | update NEWS | Christophe Fergeau | 2009-07-28 | 1 | -0/+5 |
| | |||||
* | Use git2cl to generate ChangeLog if we detect a git repository | Christophe Fergeau | 2009-07-09 | 1 | -0/+13 |
| | |||||
* | making sure automatic provides & requires for perl package are using the | Jérôme Quelin | 2009-07-07 | 2 | -2/+4 |
| | | | | | | new macro %perl_convert_version cf http://lists.mandriva.com/maintainers/2009-06/msg00050.php | ||||
* | fix path to debugedit for rpm5 | Per Øyvind Karlsen | 2009-06-25 | 1 | -1/+9 |
| | |||||
* | install platform specific directories under a dedicated 'platform' directory | Per Øyvind Karlsen | 2009-05-12 | 1 | -2/+2 |
| | |||||
* | 1.911.91 | Christophe Fergeau | 2009-02-03 | 2 | -2/+5 |
| | |||||
* | Add new perl_convert_version macro to convert cpan version to rpm version | Christophe Fergeau | 2009-02-03 | 1 | -0/+3 |
| | |||||
* | Use fake email address in commit logs | Christophe Fergeau | 2009-02-03 | 2 | -2/+2 |
| | | | | | | | If the commits don't have an email address looking like a valid email address, then git-rebase (and possibly other git tools) will complain. Use the dummy devel@mandriva.com as the email address of the author of the patch |