File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ bash will fail at interpreting that code.
1313### Online documentation
1414
1515Doxygen documentation is available online
16- [ here] ( http://argsparse.livna.org/doxygen/1.6/ ) .
16+ [ here] ( http://argsparse.livna.org/doxygen/1.6.1 / ) .
1717
1818
1919### Tarballs
Original file line number Diff line number Diff line change 55# # @author Damien Nadé <[email protected] >66# # @brief Bash Argsparse Library
77# # @copyright WTFPLv2
8- # # @version 1.6
8+ # # @version 1.6.1
99#
1010# ########
1111# License:
273273# # @var ARGSPARSE_VERSION
274274# # @brief argsparse version number
275275# # @showinitializer
276- declare -r ARGSPARSE_VERSION=1.6
276+ declare -r ARGSPARSE_VERSION=1.6.1
277277
278278# Enable required features
279279shopt -s extglob
Original file line number Diff line number Diff line change 11Summary: An high level argument parsing library for bash
22Name: bash-argsparse
3- Version: 1.6
4- Release: 4 %{?dist }
3+ Version: 1.6.1
4+ Release: 1 %{?dist }
55License: WTFPL
66URL: https://github.com/Anvil/bash-argsparse
77Source0: http://argsparse.livna.org/%{name }-%{version }.tar.gz
@@ -43,7 +43,11 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
4343
4444
4545%changelog
46- * Thu Oct 9 2014 Dams <anvil[AT]livna.org> - 1.6-4
46+ * Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
47+ - Version 1.6.1
48+ - Fixed changelog names
49+
50+ * Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-4
4751- Update host path in *Requires tags.
4852
4953* Wed Oct 8 2014 Dams <bash-argsparse[AT]livna.org> - 1.6-3
Original file line number Diff line number Diff line change 1+ bash-argsparse (1.6.1) unstable; urgency=low
2+
3+ * Version 1.6.1
4+
5+ -- Damien Nade <
[email protected] > Thu, 10 Oct 2014 19:40:00 +0200
6+
17bash-argsparse (1.6) unstable; urgency=low
28
39 * Version 1.6
You can’t perform that action at this time.
0 commit comments