summaryrefslogtreecommitdiffstats
path: root/RPM4/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* 0.450.45Thierry Vignaud2022-04-271-0/+2
|
* Test removing a non existing rpmThierry Vignaud2022-04-271-0/+1
|
* Fix detecting 4.18-alpha1Thierry Vignaud2022-04-271-0/+1
|
* Fix & enable Problem testsThierry Vignaud2022-04-271-0/+1
| | | | | Was disabled at least since commit 9e2966a33f9148fdc8ef81783bab1fe18e87bd34 16 years ago
* Fix running traverse(): return 1Thierry Vignaud2022-04-271-0/+3
| | | | | | | | | Else traverse() is short-circuited... which breaks the testsuite... I wonder how the testsuite was working previous to rpm-4.17.0 which fixed something that exposed that issue. This test runs smoothly on mga[2-8] Note for future: traverse() really should be documented...
* 0.440.44Thierry Vignaud2020-12-141-0/+2
|
* Fix RPM4.xs/libperl.so mismatch on i586Thierry Vignaud2020-12-141-0/+3
| | | | | | | | | | It's OK on aarch64 & on x86_64 but it's broken on i586 eg: $ perl -MRPM4 RPM4.c: loadable library and perl binaries are mismatched (got handshake key 0x9100080, needed 0x9180080) Just build with the flags used to build perl itself in order to fix it
* 0.430.43Thierry Vignaud2020-06-031-0/+4
|
* 0.420.42Thierry Vignaud2020-04-241-0/+2
|
* fix comparing version when using a fixup rpm releaseThierry Vignaud2020-04-241-0/+1
| | | | | | | | | | 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 Thus fixing detecting rpm version so that we do compile with rpm < 4.13 See eg: http://www.cpantesters.org/cpan/report/315efa38-85f8-11ea-adf4-f9341f24ea8f
* rename variable for next commitThierry Vignaud2020-04-241-0/+1
| | | | Also alter the way we count the plan
* simplify testing rpm version like URPM doesThierry Vignaud2020-04-231-0/+2
| | | | | | | | | | It's no more needed to list all point version unless there's a change in them we want to test for (such as 4.12.90) Thus fixing detecting unlisted rpm versions such as http://www.cpantesters.org/cpan/report/1d673d18-503a-11ea-8fff-b48f1f24ea8f where 4.13.0.1 wasn't listed and thus choked on rpm >= 4.15 code path set by commit 9e3deaefdbc54910d58dea28d06c2678673c9d09
* 0.410.41Thierry Vignaud2020-02-141-0/+2
|
* fix detecting rpm-4.15.x finalThierry Vignaud2020-02-141-0/+2
|
* 0.400.40Thierry Vignaud2019-09-091-0/+2
|
* fix building with rpm-4.15Thierry Vignaud2019-09-091-0/+2
|
* add 0.39 notesThierry Vignaud2018-09-181-0/+4
|
* 0.380.38Thierry Vignaud2017-11-061-0/+2
|
* add git URL to CPAN metadataThierry Vignaud2017-11-061-0/+1
|
* add special case for patched rpm-4.12 in Mageia 5, various Debian & FCThierry Vignaud2017-11-061-0/+1
|
* explicitely check for rpm-4.1[0-2].0Thierry Vignaud2017-11-061-0/+1
| | | | thus preventing rpm-4.1[0-2] users to choke on rpmPkgSign
* skip a test with rpm-4.1[12] due to a segfaultThierry Vignaud2017-11-061-0/+1
|
* use ExtUtils::PkgConfig in order to find rpmThierry Vignaud2017-11-061-0/+1
| | | | | We need to include {cflags} even if empty on Linux as it contains -I/usr/local/include on eg: FreeBSD
* list configure prereqsThierry Vignaud2017-11-061-0/+3
|
* 0.370.37Thierry Vignaud2017-10-281-0/+2
|
* fix a rpm-4.14 regressionThierry Vignaud2017-10-281-0/+1
| | | | Reloading the spec file object else next build fails with rpm-4.14
* (transreset) fix a segfaultThierry Vignaud2017-10-281-0/+1
| | | | always set root to sg sensitive
* fix docThierry Vignaud2017-10-271-0/+1
|
* disable tests that involve a pasphraseThierry Vignaud2017-10-271-0/+2
| | | | | | rationale: since rpm-4.13, rpm no more offer to ask for passphrase, this is left to gpg see commit 0bce5fcf270711a2e077fba0fb7c5979ea007eb5
* fix running rpm_producedtv2016-10-261-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@266 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.360.36tv2016-10-261-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@265 971eb68f-4bfb-0310-8326-d2484c010a4c
* reenable some teststv2016-10-261-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@264 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix segfault in testsuitetv2016-10-261-0/+2
| | | | | | | | | | | else we segfault in plugins/syslog.c's syslog_tsm_pre() because rpmtsRootDir(ts) returns NULL rpmlib expects rootdir to always have been set testsuite was segfaulting since at least mga5/rpm-4.12 git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@261 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.350.35tv2015-08-011-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@258 971eb68f-4bfb-0310-8326-d2484c010a4c
* drop methods only supported in rpm < 4.9tv2015-08-011-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@257 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix compiling with rpm-4.13tv2015-08-011-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@256 971eb68f-4bfb-0310-8326-d2484c010a4c
* drop support for rpm > 4.9.0tv2015-08-011-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@254 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.340.34tv2014-09-151-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@253 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix build with RCs of rpmtv2014-09-131-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@252 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.330.33tv2013-05-301-0/+4
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@251 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.320.32tv2012-12-181-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@242 971eb68f-4bfb-0310-8326-d2484c010a4c
* include rpmlog.h, thus fixing a segfault when trying to retrieving "DEBUG"tv2012-12-181-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@241 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix parsing rpm headerstv2012-12-181-0/+1
| | | | | | | | rpm tag types & list now came from rpmtag.h rpm senses now came from rpmds.h rpm trans flags now came from rpmts.h git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@239 971eb68f-4bfb-0310-8326-d2484c010a4c
* fix retrieving rpm version with beta versionstv2012-12-181-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@232 971eb68f-4bfb-0310-8326-d2484c010a4c
* drop support for repackage (not working anymore since rpm-4.6)tv2012-10-051-0/+1
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@231 971eb68f-4bfb-0310-8326-d2484c010a4c
* perl_checker cleanups, thus fixing --rpmversion (broken for 6+ years...)tv2012-06-261-0/+1
| | | | | | | (broken since commit introduced in r51 on 2005-12-14 by nanardon, aka it never worked... git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@227 971eb68f-4bfb-0310-8326-d2484c010a4c
* revert commit r213 from Jun 20 2012 ("(srcrpm) simplify"), thus fixingtv2012-06-261-0/+2
| | | | | | srcrpm() until panu merges my patch git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@222 971eb68f-4bfb-0310-8326-d2484c010a4c
* 0.310.31tv2012-06-251-0/+2
| | | | git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@221 971eb68f-4bfb-0310-8326-d2484c010a4c
* (rpmsysinfodep,rpmgetconfdep,rpmcpuinfodep,rpmpipedep,rpmunamedep) droptv2012-06-251-0/+2
| | | | | | as rpm5 only (aka unimplemented for 4 years...) git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@220 971eb68f-4bfb-0310-8326-d2484c010a4c
* (_newspec,newspec) drop unused 'cookie', 'passphrase', 'rootdir' & 'verify' ↵tv2012-06-251-0/+1
| | | | | | | | parameters (useless with rpm-4.9.x anyway) git-svn-id: svn+ssh://haiku.zarb.org/home/projects/rpm4/svn/trunk@217 971eb68f-4bfb-0310-8326-d2484c010a4c