- changelog fixed
- so version fixed
This commit is contained in:
parent
20871b60e3
commit
f452dc2480
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/libcomps-2c56e049c2b01af0127b6b0a86ef55125b7721f5.tar.gz
|
/libcomps-2c56e049c2b01af0127b6b0a86ef55125b7721f5.tar.gz
|
||||||
/libcomps-e77f33d2b87eb55c37a94777d1909076589ca6a7.tar.gz
|
/libcomps-e77f33d2b87eb55c37a94777d1909076589ca6a7.tar.gz
|
||||||
/libcomps-89e74eac90c9c1734158e00b397718cb325fe511.tar.gz
|
/libcomps-89e74eac90c9c1734158e00b397718cb325fe511.tar.gz
|
||||||
|
/libcomps-b098d1b7dc00951490b262b533df7af2103bd4d4.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global commit 89e74eac90c9c1734158e00b397718cb325fe511
|
%global commit b098d1b7dc00951490b262b533df7af2103bd4d4
|
||||||
|
|
||||||
Name: libcomps
|
Name: libcomps
|
||||||
Version: 0.1.6
|
Version: 0.1.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Comps XML file manipulation library
|
Summary: Comps XML file manipulation library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -132,6 +132,41 @@ rm -rf $buildroot
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 29 2014 Jindrich Luza <jluza@redhat.com> 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 <jluza@redhat.com> 0.1.4-4
|
* Wed Oct 23 2013 Jindrich Luza <jluza@redhat.com> 0.1.4-4
|
||||||
- group.uservisible is true by default now.
|
- group.uservisible is true by default now.
|
||||||
- fixed comps_mobjradix parent node problem
|
- fixed comps_mobjradix parent node problem
|
||||||
@ -168,14 +203,6 @@ rm -rf $buildroot
|
|||||||
|
|
||||||
* Thu Jul 18 2013 Jindrich Luza <jluza@redhat.com> 0.1.2
|
* Thu Jul 18 2013 Jindrich Luza <jluza@redhat.com> 0.1.2
|
||||||
- automatic changelog system
|
- automatic changelog system
|
||||||
- improved integrated tests
|
|
||||||
- prop system complete
|
|
||||||
- fixed issue 1
|
|
||||||
- fixed issue 3
|
|
||||||
- added <packagereq requires=...> support
|
|
||||||
- new prop system in progress....
|
|
||||||
- separated doc package
|
|
||||||
- some minor fixes in CMakeFiles
|
|
||||||
- fixed issue #14
|
- fixed issue #14
|
||||||
- libcomps.Dict is now behave more like python dict. Implemented iter(libcomps.Dict)
|
- libcomps.Dict is now behave more like python dict. Implemented iter(libcomps.Dict)
|
||||||
- libcomps.iteritems() and libcomps.itervalues()
|
- libcomps.iteritems() and libcomps.itervalues()
|
||||||
@ -189,6 +216,14 @@ rm -rf $buildroot
|
|||||||
- libcomps.Comps.get_last_parse_errors
|
- libcomps.Comps.get_last_parse_errors
|
||||||
- all log is given by
|
- all log is given by
|
||||||
- libcomps.Comps.get_last_parse_log
|
- libcomps.Comps.get_last_parse_log
|
||||||
|
- prop system complete
|
||||||
|
- fixed issue 1
|
||||||
|
- fixed issue 3
|
||||||
|
- added <packagereq requires=...> support
|
||||||
|
- new prop system in progress....
|
||||||
|
- separated doc package
|
||||||
|
- some minor fixes in CMakeFiles
|
||||||
|
- improved integrated tests
|
||||||
|
|
||||||
* Tue Jun 25 2013 Jindrich Luza <jluza@redhat.com> 0.1.1-1
|
* Tue Jun 25 2013 Jindrich Luza <jluza@redhat.com> 0.1.1-1
|
||||||
- Automatic commit of package [libcomps] release [0.1.1-1].
|
- Automatic commit of package [libcomps] release [0.1.1-1].
|
||||||
|
Loading…
Reference in New Issue
Block a user