File tree 4 files changed +16
-6
lines changed
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.
13
13
### Online documentation
14
14
15
15
Doxygen documentation is available online
16
- [ here] ( http://argsparse.livna.org/doxygen/1.6/ ) .
16
+ [ here] ( http://argsparse.livna.org/doxygen/1.6.1 / ) .
17
17
18
18
19
19
### Tarballs
Original file line number Diff line number Diff line change 5
5
# # @author Damien Nadé <[email protected] >
6
6
# # @brief Bash Argsparse Library
7
7
# # @copyright WTFPLv2
8
- # # @version 1.6
8
+ # # @version 1.6.1
9
9
#
10
10
# ########
11
11
# License:
273
273
# # @var ARGSPARSE_VERSION
274
274
# # @brief argsparse version number
275
275
# # @showinitializer
276
- declare -r ARGSPARSE_VERSION=1.6
276
+ declare -r ARGSPARSE_VERSION=1.6.1
277
277
278
278
# Enable required features
279
279
shopt -s extglob
Original file line number Diff line number Diff line change 1
1
Summary: An high level argument parsing library for bash
2
2
Name: bash-argsparse
3
- Version: 1.6
4
- Release: 4 %{?dist }
3
+ Version: 1.6.1
4
+ Release: 1 %{?dist }
5
5
License: WTFPL
6
6
URL: https://github.com/Anvil/bash-argsparse
7
7
Source0: http://argsparse.livna.org/%{name }-%{version }.tar.gz
@@ -43,7 +43,11 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
43
43
44
44
45
45
%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
47
51
- Update host path in *Requires tags.
48
52
49
53
* 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
+
1
7
bash-argsparse (1.6) unstable; urgency=low
2
8
3
9
* Version 1.6
You can’t perform that action at this time.
0 commit comments