Log of /updates/infra_4/perl-URPM/current
Directory Listing
Revision
675261 -
Directory Listing
Modified
Sun Sep 14 11:54:11 2014 UTC
(10 years, 1 month ago)
by
tv
drop merged patch
Revision
675260 -
Directory Listing
Modified
Sun Sep 14 11:54:09 2014 UTC
(10 years, 1 month ago)
by
tv
SILENT: delete file ./SOURCES/URPM.xs-buffer-128k.patch
Revision
675205 -
Directory Listing
Modified
Sun Sep 14 01:23:22 2014 UTC
(10 years, 1 month ago)
by
tv
- make it compatible with rpm-4.12.0
- use new recommends tags instead of suggests ones
- add support for generating @recommends@ lines instead of @suggests@ ones in
synthesis
Revision
675204 -
Directory Listing
Modified
Sun Sep 14 01:23:20 2014 UTC
(10 years, 1 month ago)
by
tv
SILENT: new file ./SOURCES/URPM-4.50.tar.xz
Revision
675203 -
Directory Listing
Modified
Sun Sep 14 01:23:17 2014 UTC
(10 years, 1 month ago)
by
tv
SILENT: delete file ./SOURCES/URPM-4.29.tar.xz
Revision
619298 -
Directory Listing
Modified
Thu May 1 13:04:12 2014 UTC
(10 years, 6 months ago)
by
tmb
SILENT: add p0 definition
Revision
619293 -
Directory Listing
Modified
Thu May 1 12:58:23 2014 UTC
(10 years, 6 months ago)
by
tmb
bump URPM.xs buffer size to 128k for hdlist generation (fix from tv)
Revision
619289 -
Directory Listing
Modified
Thu May 1 12:31:14 2014 UTC
(10 years, 6 months ago)
by
tmb
prepare for URPM.xs buffer fix
Revision
549632 -
Directory Listing
Modified
Tue Nov 5 16:00:29 2013 UTC
(11 years ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- enhanced doc
- "implement" create_transaction() in --env case
- $trans->order: add support for "deploops" option
Revision
332088 -
Directory Listing
Modified
Mon Dec 17 16:26:13 2012 UTC
(11 years, 10 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- rpm-4.11 fixes:
o fix compiling with it
o prevent creating empty transactions in rare cases
(that cause rpm to abort on assert while creating a new pool)
Revision
326487 -
Directory Listing
Modified
Tue Dec 4 16:30:02 2012 UTC
(11 years, 11 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- prefer package from first medium when same NEVR exists in several media
(thus prefering 64bit media over 32 bit ones) (mga#7524)
Revision
319648 -
Directory Listing
Modified
Mon Nov 19 18:27:55 2012 UTC
(11 years, 11 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- bump threshold for detecting looping forever (mga#8106)
- drop header_filename (long obsolete, no more use)
Revision
298462 -
Directory Listing
Modified
Wed Sep 26 20:24:13 2012 UTC
(12 years, 1 month ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- API:
o add EVR method
o remove long deprecated find_chosen_packages() & find_candidate_packages()
o rename find_candidate_packages_() as find_candidate_packages()
Revision
296485 -
Directory Listing
Modified
Fri Sep 21 06:59:30 2012 UTC
(12 years, 1 month ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- API: add resolve_requested_suggests()
- slightly increase testsuite coverage
- update outdated doc
Revision
280575 -
Directory Listing
Modified
Sat Aug 11 10:07:55 2012 UTC
(12 years, 3 months ago)
by
blino
Original Path:
cauldron/perl-URPM/current
- 4.12
- do not try to parse current pointer when the line is invalid or
empty (detected by valgrind)
- don't read/write after the string when the synthesis is slightly
malformed
Revision
280370 -
Directory Listing
Modified
Fri Aug 10 10:56:46 2012 UTC
(12 years, 3 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- drop compatibility with urpmi <= 4.5-13mdk (2004-07-09)
- fix arch of spec headers (regression introduced in 4.8)
Revision
262664 -
Directory Listing
Modified
Fri Jun 22 16:03:31 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- enable to read xz & bzip2 compressed synthesis
- internal cleanups
- ranges_overlap(): use rpm to compute whether it overlaps or not
Revision
261773 -
Directory Listing
Modified
Mon Jun 18 17:21:38 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- drop 'direction' parameter in obsoletes_overlap() & provides_overlap()
- fix default 'direction' for provides_overlap()
(regression in URPM-4.2)
- internal cleanups
Revision
261264 -
Directory Listing
Modified
Sun Jun 17 20:39:56 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- drop support for old mdv2008.0 suggests (RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK)
- internal cleanups
Revision
260840 -
Directory Listing
Added
Fri Jun 15 17:38:43 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-URPM/current
- internal cleanups
- obsoletes_overlap(), ranges_overlap(): drop unused 'nopromotion' parameter
(always hardcoded to 1 at least for 5 years)