2 Commits

Author SHA256 Message Date
64dc9ff38d Accepting request 1223255 from utilities
OBS-URL: https://build.opensuse.org/request/show/1223255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/taskwarrior?expand=0&rev=25
2024-11-11 12:46:23 +00:00
OBS User smolsheep
3157715890 Accepting request 1222943 from home:mvyskocil:branches:utilities
- Update to 3.1.0
 * Support for task purge has been restored, and new support added for
   automatically expiring old tasks. (#3540, #3546, #3556)
 * task news is now better behaved, and can be completely disabled.
 * Multiple imports of the same UUID will now generate a warning. (#3560)
 * The sync.server.url config replaces sync.server.origin and allows a URL
   containing a path. (#3423)
 * The new bubblegum-256.theme has improved legibility and contrast over
   others. (#3505)
 * Warnings regarding .data files are only show for reports. (#3473)
 * Inherited urgency is correctly calculated to make parents more urgent than
   children (#2941)
 * Task completion commands no longer trigger hooks (#3133)
- Refreshed:
  * task-skip-INSTALL.patch
  * vendor.tar.zst

OBS-URL: https://build.opensuse.org/request/show/1222943
OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=41
2024-11-11 01:58:07 +00:00
6 changed files with 30 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:633b76637b0c74e4845ffa28249f01a16ed2c84000ece58d4358e72bf88d5f10
size 3781647

3
task-3.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ae67c74b84067573a53095cf3cb6718245dd7dd808f19f9b3d85da445838b4f
size 964854

View File

@@ -1,10 +1,8 @@
Index: task-2.5.1/CMakeLists.txt
===================================================================
--- task-2.5.1.orig/CMakeLists.txt
+++ task-2.5.1/CMakeLists.txt
@@ -152,7 +152,7 @@ if (EXISTS performance)
--- task-3.1.0/CMakeLists.txt.orig 2024-11-09 11:06:30.811922971 +0100
+++ task-3.1.0/CMakeLists.txt 2024-11-09 11:06:43.835867255 +0100
@@ -153,7 +153,7 @@
add_subdirectory (performance EXCLUDE_FROM_ALL)
endif (EXISTS performance)
endif (EXISTS ${CMAKE_SOURCE_DIR}/performance)
-set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
+set (doc_FILES ChangeLog README.md AUTHORS COPYING LICENSE)

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Nov 9 10:18:54 UTC 2024 - Michal Vyskocil <michal.vyskocil@gmail.com>
- Update to 3.1.0
* Support for task purge has been restored, and new support added for
automatically expiring old tasks. (#3540, #3546, #3556)
* task news is now better behaved, and can be completely disabled.
* Multiple imports of the same UUID will now generate a warning. (#3560)
* The sync.server.url config replaces sync.server.origin and allows a URL
containing a path. (#3423)
* The new bubblegum-256.theme has improved legibility and contrast over
others. (#3505)
* Warnings regarding .data files are only show for reports. (#3473)
* Inherited urgency is correctly calculated to make parents more urgent than
children (#2941)
* Task completion commands no longer trigger hooks (#3133)
- Refreshed:
* task-skip-INSTALL.patch
* vendor.tar.zst
-------------------------------------------------------------------
Wed Apr 24 22:20:30 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: taskwarrior
Version: 3.0.2
Version: 3.1.0
Release: 0
Summary: Command-line todo list manager
License: MIT

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:795bfebfd39fbea5c4c4e6342e426e49f630908074159d9f157e3f369f977a7a
size 26255770
oid sha256:9456f0c36c4135d611400b983fe71847c8b36592cf3b43194083f57718003133
size 25828639