Skip to content

Commit

Permalink
Update change log, version number for DAPS 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed May 12, 2021
1 parent 8301ac1 commit 999c55c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 15 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 12 12:00:00 UTC 2021 - [email protected]

Stable release DAPS 3.1.1:

* Bug fixes:
- Removed error messages that appeared during command-line
completion

* Packaging changes:
- Updated Spec file from OBS repo

-------------------------------------------------------------------
Tue May 11 13:37:00 UTC 2021 - [email protected]

Expand Down
28 changes: 14 additions & 14 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for DAPS 3.1.0.
# Generated by GNU Autoconf 2.69 for DAPS 3.1.1.
#
# Report bugs to <https://github.com/openSUSE/daps>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='DAPS'
PACKAGE_TARNAME='daps'
PACKAGE_VERSION='3.1.0'
PACKAGE_STRING='DAPS 3.1.0'
PACKAGE_VERSION='3.1.1'
PACKAGE_STRING='DAPS 3.1.1'
PACKAGE_BUGREPORT='https://github.com/openSUSE/daps'
PACKAGE_URL='https://opensuse.github.io/daps'

Expand Down Expand Up @@ -1271,7 +1271,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures DAPS 3.1.0 to adapt to many kinds of systems.
\`configure' configures DAPS 3.1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1337,7 +1337,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of DAPS 3.1.0:";;
short | recursive ) echo "Configuration of DAPS 3.1.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1426,7 +1426,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
DAPS configure 3.1.0
DAPS configure 3.1.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1443,7 +1443,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by DAPS $as_me 3.1.0, which was
It was created by DAPS $as_me 3.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1795,8 +1795,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
DAPS_VERSION_MAJOR=3
DAPS_VERSION_MINOR=1
DAPS_VERSION_MICRO=0
DAPS_VERSION=3.1.0
DAPS_VERSION_MICRO=1
DAPS_VERSION=3.1.1
DAPS_API_VERSION=3
Expand Down Expand Up @@ -2351,7 +2351,7 @@ fi
# Define the identity of the package.
PACKAGE='daps'
VERSION='3.1.0'
VERSION='3.1.1'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -4851,7 +4851,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by DAPS $as_me 3.1.0, which was
This file was extended by DAPS $as_me 3.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -4905,7 +4905,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
DAPS config.status 3.1.0
DAPS config.status 3.1.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -6064,7 +6064,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by DAPS $as_me 3.1.0, which was
This file was extended by DAPS $as_me 3.1.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6118,7 +6118,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
DAPS config.status 3.1.0
DAPS config.status 3.1.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dnl

m4_define(daps_version_major, 3)
m4_define(daps_version_minor, 1)
m4_define(daps_version_micro, [0])
m4_define(daps_version_micro, [1])
# API version
m4_define([daps_api_version],[daps_version_major])

Expand Down

0 comments on commit 999c55c

Please sign in to comment.