- fixed #1003986 by Gustavo Luiz Duarte guidelines (but not tested on ppc)
This commit is contained in:
parent
099b489b46
commit
49f96794d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/libcomps-44ee40c5d69f53c0b0707c502fbcfff0c9acf8ec.tar.gz
|
||||
/libcomps-36336e79a2b08cd7507c90f5df5b7f850058fef7.tar.gz
|
||||
/libcomps-a054fcfde528bb23fbab7a24b4938b7c86ecc7ce.tar.gz
|
||||
/libcomps-951226b59c6915de5b44fac79a84f42d5277a8bc.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global commit a054fcfde528bb23fbab7a24b4938b7c86ecc7ce
|
||||
%global commit 951226b59c6915de5b44fac79a84f42d5277a8bc
|
||||
|
||||
Name: libcomps
|
||||
Version: 0.1.3
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Comps XML file manipulation library
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -116,13 +116,21 @@ rm -rf $buildroot
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 26 2013 Jindrich Luza <jluza@redhat.com> 0.1.3.gita054fcf
|
||||
- version bumped
|
||||
* Fri Sep 06 2013 Jindrich Luza <jluza@redhat.com> 0.1.3.git951226b
|
||||
- release bumped
|
||||
- fixed #1003986 by Gustavo Luiz Duarte guidelines (but not tested on ppc)
|
||||
- fixed bug #1000449
|
||||
- fixed bug #1000442
|
||||
- added GroupId.default test
|
||||
- some minor unreported bugs discovered during testing fixed
|
||||
|
||||
* Tue Aug 20 2013 Jindrich Luza <jluza@redhat.com> 0.1.3
|
||||
- finished default attribute support in groupid object
|
||||
- Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed
|
||||
- as Comps.get_last_errors and Comps.get_last_log
|
||||
- finished default attribute support in groupid object
|
||||
- Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed
|
||||
- as Comps.get_last_errors and Comps.get_last_log
|
||||
|
||||
* Thu Jul 18 2013 Jindrich Luza <jluza@redhat.com> 0.1.2
|
||||
- automatic changelog system
|
||||
@ -141,7 +149,6 @@ rm -rf $buildroot
|
||||
- all log is given by
|
||||
- libcomps.Comps.get_last_parse_log
|
||||
- improved integrated tests
|
||||
- documentation is now isolated make target ('make docs')
|
||||
- prop system complete
|
||||
- fixed issue 1
|
||||
- fixed issue 3
|
||||
|
Loading…
Reference in New Issue
Block a user