#2 v21
Merged 4 years ago by pbrobinson. Opened 4 years ago by chimosky.
rpms/ chimosky/sugar-stopwatch master  into  master

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (StopWatch-20.1.tar.bz2) = 43b5aec499a46b51187ddaaccede3bdd8e9150e8b702a56dfa09e61e7d9ea14e03ffbf83c174898d7cc39fb81cd3cb691c7a2e6a2b8659d1ab0969303ebbd19c

+ SHA512 (StopWatch-21.tar.bz2) = d51148fdd0dce8dbadc03e3def5ccf832ef16d2385887803f2783fb3843983a3fff0d41e571b5b1d93e24f312f5cf9e73c045a4675fc18b0da264a14af148f46

file modified
+11 -9
@@ -3,16 +3,15 @@ 

  %global _python_bytecompile_extra 1

  

  Name:          sugar-stopwatch

- Version:       20.1

- Release:       4%{?dist}

+ Version:       21

+ Release:       1%{?dist}

  Summary:       Simple stopwatch for Sugar

  License:       GPLv3+

  URL:           http://wiki.laptop.org/go/Stopwatch

  Source0:       https://download.sugarlabs.org/sources/honey/StopWatch/StopWatch-%{version}.tar.bz2

  BuildArch:     noarch

  

- BuildRequires: python2-devel

- BuildRequires: sugar-base

+ BuildRequires: python3-devel

  BuildRequires: sugar-toolkit-gtk3

  BuildRequires: telepathy-glib-devel

  BuildRequires: gettext
@@ -26,16 +25,14 @@ 

  

  %prep

  %autosetup -n StopWatch-%{version}

- echo "summary = Multiple stopwatches to time events with." >> activity/activity.info

  

- sed -i 's/python/python2/' setup.py

+ sed -i 's/python/python3/' setup.py

  

  %build

- python2 ./setup.py build

- 

+ python3 ./setup.py build

  

  %install

- python2 ./setup.py install --prefix=%{buildroot}/%{_prefix}

+ python3 ./setup.py install --prefix=%{buildroot}/%{_prefix}

  rm %{buildroot}%{_prefix}/share/applications/*.desktop || true

  %find_lang org.laptop.StopWatchActivity

  
@@ -46,6 +43,11 @@ 

  

  

  %changelog

+ * Tue Feb 11 2020 Chihurumnaya Ibiam <ibiamchihurumnaya@gmail.com> - 21-1

+ - v21

+ - Update Python 3 depedency declarations

+ - Remove addition to activity.info file

+ 

  * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20.1-4

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

Pull-Request has been merged by pbrobinson

4 years ago