- groupid default attribute support
This commit is contained in:
parent
752c61c508
commit
7b2d114fe1
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
=======
|
=======
|
||||||
/libcomps-4951a3ec8b8e9a210471c4d42be370a310cc78ab.tar.gz
|
/libcomps-4951a3ec8b8e9a210471c4d42be370a310cc78ab.tar.gz
|
||||||
>>>>>>> master
|
>>>>>>> master
|
||||||
|
/libcomps-44ee40c5d69f53c0b0707c502fbcfff0c9acf8ec.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global commit 4951a3ec8b8e9a210471c4d42be370a310cc78ab
|
%global commit 44ee40c5d69f53c0b0707c502fbcfff0c9acf8ec
|
||||||
|
|
||||||
Name: libcomps
|
Name: libcomps
|
||||||
Version: 0.1.2
|
Version: 0.1.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Comps XML file manipulation library
|
Summary: Comps XML file manipulation library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -116,8 +116,13 @@ rm -rf $buildroot
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 14 2013 Jindrich Luza <jluza@redhat.com> 0.1.2.git4951a3e
|
* Tue Aug 20 2013 Jindrich Luza <jluza@redhat.com> 0.1.3.git44ee40c
|
||||||
- __test.py print removed
|
- fixed gid problem
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
* 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
|
||||||
|
6
sources
6
sources
@ -1,5 +1 @@
|
|||||||
<<<<<<< HEAD
|
f84adbba8583cd2dc55215cd10039e40 libcomps-44ee40c5d69f53c0b0707c502fbcfff0c9acf8ec.tar.gz
|
||||||
8c37e88f0b7880eaca5225454cc7a1e5 libcomps-257459634117baa067c3dde2a8ea83def6851094.tar.gz
|
|
||||||
=======
|
|
||||||
8952cd6f4670123eb8b12d169f347157 libcomps-4951a3ec8b8e9a210471c4d42be370a310cc78ab.tar.gz
|
|
||||||
>>>>>>> master
|
|
||||||
|
Loading…
Reference in New Issue
Block a user