From 5f1768684883def39c6d621f31f896e6c5840026 Mon Sep 17 00:00:00 2001 From: Ibiam Chihurumnaya Date: Jan 23 2020 00:58:07 +0000 Subject: New 204 release Update Python 3 dependency declarations --- diff --git a/sources b/sources index 13f2015..6994cac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Browse-203.1.tar.bz2) = 5e871a2befb06e44c9daf6aa4b0356207d5c2167f86195a4c09b1235c55daa7bfbeedb658f69c92f3bc0b36b77c4bf532584ff2ada9d968e59e42e457ac5174b +SHA512 (Browse-204.tar.bz2) = 7589100d848c83120180dabfda4dd7cf3199e8e84c06bfd060800292b20dc085eb57505e2f7f0773d563a6653cf20faa8a65bd2aec9958f1d9222865441e2bad diff --git a/sugar-browse.spec b/sugar-browse.spec index 61ced9e..152399c 100644 --- a/sugar-browse.spec +++ b/sugar-browse.spec @@ -3,7 +3,7 @@ %global _python_bytecompile_extra 1 Name: sugar-browse -Version: 203.1 +Version: 204 Release: 1%{?dist} Summary: Browse activity for Sugar License: GPLv2+ @@ -11,7 +11,7 @@ URL: http://wiki.laptop.org/go/Browse Source0: http://download.sugarlabs.org/sources/sucrose/fructose/Browse/Browse-%{version}.tar.bz2 BuildRequires: gobject-introspection-devel -BuildRequires: python2-devel +BuildRequires: python3-devel BuildRequires: sugar-toolkit-gtk3 BuildRequires: webkitgtk4-devel BuildRequires: gettext @@ -26,14 +26,13 @@ engine. %prep %autosetup -n Browse-%{version} -sed -i 's#usr/bin/env python#usr/bin/env python2#' setup.py %build -python2 ./setup.py build +python3 ./setup.py build %install mkdir -p %{buildroot}/%{sugaractivitydir} -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.WebActivity @@ -46,6 +45,10 @@ rm %{buildroot}%{_prefix}/share/applications/*.desktop || true %changelog +* Thu Jan 23 2020 Chihurumnaya Ibiam 204-1 +- New 204 release +- Update Python 3 dependency declarations + * Wed Aug 28 2019 Peter Robinson 203.1-1 - Update to 203.1 release