From ad12896c188fe23b3d99d599945d6bdc83574038 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 04 2019 14:39:52 +0000 Subject: Merge branch '2' --- diff --git a/.gitignore b/.gitignore index 0b4d14c..e0b5afd 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /argbash-2.6.1.tar.gz /argbash-2.7.0.tar.gz /argbash-2.7.1.tar.gz +/argbash-2.8.0.tar.gz diff --git a/argbash.spec b/argbash.spec index f954d7a..d00602d 100644 --- a/argbash.spec +++ b/argbash.spec @@ -1,5 +1,5 @@ Name: argbash -Version: 2.7.1 +Version: 2.8.0 Release: 2%{?dist} Summary: Bash argument parsing code generator License: BSD @@ -13,6 +13,7 @@ BuildRequires: coreutils BuildRequires: make BuildRequires: bash BuildRequires: bash-completion +BuildRequires: python3-docutils %if 0%{?fedora} >= 27 BuildRequires: ShellCheck @@ -57,6 +58,7 @@ cd resources && make check %files %license LICENSE %doc README.md ChangeLog +%{_mandir}/man1/argbash* %{_bindir}/argbash %{_bindir}/argbash-1to2 @@ -66,6 +68,18 @@ cd resources && make check %{_sysconfdir}/bash_completion.d/argbash %changelog +* Mon Feb 04 2019 Stephen Gallagher - 2.8.0-1 +- Update to 2.8.0 +- New features: + * Allow argbash and argbash-init to be run from symbolic links. + * Allow scripts generated by argbash-init with complete separation (-s -s) to + be run from a symbolic link. + * Implemented output to generate manpages using the rst2man utility + * Introduced the ARG_VERSION_AUTO macro. +- Bugfixes: + * Double quotes in help messages are escaped (fixes #61). + * Fixed regression that allowed duplicate short options (fixes #58). + * Thu Jan 31 2019 Fedora Release Engineering - 2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/package.cfg b/package.cfg new file mode 100644 index 0000000..3e770c6 --- /dev/null +++ b/package.cfg @@ -0,0 +1,2 @@ +[koji] +targets = master f29 f28 epel7 diff --git a/sources b/sources index 70bc081..8a14f92 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (argbash-2.7.1.tar.gz) = 33386c2e5e2e15d1a3f071aed043ac65a3a7ef264ce84db36854233e26472b4dbada4fd4a9bb68ed614b7c3094885361a6b390a30aac13d7c2030f4f8608ee65 +SHA512 (argbash-2.8.0.tar.gz) = 2e6c2168c0ac21172e4c903c71ff08a825120e11b9d51678142d20dce2042034b1d488ac5890735e7e354de03d2fb46c21d8810f784bc7f26e0470a4d9f44227