From 07851d84bc4b5e152e0a2cdb05cde7a89ae11909 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 2 Nov 2017 23:26:30 +0100 Subject: [PATCH] Update to 1.2.0 Signed-off-by: Igor Gnatenko --- .gitignore | 1 + ...install-docs.patch => 0001-don-t-install-docs.patch | 10 +++++----- sources | 2 +- tasksh.spec | 9 ++++++--- 4 files changed, 13 insertions(+), 9 deletions(-) rename tasksh-0001-don-t-install-docs.patch => 0001-don-t-install-docs.patch (75%) diff --git a/.gitignore b/.gitignore index b6e8656..3917c79 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tasksh-1.1.0.tar.gz +/tasksh-1.2.0.tar.gz diff --git a/tasksh-0001-don-t-install-docs.patch b/0001-don-t-install-docs.patch similarity index 75% rename from tasksh-0001-don-t-install-docs.patch rename to 0001-don-t-install-docs.patch index 8da04f8..c27ef14 100644 --- a/tasksh-0001-don-t-install-docs.patch +++ b/0001-don-t-install-docs.patch @@ -1,6 +1,6 @@ -From 951624e61508c5d48d5e1067657bb34f47b64539 Mon Sep 17 00:00:00 2001 +From 01ebc717995f632b7ff28c5a72562ef304ef966d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko -Date: Thu, 1 Dec 2016 09:23:40 +0100 +Date: Thu, 2 Nov 2017 23:24:18 +0100 Subject: [PATCH] don't install docs Signed-off-by: Igor Gnatenko @@ -9,14 +9,14 @@ Signed-off-by: Igor Gnatenko 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index cb8617f..63a9e12 100644 +index 205cf7b..bd29b31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,11 +63,6 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/test) add_subdirectory (test EXCLUDE_FROM_ALL) endif (EXISTS ${CMAKE_SOURCE_DIR}/test) --set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING) +-set (doc_FILES NEWS ChangeLog INSTALL AUTHORS COPYING) -foreach (doc_FILE ${doc_FILES}) - install (FILES ${doc_FILE} DESTINATION ${TASKSH_DOCDIR}) -endforeach (doc_FILE) @@ -25,5 +25,5 @@ index cb8617f..63a9e12 100644 set (CPACK_SOURCE_GENERATOR "TGZ") -- -2.10.2 +2.14.3 diff --git a/sources b/sources index 2136645..a6cf45c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tasksh-1.1.0.tar.gz) = ba8820c26a86085f996cf884c57e8fd7913cded40ea81d3f17242295e865ed1058b2c0af78d76b2f64aebf96c981665fb2482808d41312e5ff40ecb1eba7bf8a +SHA512 (tasksh-1.2.0.tar.gz) = 0c0a678a1cf48d1b7fcc123da5152d74bbb4334520252788ad38e3cb9bd2a5189902c066d7dbc848a23f6c7c25e53a8e1dc240dd6e57dbbdc993079a3e9fc417 diff --git a/tasksh.spec b/tasksh.spec index 7e755e4..281c88d 100644 --- a/tasksh.spec +++ b/tasksh.spec @@ -1,5 +1,5 @@ Name: tasksh -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: Shell command that wraps Taskwarrior commands @@ -7,7 +7,7 @@ License: MIT URL: https://taskwarrior.org/ Source0: https://taskwarrior.org/download/%{name}-%{version}.tar.gz # We install docs ourselves -Patch0: %{name}-0001-don-t-install-docs.patch +Patch0: 0001-don-t-install-docs.patch BuildRequires: gcc-c++ BuildRequires: cmake @@ -37,10 +37,13 @@ popd %files %license LICENSE -%doc README.md ChangeLog AUTHORS NEWS +%doc ChangeLog AUTHORS NEWS %{_bindir}/%{name} %{_mandir}/man1/%{name}.1* %changelog +* Thu Nov 02 2017 Igor Gnatenko - 1.2.0-1 +- Update to 1.2.0 + * Thu Dec 01 2016 Igor Gnatenko - 1.1.0-1 - Initial package