[rtems-buildsys commit] Bump version.

Ralf Corsepius ralf at rtems.org
Sat Jun 15 05:07:20 UTC 2013


Module:    rtems-buildsys
Branch:    master
Commit:    c505abefd19283dadcf241a1349bcba9ec7b8328
Changeset: http://git.rtems.org/rtems-buildsys/commit/?id=c505abefd19283dadcf241a1349bcba9ec7b8328

Author:    Ralf Corsépius <ralf.corsepius at rtems.org>
Date:      Fri Jun 14 16:22:38 2013 +0200

Bump version.

---

 rtems-mock/Makefile.in  |    4 ----
 rtems-mock/configure    |   20 ++++++++++----------
 rtems-mock/configure.ac |    2 +-
 3 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/rtems-mock/Makefile.in b/rtems-mock/Makefile.in
index 88124fc..7ce2867 100644
--- a/rtems-mock/Makefile.in
+++ b/rtems-mock/Makefile.in
@@ -627,10 +627,6 @@ nobase_make_HEADERS = make/GNUmakefile \
 	make/linux/infrastructure/fedora/19/i386/make.mk \
 	make/linux/infrastructure/fedora/19/SRPMS/make.mk \
 	make/linux/infrastructure/fedora/19/x86_64/make.mk \
-	make/linux/infrastructure/suse/12.1/make.mk \
-	make/linux/infrastructure/suse/12.1/i586/make.mk \
-	make/linux/infrastructure/suse/12.1/SRPMS/make.mk \
-	make/linux/infrastructure/suse/12.1/x86_64/make.mk \
 	make/linux/infrastructure/suse/12.2/make.mk \
 	make/linux/infrastructure/suse/12.2/i586/make.mk \
 	make/linux/infrastructure/suse/12.2/SRPMS/make.mk \
diff --git a/rtems-mock/configure b/rtems-mock/configure
index 1fcb9b8..eb95f93 100755
--- a/rtems-mock/configure
+++ b/rtems-mock/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for rtems-mock 1.20130614.0.
+# Generated by GNU Autoconf 2.69 for rtems-mock 1.20130614.1.
 #
 # Report bugs to <ralf.corsepius at rtems.org>.
 #
@@ -579,8 +579,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='rtems-mock'
 PACKAGE_TARNAME='rtems-mock'
-PACKAGE_VERSION='1.20130614.0'
-PACKAGE_STRING='rtems-mock 1.20130614.0'
+PACKAGE_VERSION='1.20130614.1'
+PACKAGE_STRING='rtems-mock 1.20130614.1'
 PACKAGE_BUGREPORT='ralf.corsepius at rtems.org'
 PACKAGE_URL=''
 
@@ -1218,7 +1218,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 rtems-mock 1.20130614.0 to adapt to many kinds of systems.
+\`configure' configures rtems-mock 1.20130614.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1284,7 +1284,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of rtems-mock 1.20130614.0:";;
+     short | recursive ) echo "Configuration of rtems-mock 1.20130614.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1365,7 +1365,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-rtems-mock configure 1.20130614.0
+rtems-mock configure 1.20130614.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1382,7 +1382,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 rtems-mock $as_me 1.20130614.0, which was
+It was created by rtems-mock $as_me 1.20130614.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2245,7 +2245,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='rtems-mock'
- VERSION='1.20130614.0'
+ VERSION='1.20130614.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3311,7 +3311,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 rtems-mock $as_me 1.20130614.0, which was
+This file was extended by rtems-mock $as_me 1.20130614.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3364,7 +3364,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="\\
-rtems-mock config.status 1.20130614.0
+rtems-mock config.status 1.20130614.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff --git a/rtems-mock/configure.ac b/rtems-mock/configure.ac
index fd3787c..b958ed7 100644
--- a/rtems-mock/configure.ac
+++ b/rtems-mock/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.69)
-AC_INIT([rtems-mock],[1.20130614.0],[ralf.corsepius at rtems.org],[rtems-mock])
+AC_INIT([rtems-mock],[1.20130614.1],[ralf.corsepius at rtems.org],[rtems-mock])
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz tar-pax 1.13.2 foreign])
 AM_MAINTAINER_MODE
 




More information about the vc mailing list