Hello community, here is the log from the commit of package safeeyes for openSUSE:Factory checked in at 2020-10-13 15:46:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/safeeyes (Old) and /work/SRC/openSUSE:Factory/.safeeyes.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "safeeyes" Tue Oct 13 15:46:50 2020 rev:3 rq:841514 version:2.0.9+git20201003 Changes: -------- --- /work/SRC/openSUSE:Factory/safeeyes/safeeyes.changes 2020-09-28 14:29:04.454148125 +0200 +++ /work/SRC/openSUSE:Factory/.safeeyes.new.3486/safeeyes.changes 2020-10-13 15:47:40.281502169 +0200 @@ -1,0 +2,8 @@ +Tue Oct 13 11:19:15 UTC 2020 - [email protected] + +- Update to version 20201003.448e11f: + * Fix UnboundLocalError in smartpause plugin (#378) + * Add installation instruction for openSUSE Tumbleweed, resolve #376 (#377) + * Translated using Weblate (Swedish) + +------------------------------------------------------------------- Old: ---- SafeEyes-2.0.9+git20200906.tar.xz get_from_git.sh New: ---- SafeEyes-2.0.9+git20201003.tar.xz _service ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ safeeyes.spec ++++++ --- /var/tmp/diff_new_pack.y2CWOo/_old 2020-10-13 15:47:41.301502609 +0200 +++ /var/tmp/diff_new_pack.y2CWOo/_new 2020-10-13 15:47:41.305502611 +0200 @@ -1,6 +1,7 @@ # -# spec file for package SafeEyes +# spec file for package safeeyes # +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2017 Malcolm J Lewis <[email protected]> # Copyright (c) 2020 [email protected] # @@ -13,21 +14,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # + # get python versions %global py3_ver %(if [ -f "%{__python3}" ]; then %{__python3} -c "import sys; sys.stdout.write(sys.version[:3])"; else echo 0; fi;) Name: safeeyes -Version: 2.0.9+git20200906 +Version: 2.0.9+git20201003 Release: 0 Summary: Protect you from eye strain when working on the computer -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Graphics/Visualization/Other -Url: https://github.com/slgobinath/SafeEyes +URL: https://github.com/slgobinath/SafeEyes Source0: SafeEyes-%{version}.tar.xz -Source98: get_from_git.sh Source99: safeeyes-rpmlintrc #PATCH-FIX-OPENSUSE SafeEyes-fix-install-path.patch [email protected] -- install in /usr/share, not in /home/abuild/.local/share Patch0: SafeEyes-fix-install-path.patch @@ -35,8 +36,8 @@ BuildRequires: hicolor-icon-theme BuildRequires: python3-Babel BuildRequires: python3-devel -BuildRequires: python3-setuptools BuildRequires: python3-psutil +BuildRequires: python3-setuptools %if 0%{?suse_version} > 1315 && 0%{?is_opensuse} BuildRequires: python3-python-xlib %else @@ -45,12 +46,12 @@ BuildRequires: python-rpm-macros BuildRequires: update-desktop-files # MANUAL BEGIN -Requires: typelib(AppIndicator3) -Requires: typelib(Notify) Requires: python3-Babel Requires: python3-cairo >= 1.11.1 Requires: python3-gobject Requires: python3-psutil +Requires: typelib(AppIndicator3) +Requires: typelib(Notify) %if 0%{?suse_version} > 1315 && 0%{?is_opensuse} Requires: python3-python-xlib %else ++++++ SafeEyes-2.0.9+git20200906.tar.xz -> SafeEyes-2.0.9+git20201003.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SafeEyes-2.0.9+git20200906/.gitignore new/SafeEyes-2.0.9+git20201003/.gitignore --- old/SafeEyes-2.0.9+git20200906/.gitignore 2020-09-07 12:36:08.000000000 +0200 +++ new/SafeEyes-2.0.9+git20201003/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,107 +0,0 @@ -# Byte-compiled / optimized / DLL files -__pycache__/ -*.py[cod] -*$py.class - -# C extensions -*.so - -# Glade temporary files -*.glade~ - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -wheels/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover -.hypothesis/ - -# Translations -*.mo -# *.pot - -# Django stuff: -*.log -local_settings.py - -# Flask stuff: -instance/ -.webassets-cache - -# Scrapy stuff: -.scrapy - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - -# Jupyter Notebook -.ipynb_checkpoints - -# pyenv -.python-version - -# celery beat schedule file -celerybeat-schedule - -# SageMath parsed files -*.sage.py - -# dotenv -.env - -# virtualenv -.venv -venv/ -ENV/ - -# Spyder project settings -.spyderproject - -# Rope project settings -.ropeproject - -# Visual Studio Code settings -.vscode/ - -safeeyes/config/locale/*/LC_MESSAGES/safeeyes.po~ - -node_modules/ - -# PyCharm -.idea \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SafeEyes-2.0.9+git20200906/README.md new/SafeEyes-2.0.9+git20201003/README.md --- old/SafeEyes-2.0.9+git20200906/README.md 2020-09-07 12:36:08.000000000 +0200 +++ new/SafeEyes-2.0.9+git20201003/README.md 2020-10-03 13:58:31.000000000 +0200 @@ -77,6 +77,13 @@ sudo gtk-update-icon-cache /usr/share/icons/hicolor ``` +### OpenSUSE Tumbleweed + +```bash +sudo zypper refresh +sudo zypper install safeeyes +``` + ### Other Linux & Run from source Ensure to meet the following dependencies: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SafeEyes-2.0.9+git20200906/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po new/SafeEyes-2.0.9+git20201003/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po --- old/SafeEyes-2.0.9+git20200906/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po 2020-09-07 12:36:08.000000000 +0200 +++ new/SafeEyes-2.0.9+git20201003/safeeyes/config/locale/sv/LC_MESSAGES/safeeyes.po 2020-10-03 13:58:31.000000000 +0200 @@ -6,8 +6,8 @@ msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2020-08-20 16:26+0000\n" -"Last-Translator: Luna Jernberg <[email protected]>\n" +"PO-Revision-Date: 2020-09-28 07:40+0000\n" +"Last-Translator: Mattias Münster <[email protected]>\n" "Language-Team: Swedish <https://hosted.weblate.org/projects/safe-eyes/" "translations/sv/>\n" "Language: sv\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 4.2.1-dev\n" +"X-Generator: Weblate 4.3-dev\n" # Short break msgid "Tightly close your eyes" @@ -91,7 +91,7 @@ "command-line arguments." msgstr "" "Safe Eyes kör utan \"RPC\"-server. Slå på den för att kunna använda " -"kommandoradsargument. " +"kommandoradsargument." # About dialog msgid "Close" @@ -148,11 +148,11 @@ # Settings dialog msgid "Use RPC server to receive runtime commands" -msgstr "" +msgstr "Använd RPC-server för att ta emot runtime-kommandon" # Settings dialog msgid "Without the RPC server, command-line commands may not work" -msgstr "" +msgstr "Utan RPC-servern kanske kommandoradskommandon inte fungerar" # Settings dialog msgid "Long break interval must be a multiple of short break interval" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SafeEyes-2.0.9+git20200906/safeeyes/plugins/smartpause/plugin.py new/SafeEyes-2.0.9+git20201003/safeeyes/plugins/smartpause/plugin.py --- old/SafeEyes-2.0.9+git20200906/safeeyes/plugins/smartpause/plugin.py 2020-09-07 12:36:08.000000000 +0200 +++ new/SafeEyes-2.0.9+git20201003/safeeyes/plugins/smartpause/plugin.py 2020-10-03 13:58:31.000000000 +0200 @@ -135,6 +135,8 @@ """ global smart_pause_activated global idle_start_time + next_break = None + while __is_active(): # Wait for waiting_time seconds idle_condition.acquire() ++++++ _service ++++++ <services> <service mode="disabled" name="tar_scm"> <param name="url">https://github.com/slgobinath/SafeEyes</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="revision">master</param> <param name="versionformat">2.0.9+git%cd</param> <param name="changesgenerate">enable</param> <param name="filename">SafeEyes</param> </service> <service mode="disabled" name="recompress"> <param name="file">SafeEyes-*.tar</param> <param name="compression">xz</param> </service> <service mode="disabled" name="set_version"> <param name="basename">SafeEyes</param> </service> </services>
