SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-URPM-4.37-1-mdv2011.0.i586.rpm :

* 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)
* Mon May 11 2009 Christophe Fergeau 3.30-1mdv2010.0+ Revision: 374686- 3.30:- rework public key handling since librpm behaviour has changed. It\'s no longer possible to tell it to add the same key multiple times which was causing weird \"unable to import pubkey\" messages when a mirror contains different pubkeys for the same key
* Fri Mar 27 2009 Christophe Fergeau 3.29-1mdv2009.1+ Revision: 361620- 3.29:- fix regression introduced by fix for bug #47803 (fix by Anssi Hannula). Without this patch, urpmi got stuck in an infinite loop when trying to upgrade from 2008.1.
* Wed Mar 25 2009 Christophe Fergeau 3.28-1mdv2009.1+ Revision: 361025- 3.28:- postpone user choices as much as possible to avoid asking the user unnecessary questions, (bug #48100, Anssi Hannula)- 3.27:- don\'t silently install suggests (bug #47934)- fix _handle_diff_provides in case of impossible-to-satisfy selected packages (bug #48223, Anssi Hannula)- check rep for another pkg providing X if the prev pkg gets removed due to a conflict (bug #47803, Anssi Hannula)
* Thu Mar 05 2009 Thierry Vignaud 3.26-1mdv2009.1+ Revision: 348828- verify_signature: enable to check signatures against a chrooted rpmdb (especially important for installer where there\'s no rpmdb in / and thus no keys to check against)
* Fri Jan 16 2009 Christophe Fergeau 3.25-1mdv2009.1+ Revision: 330199- 3.25- previous fix for bug #46874 was bogus, really fix it this time
* Tue Jan 13 2009 Christophe Fergeau 3.24-1mdv2009.1+ Revision: 329026- 3.24- fix sorting choices on provided version (feature introduced in 3.08, but was not working if packages were coming from different repository)- when a \"Requires:\" can be fullfilled by several different packages and one of those packages is explicitly required by another package which is also being installed, silently choose this package instead of letting the choice up to perl-URPM user (fixes bug #46874)
* Mon Dec 15 2008 Pixel 3.23-1mdv2009.1+ Revision: 314472- 3.23: fix bad free() (thanks to glibc for detecting it)
* Fri Dec 12 2008 Pixel 3.22-1mdv2009.1+ Revision: 313619- 3.22:- fix scriptlet failing: adapt to librpm4.6, rpmtsSetRootDir(ts, \"\") is forbidden
* Tue Dec 09 2008 Pixel 3.21-1mdv2009.1+ Revision: 312302- 3.21:- adapt to librpm4.6- drop list_rpm_tag()
* Tue Oct 14 2008 Pixel 3.20-1mdv2009.1+ Revision: 293731- 3.20:- $trans->run can now return both the translated errors, and some parsable errors (useful for example to detect diskspace issues)
* Tue Oct 07 2008 Pixel 3.19-1mdv2009.0+ Revision: 291158- 3.19: handle flag \"replacefiles\"
 
ICM