Hello community, here is the log from the commit of package qtodotxt for openSUSE:Factory checked in at 2017-05-16 14:44:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtodotxt (Old) and /work/SRC/openSUSE:Factory/.qtodotxt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtodotxt" Tue May 16 14:44:04 2017 rev:4 rq:494574 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qtodotxt/qtodotxt.changes 2016-05-19 12:16:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qtodotxt.new/qtodotxt.changes 2017-05-16 14:44:59.820463036 +0200 @@ -1,0 +2,11 @@ +Wed May 10 17:02:56 UTC 2017 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- +Tue May 9 16:45:47 UTC 2017 - [email protected] + +- Update to version 1.9.0: + * No changelog available. + +------------------------------------------------------------------- Old: ---- qtodotxt-1.6.1.tar.gz New: ---- QTodoTxt-1.9.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtodotxt.spec ++++++ --- /var/tmp/diff_new_pack.ryReGU/_old 2017-05-16 14:45:00.500367503 +0200 +++ /var/tmp/diff_new_pack.ryReGU/_new 2017-05-16 14:45:00.504366940 +0200 @@ -1,7 +1,7 @@ # # spec file for package qtodotxt # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,14 @@ %define _name QTodoTxt Name: qtodotxt -Version: 1.6.1 +Version: 1.9.0 Release: 0 -Summary: Cross-platform UI client for todo.txt files +Summary: User interface client for todo.txt files License: GPL-3.0+ Group: Productivity/Office/Organizers Url: https://github.com/mNantern/QTodoTxt -Source: https://github.com/mNantern/%{_name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source: https://github.com/mNantern/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz +BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: python3-setuptools @@ -34,12 +35,12 @@ BuildArch: noarch %description -QTodoTxt is a graphical interface for todo.txt format. +QTodoTxt is a graphical interface for the todo.txt format. -Todo.txt is a popular, minimalistic TODO list format in which the data -is stored in a simple text file. Since todo.txt is both machine and -human-readable, you can check out your tasks with a simple text editor -from any OS, synchronise it with cloud sync tools such as ownCloud, etc. +Todo.txt is a TODO list format in which the data is stored in a text +file. Since todo.txt is both machine and human-readable, tasks can be +checked out with alternative editors, and be synchronised with cloud +sync tools such as Nextcloud, etc. %prep %setup -q -n %{_name}-%{version} @@ -54,10 +55,14 @@ --prefix=%{_prefix} # A tricky way to get all available icon sizes. -ls artwork/icon/ | sed -n 's/.*-\([0-9]*\).png/\1/p' | while read size; do - install -Dm 0644 artwork/icon/qTodo-$size.png %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png +convert %{name}/ui/resources/%{name}.ico packaging/%{name}.png +iter=0 +for size in 48 32 16; do + install -Dpm 0644 packaging/%{name}-$iter.png \ + %{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps/%{name}.png + iter=$(( iter + 1 )) done -install -Dm 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop +install -Dpm 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop %suse_update_desktop_file -r -G %{_name} %{name} Utility DesktopUtility %fdupes %{buildroot}%{python3_sitelib}/
