Skip to content

Commit

Permalink
ChangeLog, configure: update to DAPS 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Knorr committed Feb 13, 2022
1 parent d7ccab1 commit c9cd354
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 15 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 14 09:00:00 UTC 2022 - sknorr@suse.de

Stable release DAPS 3.3.1:

* Bug fixes:
- Added `--not-validate-tables` parameter that disables extended
table validation to additional targets

-------------------------------------------------------------------
Mon Feb 7 19:00:00 UTC 2022 - sknorr@suse.de

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.3.0.
# Generated by GNU Autoconf 2.69 for DAPS 3.3.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.3.0'
PACKAGE_STRING='DAPS 3.3.0'
PACKAGE_VERSION='3.3.1'
PACKAGE_STRING='DAPS 3.3.1'
PACKAGE_BUGREPORT='https://github.com/openSUSE/daps'
PACKAGE_URL='https://opensuse.github.io/daps'

Expand Down Expand Up @@ -1276,7 +1276,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.3.0 to adapt to many kinds of systems.
\`configure' configures DAPS 3.3.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1342,7 +1342,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of DAPS 3.3.0:";;
short | recursive ) echo "Configuration of DAPS 3.3.1:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1440,7 +1440,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
DAPS configure 3.3.0
DAPS configure 3.3.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1457,7 +1457,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.3.0, which was
It was created by DAPS $as_me 3.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -1809,8 +1809,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
DAPS_VERSION_MAJOR=3
DAPS_VERSION_MINOR=3
DAPS_VERSION_MICRO=0
DAPS_VERSION=3.3.0
DAPS_VERSION_MICRO=1
DAPS_VERSION=3.3.1
DAPS_API_VERSION=3
Expand Down Expand Up @@ -2365,7 +2365,7 @@ fi
# Define the identity of the package.
PACKAGE='daps'
VERSION='3.3.0'
VERSION='3.3.1'
cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -4954,7 +4954,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.3.0, which was
This file was extended by DAPS $as_me 3.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5008,7 +5008,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.3.0
DAPS config.status 3.3.1
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down Expand Up @@ -6167,7 +6167,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.3.0, which was
This file was extended by DAPS $as_me 3.3.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -6221,7 +6221,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.3.0
DAPS config.status 3.3.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, 3)
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 c9cd354

Please sign in to comment.