Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detect rpm-4.14.x | Thierry Vignaud | 2018-09-16 | 1 | -0/+2 |
| | |||||
* | enable to detect rpm version | Thierry Vignaud | 2017-11-06 | 1 | -1/+17 |
| | | | | (needed for next commit) | ||||
* | advertize the proper pkg for most distros | Thierry Vignaud | 2017-11-06 | 1 | -1/+3 |
| | |||||
* | add cflags reported by pkgconfig | Thierry Vignaud | 2017-11-06 | 1 | -1/+1 |
| | | | | Needed for eg: FreeBSD where rpm is installed under /usr/local | ||||
* | drop bogus INC present since first release | Thierry Vignaud | 2017-11-06 | 1 | -1/+0 |
| | |||||
* | simplify after previous commit | Thierry Vignaud | 2017-11-06 | 1 | -3/+1 |
| | |||||
* | use ExtUtils::PkgConfig in order to get detect rpm | Thierry Vignaud | 2017-11-05 | 1 | -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 hash | Thierry Vignaud | 2017-11-01 | 1 | -3/+5 |
| | |||||
* | explicitely declare configure requires | Thierry Vignaud | 2017-10-29 | 1 | -0/+3 |
| | |||||
* | we need Test::Pod | Thierry Vignaud | 2017-10-28 | 1 | -0/+3 |
| | |||||
* | explain deps | Thierry Vignaud | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | cpan testers: do not test on perl < 5.8 | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 |
| | |||||
* | add license | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 |
| | | | | "GPL or Artistic" (from historical Mandrake's spec file) => so "perl_5" | ||||
* | add abstract | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 |
| | |||||
* | list me as author | Thierry Vignaud | 2017-10-27 | 1 | -0/+1 |
| | |||||
* | cpan: add repository link | Thierry Vignaud | 2017-10-27 | 1 | -0/+7 |
| | |||||
* | add 'META_MERGE' section for metadata | Thierry Vignaud | 2017-10-27 | 1 | -0/+4 |
| | |||||
* | we don't actually support rpm < 4.13 anymore | Thierry Vignaud | 2017-10-27 | 1 | -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 Vignaud | 2017-09-07 | 1 | -1/+0 |
| | | | | This reverts commit 12ff33c3fbf1dfc2dce60f6a75bb546ca3bf6735. | ||||
* | simplify: drop obsolete svn2cl | Thierry Vignaud | 2017-08-26 | 1 | -20/+0 |
| | |||||
* | add support for int64, using Math::Int64 C API | Thierry Vignaud | 2016-10-18 | 1 | -0/+1 |
| | | | | previously it was missing on 32bit arches | ||||
* | perl_checker cleanup | Thierry Vignaud | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | just overwrite archive when it already exist | Thierry Vignaud | 2012-06-14 | 1 | -1/+1 |
| | |||||
* | drop support for rpm-4.8.x | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | we don't compile anymore with rpm < 4.8 | Thierry Vignaud | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | use xz compression | Thierry Vignaud | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | fix building after last commit | Thierry Vignaud | 2011-04-21 | 1 | -1/+1 |
| | |||||
* | clean rpm5 support out | Thierry Vignaud | 2011-04-16 | 1 | -6/+2 |
| | |||||
* | Backport thierry fix (first try to build with rpm-4.9.1) | Dexter Morgan | 2011-04-15 | 1 | -0/+4 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-02-04 | 1 | -0/+0 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r419 | dmorgan | 2011-02-04 13:41:50 +0000 (Fri, 04 Feb 2011) | 1 line Import cleaned perl-URPM ------------------------------------------------------------------------ | ||||
* | adjust rpm.org/rpm5.org detection code | Christophe Fergeau | 2010-02-24 | 1 | -1/+1 |
| | | | | | | It used to assume that rpm.org had version numbers < 4.7, but it's no longer true with rpm 4.8 being released. Test against 5.0 since rpm5.org releases started at 5.0 | ||||
* | we need to link with rpmbuild with rpm 4.6 | Christophe Fergeau | 2009-07-28 | 1 | -3/+3 |
| | |||||
* | use pkg-config for rpm 4.x too | Christophe Fergeau | 2009-07-27 | 1 | -4/+1 |
| | |||||
* | enable and fix additional (-Wextra) warnings | Per Øyvind Karlsen | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | * clean out compatibility code for older rpm versions that's not really | Per Øyvind Karlsen | 2009-07-26 | 1 | -2/+4 |
| | | | | | | supported anymore anyways and move out as much as possible rpm5.org compatibility code out of URPM into new rpm46compat.h @ rpm5.org | ||||
* | - adapt to librpm4.6 | Pascal Rigaux | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | un-revert rpm5.org cosmetics now that cooker has reopened | Per Øyvind Karlsen | 2008-04-14 | 1 | -16/+10 |
| | |||||
* | revert unneeded commit for nowtopic/3.12 | Pascal Rigaux | 2008-03-25 | 1 | -10/+16 |
| | |||||
* | d'oh, argument to hexversion() must of course be passed as strings | Per Øyvind Karlsen | 2008-03-19 | 1 | -3/+2 |
| | |||||
* | improve rpm version detection | Per Øyvind Karlsen | 2008-03-19 | 1 | -16/+11 |
| | | | | | really fix callback size for rpm5.org versions | ||||
* | define WITH_DB in rpm5compat.h in stead of in Makefile | Per Øyvind Karlsen | 2008-03-01 | 1 | -1/+1 |
| | | | | | drop useless conditionals for headers as they're already conditional in themself ;) | ||||
* | do better "detection" of callback size without having to define it in ↵ | Per Øyvind Karlsen | 2008-03-01 | 1 | -3/+0 |
| | | | | Makefile (inspired by apt) | ||||
* | do not define RPM_CALLBACK_LONGLONG for rpm 5.0 | Per Øyvind Karlsen | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | fix building with rpm5 DEVEL version | Per Øyvind Karlsen | 2008-02-27 | 1 | -2/+2 |
| | |||||
* | fix compiling with RCs | Thierry Vignaud | 2008-02-08 | 1 | -0/+2 |
| | |||||
* | start on work for rpm5 support | Per Øyvind Karlsen | 2008-01-16 | 1 | -2/+5 |
| | |||||
* | introduce some compatibility code with rpm.org | Pascal Rigaux | 2007-12-10 | 1 | -1/+5 |
| | |||||
* | oops, fix typo in previous commit | Pascal Rigaux | 2007-12-10 | 1 | -1/+1 |
| | |||||
* | simplify version comparison using perl "version" objects | Pascal Rigaux | 2007-12-10 | 1 | -15/+19 |
| | |||||
* | - rpm 4.5 support (thanks to peroyvind) (#35323) | Pascal Rigaux | 2007-11-09 | 1 | -0/+3 |
| |