File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Expand file tree Collapse file tree 4 files changed +22
-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.1 / ) .
16+ [ here] ( http://argsparse.livna.org/doxygen/1.6.2 / ) .
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.1
8+ # # @version 1.6.2
99#
1010# ########
1111# License:
273273# # @var ARGSPARSE_VERSION
274274# # @brief argsparse version number
275275# # @showinitializer
276- declare -r ARGSPARSE_VERSION=1.6.1
276+ declare -r ARGSPARSE_VERSION=1.6.2
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.1
3+ Version: 1.6.2
44Release: 1%{?dist }
55License: WTFPL
66URL: https://github.com/Anvil/bash-argsparse
77Source0: http://argsparse.livna.org/%{name }-%{version }.tar.gz
88BuildArch: noarch
99# Binaries are required for unittest to perform cleanly.
10- BuildRequires: doxygen /bin/getopt /bin/getent /usr/bin/host
10+ BuildRequires: doxygen glibc-common util-linux /usr/bin/host
1111
1212Requires: bash >= 4.1
13- Requires: /bin/getopt /bin/getent /usr/bin/host
13+ Requires: util-linux glibc-common /usr/bin/host
1414
1515%description
1616An high level argument parsing library for bash.
@@ -43,6 +43,16 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
4343
4444
4545%changelog
46+ * Wed Jan 28 2015 Dams <bash-argsparse[AT]livna.org> - 1.6.2-1
47+ - Version 1.6.2
48+ - Dropped fedora patch (included upstream)
49+
50+ * Fri Oct 24 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-3
51+ - Using package names instead of path for Requires/BuildRequires
52+
53+ * Wed Oct 15 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-2
54+ - Added patch to fix some unittest issues
55+
4656* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
4757- Version 1.6.1
4858- Fixed changelog names
Original file line number Diff line number Diff line change 1+ bash-argsparse (1.6.2) unstable; urgency=low
2+
3+ * Version 1.6.2
4+
5+ -- Damien Nade <
[email protected] > Thu, 22 Jan 2015 16:35:00 +0100
6+
17bash-argsparse (1.6.1) unstable; urgency=low
28
39 * Version 1.6.1
You can’t perform that action at this time.
0 commit comments