New upstream release.

This commit is contained in:
Matěj Cepl 2012-12-19 20:48:22 +01:00
parent 16afd26e2a
commit 45df458b77
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/python-dbusmock-0.1.1.tar.gz
/python-dbusmock-0.3.tar.gz

View File

@ -1,8 +1,8 @@
%global modname dbusmock
Name: python-%{modname}
Version: 0.1.1
Release: 2%{?dist}
Version: 0.3
Release: 1%{?dist}
Summary: Mock D-Bus objects
Group: Development/Libraries
@ -28,8 +28,6 @@ the state of the real services to what you expect in your tests.
%prep
%setup -q -n %{name}-%{version}
sed -i -e '/^#!\s*\/.*bin\/.*python/d' %{modname}.py
rm -rf python-%{modname}.egg-info
%build
@ -50,6 +48,9 @@ rm -rf python-%{modname}.egg-info
%changelog
* Wed Dec 19 2012 Matěj Cepl <mcepl@redhat.com> - 0.3-1
- New upstream release.
* Mon Oct 08 2012 Matěj Cepl <mcepl@redhat.com> - 0.1.1-2
- remove the bundled egg-info following the package review.

View File

@ -1 +1 @@
a9b32f61e74d3b1d4efa7304e8d45957 python-dbusmock-0.1.1.tar.gz
0f935a7807e196f354da577e6eb8de63 python-dbusmock-0.3.tar.gz