Hello community,

here is the log from the commit of package dmapi for openSUSE:Factory checked 
in at 2014-02-04 21:49:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dmapi (Old)
 and      /work/SRC/openSUSE:Factory/.dmapi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dmapi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dmapi/dmapi.changes      2011-09-26 
10:03:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dmapi.new/dmapi.changes 2014-02-04 
22:38:03.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Feb  3 11:51:40 UTC 2014 - [email protected]
+
+- update to 2.2.12:
+  * Updated the release.sh script to work with newer git.
+  * Various build related fixes, thanks to Theodore Ts'o,
+    Mike Frysinger, and Jan Engelhardt
+- add no-getdents-aarch64.diff: Fix build for aarch64
+
+-------------------------------------------------------------------

Old:
----
  dmapi-2.2.10.tar.bz2

New:
----
  dmapi-2.2.12.tar.bz2
  no-getdents-aarch64.diff

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

Other differences:
------------------
++++++ dmapi.spec ++++++
--- /var/tmp/diff_new_pack.c39LrQ/_old  2014-02-04 22:38:04.000000000 +0100
+++ /var/tmp/diff_new_pack.c39LrQ/_new  2014-02-04 22:38:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dmapi
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,19 @@
 #
 
 
-
 Name:           dmapi
 %define lname  libdm0
-BuildRequires:  e2fsprogs-devel xfsprogs-devel
-Version:        2.2.10
-Release:        1
-Group:          Development/Libraries/C and C++
-License:        GPL-2.0+
-URL:            http://oss.sgi.com/projects/xfs/
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  xfsprogs-devel
+Version:        2.2.12
+Release:        0
+Url:            http://oss.sgi.com/projects/xfs/
 Summary:        Data Management API Runtime Environment
+License:        GPL-2.0+
+Group:          Development/Libraries/C and C++
 Source0:        dmapi-%{version}.tar.bz2
 Patch0:         dmapi-docdir.diff
+Patch1:         no-getdents-aarch64.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -52,8 +53,8 @@
 
 %package      devel
 Requires:       %lname = %version
-Group:          Development/Libraries/C and C++
 Summary:        DMAPI Libraries and Header Files
+Group:          Development/Libraries/C and C++
 
 %description devel
 The dmapi-devel package contains the libraries and header files needed
@@ -64,6 +65,7 @@
 %prep
 %setup -q
 %patch0
+%patch1
 
 %build
 export LCFLAGS="%optflags"

++++++ dmapi-2.2.10.tar.bz2 -> dmapi-2.2.12.tar.bz2 ++++++
++++ 10207 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/Makefile new/dmapi-2.2.12/Makefile
--- old/dmapi-2.2.10/Makefile   2009-05-04 23:52:21.000000000 +0200
+++ new/dmapi-2.2.12/Makefile   2012-10-25 21:13:19.000000000 +0200
@@ -12,7 +12,7 @@
 CONFIGURE = aclocal.m4 configure config.guess config.sub configure install-sh \
            ltmain.sh m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 \
            m4/ltversion.m4 m4/lt~obsolete.m4
-LSRCFILES = configure.in Makepkgs release.sh README VERSION $(CONFIGURE)
+LSRCFILES = configure.ac Makepkgs release.sh README VERSION $(CONFIGURE)
 
 LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
        Logs/* built .census install.* install-dev.* *.gz autom4te.cache/* \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/VERSION new/dmapi-2.2.12/VERSION
--- old/dmapi-2.2.10/VERSION    2009-05-04 23:52:21.000000000 +0200
+++ new/dmapi-2.2.12/VERSION    2012-12-13 23:02:15.000000000 +0100
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=2
 PKG_MINOR=2
-PKG_REVISION=10
+PKG_REVISION=12
 PKG_BUILD=1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/configure.ac new/dmapi-2.2.12/configure.ac
--- old/dmapi-2.2.10/configure.ac       1970-01-01 01:00:00.000000000 +0100
+++ new/dmapi-2.2.12/configure.ac       2012-12-13 23:02:15.000000000 +0100
@@ -0,0 +1,28 @@
+AC_INIT([dmapi], [2.2.12])
+
+AC_PREREQ(2.50)
+AC_CONFIG_AUX_DIR([.])
+AC_CONFIG_MACRO_DIR([m4])
+AC_CONFIG_SRCDIR([include/dmapi.h])
+AC_PREFIX_DEFAULT(/usr)
+
+AC_PROG_LIBTOOL
+
+AC_ARG_ENABLE(shared,
+[ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
+       enable_shared=yes)
+AC_SUBST(enable_shared)
+
+AC_ARG_ENABLE(lib64,
+[ --enable-lib64=[yes/no] Enable lib64 support [default=no]],,
+       enable_lib64=no)
+AC_SUBST(enable_lib64)
+
+AC_PACKAGE_GLOBALS(dmapi)
+AC_PACKAGE_UTILITIES(dmapi)
+AC_PACKAGE_NEED_XFS_HANDLE_H
+AC_MANUAL_FORMAT
+AC_MULTILIB($enable_lib64)
+
+AC_CONFIG_FILES([include/builddefs])
+AC_OUTPUT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/configure.in new/dmapi-2.2.12/configure.in
--- old/dmapi-2.2.10/configure.in       2009-05-04 23:52:21.000000000 +0200
+++ new/dmapi-2.2.12/configure.in       1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-AC_INIT(include/dmapi.h)
-AC_CONFIG_AUX_DIR([.])
-AC_CONFIG_MACRO_DIR([m4])
-AC_PREFIX_DEFAULT(/usr)
-
-AC_PROG_LIBTOOL
-
-AC_ARG_ENABLE(shared,
-[ --enable-shared=[yes/no] Enable use of shared libraries [default=yes]],,
-       enable_shared=yes)
-AC_SUBST(enable_shared)
-
-AC_ARG_ENABLE(lib64,
-[ --enable-lib64=[yes/no] Enable lib64 support [default=no]],,
-       enable_lib64=no)
-AC_SUBST(enable_lib64)
-
-AC_PACKAGE_GLOBALS(dmapi)
-AC_PACKAGE_UTILITIES(dmapi)
-AC_PACKAGE_NEED_XFS_HANDLE_H
-AC_MANUAL_FORMAT
-AC_MULTILIB($enable_lib64)
-
-AC_OUTPUT(include/builddefs)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/doc/CHANGES new/dmapi-2.2.12/doc/CHANGES
--- old/dmapi-2.2.10/doc/CHANGES        2009-05-05 16:48:10.000000000 +0200
+++ new/dmapi-2.2.12/doc/CHANGES        2012-12-13 23:03:06.000000000 +0100
@@ -1,3 +1,10 @@
+dmapi-2.2.12 (13 December 2012)
+       - Updated the release.sh script to work with newer git.
+
+dmapi-2.2.11 (31 Oct 2012)
+       - Various build related fixes, thanks to Theodore Ts'o,
+         Mike Frysinger, and Jan Engelhardt
+
 dmapi-2.2.10 (5 May 2009)
        - Update the Makepkgs script to generate proper source tarballs.
        - Small specfile improvements, thanks to Jan Engelhardt.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/include/builddefs.in new/dmapi-2.2.12/include/builddefs.in
--- old/dmapi-2.2.10/include/builddefs.in       2009-05-04 23:52:21.000000000 
+0200
+++ new/dmapi-2.2.12/include/builddefs.in       2012-09-13 20:09:44.000000000 
+0200
@@ -11,6 +11,7 @@
 OPTIMIZER = @opt_build@
 MALLOCLIB = @malloc_lib@
 LOADERFLAGS = @LDFLAGS@
+CFLAGS = @CFLAGS@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
@@ -42,6 +43,7 @@
 ECHO           = @echo@
 SORT           = @sort@
 LN_S           = @LN_S@
+SHELL          = @SHELL@
 LIBTOOL                = @LIBTOOL@
 MAKEDEPEND     = @makedepend@
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/include/buildmacros new/dmapi-2.2.12/include/buildmacros
--- old/dmapi-2.2.10/include/buildmacros        2009-03-30 22:42:25.000000000 
+0200
+++ new/dmapi-2.2.12/include/buildmacros        2012-10-25 21:13:19.000000000 
+0200
@@ -29,7 +29,6 @@
 
 INSTALL        = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
 
-SHELL = /bin/sh
 IMAGES_DIR = $(TOPDIR)/all-images
 DIST_DIR = $(TOPDIR)/dist
 
@@ -56,7 +55,7 @@
 INSTALL_LTLIB = \
        cd $(TOPDIR)/$(LIBNAME)/.libs; \
        ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \
-       ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
+       ../$(INSTALL) -m 755 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \
        ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR)
 endif
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/include/buildrules new/dmapi-2.2.12/include/buildrules
--- old/dmapi-2.2.10/include/buildrules 2009-03-30 22:42:25.000000000 +0200
+++ new/dmapi-2.2.12/include/buildrules 2012-09-13 20:09:44.000000000 +0200
@@ -8,7 +8,7 @@
 
 clean clobber : $(addsuffix -clean,$(SUBDIRS))
        rm -f $(DIRT)
-       @rm -fr .libs
+       @rm -fr .libs .dep
 
 %-clean:
        $(MAKE) -C $* clean
@@ -72,9 +72,10 @@
 DEPENDSCRIPT := $(DEPENDSCRIPT) | $(SED) -e 's,^\([^:]*\)\.o,\1.lo,'
 endif
 
-depend : $(CFILES) $(HFILES) $(addsuffix -depend,$(SUBDIRS))
+depend : .dep $(addsuffix -depend,$(SUBDIRS))
+
+.dep : $(CFILES) $(HFILES)
        $(DEPENDSCRIPT) > .dep
-       test -s .dep || rm -f .dep
 
 %-depend:
        $(MAKE) -C $* depend
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/libdm/getdents.c new/dmapi-2.2.12/libdm/getdents.c
--- old/dmapi-2.2.10/libdm/getdents.c   2009-03-30 22:42:25.000000000 +0200
+++ new/dmapi-2.2.12/libdm/getdents.c   2012-09-13 20:09:44.000000000 +0200
@@ -72,7 +72,9 @@
 # endif
 #endif
 
-#define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
+#ifndef offsetof
+# define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
+#endif /* ! offsetof */
 
 
 /* For Linux we need a special version of this file since the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/m4/libtool.m4 new/dmapi-2.2.12/m4/libtool.m4
--- old/dmapi-2.2.10/m4/libtool.m4      2009-05-05 16:48:11.000000000 +0200
+++ new/dmapi-2.2.12/m4/libtool.m4      2012-12-12 18:33:05.000000000 +0100
@@ -2445,7 +2445,7 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -2485,6 +2485,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3072,11 +3084,11 @@
   ;;
 
 # This must be Linux ELF.
-linux* | k*bsd*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -3693,7 +3705,7 @@
            ;;
        esac
        ;;
-      linux* | k*bsd*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
        case $cc_basename in
          KCC*)
            # KAI C++ Compiler
@@ -3757,7 +3769,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -3977,7 +3989,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4182,6 +4194,9 @@
   cygwin* | mingw* | cegcc*)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 
DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ 
]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+  ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
   ;;
@@ -4246,6 +4261,9 @@
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4267,6 +4285,7 @@
     fi
     supports_anon_versioning=no
     case `$LD -v 2>&1` in
+      *GNU\ gold*) supports_anon_versioning=yes ;;
       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
@@ -4358,7 +4377,7 @@
       _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols 
>$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs 
$compiler_flags ${wl}-h,$soname 
${wl}--retain-symbols-file,$output_objdir/$soname.expsym 
${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
       ;;
 
-    gnu* | linux* | tpf* | k*bsd*-gnu)
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
       tmp_diet=no
       if test "$host_os" = linux-dietlibc; then
        case $cc_basename in
@@ -4428,7 +4447,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -4603,6 +4622,7 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -4841,7 +4861,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
@@ -5841,7 +5861,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
         case $cc_basename in
           KCC*)
            # Kuck and Associates, Inc. (KAI) C++ Compiler
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/m4/ltversion.m4 new/dmapi-2.2.12/m4/ltversion.m4
--- old/dmapi-2.2.10/m4/ltversion.m4    2009-05-05 16:48:11.000000000 +0200
+++ new/dmapi-2.2.12/m4/ltversion.m4    2012-12-12 18:33:05.000000000 +0100
@@ -9,15 +9,15 @@
 
 # Generated from ltversion.in.
 
-# serial 3012 ltversion.m4
+# serial 3017 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3017'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/m4/package_xfslibs.m4 new/dmapi-2.2.12/m4/package_xfslibs.m4
--- old/dmapi-2.2.10/m4/package_xfslibs.m4      2009-03-30 22:42:25.000000000 
+0200
+++ new/dmapi-2.2.12/m4/package_xfslibs.m4      2012-09-13 20:09:44.000000000 
+0200
@@ -40,8 +40,6 @@
         exit 1
     ])
     libxfs="-lxfs"
-    test -f `pwd`/../xfsprogs/libxfs/libxfs.la && \
-        libxfs="`pwd`/../xfsprogs/libxfs/libxfs.la"
     test -f ${libexecdir}${libdirsuffix}/libxfs.la && \
        libxfs="${libexecdir}${libdirsuffix}/libxfs.la"
     AC_SUBST(libxfs)
@@ -56,8 +54,6 @@
         exit 1
     ])
     libhdl="-lhandle"
-    test -f `pwd`/../xfsprogs/libhandle/libhandle.la && \
-        libhdl="`pwd`/../xfsprogs/libhandle/libhandle.la"
     test -f ${libexecdir}${libdirsuffix}/libhandle.la && \
        libhdl="${libexecdir}${libdirsuffix}/libhandle.la"
     AC_SUBST(libhdl)
@@ -72,8 +68,6 @@
         exit 1
     ])
     libhdl="-lhandle"
-    test -f `pwd`/../xfsprogs/libhandle/libhandle.la && \
-        libhdl="`pwd`/../xfsprogs/libhandle/libhandle.la"
     test -f ${libexecdir}${libdirsuffix}/libhandle.la && \
        libhdl="${libexecdir}${libdirsuffix}/libhandle.la"
     AC_SUBST(libhdl)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/dmapi-2.2.10/release.sh new/dmapi-2.2.12/release.sh
--- old/dmapi-2.2.10/release.sh 2009-05-04 23:52:21.000000000 +0200
+++ new/dmapi-2.2.12/release.sh 2012-12-13 23:02:15.000000000 +0100
@@ -13,13 +13,16 @@
        mv doc/CHANGES.tmp doc/CHANGES
 
 echo "Commiting CHANGES update to git"
-git-commit -a -m "${version} release"
+git commit -s -a -m "${version} release"
 
 echo "Tagging git repository"
-git-tag v${version}
+git tag -s -a -m "${version} release" v${version}
 
 echo "Creating source tarball in build/tar/"
 ./Makepkgs
 
+echo "Sign the source tarball"
+gpg --detach-sign build/dmapi-${version}.tar.gz
+
 echo "Done."
 echo "Please remember to push out tags using \"git push --tags\""

++++++ no-getdents-aarch64.diff ++++++
--- libdm/getdents.c
+++ libdm/getdents.c
@@ -211,6 +211,8 @@
 # endif
     }
 #endif
+
+#ifdef __NR_getdents
   {
     size_t red_nbytes;
     struct kernel_dirent *skdp, *kdp;
@@ -267,6 +269,7 @@
        kdp = (struct kernel_dirent *) (((char *) kdp) + kdp->d_reclen);
       }
     }
+#endif
 
   return (char *) dp - buf;
 }
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to