Skip to content

Commit 9372a2d

Browse files
author
Damien Nadé
committed
Version 1.6.2
1 parent c797111 commit 9372a2d

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bash will fail at interpreting that code.
1313
### Online documentation
1414

1515
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/).
1717

1818

1919
### Tarballs

argsparse.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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:
@@ -273,7 +273,7 @@ fi
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
279279
shopt -s extglob

bash-argsparse.spec

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Summary: An high level argument parsing library for bash
22
Name: bash-argsparse
3-
Version: 1.6.1
3+
Version: 1.6.2
44
Release: 1%{?dist}
55
License: WTFPL
66
URL: https://github.com/Anvil/bash-argsparse
77
Source0: http://argsparse.livna.org/%{name}-%{version}.tar.gz
88
BuildArch: 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

1212
Requires: bash >= 4.1
13-
Requires: /bin/getopt /bin/getent /usr/bin/host
13+
Requires: util-linux glibc-common /usr/bin/host
1414

1515
%description
1616
An 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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
bash-argsparse (1.6.1) unstable; urgency=low
28

39
* Version 1.6.1

0 commit comments

Comments
 (0)