aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.PL
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
|
* Build with the flags used to build perl itseflThierry Vignaud2020-06-191-1/+2
| | | | This is needed in order to fix build for armv7hl on aarch64
* handle RPM version with "beta" or "rc" in itThierry Vignaud2020-06-031-0/+1
|
* Needs perl-5.8 (Kwalitee)Thierry Vignaud2020-05-061-0/+4
|
* make Makefile.PL not executable (Kwalitee)Thierry Vignaud2020-05-041-0/+0
|
* actually support deps on patched Mageia[23]'s rpm-4.11Thierry Vignaud2020-05-011-1/+1
|
* restore support for rpm-4.9Thierry Vignaud2020-04-291-1/+5
|
* fix comparing version when using a fixup rpm releaseThierry Vignaud2020-04-291-1/+2
| | | | | | | force using a version object rationale: - 4.12.0.2 < 4.12.90 will wrongly pass - v4.12.0.2 < 4.12.90 will check as we expect
* restore support for building on mga4Thierry Vignaud2020-04-211-1/+1
| | | | It got broken in commit 9c8f8e738664f2905e3927e5806bb14da4a5272b (5.24)
* bump needed Test::PodThierry Vignaud2020-04-151-1/+1
|
* 5.24.15.24.1Thierry Vignaud2020-01-171-1/+1
|
* 5.245.24Thierry Vignaud2020-01-171-1/+1
|
* force provides URPM (RT#127881)Thierry Vignaud2020-01-171-0/+4
|
* Workaround CPAN testers that run CentOS 7 (RT#131163)Thierry Vignaud2020-01-071-1/+5
| | | | | Their rpm is patched for weak deps. An alternative would be to have a better check
* cpan_testers: display rpm version in flagsThierry Vignaud2020-01-071-1/+1
| | | | in order to know rpm version from failed reports
* add provides for proper CPAN indexation (RT#119936)Thierry Vignaud2018-09-211-0/+6
|
* restore rpm-4.11.x compatibilityThierry Vignaud2018-09-181-1/+2
|
* simplify testing rpm versionThierry Vignaud2018-09-181-2/+1
| | | | | no more needed to list all point version unless there's a change in them we want to test for (such as 4.14.2)
* detect rpm-4.14.xThierry Vignaud2018-09-161-0/+2
|
* enable to detect rpm versionThierry Vignaud2017-11-061-1/+17
| | | | (needed for next commit)
* advertize the proper pkg for most distrosThierry Vignaud2017-11-061-1/+3
|
* add cflags reported by pkgconfigThierry Vignaud2017-11-061-1/+1
| | | | Needed for eg: FreeBSD where rpm is installed under /usr/local
* drop bogus INC present since first releaseThierry Vignaud2017-11-061-1/+0
|
* simplify after previous commitThierry Vignaud2017-11-061-3/+1
|
* use ExtUtils::PkgConfig in order to get detect rpmThierry Vignaud2017-11-051-30/+26
| | | | | | | Thus helping cpan-testers to install the proper packages We need to include {cflags} even if empty on Linux as it contains -I/usr/local/include on eg: FreeBSD
* split configure deps hashThierry Vignaud2017-11-011-3/+5
|
* explicitely declare configure requiresThierry Vignaud2017-10-291-0/+3
|
* we need Test::PodThierry Vignaud2017-10-281-0/+3
|
* explain depsThierry Vignaud2017-10-271-1/+1
|
* cpan testers: do not test on perl < 5.8Thierry Vignaud2017-10-271-0/+1
|
* add licenseThierry Vignaud2017-10-271-0/+1
| | | | "GPL or Artistic" (from historical Mandrake's spec file) => so "perl_5"
* add abstractThierry Vignaud2017-10-271-0/+1
|
* list me as authorThierry Vignaud2017-10-271-0/+1
|
* cpan: add repository linkThierry Vignaud2017-10-271-0/+7
|
* add 'META_MERGE' section for metadataThierry Vignaud2017-10-271-0/+4
|
* we don't actually support rpm < 4.13 anymoreThierry Vignaud2017-10-271-4/+4
| | | | | technically restoring rpm-4.13 support needs a small patch We could even still support rpm-4.12 by ifdef-ing the ELEM callback
* Revert "add support for int64, using Math::Int64 C API"Thierry Vignaud2017-09-071-1/+0
| | | | This reverts commit 12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735.
* simplify: drop obsolete svn2clThierry Vignaud2017-08-261-20/+0
|
* add support for int64, using Math::Int64 C APIThierry Vignaud2016-10-181-0/+1
| | | | previously it was missing on 32bit arches
* perl_checker cleanupThierry Vignaud2014-03-181-1/+1
|
* just overwrite archive when it already existThierry Vignaud2012-06-141-1/+1
|
* drop support for rpm-4.8.xThierry Vignaud2012-06-081-1/+1
|
* we don't compile anymore with rpm < 4.8Thierry Vignaud2012-04-111-1/+1
|
* use xz compressionThierry Vignaud2011-09-091-1/+1
|
* fix building after last commitThierry Vignaud2011-04-211-1/+1
|
* clean rpm5 support outThierry Vignaud2011-04-161-6/+2
|
* Backport thierry fix (first try to build with rpm-4.9.1)Dexter Morgan2011-04-151-0/+4
|