File tree 4 files changed +22
-6
lines changed
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.
13
13
### Online documentation
14
14
15
15
Doxygen documentation is available online
16
- [ here] ( http://argsparse.livna.org/doxygen/1.6.1 / ) .
16
+ [ here] ( http://argsparse.livna.org/doxygen/1.6.2 / ) .
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.1
8
+ # # @version 1.6.2
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.1
276
+ declare -r ARGSPARSE_VERSION=1.6.2
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.1
3
+ Version: 1.6.2
4
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
8
8
BuildArch: noarch
9
9
# 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
11
11
12
12
Requires: bash >= 4.1
13
- Requires: /bin/getopt /bin/getent /usr/bin/host
13
+ Requires: util-linux glibc-common /usr/bin/host
14
14
15
15
%description
16
16
An high level argument parsing library for bash.
@@ -43,6 +43,16 @@ ln -s argsparse.sh $RPM_BUILD_ROOT/%{_bindir}/argsparse
43
43
44
44
45
45
%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
+
46
56
* Thu Oct 9 2014 Dams <bash-argsparse[AT]livna.org> - 1.6.1-1
47
57
- Version 1.6.1
48
58
- 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
+
1
7
bash-argsparse (1.6.1) unstable; urgency=low
2
8
3
9
* Version 1.6.1
You can’t perform that action at this time.
0 commit comments