diff --git a/.cvsignore b/.cvsignore index 691972e..e1c14b4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -rednotebook-0.6.7.tar.gz +rednotebook-0.6.8.tar.gz diff --git a/rednotebook.spec b/rednotebook.spec index 224eb97..7b38924 100644 --- a/rednotebook.spec +++ b/rednotebook.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: rednotebook -Version: 0.6.7 +Version: 0.6.8 Release: 1%{?dist} Summary: A desktop diary @@ -33,12 +33,12 @@ and does so in style. %build -python ./setup.py build +python setup.py build %install rm -rf %{buildroot} -python ./setup.py install --skip-build --root %{buildroot} +python setup.py install --skip-build --root %{buildroot} #remove shebang for file in %{buildroot}%{python_sitelib}/%{name}/gui/mainWindow.py \ %{buildroot}%{python_sitelib}/%{name}/gui/htmltextview.py \ @@ -64,6 +64,9 @@ rm -rf %{buildroot} %changelog +* Sun May 03 2009 Fabian Affolter - 0.6.8-1 +- Updated to new upstream version 0.6.8 + * Wed Apr 22 2009 Fabian Affolter - 0.6.7-1 - Updated to new upstream version 0.6.7 diff --git a/sources b/sources index c216785..fab5f54 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c83d0aa119e1cd91f91ef122f104a04 rednotebook-0.6.7.tar.gz +6836bb2c1d3ef16791b1538fa6c33f08 rednotebook-0.6.8.tar.gz