aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
Commit message (Collapse)AuthorAgeFilesLines
* 5.222Thierry Vignaud2021-12-031-1/+1
|
* 5.2215.221Thierry Vignaud2021-12-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Rationale for the high bump: Fixing the sorting on http://matrix.cpantesters.org/?dist=URPM We switched to version object because that enables to have test versions to test on CPAN testers (eg: 5.21.1, 5.21.2, .. .before releasing 5.22). So we switched from 5.22 to v5.22. See commit 7677ec9fe63dd33d125d19e1f9225c5b4d6d5f4a See https://rt.cpan.org/Public/Bug/Display.html?id=127142 However v5.22.0 is less than 5.21 (interepreted as a floating point by perl): perl -Mversion -E 'say version->new("v5.22")->numify' 5.022000 So we bumped the version from v5.28 to a much higer one. However commit a58cf629be7e0d0512d6e1fd95c5004fb833c8c3 had a typo. It clearly says we wanted to bump to v5.212.0, as 5.21 was the greatest old-style version. But it actually bumped to v5.122 whereas 5.122000 < 5.21: $ perl -Mversion -E 'say version->new("v5.122")->numify' 5.122000
* 5.1255.125Thierry Vignaud2021-10-231-1/+1
|
* 5.1245.124Thierry Vignaud2021-10-191-1/+1
|
* v5.1235.123Thierry Vignaud2020-11-041-1/+1
|
* Make it work with no feature qw(indirect) (aka perl7)Thierry Vignaud2020-06-251-1/+1
|
* 5.1225.122Thierry Vignaud2020-06-031-1/+1
| | | | | | | v5.28.0 is less than 5.21 (if interepreted as a floating point, which perl always did). So in order to to switch from old-style to new-style, we need to use at least v5.212.0, as 5.21 was the greatest old-style version.
* 5.285.28Thierry Vignaud2020-05-011-1/+1
|
* explain the relationship with genhdlist2 from rpmtoolsThierry Vignaud2020-04-291-0/+3
|
* 5.275.27Thierry Vignaud2020-04-291-1/+1
|
* 5.265.26Thierry Vignaud2020-04-211-1/+1
|
* 5.255.25Thierry Vignaud2020-04-081-1/+1
|
* Make sure debugging with Data::Dumper is easierThierry Vignaud2020-03-051-0/+3
| | | | by ensuring dumps are always sorted the same way instead of randomly
* add support for reinstall (needs rpm >= 4.12.x)Thierry Vignaud2020-03-051-0/+5
|
* 5.24.15.24.1Thierry Vignaud2020-01-171-1/+1
|
* 5.245.24Thierry Vignaud2020-01-171-1/+1
|
* 5.23.25.23.2Thierry Vignaud2019-12-301-1/+1
|
* 5.235.23Thierry Vignaud2019-12-301-1/+1
|
* use proper version (RT#127142)Thierry Vignaud2019-12-231-1/+1
|
* document URPM::SignatureThierry Vignaud2019-12-231-0/+2
|
* 5.225.22Thierry Vignaud2018-09-211-1/+1
|
* 5.215.21Thierry Vignaud2018-09-181-1/+1
|
* fix callback parameters docThierry Vignaud2018-09-171-3/+3
| | | | | should have been done along commit b5249dafb882fbc105f05853c80fd30503d57a3f which reverted commit b0cd1853933d8c68610c9e173721525c6a17e8ce
* 5.205.20Thierry Vignaud2018-09-161-1/+1
|
* 5.195.19Thierry Vignaud2018-09-141-1/+1
|
* add support for verify callback when installingThierry Vignaud2018-09-141-0/+1
| | | | Resolves: mga#15350
* 5.185.18Thierry Vignaud2018-06-251-1/+1
|
* 5.175.17Thierry Vignaud2018-06-141-1/+1
|
* 5.165.16Thierry Vignaud2018-02-101-1/+1
|
* 5.155.15Thierry Vignaud2017-10-031-1/+1
|
* 5.145.14Thierry Vignaud2017-09-071-1/+1
|
* 5.135.13Thierry Vignaud2017-08-231-1/+1
|
* 5.125.12Thierry Vignaud2016-11-101-1/+1
|
* explainThierry Vignaud2016-11-101-1/+1
|
* 5.115.11Thierry Vignaud2016-10-201-1/+1
|
* 5.105.10Thierry Vignaud2016-10-181-1/+1
|
* 5.095.09Thierry Vignaud2016-10-161-1/+1
|
* bump copyrightThierry Vignaud2016-10-161-1/+1
|
* 5.085.08Thierry Vignaud2016-10-141-1/+1
|
* perl_checker cleanupThierry Vignaud2016-10-131-1/+1
|
* 5.075.07Thierry Vignaud2016-04-141-1/+1
|
* add support for "elem" callbackThierry Vignaud2016-04-141-1/+2
| | | | | This callback will be fired before each pkg being installed/removed Needs rpm >= rpm-4.13.0-0.rc1.28
* 5.065.06Thierry Vignaud2015-04-121-1/+1
|
* 5.055.05Thierry Vignaud2015-02-261-1/+1
|
* 5.045.04Thierry Vignaud2015-02-261-1/+1
|
* callbacks now get pkg name instead of just pkg idThierry Vignaud2015-02-261-3/+3
| | | | thus fixing unknown package name on erases (mga#15032)
* 5.035.03Thierry Vignaud2014-11-141-1/+1
|
* 5.025.02Thierry Vignaud2014-10-261-1/+1
|
* add >recommends method (mga#14376)Thierry Vignaud2014-10-261-0/+2
| | | | unlike recommends_nosense, it returns version too
* 5.015.01Thierry Vignaud2014-10-231-1/+1
|