Hello community, here is the log from the commit of package go-for-it for openSUSE:Factory checked in at 2018-02-15 13:25:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/go-for-it (Old) and /work/SRC/openSUSE:Factory/.go-for-it.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "go-for-it" Thu Feb 15 13:25:43 2018 rev:6 rq:576414 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/go-for-it/go-for-it.changes 2017-04-11 09:39:39.467743548 +0200 +++ /work/SRC/openSUSE:Factory/.go-for-it.new/go-for-it.changes 2018-02-15 13:25:44.903448326 +0100 @@ -1,0 +2,54 @@ +Tue Feb 13 22:58:33 UTC 2018 - [email protected] + +- Don't assume any particular context of use in description. + Ensure neutrality of descriptions. + +------------------------------------------------------------------- +Tue Feb 13 01:38:28 UTC 2018 - [email protected] + +- Update to version 1.6.3: + * Implemented enhancements: + - The CMake script now checks if intltool-merge is present. + - The about dialog and contribute dialog can disabled at + compile time. (Useful if that information is better shown in + the appstream metadata.) + - The system name (name of data and executable) can now be + specified at compile time. + * Fixed bugs: + - Add an option to build a version without contribute/donation + dialog (gh#JMoerman/Go-For-It#42). + - Do not show about dialog in menu and .desktop when installed + via store? (gh#JMoerman/Go-For-It#43). + - Do not show header bar toggle when used on Pantheon/Gnome/... + (gh#JMoerman/Go-For-It#41). + * Updated translations. +- Changes from version 1.6.2: + * Implemented enhancements: + - Reverse Domain Name Notation is now used for filenames + (application data, executables). + - An appstream appdata.xml metadata file has been added. + - The following translations are updated: Lithuanian. + * Fixed bugs: + - Parsed command line strings would not get freed. + - Changing the path to the stored todo.txt files would lead to + a crash when a task is marked as done. +- Changes from version 1.6.1: + * Updated translations. +- Changes from version 1.6.0: + * Implemented enhancements: + - Tasks can be filtered by clicking on a project or context + tag, or manually with the ctrl+f key combination. + * Fixed bugs: + - Crashes on start if ~/.todo already exists and is a file + (gh#JMoerman/Go-For-It#111). + - Drag area disappears on all items if one item is too long + (gh#JMoerman/Go-For-It#60). + - Task name wrapping (gh#JMoerman/Go-For-It#65). +- Conditionalize the use of %desktop_database_* and + %icon_theme_cache_* post/postun scriptlets: they are only needed + in older distros that don't have RPM 4.13.0 where file triggers + cover their functionality. +- Add intltool BuildRequires: new dependency. +- Drop go-for-it-vala-0.36.patch: fixed upstream. + +------------------------------------------------------------------- Old: ---- go-for-it-1.5.tar.gz go-for-it-vala-0.36.patch New: ---- 1.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ go-for-it.spec ++++++ --- /var/tmp/diff_new_pack.dRJ8rT/_old 2018-02-15 13:25:45.655421011 +0100 +++ /var/tmp/diff_new_pack.dRJ8rT/_new 2018-02-15 13:25:45.659420866 +0100 @@ -1,7 +1,7 @@ # # spec file for package go-for-it # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -16,40 +16,38 @@ # -%define _name Go-For-It +%define _name com.github.jmoerman.go-for-it Name: go-for-it -Version: 1.5 +Version: 1.6.3 Release: 0 -Summary: A stylish to-do list with built-in productivity timer +Summary: A to-do list with built-in productivity timer License: GPL-3.0 Group: Productivity/Office/Organizers Url: https://github.com/mank319/Go-For-It -Source: https://github.com/mank319/%{_name}/archive/release_v%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM go-for-it-vala-0.36.patch -- Fix build with vala >= 0.36. -Patch0: go-for-it-vala-0.36.patch +Source: https://github.com/mank319/Go-For-It/archive/%{version}.tar.gz BuildRequires: cmake >= 2.8 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme +BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: update-desktop-files -BuildRequires: vala >= 0.24 +BuildRequires: vala >= 0.26 BuildRequires: pkgconfig(glib-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.4 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 BuildRequires: pkgconfig(libnotify) Recommends: %{name}-lang %description -Go For It! keeps track of your tasks and assists you in processing -them subsequently. The timer avoids distraction, by keeping your -focus on the recent task, while reminding you to take short breaks -on a regular base. +Go For It! keeps track of tasks and assists in processing +them subsequently. The timer avoids distraction by keeping the user's +focus on the recent task, while issuing reminders to take short breaks +on a regular basis. %lang_package %prep -%setup -q -n %{_name}-release_v%{version} -%patch0 -p1 +%setup -q -n Go-For-It-%{version} %build %cmake @@ -57,10 +55,11 @@ %install %cmake_install -%suse_update_desktop_file -r %{name} Utility DesktopUtility -%find_lang %{name} -%fdupes %{buildroot}%{_datadir}/ +%suse_update_desktop_file -r %{_name} Utility DesktopUtility +%find_lang %{_name} +%fdupes %{buildroot}%{_datadir} +%if 0%{?suse_version} < 1330 %post %desktop_database_post %icon_theme_cache_post @@ -68,16 +67,18 @@ %postun %desktop_database_postun %icon_theme_cache_postun +%endif %files -%defattr(-,root,root) -%doc AUTHORS COPYING README.md -%{_bindir}/%{name} -%{_datadir}/%{name}/ -%{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/*/%{name}* +%doc AUTHORS CHANGELOG.md COPYING README.md +%{_bindir}/%{_name} +%{_datadir}/%{_name}/ +%{_datadir}/applications/%{_name}.desktop +%{_datadir}/icons/hicolor/*/*/%{_name}* +# Own this directory for legacy reasons +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/%{_name}.appdata.xml -%files lang -f %{name}.lang -%defattr(-,root,root) +%files lang -f %{_name}.lang %changelog ++++++ go-for-it-1.5.tar.gz -> 1.6.3.tar.gz ++++++ ++++ 52682 lines of diff (skipped)
