Hello community,

here is the log from the commit of package snapper for openSUSE:13.1 checked in 
at 2013-10-09 08:51:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/snapper (Old)
 and      /work/SRC/openSUSE:13.1/.snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snapper"

Changes:
--------
--- /work/SRC/openSUSE:13.1/snapper/snapper.changes     2013-10-04 
16:01:19.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.snapper.new/snapper.changes        2013-10-09 
08:51:54.000000000 +0200
@@ -4,0 +5 @@
+- 0.1.7

Old:
----
  snapper-0.1.6.tar.bz2

New:
----
  snapper-0.1.7.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ snapper.spec ++++++
--- /var/tmp/diff_new_pack.x203ej/_old  2013-10-09 08:51:54.000000000 +0200
+++ /var/tmp/diff_new_pack.x203ej/_new  2013-10-09 08:51:54.000000000 +0200
@@ -17,39 +17,32 @@
 
 
 Name:           snapper
-Version:        0.1.6
+Version:       0.1.7
 Release:        0
+License:       GPL-2.0
+Group:         System/Packages
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         snapper-%{version}.tar.bz2
 Prefix:         /usr
-BuildRequires:  boost-devel
-BuildRequires:  gcc-c++
-BuildRequires:  libtool
-BuildRequires:  libxml2-devel
-BuildRequires:  pkg-config
+BuildRequires: boost-devel gcc-c++ libtool libxml2-devel pkg-config
 %if ! 0%{?mandriva_version}
 BuildRequires:  dbus-1-devel
-BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  libxslt
+BuildRequires: libxslt docbook-xsl-stylesheets
 %else
-BuildRequires:  docbook-dtd45-xml
-BuildRequires:  docbook-xsl
 BuildRequires:  libdbus-1-devel
-BuildRequires:  xsltproc
+BuildRequires: xsltproc docbook-dtd45-xml docbook-xsl
 %endif
 %if (0%{?suse_version} && 0%{?suse_version} >= 1210)
 BuildRequires:  libzypp(plugin:commit)
 %endif
 BuildRequires:  pam-devel
-Requires:       diffutils
 Requires:       libsnapper2 = %version
+Requires:      diffutils
 %if 0%{?suse_version}
 Recommends:     cron logrotate snapper-zypp-plugin
 Supplements:    btrfsprogs
 %endif
 Summary:        Tool for filesystem snapshot management
-License:        GPL-2.0
-Group:          System/Packages
 Url:            http://snapper.io/
 
 %description
@@ -149,11 +142,8 @@
 /sbin/ldconfig
 
 %package -n libsnapper-devel
-Requires:       boost-devel
-Requires:       gcc-c++
 Requires:       libsnapper2 = %version
-Requires:       libstdc++-devel
-Requires:       libxml2-devel
+Requires:      gcc-c++ libstdc++-devel boost-devel libxml2-devel
 Summary:        Header files and documentation for libsnapper
 Group:          Development/Languages/C and C++
 
@@ -172,10 +162,8 @@
 %{prefix}/include/snapper
 
 %package -n snapper-zypp-plugin
-Requires:       dbus-1-python
 Requires:       snapper = %version
-Requires:       zypp-plugin-python
-Requires:       libzypp(plugin:commit)
+Requires:      libzypp(plugin:commit) zypp-plugin-python dbus-1-python
 Summary:        A zypp commit plugin for calling snapper
 Group:          System/Packages
 
@@ -197,8 +185,8 @@
 /usr/lib/zypp/plugins/commit/snapper.py*
 
 %package -n pam_snapper
-Requires:       pam
 Requires:       snapper = %version
+Requires:      pam
 Summary:        PAM module for calling snapper
 Group:          System/Packages
 

++++++ snapper-0.1.6.tar.bz2 -> snapper-0.1.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/Makefile.in 
new/snapper-0.1.7/Makefile.in
--- old/snapper-0.1.6/Makefile.in       2013-09-30 14:19:37.000000000 +0200
+++ new/snapper-0.1.7/Makefile.in       2013-10-08 13:37:19.000000000 +0200
@@ -59,7 +59,7 @@
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
        $(srcdir)/snapper.spec.in $(top_srcdir)/configure AUTHORS \
        COPYING config.guess config.sub depcomp install-sh ltmain.sh \
-       missing
+       missing py-compile
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/VERSION new/snapper-0.1.7/VERSION
--- old/snapper-0.1.6/VERSION   2013-09-06 16:49:46.000000000 +0200
+++ new/snapper-0.1.7/VERSION   2013-10-08 13:16:21.000000000 +0200
@@ -1 +1 @@
-0.1.6
+0.1.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/client/Makefile.in 
new/snapper-0.1.7/client/Makefile.in
--- old/snapper-0.1.6/client/Makefile.in        2013-09-30 14:19:37.000000000 
+0200
+++ new/snapper-0.1.7/client/Makefile.in        2013-10-08 13:37:19.000000000 
+0200
@@ -330,9 +330,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign client/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign client/Makefile
+         $(AUTOMAKE) --gnu client/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/client/utils/Makefile.in 
new/snapper-0.1.7/client/utils/Makefile.in
--- old/snapper-0.1.6/client/utils/Makefile.in  2013-09-30 14:19:37.000000000 
+0200
+++ new/snapper-0.1.7/client/utils/Makefile.in  2013-10-08 13:37:19.000000000 
+0200
@@ -287,9 +287,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign 
client/utils/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu client/utils/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign client/utils/Makefile
+         $(AUTOMAKE) --gnu client/utils/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/data/Makefile.in 
new/snapper-0.1.7/data/Makefile.in
--- old/snapper-0.1.6/data/Makefile.in  2013-09-30 14:19:37.000000000 +0200
+++ new/snapper-0.1.7/data/Makefile.in  2013-10-08 13:37:19.000000000 +0200
@@ -234,9 +234,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign data/Makefile
+         $(AUTOMAKE) --gnu data/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/dbus/Makefile.in 
new/snapper-0.1.7/dbus/Makefile.in
--- old/snapper-0.1.6/dbus/Makefile.in  2013-09-30 14:19:37.000000000 +0200
+++ new/snapper-0.1.7/dbus/Makefile.in  2013-10-08 13:37:19.000000000 +0200
@@ -289,9 +289,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign dbus/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu dbus/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign dbus/Makefile
+         $(AUTOMAKE) --gnu dbus/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/doc/Makefile.in 
new/snapper-0.1.7/doc/Makefile.in
--- old/snapper-0.1.6/doc/Makefile.in   2013-09-30 14:19:37.000000000 +0200
+++ new/snapper-0.1.7/doc/Makefile.in   2013-10-08 13:37:19.000000000 +0200
@@ -270,9 +270,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign doc/Makefile
+         $(AUTOMAKE) --gnu doc/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/examples/Makefile.in 
new/snapper-0.1.7/examples/Makefile.in
--- old/snapper-0.1.6/examples/Makefile.in      2013-09-30 14:19:37.000000000 
+0200
+++ new/snapper-0.1.7/examples/Makefile.in      2013-10-08 13:37:19.000000000 
+0200
@@ -272,9 +272,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign examples/Makefile
+         $(AUTOMAKE) --gnu examples/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/examples/c/Makefile.in 
new/snapper-0.1.7/examples/c/Makefile.in
--- old/snapper-0.1.6/examples/c/Makefile.in    2013-09-30 14:19:38.000000000 
+0200
+++ new/snapper-0.1.7/examples/c/Makefile.in    2013-10-08 13:37:19.000000000 
+0200
@@ -272,9 +272,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/c/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu examples/c/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign examples/c/Makefile
+         $(AUTOMAKE) --gnu examples/c/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/examples/c++-lib/Makefile.in 
new/snapper-0.1.7/examples/c++-lib/Makefile.in
--- old/snapper-0.1.6/examples/c++-lib/Makefile.in      2013-09-30 
14:19:37.000000000 +0200
+++ new/snapper-0.1.7/examples/c++-lib/Makefile.in      2013-10-08 
13:37:19.000000000 +0200
@@ -298,9 +298,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign 
examples/c++-lib/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu 
examples/c++-lib/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign examples/c++-lib/Makefile
+         $(AUTOMAKE) --gnu examples/c++-lib/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/pam/Makefile.in 
new/snapper-0.1.7/pam/Makefile.in
--- old/snapper-0.1.6/pam/Makefile.in   2013-09-30 14:19:38.000000000 +0200
+++ new/snapper-0.1.7/pam/Makefile.in   2013-10-08 13:37:19.000000000 +0200
@@ -303,9 +303,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign pam/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu pam/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign pam/Makefile
+         $(AUTOMAKE) --gnu pam/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/po/Makefile.in 
new/snapper-0.1.7/po/Makefile.in
--- old/snapper-0.1.6/po/Makefile.in    2013-09-30 14:19:38.000000000 +0200
+++ new/snapper-0.1.7/po/Makefile.in    2013-10-08 13:37:19.000000000 +0200
@@ -239,9 +239,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign po/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu po/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign po/Makefile
+         $(AUTOMAKE) --gnu po/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/py-compile new/snapper-0.1.7/py-compile
--- old/snapper-0.1.6/py-compile        1970-01-01 01:00:00.000000000 +0100
+++ new/snapper-0.1.7/py-compile        2012-04-25 11:47:45.000000000 +0200
@@ -0,0 +1,146 @@
+#!/bin/sh
+# py-compile - Compile a Python program
+
+scriptversion=2009-04-28.21; # UTC
+
+# Copyright (C) 2000, 2001, 2003, 2004, 2005, 2008, 2009 Free Software
+# Foundation, Inc.
+
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to <[email protected]> or send patches to
+# <[email protected]>.
+
+if [ -z "$PYTHON" ]; then
+  PYTHON=python
+fi
+
+basedir=
+destdir=
+files=
+while test $# -ne 0; do
+  case "$1" in
+    --basedir)
+      basedir=$2
+      if test -z "$basedir"; then
+        echo "$0: Missing argument to --basedir." 1>&2
+        exit 1
+      fi
+      shift
+      ;;
+    --destdir)
+      destdir=$2
+      if test -z "$destdir"; then
+        echo "$0: Missing argument to --destdir." 1>&2
+        exit 1
+      fi
+      shift
+      ;;
+    -h|--h*)
+      cat <<\EOF
+Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] 
FILES..."
+
+Byte compile some python scripts FILES.  Use --destdir to specify any
+leading directory path to the FILES that you don't want to include in the
+byte compiled file.  Specify --basedir for any additional path information you
+do want to be shown in the byte compiled file.
+
+Example:
+  py-compile --destdir /tmp/pkg-root --basedir /usr/share/test test.py test2.py
+
+Report bugs to <[email protected]>.
+EOF
+      exit $?
+      ;;
+    -v|--v*)
+      echo "py-compile $scriptversion"
+      exit $?
+      ;;
+    *)
+      files="$files $1"
+      ;;
+  esac
+  shift
+done
+
+if test -z "$files"; then
+    echo "$0: No files given.  Try \`$0 --help' for more information." 1>&2
+    exit 1
+fi
+
+# if basedir was given, then it should be prepended to filenames before
+# byte compilation.
+if [ -z "$basedir" ]; then
+    pathtrans="path = file"
+else
+    pathtrans="path = os.path.join('$basedir', file)"
+fi
+
+# if destdir was given, then it needs to be prepended to the filename to
+# byte compile but not go into the compiled file.
+if [ -z "$destdir" ]; then
+    filetrans="filepath = path"
+else
+    filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
+fi
+
+$PYTHON -c "
+import sys, os, py_compile
+
+files = '''$files'''
+
+sys.stdout.write('Byte-compiling python modules...\n')
+for file in files.split():
+    $pathtrans
+    $filetrans
+    if not os.path.exists(filepath) or not (len(filepath) >= 3
+                                            and filepath[-3:] == '.py'):
+           continue
+    sys.stdout.write(file)
+    sys.stdout.flush()
+    py_compile.compile(filepath, filepath + 'c', path)
+sys.stdout.write('\n')" || exit $?
+
+# this will fail for python < 1.5, but that doesn't matter ...
+$PYTHON -O -c "
+import sys, os, py_compile
+
+files = '''$files'''
+sys.stdout.write('Byte-compiling python modules (optimized versions) ...\n')
+for file in files.split():
+    $pathtrans
+    $filetrans
+    if not os.path.exists(filepath) or not (len(filepath) >= 3
+                                            and filepath[-3:] == '.py'):
+           continue
+    sys.stdout.write(file)
+    sys.stdout.flush()
+    py_compile.compile(filepath, filepath + 'o', path)
+sys.stdout.write('\n')" 2>/dev/null || :
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/scripts/Makefile.in 
new/snapper-0.1.7/scripts/Makefile.in
--- old/snapper-0.1.6/scripts/Makefile.in       2013-09-30 14:19:38.000000000 
+0200
+++ new/snapper-0.1.7/scripts/Makefile.in       2013-10-08 13:37:19.000000000 
+0200
@@ -269,9 +269,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign scripts/Makefile
+         $(AUTOMAKE) --gnu scripts/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/scripts/zypp-plugin.py 
new/snapper-0.1.7/scripts/zypp-plugin.py
--- old/snapper-0.1.6/scripts/zypp-plugin.py    2013-09-10 17:26:42.000000000 
+0200
+++ new/snapper-0.1.7/scripts/zypp-plugin.py    2013-10-08 13:23:50.000000000 
+0200
@@ -6,8 +6,10 @@
 from dbus import SystemBus, Interface
 from zypp_plugin import Plugin
 
+
 class MyPlugin(Plugin):
 
+
   def parse_userdata(self, s):
     ud = {}
     for kv in s.split(","):
@@ -18,29 +20,32 @@
       ud[k] = v.strip()
     return ud
 
+
   def PLUGINBEGIN(self, headers, body):
 
     exe = basename(readlink("/proc/%d/exe" % getppid()))
 
-    userdata = {}
+    self.userdata = {}
 
     try:
-      userdata = self.parse_userdata(headers['userdata'])
+      self.userdata = self.parse_userdata(headers['userdata'])
     except KeyError:
       pass
     except ValueError:
       stderr.write("invalid userdata")
 
-    self.num1 = snapper.CreatePreSnapshot("root", "zypp(%s)" % exe, "number", 
userdata)
+    self.num1 = snapper.CreatePreSnapshot("root", "zypp(%s)" % exe, "number", 
self.userdata)
 
     self.ack()
 
+
   def PLUGINEND(self, headers, body):
 
-    self.num2 = snapper.CreatePostSnapshot("root", self.num1, "", "number", {})
+    self.num2 = snapper.CreatePostSnapshot("root", self.num1, "", "number", 
self.userdata)
 
     self.ack()
 
+
 bus = SystemBus()
 
 snapper = Interface(bus.get_object('org.opensuse.Snapper', 
'/org/opensuse/Snapper'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/server/Makefile.in 
new/snapper-0.1.7/server/Makefile.in
--- old/snapper-0.1.6/server/Makefile.in        2013-09-30 14:19:38.000000000 
+0200
+++ new/snapper-0.1.7/server/Makefile.in        2013-10-08 13:37:19.000000000 
+0200
@@ -291,9 +291,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign server/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu server/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign server/Makefile
+         $(AUTOMAKE) --gnu server/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/snapper/Makefile.in 
new/snapper-0.1.7/snapper/Makefile.in
--- old/snapper-0.1.6/snapper/Makefile.in       2013-10-01 16:46:57.000000000 
+0200
+++ new/snapper-0.1.7/snapper/Makefile.in       2013-10-08 13:37:19.000000000 
+0200
@@ -367,9 +367,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign snapper/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu snapper/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign snapper/Makefile
+         $(AUTOMAKE) --gnu snapper/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/testsuite/Makefile.in 
new/snapper-0.1.7/testsuite/Makefile.in
--- old/snapper-0.1.6/testsuite/Makefile.in     2013-09-30 14:19:38.000000000 
+0200
+++ new/snapper-0.1.7/testsuite/Makefile.in     2013-10-08 13:37:19.000000000 
+0200
@@ -301,9 +301,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign testsuite/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign testsuite/Makefile
+         $(AUTOMAKE) --gnu testsuite/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/testsuite-cmp/Makefile.in 
new/snapper-0.1.7/testsuite-cmp/Makefile.in
--- old/snapper-0.1.6/testsuite-cmp/Makefile.in 2013-09-30 14:19:38.000000000 
+0200
+++ new/snapper-0.1.7/testsuite-cmp/Makefile.in 2013-10-08 13:37:19.000000000 
+0200
@@ -272,9 +272,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign 
testsuite-cmp/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite-cmp/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign testsuite-cmp/Makefile
+         $(AUTOMAKE) --gnu testsuite-cmp/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snapper-0.1.6/testsuite-real/Makefile.in 
new/snapper-0.1.7/testsuite-real/Makefile.in
--- old/snapper-0.1.6/testsuite-real/Makefile.in        2013-09-30 
14:19:38.000000000 +0200
+++ new/snapper-0.1.7/testsuite-real/Makefile.in        2013-10-08 
13:37:19.000000000 +0200
@@ -374,9 +374,9 @@
              exit 1;; \
          esac; \
        done; \
-       echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign 
testsuite-real/Makefile'; \
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite-real/Makefile'; \
        $(am__cd) $(top_srcdir) && \
-         $(AUTOMAKE) --foreign testsuite-real/Makefile
+         $(AUTOMAKE) --gnu testsuite-real/Makefile
 .PRECIOUS: Makefile
 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        @case '$?' in \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to