diff --git a/.gitignore b/.gitignore index bc11391..eb53e51 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /libcomps-2c56e049c2b01af0127b6b0a86ef55125b7721f5.tar.gz /libcomps-e77f33d2b87eb55c37a94777d1909076589ca6a7.tar.gz /libcomps-89e74eac90c9c1734158e00b397718cb325fe511.tar.gz +/libcomps-b098d1b7dc00951490b262b533df7af2103bd4d4.tar.gz diff --git a/libcomps.spec b/libcomps.spec index 556e44d..6184f2c 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,8 +1,8 @@ -%global commit 89e74eac90c9c1734158e00b397718cb325fe511 +%global commit b098d1b7dc00951490b262b533df7af2103bd4d4 Name: libcomps Version: 0.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Comps XML file manipulation library Group: Development/Libraries @@ -132,6 +132,41 @@ rm -rf $buildroot %changelog +* Wed Jan 29 2014 Jindrich Luza 0.1.6 +- version bumped +- added libcomps.MDict.keys() +- libcomps.MDict.values() +- libcomps.MDict.items() +- libcomps.MDict.clear() +- libcomps.MDict.update() +- libcomps.MDict.copy() +- COMPS_List replaced with COMPS_HSList +- added missing basearchonly to DocGroupPackage +- python3/CMakeLists.txt fixed +- added explicit attributes support for xml options +- added arch_filter test for python +- insert method in libcomps.Sequence +- Unioning is now accomplished with replace x append policy +- Weaker package equality check (comparing only name now) +- Fixed leeks in unioning +- modified test_merge_comps test_libcomps +- dictionaries are now storing keys in alphabetical order +- comps parser redesigned +- change python/tests directory composition +- added elem attributes check in parser +- xml output '_arch' attribute support +- parser and xml output defaults options for specify defaults values +- comps object validation in python +- added validity checker before append/set object to list (python only) +- .validate() method +- added libcomps.Dict.keys +- libcomps.Dict.values +- libcomps.Dict.items +- libcomps.Dict.clear +- libcomps.Dict.update +- libcomps.Dict.copy +- added xml output options (comps.xml_str([options = {}]), comps.xml_f(options = {})) + * Wed Oct 23 2013 Jindrich Luza 0.1.4-4 - group.uservisible is true by default now. - fixed comps_mobjradix parent node problem @@ -168,14 +203,6 @@ rm -rf $buildroot * Thu Jul 18 2013 Jindrich Luza 0.1.2 - automatic changelog system -- improved integrated tests -- prop system complete -- fixed issue 1 -- fixed issue 3 -- added support -- new prop system in progress.... -- separated doc package -- some minor fixes in CMakeFiles - fixed issue #14 - libcomps.Dict is now behave more like python dict. Implemented iter(libcomps.Dict) - libcomps.iteritems() and libcomps.itervalues() @@ -189,6 +216,14 @@ rm -rf $buildroot - libcomps.Comps.get_last_parse_errors - all log is given by - libcomps.Comps.get_last_parse_log +- prop system complete +- fixed issue 1 +- fixed issue 3 +- added support +- new prop system in progress.... +- separated doc package +- some minor fixes in CMakeFiles +- improved integrated tests * Tue Jun 25 2013 Jindrich Luza 0.1.1-1 - Automatic commit of package [libcomps] release [0.1.1-1]. diff --git a/sources b/sources index bd79de0..8c68692 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -070d1d9df4c2a7eea65060005fc04233 libcomps-89e74eac90c9c1734158e00b397718cb325fe511.tar.gz +f5a5c8cb0fcb88cc12705a6ff81d0a54 libcomps-b098d1b7dc00951490b262b533df7af2103bd4d4.tar.gz