From 06fe2f422444d8a775a20617cf7bb1c0952e3649 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Apr 16 2018 08:29:43 +0000 Subject: v20 --- diff --git a/.gitignore b/.gitignore index 5caea52..8ad68c8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ Clock-5.tar.bz2 /Clock-14.tar.bz2 /Clock-15.tar.bz2 /Clock-18.tar.bz2 +/Clock-20.tar.bz2 diff --git a/sources b/sources index 3c6c1de..4eac3fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v19.tar.gz) = 88fa1fd1e46c94abb9e108e68d2094e941ad938070bf1d63b821ecccfbcbe81bd4083465a64488d3f36ed4f51ff194d457a0e600f56caa6da6ffd4213b2bd781 +SHA512 (Clock-20.tar.bz2) = eb0fa3ab7a31fd4dbd9fcd8e44377e74371f3a257dcb76fcf0c6d64bd7fd681b995a6f3d13a1dc0928174f9996d9979465472a529d354c1c3725c5574ade4ae4 diff --git a/sugar-clock.spec b/sugar-clock.spec index 36eb320..4a56ef7 100644 --- a/sugar-clock.spec +++ b/sugar-clock.spec @@ -1,19 +1,18 @@ Name: sugar-clock -Version: 19 -Release: 4%{?dist} +Version: 20 +Release: 1%{?dist} Summary: Clock activity for Sugar Group: Sugar/Activities License: GPLv3+ URL: http://wiki.laptop.org/go/Clock -Source0: https://github.com/sugarlabs/clock-activity/archive/v%{version}.tar.gz +Source0: https://download.sugarlabs.org/sources/honey/Clock/Clock-%{version}.tar.bz2 BuildArch: noarch BuildRequires: gettext BuildRequires: python2 BuildRequires: sugar-toolkit-gtk3 -Requires: python2-gstreamer Requires: sugar Requires: sugar-toolkit-gtk3 @@ -47,6 +46,9 @@ rm %{buildroot}%{_prefix}/share/applications/*.desktop || true %changelog +* Mon Apr 16 2018 Peter Robinson 20-1 +- Release 20 + * Wed Feb 21 2018 Iryna Shcherbina - 19-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)