diff --git a/.gitignore b/.gitignore index faf20f1..2051854 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /timeline-1.11.0.zip /timeline-1.12.0.zip /timeline-1.13.0.zip +/timeline-1.14.0.zip diff --git a/sources b/sources index 8418767..0290ea7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (timeline-1.13.0.zip) = 919b05b82f3c454082462a0557318e5ed25f76494a6869bf8304b37438270f023168673c4d4f2ce43443ba062e72a277498392662902b29e991a314ce34302ea +SHA512 (timeline-1.14.0.zip) = 1c9e880f00c8b9635f3a740377f3ed483b4bdf0ddd2b0444ecb1a580420e8279e8b6674d4ef207ee83ce267978e80d38b98ecdb6cd746ac3bb4030b4fca53011 diff --git a/timeline.spec b/timeline.spec index e8e45de..8982eba 100644 --- a/timeline.spec +++ b/timeline.spec @@ -1,26 +1,22 @@ -%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} - Name: timeline -Version: 1.13.0 -Release: 2%{?dist} +Version: 1.14.0 +Release: 1%{?dist} Summary: Displays and navigates events on a timeline -Group: Applications/Productivity License: GPLv3 and CC-BY-SA URL: http://thetimelineproj.sourceforge.net/ Source0: http://downloads.sourceforge.net/thetimelineproj/%{name}-%{version}.zip Source1: timeline.desktop Patch0: paths.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: python2-devel Requires: wxPython -Requires: python-markdown +Requires: python2-markdown Requires: python-icalendar Requires: python-svg -Requires: python-humblewx +Requires: python2-humblewx Requires: hicolor-icon-theme %description @@ -79,8 +75,8 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang -%defattr(-,root,root,-) -%doc AUTHORS COPYING README documentation/ +%license COPYING +%doc AUTHORS README documentation/ %{_bindir}/* %{_datadir}/timeline %{_datadir}/applications/timeline.desktop @@ -88,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{python2_sitelib}/timelinelib* %changelog +* Mon May 08 2017 Gwyn Ciesla - 1.14.0-1 +- Latest upstream. + * Sat Feb 11 2017 Fedora Release Engineering - 1.13.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild