5
0
forked from pool/taskwarrior
Files
taskwarrior/task-skip-INSTALL.patch
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

12 lines
503 B
Diff

--- 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 ${CMAKE_SOURCE_DIR}/performance)
-set (doc_FILES ChangeLog README.md INSTALL AUTHORS COPYING LICENSE)
+set (doc_FILES ChangeLog README.md AUTHORS COPYING LICENSE)
foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
endforeach (doc_FILE)