diff --git a/.gitignore b/.gitignore index 8de307e..d2ded94 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /0.9.2.tar.gz /0.9.3.tar.gz +/0.10.0.tar.gz diff --git a/gtimelog.appdata.xml b/gtimelog.appdata.xml deleted file mode 100644 index 06aaf9d..0000000 --- a/gtimelog.appdata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - gtimelog.desktop - CC0-1.0 - GPL-2.0 - - GTimeLog - Unobtrusively keep track of your time - -

GTimeLog is a small GTK+ app for keeping track of your time. Its main goal is to be as unobtrusive as possible.

-
- - https://mg.pov.lt/gtimelog/gtimelog-gtk3.png - - https://mg.pov.lt/gtimelog/ - marius@gedmin.as -
diff --git a/gtimelog.spec b/gtimelog.spec index aa84fcb..1153fbd 100644 --- a/gtimelog.spec +++ b/gtimelog.spec @@ -1,5 +1,5 @@ Name: gtimelog -Version: 0.9.3 +Version: 0.10.0 Release: 1%{?dist} Summary: Unobtrusively keep track of your time @@ -7,11 +7,11 @@ Group: Applications/Productivity License: GPLv2 URL: http://mg.pov.lt/gtimelog/ Source0: https://github.com/%{name}/%{name}/archive/%{version}.tar.gz -# https://github.com/gtimelog/gtimelog/pull/34 -Source1: %{name}.appdata.xml BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-freezegun +BuildRequires: python3-mock BuildRequires: /usr/bin/appstream-util BuildRequires: /usr/bin/desktop-file-install BuildRequires: /usr/bin/rst2man @@ -40,7 +40,7 @@ install -d %{buildroot}/%{_datadir}/pixmaps mv %{buildroot}%{python3_sitelib}/%{name}/*.png %{buildroot}/%{_datadir}/pixmaps install -Dpm 644 %{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1 install -Dpm 644 %{name}rc.5 %{buildroot}/%{_mandir}/man5/%{name}rc.5 -install -Dpm 644 %{SOURCE1} %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml +install -Dpm 644 %{name}.appdata.xml %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml %check @@ -63,6 +63,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %changelog +* Wed Sep 30 2015 David King - 0.10.0-1 +- Update to 0.10.0 (#1267408) + * Wed Sep 30 2015 David King - 0.9.3-1 - Update to 0.9.3 diff --git a/sources b/sources index ad0c907..6a26dee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e08eac0447b13c2b0188e9f3cae1d5a7 0.9.3.tar.gz +ddd990b86d5a2da82a36e3e047e60f39 0.10.0.tar.gz