Update to 0.11.1
This commit is contained in:
parent
d69962d963
commit
d93ff35fcc
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,3 +8,5 @@
|
|||||||
/python-dbusmock-0.8.tar.gz
|
/python-dbusmock-0.8.tar.gz
|
||||||
/python-dbusmock-0.8.1.tar.gz
|
/python-dbusmock-0.8.1.tar.gz
|
||||||
/python-dbusmock-0.10.3.tar.gz
|
/python-dbusmock-0.10.3.tar.gz
|
||||||
|
/python-dbusmock-0.10.1.tar.gz
|
||||||
|
/python-dbusmock-0.11.1.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global modname dbusmock
|
%global modname dbusmock
|
||||||
|
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.10.3
|
Version: 0.11.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Mock D-Bus objects
|
Summary: Mock D-Bus objects
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -73,6 +73,9 @@ popd
|
|||||||
%{python3_sitelib}/*%{modname}*
|
%{python3_sitelib}/*%{modname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 08 2014 Matěj Cepl <mcepl@redhat.com> - 0.11.1-1
|
||||||
|
- Update to 0.11.1
|
||||||
|
|
||||||
* Thu Jul 17 2014 Bastien Nocera <bnocera@redhat.com> 0.10.3-2
|
* Thu Jul 17 2014 Bastien Nocera <bnocera@redhat.com> 0.10.3-2
|
||||||
- Add Python3 sub-package
|
- Add Python3 sub-package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user