* Sorting task lists randomly is now supported with configuration such as report.<report-name>.sort = random (#3940) * Handling for tags in a "tags" column after task edit is fixed (#3911) * tags.none: works correctly (#3877) * Non-interactive invocations of task, such as for shell completion, no longer prompts to create .taskrc. (#3888) * task sync now describes what it has done (#3758) * UDAs can now have type "UUID" (#3827) * Full changelog: https://github.com/GothenburgBitFactory/taskwarrior/releases/tag/v3.4.2 - Fix up spec file and Cmake to include rust crates - Re-vendor to include cxx and cxx-bridge - Add fix-corrosion.patch - add corrosion options to force cargo to build offline. - Add fix_cmake_ignore_hash.patch - Match the expected hash of aws-lc CmakeLists after build system supresses CMAKE_VERBOSE option. - Drop %check section - upstream is not shipping the tests in the tarballs for some reason. OBS-URL: https://build.opensuse.org/package/show/utilities/taskwarrior?expand=0&rev=43
14 lines
557 B
Diff
14 lines
557 B
Diff
Index: task-3.4.2/CMakeLists.txt
|
|
===================================================================
|
|
--- task-3.4.2.orig/CMakeLists.txt
|
|
+++ task-3.4.2/CMakeLists.txt
|
|
@@ -152,7 +152,7 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/performan
|
|
add_subdirectory (performance EXCLUDE_FROM_ALL)
|
|
endif (EXISTS ${CMAKE_SOURCE_DIR}/performance)
|
|
|
|
-set (doc_FILES ChangeLog README.md INSTALL AUTHORS LICENSE)
|
|
+set (doc_FILES ChangeLog README.md AUTHORS LICENSE)
|
|
foreach (doc_FILE ${doc_FILES})
|
|
install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
|
|
endforeach (doc_FILE)
|