Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compress tarball with xz rather than bzip2 | Per Øyvind Karlsen | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | port to use native RPM5 API | Per Øyvind Karlsen | 2010-10-03 | 1 | -6/+1 |
| | |||||
* | 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 |
| | |||||
* | - make is_arch_compat rpm 4.4.8 compliant | Olivier Thauvin | 2007-06-19 | 1 | -0/+3 |
| | |||||
* | - fix rpm version check, grrrr | Olivier Thauvin | 2007-03-01 | 1 | -1/+1 |
| | |||||
* | perl-URPM.spec is no more bundled with dist, removing "rpm" and "srpm" targets | Pascal Rigaux | 2007-01-15 | 1 | -15/+1 |
| | |||||
* | Fix rpm version detection. Generate ChangeLog under C locale. | Rafael Garcia-Suarez | 2006-06-12 | 1 | -1/+2 |
| | |||||
* | Use svn2cl to generate ChangeLog, and regenerate it | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+11 |
| | |||||
* | It's nice to be able to compile with rpm 4.4.6, but it's nice to be able to | Rafael Garcia-Suarez | 2006-06-01 | 1 | -0/+3 |
| | | | | | compile with older rpms too. | ||||
* | Get version comparison right | Rafael Garcia-Suarez | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | Define new symbol in Makefile.PL depending on detected rpm version | Rafael Garcia-Suarez | 2006-03-13 | 1 | -1/+6 |
| | | | | | (no simpler way to get it from the C preprocessor, it seems) | ||||
* | Clean up gcc options | Rafael Garcia-Suarez | 2006-03-07 | 1 | -2/+1 |
| | |||||
* | Make sure -fno-strict-aliasing is used (gcc option) | Rafael Garcia-Suarez | 2006-03-01 | 1 | -1/+1 |
| | |||||
* | - add Urpm_spec2srcheader(): return header of src.rpm from a specfile | Olivier Thauvin | 2006-01-19 | 1 | -1/+1 |
| | |||||
* | Be verbose about the detected RPM version | Rafael Garcia-Suarez | 2005-12-01 | 1 | -0/+1 |
| | |||||
* | libbzip2 is actually not used by URPM. | Rafael Garcia-Suarez | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | Require MDV::Packdrakeng in Makefile.PL | Rafael Garcia-Suarez | 2005-10-28 | 1 | -0/+3 |
| | |||||
* | Rebuild test rpm when running tests. Add cleanup to files. | Rafael Garcia-Suarez | 2005-10-03 | 1 | -0/+1 |
| | |||||
* | Add an rpm makefile target | Rafael Garcia-Suarez | 2005-10-03 | 1 | -4/+20 |
| | |||||
* | Makefile.PL cleanup | Rafael Garcia-Suarez | 2005-10-03 | 1 | -13/+23 |
| | |||||
* | Allow to rebuild URPM under non-C locales (Boris Filipovic) | Rafael Garcia-Suarez | 2005-08-18 | 1 | -1/+1 |
| | |||||
* | Remove rpm 4.0 support | Rafael Garcia-Suarez | 2005-05-02 | 1 | -7/+3 |
| | |||||
* | - don't check rpm rpm version but rpm binary version | Olivier Thauvin | 2004-08-02 | 1 | -3/+4 |
| | |||||
* | - generate the manpage0.97 | Olivier Thauvin | 2004-07-14 | 1 | -1/+0 |
| | | | | | - 0.97 | ||||
* | Add a ChangeLog target in the makefile | Rafael Garcia-Suarez | 2004-07-12 | 1 | -0/+10 |
| | |||||
* | Don't install manpages. | Rafael Garcia-Suarez | 2004-04-21 | 1 | -0/+1 |
| | |||||
* | Force INSTALLDIRS=vendor in the Makefile.PL, for local testing | Rafael Garcia-Suarez | 2004-04-09 | 1 | -2/+3 |
| | |||||
* | Add some API documentation for the URPM module. | Rafael Garcia-Suarez | 2004-04-02 | 1 | -4/+3 |
| | | | | | Plus, some minor nits in auxiliary files. | ||||
* | removed -f-no-rtti as no C++ code is used. | Francois Pons | 2003-07-10 | 1 | -1/+1 |
| | |||||
* | first try of 4.2 compatible perl-URPM, | Francois Pons | 2003-04-29 | 1 | -1/+11 |
| | | | | | | missing verify_signature, new version 0.83 | ||||
* | initial revision. | Francois Pons | 2002-05-31 | 1 | -0/+13 |