|
|
|
|
Changelog for perl-URPM-4.43-1-mdv2012.0.i586.rpm :
* Sat Jun 09 2012 Per Øyvind Karlsen 4.43-1+ Revision: 804296- add a simple detectXZ() function for reading the magic ourself in situations where we ie. cannot rely on ie. libmagic * Wed May 16 2012 Per Øyvind Karlsen 4.42-1+ Revision: 799258- new version: o make URPM::DB::info use berkeley db api rather than using rpmdb functions that\'s not part of the public api, thus making things less fragile o fix building with rpm >= 5.4.9 where BDB data types are hidden * Thu Apr 12 2012 Per Øyvind Karlsen 4.41-1+ Revision: 790428- revert change in previous version, it resulted in unsupported rpms being installed, better to properly handle this conversion in rpm itself now * Thu Mar 29 2012 Per Øyvind Karlsen 4.40-1+ Revision: 788154- handle rpms using old format with missing version, which would result in crash with ie. Oracle Java rpm package (#65443)- fix mixed-use-of-spaces-and-tabs * Wed Mar 07 2012 Per Øyvind Karlsen 4.39-1+ Revision: 782591- drop _requires_exceptions, it\'s not supported with internal dep generator which anyways drops dependencies on self...- new version: o link against berkeley db as we\'re accessing it\'s API directly o workaround fts.h incompatibility with _FILE_OFFSET_BITS=64 to fix build with perl 5.14.2 (from Bernhard Rosenkraenzer) o ~fix filesize computation o add support for bzip2 compressed synthesis (by using Fopen() from rpmio) o export rpmtag_from_string() * Sun Jan 22 2012 Oden Eriksson 4.38-5+ Revision: 765802- rebuilt for perl-5.14.2 * Sat Jan 21 2012 Oden Eriksson 4.38-4+ Revision: 764326- rebuilt for perl-5.14.x * Fri Jan 20 2012 Oden Eriksson 4.38-3+ Revision: 763027- force it * Fri Jan 20 2012 Bernhard Rosenkraenzer 4.38-2+ Revision: 762852- Make it build with perl 5.14.x * Wed Nov 02 2011 Per Øyvind Karlsen 4.38-1+ Revision: 712240- new version fixing build with API changes of rpm 5.4 * Sun Jul 24 2011 Per Øyvind Karlsen 4.37-1+ Revision: 691439- fix URPM::Resolve::fullname_parts() to also work without disttag & distepoch (this will make urpmf & urpmq work with xml metadata again, #61852) * Wed Jul 06 2011 Per Øyvind Karlsen 4.36-1+ Revision: 688952- new version: o document URPM::DB::convert() in API o fix a segfault happening when URPM::DB::convert() is run without arguments- new version: o fix a regression breaking promotion of dependencies on conflicts * Thu Jun 23 2011 Per Øyvind Karlsen 4.34-1+ Revision: 686830- new version: o add a workaround for handling upgrade from older berkeley db versions which might not support new configuration in DB_CONFIG, causing it to break during upgrade o add support for specifying tag name to match with URPM::Transaction->remove() o add some regression tests for parsing disttag & distepoch from synthesis o extract disttag & distepoch from new fields in AATTinfoAATT of synthesis * Mon Jun 13 2011 Eugeni Dodonov 4.33-2+ Revision: 684936- P0: fix urpmf errors while searching. * Tue May 31 2011 Per Øyvind Karlsen 4.33-1+ Revision: 682089- new version: o add disttag & distepoch to $state->{rejected} for assisting parsing of fullname with regex o add URPM::Resolve::fullname_parts() as a function parsing fullname with a regex assisted by provided disttag & distepoch * Tue May 31 2011 Per Øyvind Karlsen 4.32-1+ Revision: 682052- *really * fix URPM::Package->sourcerpm- new version: o fix URPM::Package->sourcerpm returning summary in stead of source rpm o fix slow matching of individual regexes for skipping dependencies by creating a large regex to match them all at once (#61389, patch contributed by Shlomi Fish \\o/) * Thu May 12 2011 Per Øyvind Karlsen 4.30-1+ Revision: 673923- new version: o fix Resolve.pm/_choose_required() breakage after DUDF merge, causing ie. \'urpmq -d\' to break (#63250, with big thanks to Funda\\o/) * Sat May 07 2011 Per Øyvind Karlsen 4.29-1+ Revision: 671612- fix segfault when trying to get EVR of a src.rpm from synthesis, as AATTprovidesAATT are omitted for these * Thu May 05 2011 Per Øyvind Karlsen 4.28-1+ Revision: 669316- new version: o revert attempt at refactorizing Trans_run() which turned out to give code harder to read and introduced bugs of options not being parsed (#63205) o fix an invalid free() that would\'ve happened if package summary were to be missing and the \"\" string constant were attempted to be freed o fix odd problems caused by attempt at translating correct tag names for query table into rpm tags o use newSVpvs() for pushing empty strings as constants in stead * Wed May 04 2011 Per Øyvind Karlsen 4.27-1+ Revision: 666266- new version: o get the correct package filesize from header o fix proper return of \'src\' as arch for src.rpms o fix confusion between %%{sourcerpm} & %%{sourcepackage} tags * Wed May 04 2011 Per Øyvind Karlsen 4.26-1+ Revision: 665126- really fix src.rpm handling- new version: o fix some invalid free()s- new version: o start on using gnu99 code o fix some invalid free()s * Tue May 03 2011 Per Øyvind Karlsen 4.24-1+ Revision: 664662- new version: o fix segfault caused by wrongly assigning arch to incorrect package * Tue May 03 2011 Per Øyvind Karlsen 4.23-1+ Revision: 663537- new version: o check for termination signals so ie. that installs can be aborted with ^C o fix remaining memleaks o check that rpmdb was properly opened in read/write mode to prevent segfault if no write permissions * Tue Apr 26 2011 Per Øyvind Karlsen 4.22-1+ Revision: 659474- new version: o add support for notriggers o add support for nofdigests o fix getting expected NVRA tag o fix possible breakage when trying to load non-existant dependency flags o fix provide flags not being loaded for headers read from rpm files * Sat Apr 23 2011 Per Øyvind Karlsen 4.21-1+ Revision: 657378- new version: o fix missing null terminator at end of AATTinfoAATT string regression, causing random data to be appended at end of line- remove legacy rpm stuff.. * Fri Apr 22 2011 Per Øyvind Karlsen 4.20-1+ Revision: 656732- new version: o merge in some DUDF changes from Alexandre Lissy o add disttag & distepoch to AATTinfoAATT in synthesis for easier parsing * Sun Apr 03 2011 Funda Wang 4.19-2+ Revision: 650047- rebuild * Thu Mar 31 2011 Per Øyvind Karlsen 4.19-1+ Revision: 649486- pass %%optflags to OPTIMIZE again to ensure we compile with latest flags- new version: o fix regression caused by memleak fix in previous release * Thu Mar 31 2011 Per Øyvind Karlsen 4.18-1+ Revision: 649342- new version: o fix memleak in URPM::Pkg->evr() o drop URPM::DB::close() and teardown properly by calling rpmcliFini() at exit o fix odd i586 specific bug triggering segfault with -fstack-protector (#61690) * Wed Mar 30 2011 Per Øyvind Karlsen 4.17-1+ Revision: 649196- drop %%clean section- new version: o fix conversion to older hash database format resulting in \"missing\" package from rpmdb * Tue Mar 29 2011 Per Øyvind Karlsen 4.16-1+ Revision: 648756- new version: o add setInternalVariable() for changing various variables for debugging etc. within rpmlib o support translate_message & raw_message options for URPM::Transaction->check() o support versioned suggests * Sun Feb 27 2011 Funda Wang 4.15-2+ Revision: 640204- rebuild to obsolete old packages * Sat Feb 19 2011 Per Øyvind Karlsen 4.15-1+ Revision: 638726- fix segfault when there\'s no provides in synthesis (ie. with src.rpm) * Mon Feb 14 2011 Per Øyvind Karlsen 4.14-1+ Revision: 637659- new release: o use specified arch for packages to be removed, don\'t strip it away and remove every package if having multiple packages with same name and different arch o fix segfault when trying to open non-existing synthesis * Thu Feb 10 2011 Funda Wang 4.13-3+ Revision: 637108- rebuild * Thu Jan 27 2011 Per Øyvind Karlsen 4.13-2+ Revision: 633188- add conflicts on urpmi < 6.44 to ensure rpmdb conversion- remove NVRA pattern matching hack, it\'s moved to rpm for now..- fix getting EVR from rpm headers- new release (4.13): o fix evr extraction which broke for some packages with i586 synthesis 0 fix parsing of disttag from synthesis o add regression checks for the fields extracted from synthesis- order of %%PROVIDEVERSION isn\'t always the same for all rpm versions synthesis is generated with, so locate it based on name, rather than hardcoding location assumption- new release: o enable automatic Berkeley DB log removal for URPM::DB::open() by default (#62271)- new release: o fix URPM::Resolve:: *_overlap() for packages having disttag o look for EVR of package at the first element AATTprovidesAATT rather than the last o replace incorrect usage of URPM::rpmvercmp on NVRA with rpmEVRcompare in URPM::Resolve::provided_version_that_overlaps() & URPM::Resolve::_find_required_package__sort()- new release: o fix distepoch detection breakage with proper synthesis- make URPM::Package::get_tag() handle NVRA tag for synthesis (fixing regression in previous version)- new release: 4.8 o fix a bug causing segfault when trying open a non-existing segfault which for some reaallly odd reason didn\'t get triggered before now o remove a last couple of remaining leftovers after db conversion o really include the workaround for removal issue that was accidentally omitted in the previous release o remove all indices for old rpmdb after conversion also when not doing rebuild- new release: 4.7- revert DB_CONFIG hack, fixed in rpm now..- new release: 4.6 o drop deprecated URPM::Pkg->header_filename o make URPM::Pkg->filename properly return the filename in synthesis, rather than trying to generate it from NVRA o add URPM::DB::close() * Sun Jan 09 2011 Per Øyvind Karlsen 4.5-1+ Revision: 630828- fix breakage when installing to an empty chroot without db environment setup * Sun Jan 09 2011 Per Øyvind Karlsen 4.4-2mdv2011.0+ Revision: 630718- bump release for main/release...- merge rpm5 branch * Tue Nov 16 2010 Joao Victor Martins 3.38-1mdv2011.0+ Revision: 598100- Fix the gpg key parsing to handle PEM encapsulated header portion (bug #61636) * Fri Oct 29 2010 Thierry Vignaud 3.37-6mdv2011.0+ Revision: 590284+ rebuild (emptylog) * Wed Oct 20 2010 Thierry Vignaud 3.37-4mdv2011.0+ Revision: 587000- fix crashing on undefined packages (#54521) * Sun Oct 17 2010 Thierry Vignaud 3.36-4mdv2011.0+ Revision: 586188- reenable $RPM_OPT_FLAGS; whereas -O1 is OK, -O2 is OK too with -fno-gcse to stop URPM from segfaulting (#61144)- explain * Sun Oct 17 2010 Thierry Vignaud 3.36-3mdv2011.0+ Revision: 586181- disable $RPM_OPT_FLAGS which cause URPM to segfault * Sun Aug 01 2010 Funda Wang 3.36-2mdv2011.0+ Revision: 564588- rebuild for perl 5.12.1 * Fri Jul 23 2010 Olivier Thauvin 3.36-1mdv2011.0+ Revision: 557106- 3.36 (minor fix for perl-5.12) * Tue Jul 20 2010 Sandro Cazzaniga 3.35-3mdv2011.0+ Revision: 555280- rebuild + Jérôme Quelin - rebuild for 5.12 * Mon Apr 26 2010 Christophe Fergeau 3.35-1mdv2010.1+ Revision: 539035- perl-URPM 3.35:- when using auto-select, honour search-medias if some were specified * Tue Mar 23 2010 Christophe Fergeau 3.34.1-1mdv2010.1+ Revision: 526822- perl-URPM 3.34.1:- really fix #57224, I forgot a patch in the previous release * Wed Feb 24 2010 Christophe Fergeau 3.34-1mdv2010.1+ Revision: 510603- 3.34:- check for conflicting selected packages before selecting a package (#57224) (by Anssi Hannula) * Mon Oct 05 2009 Christophe Fergeau 3.33-1mdv2010.0+ Revision: 453927- forgot tarball- 3.33:- fix lookup of existing pubkeys (#53710) (by Pascal Terjan) * Mon Aug 10 2009 Christophe Fergeau 3.32-1mdv2010.0+ Revision: 414329- 3.32:- backtrack_selected: use set_rejected_and_compute_diff_provides for package removal (Anssi Hannula)- obey options (keep, nodeps) when unselecting current package in the case that was added in 3.31 (Anssi Hannula) * Tue Jul 28 2009 Christophe Fergeau 3.31-1mdv2010.0+ Revision: 402528- 3.31:- add support for querying %%disttag & %%distepoch (by Per ?\\195?\\152yvind Karlsen)- clean up and bring back rpm5.org support (by Per ?\\195?\\152yvind Karlsen)- keep track of sources for obsoleted/removed levels (#50666) Anssi Hannula)- keep psel/promote info and remove deadlocked pkg instead of aborting upgrade (#52105, Anssi Hannula)- _handle_conflicts: check all provides for conflicts, not just package name (#52135, Anssi Hannula)- unselect current package if an avoided package is already selected (#52145, Anssi Hannula)- do not try to promote to an older package (#52460, Anssi Hannula)- add a backtrack entry \"conflicts\" for avoided packages in backtrack_selected (#52153, Anssi Hannula)
|
|
|