Changelog for
yum-metadata-parser-debugsource-1.1.2-lp150.1.7.x86_64.rpm :
* Mon Feb 24 2014 mlsAATTsuse.de- add support for weak dependencies, needed for newer createrepo versions (to make --update work) new patch: yum-metadata-parser-1.1.2-weakdeps.patch
* Wed Mar 20 2013 bbrunnerAATTsuse.com- Fixed release-version
* Tue Feb 12 2013 dmacvicarAATTsuse.de- support >2G rpms in the XML to sqlite conversion (upstream patch) (bnc#802576, rh#612409)
* Wed Aug 29 2007 cthielAATTsuse.de- update to version 1.1.2
* add some indexes to speed up a number of lookups in yum
* Mon May 21 2007 cthielAATTsuse.de- update to version 1.1.1
* Expose DBVERSION
* Thu May 03 2007 cthielAATTsuse.de- update to version 1.1.0
* setup.py, yum-metadata-parser.spec: bump version to 1.1.0 b/c of the dbversion change
* db.c, db.h, package.h, xml-parser.c: Bump database version to 10 build_
* and time_
* values are stored as ints, rather than text, and checksum_value has been dropped, as this is the same value as pkgId.
* xml-parser.c: Reduce some code duplication in xml-parser
* Fri Apr 06 2007 cthielAATTsuse.de- update to version 1.0.4
* db.c: Create a pkgKey index for provides, requires, conflicts, and obsoletes
* db.c, db.h, package.h, sqlitecache.c, xml-parser.c: include Prereqs
* Fri Feb 16 2007 cthielAATTsuse.de- Requires: python-sqlite
* Fri Feb 16 2007 cthielAATTsuse.de- remove Requires: yum
* Mon Jan 08 2007 cthielAATTsuse.de- update to version 1.0.3
* sqlitecache.c: Never use the default glib log handler. This way, when - d0 is passed, we won\'t output to the glib log handler (since nothing should be displayed at all).
* sqlitecachec.py: support newer pysqlite as included in python 2.5
* sqlitecache.c: Use structs and function pointers to reduce code duplication.
* sqlitecache.c, sqlitecachec.py: Display repoid while populating the cache.