diff --git a/.gitignore b/.gitignore index 362baaf..67d0f33 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /timeline-0.16.0.zip /timeline-0.18.0.zip /timeline-0.20.0.zip +/timeline-1.0.1.zip diff --git a/sources b/sources index 44d449e..be533cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a802aa4a6878fcc201bec60fb2b306da timeline-0.20.0.zip +fade3f552e3b3d8d694e3505c8d1d63b timeline-1.0.1.zip diff --git a/timeline.spec b/timeline.spec index 772026a..f6e2fa3 100644 --- a/timeline.spec +++ b/timeline.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: timeline -Version: 0.20.0 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Displays and navigates events on a timeline Group: Applications/Productivity @@ -90,7 +90,7 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root,-) -%doc AUTHORS CHANGES COPYING HACKING README +%doc AUTHORS COPYING README doc/ %{_bindir}/* %{_datadir}/timeline %{_datadir}/applications/timeline.desktop @@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT #%{_mandir}/man1/timeline.1.gz %changelog +* Mon Oct 21 2013 Jon Ciesla - 1.0.1-1 +- Latest upstream. + * Fri Oct 11 2013 Jon Ciesla - 0.20.0-3 - Fix typo, BZ 1018161.