Skip to content

Commit

Permalink
Incremented release version to 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Contavalli committed Jul 6, 2013
1 parent 1bf7a84 commit c5fd4b0
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 18 deletions.
12 changes: 10 additions & 2 deletions aclocal.m4
Expand Up @@ -1330,7 +1330,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -1694,7 +1701,8 @@ AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
;;
*)
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
if test -n "$lt_cv_sys_max_cmd_len"; then
if test -n "$lt_cv_sys_max_cmd_len" && \
test undefined != "$lt_cv_sys_max_cmd_len"; then
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
else
Expand Down
32 changes: 20 additions & 12 deletions configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for mod-xslt 1.4.2.
# Generated by GNU Autoconf 2.69 for mod-xslt 1.4.3.
#
# Report bugs to <ccontavalli at inscatolati.net>.
#
Expand Down Expand Up @@ -596,8 +596,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='mod-xslt'
PACKAGE_TARNAME='mod-xslt'
PACKAGE_VERSION='1.4.2'
PACKAGE_STRING='mod-xslt 1.4.2'
PACKAGE_VERSION='1.4.3'
PACKAGE_STRING='mod-xslt 1.4.3'
PACKAGE_BUGREPORT='ccontavalli at inscatolati.net'
PACKAGE_URL=''

Expand Down Expand Up @@ -1326,7 +1326,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 mod-xslt 1.4.2 to adapt to many kinds of systems.
\`configure' configures mod-xslt 1.4.3 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1391,7 +1391,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of mod-xslt 1.4.2:";;
short | recursive ) echo "Configuration of mod-xslt 1.4.3:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1513,7 +1513,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
mod-xslt configure 1.4.2
mod-xslt configure 1.4.3
generated by GNU Autoconf 2.69

Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2125,7 +2125,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 mod-xslt $as_me 1.4.2, which was
It was created by mod-xslt $as_me 1.4.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -4408,7 +4408,8 @@ else
;;
*)
lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
if test -n "$lt_cv_sys_max_cmd_len"; then
if test -n "$lt_cv_sys_max_cmd_len" && \
test undefined != "$lt_cv_sys_max_cmd_len"; then
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
else
Expand Down Expand Up @@ -5987,7 +5988,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
LD="${LD-ld} -m elf_i386_fbsd"
;;
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
case `/usr/bin/file conftest.o` in
*x86-64*)
LD="${LD-ld} -m elf32_x86_64"
;;
*)
LD="${LD-ld} -m elf_i386"
;;
esac
;;
ppc64-*linux*|powerpc64-*linux*)
LD="${LD-ld} -m elf32ppclinux"
Expand Down Expand Up @@ -11550,7 +11558,7 @@ Usage: $0 [OPTIONS]
Report bugs to <bug-libtool@gnu.org>."

lt_cl_version="\
mod-xslt config.lt 1.4.2
mod-xslt config.lt 1.4.3
configured by $0, generated by GNU Autoconf 2.69.

Copyright (C) 2011 Free Software Foundation, Inc.
Expand Down Expand Up @@ -16393,7 +16401,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 mod-xslt $as_me 1.4.2, which was
This file was extended by mod-xslt $as_me 1.4.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -16459,7 +16467,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="\\
mod-xslt config.status 1.4.2
mod-xslt config.status 1.4.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -26,7 +26,7 @@ AC_COPYRIGHT(
[redistribute them and/or modify them under the terms of the GNU ]
[General Public License. Read the provided documentation to know ]
[more about this license and usage terms.])
AC_INIT([mod-xslt],[1.4.2],[ccontavalli at inscatolati.net],[mod-xslt])
AC_INIT([mod-xslt],[1.4.3],[ccontavalli at inscatolati.net],[mod-xslt])
AC_LANG(C)

# Libtool versioning
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
modxslt (1:1.4.3) unstable; urgency=low

* Update for upstream release 1.4.3.

-- Carlo Contavalli <ccontavalli@gmail.com> Fri, 05 Jul 2013 08:36:34 -0800

modxslt (1:1.4.2) unstable; urgency=low

* Update for upstream release 1.4.2.
Expand Down
4 changes: 2 additions & 2 deletions lib/modxslt1/modxslt-version.h
@@ -1,4 +1,4 @@
#define MXSLT_VERSION "1.4.2"
#define MXSLT_VERSION "1.4.3"
#define MXSLT_MAJOR "1"
#define MXSLT_MINOR "4"
#define MXSLT_PATCHLEVEL "2"
#define MXSLT_PATCHLEVEL "3"
2 changes: 1 addition & 1 deletion mod-xslt.spec
Expand Up @@ -3,7 +3,7 @@
%define name mod-xslt
%define summary mod-xslt module
%define license GPL2
%define version 1.4.2
%define version 1.4.3
%define release 1
%define group Web/Applications
%define source %{name}-%{version}.tar.gz
Expand Down

0 comments on commit c5fd4b0

Please sign in to comment.