Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package taskwarrior for openSUSE:Factory 
checked in at 2021-02-15 23:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taskwarrior (Old)
 and      /work/SRC/openSUSE:Factory/.taskwarrior.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taskwarrior"

Mon Feb 15 23:20:07 2021 rev:20 rq:872294 version:2.5.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/taskwarrior/taskwarrior.changes  2016-03-07 
13:29:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.taskwarrior.new.28504/taskwarrior.changes       
2021-02-15 23:21:52.799895828 +0100
@@ -1,0 +2,28 @@
+Mon Jan 25 01:43:13 UTC 2021 - Michael Bryant <shado...@shadow53.com> - 2.5.3
+
+- Update to 2.5.3 upstream release 2.5.3, skipping 2.5.2
+  Refer to /usr/share/doc/packages/task/Changelog for full list of changes
+  * Deprecated the 'DUETODAY' virtual tag, which is a synonym for the 'TODAY'
+    virtual tag.
+  * Removed deprecated 'alias._query' setting.
+  * Fixed ambiguity in the esp-ESP localization
+  * Deprecated the 'new-uuid' verbosity option, since its functionality can be
+    removed by merging with 'new-id'.
+  * Correct a false-positive warning when a due date is removed and a wait is
+    added.
+  * Added 'QUARTER' virtual tag.
+  * Fixed unquoted glob in bash completion script
+  * Deprecated use of alternate Boolean configuration settings. Use values "0" 
for
+    off, and "1" for on. Avoid used of "on", "off", "true", "t", "false", "f",
+    "yes", "y", "no", "n".
+  * Improved certificate validation diagnostics
+  * Updated the 'timesheet' command with a more compact report
+  * Added 'history.weekly', 'history.daily', 'ghistory.weekly', 
'ghistory.daily'
+    report variations, with code refactoring.
+  * New DOM references: annotations.count, tw.syncneeded, tw.program, tw.args,
+  * tw.width, tw.height, tw.version.
+  * The message telling you to sync now indicates how many local changes will 
be
+    synced.
+  * Workaround for alias grep=rg in fish
+
+-------------------------------------------------------------------

Old:
----
  task-2.5.1.tar.gz

New:
----
  task-2.5.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ taskwarrior.spec ++++++
--- /var/tmp/diff_new_pack.RGfiJL/_old  2021-02-15 23:21:53.459896814 +0100
+++ /var/tmp/diff_new_pack.RGfiJL/_new  2021-02-15 23:21:53.459896814 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package taskwarrior
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,19 @@
 # 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/
 #
 
 
 Name:           taskwarrior
-Version:        2.5.1
+Version:        2.5.3
 Release:        0
 Summary:        Command-line todo list manager
 License:        MIT
 Group:          Productivity/Office/Organizers
-Url:            http://taskwarrior.org
-Source0:        http://www.taskwarrior.org/download/task-%{version}.tar.gz
+URL:            http://taskwarrior.org
+#Source0:        http://www.taskwarrior.org/download/task-#{version}.tar.gz
+Source0:        
https://github.com/GothenburgBitFactory/taskwarrior/releases/download/v%{version}/task-%{version}.tar.gz
 #PATCH-FIX-OPENSUSE: skip the INSTALL and LICENSE from files intended for the 
installation
 Patch0:         task-skip-INSTALL.patch
 BuildRequires:  awk
@@ -32,7 +33,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gnutls-devel
 BuildRequires:  libuuid-devel
-BuildRequires:  lua-devel
 # for completion
 BuildRequires:  bash
 BuildRequires:  vim-base
@@ -65,18 +65,22 @@
  -e "s/__DATE__/\"${DATE}\"/"
 
 %build
-%cmake
-
-make %{?_smp_mflags}
+%cmake -DENABLE_SYNC:BOOL=ON \
+    -DTASK_DOCDIR:PATH=%{_docdir}/task \
+    -DTASK_MAN1DIR:PATH=%{_datadir}/man/man1/ \
+    -DBUILD_SHARED_LIBS:BOOL=OFF \
+    -DBUILD_STATIC_LIBS:BOOL=OFF \
+    -DTASK_MAN5DIR:PATH=%{_datadir}/man/man5/
+%cmake_build
 
 %install
 %cmake_install
 
 # this integration stuff might be in CMakeList.txt, but ...
-%define scriptsdir %{buildroot}%{_datadir}/doc/task/scripts/
+%define scriptsdir %{buildroot}%{_docdir}/task/scripts/
 
-install -m 0755 -d %{buildroot}%{_sysconfdir}/bash_completion.d/
-mv %{scriptsdir}bash/task.sh %{buildroot}%{_sysconfdir}/bash_completion.d/
+install -m 0755 -d %{buildroot}%{_datadir}/bash_completion.d/
+mv %{scriptsdir}bash/task.sh %{buildroot}%{_datadir}/bash_completion.d/
 
 install -m 0755 -d %{buildroot}%{_datadir}/zsh/site-functions/
 mv %{scriptsdir}zsh/_task %{buildroot}%{_datadir}/zsh/site-functions/
@@ -92,19 +96,16 @@
 mv %{scriptsdir}vim/syntax/*vim %{buildroot}%{_datadir}/vim/site/syntax
 rm -rf %{scriptsdir}vim
 
-install -m 0755 -d %{buildroot}/%{_defaultdocdir}/task
-mv %{buildroot}/%{_datadir}/doc/task %{buildroot}/%{_defaultdocdir}/
-rm -rf %{buildroot}/%{_datadir}/doc/task
 # don't requre python/perl/ruby by default, so remove executable bit
-find %{buildroot}/%{_defaultdocdir}/task -type f -exec chmod a-x {} +
+find %{buildroot}/%{_docdir}/task -type f -exec chmod a-x {} +
 
 %files
 %defattr(-,root,root)
-%doc %{_defaultdocdir}/task
+%doc %{_docdir}/task
 %{_bindir}/task*
 %{_datadir}/man/man1/task*
 %{_datadir}/man/man5/task*
-%config %{_sysconfdir}/bash_completion.d/task.sh
+%{_datadir}/bash_completion.d/
 %{_datadir}/zsh/site-functions/
 %dir %{_datadir}/fish/
 %{_datadir}/fish/completions/

++++++ task-2.5.1.tar.gz -> task-2.5.3.tar.gz ++++++
++++ 70825 lines of diff (skipped)

Reply via email to