diff --git a/.gitignore b/.gitignore index 7df914f..b08b342 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /python-dbusmock-0.1.1.tar.gz +/python-dbusmock-0.3.tar.gz diff --git a/python-dbusmock.spec b/python-dbusmock.spec index 51677d4..3c2ee4d 100644 --- a/python-dbusmock.spec +++ b/python-dbusmock.spec @@ -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 - 0.3-1 +- New upstream release. + * Mon Oct 08 2012 Matěj Cepl - 0.1.1-2 - remove the bundled egg-info following the package review. diff --git a/sources b/sources index 3e9bd45..7462e0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a9b32f61e74d3b1d4efa7304e8d45957 python-dbusmock-0.1.1.tar.gz +0f935a7807e196f354da577e6eb8de63 python-dbusmock-0.3.tar.gz