Hello community,

here is the log from the commit of package libcpath for openSUSE:Factory 
checked in at 2013-11-25 14:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcpath (Old)
 and      /work/SRC/openSUSE:Factory/.libcpath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcpath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcpath/libcpath.changes        2013-07-30 
11:40:19.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcpath.new/libcpath.changes   2013-11-25 
14:34:26.000000000 +0100
@@ -1,0 +2,7 @@
+Thu Nov 14 03:42:50 UTC 2013 - greg.freem...@gmail.com
+
+- update to v0~20130809
+       * updated dependencies
+- remove xz buildrequires, not needed
+
+-------------------------------------------------------------------

Old:
----
  libcpath-alpha-20130609.tar.gz

New:
----
  libcpath-alpha-20130809.tar.gz

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

Other differences:
------------------
++++++ libcpath.spec ++++++
--- /var/tmp/diff_new_pack.xkNcXH/_old  2013-11-25 14:34:27.000000000 +0100
+++ /var/tmp/diff_new_pack.xkNcXH/_new  2013-11-25 14:34:27.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           libcpath
 %define lname  libcpath1
-%define timestamp 20130609
+%define timestamp 20130809
 Version:        0~%timestamp
 Release:        0
 Summary:        Library for cross-platform C path functions
@@ -27,18 +27,17 @@
 Url:            http://code.google.com/p/libcpath/
 
 #Git-Clone:    http://code.google.com/p/libcpath
-#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20130609.tar.gz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSOGFVQUwtOHlEWjQ/libcpath-alpha-20130809.tar.gz
 Source:         %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  xz
 BuildRequires:  pkgconfig(libcerror) >= 20120425
 BuildRequires:  pkgconfig(libclocale) >= 20120425
 BuildRequires:  pkgconfig(libcsplit) >= 20120701
-BuildRequires:  pkgconfig(libuna) >= 0~20130609
+BuildRequires:  pkgconfig(libuna)     >= 20130609
 # fails to build with these from factory, so use internal version
 # none!!!!
 # not (yet) in factory
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
+#BuildRequires:  pkgconfig(libcstring)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ libcpath-alpha-20130609.tar.gz -> libcpath-alpha-20130809.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/ChangeLog 
new/libcpath-20130809/ChangeLog
--- old/libcpath-20130609/ChangeLog     2013-06-09 13:34:33.000000000 +0200
+++ new/libcpath-20130809/ChangeLog     2013-09-08 13:23:19.000000000 +0200
@@ -14,6 +14,9 @@
   - wide character path functions
   - windows functions
 
+20130809
+* updated dependencies
+
 20130609
 * fix in .pc.in file
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/common/Makefile.in 
new/libcpath-20130809/common/Makefile.in
--- old/libcpath-20130609/common/Makefile.in    2013-06-09 13:34:43.000000000 
+0200
+++ new/libcpath-20130809/common/Makefile.in    2013-09-08 13:23:45.000000000 
+0200
@@ -333,7 +333,7 @@
 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status common/config.h
-$(srcdir)/config.h.in:  $(am__configure_deps) 
+$(srcdir)/config.h.in:  $(am__configure_deps)
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        rm -f stamp-h1
        touch $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/common/config.h 
new/libcpath-20130809/common/config.h
--- old/libcpath-20130609/common/config.h       2013-06-09 13:34:51.000000000 
+0200
+++ new/libcpath-20130809/common/config.h       2013-09-08 13:24:30.000000000 
+0200
@@ -327,7 +327,7 @@
 #define PACKAGE_NAME "libcpath"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcpath 20130609"
+#define PACKAGE_STRING "libcpath 20130809"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcpath"
@@ -336,7 +336,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20130609"
+#define PACKAGE_VERSION "20130809"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -354,7 +354,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20130609"
+#define VERSION "20130809"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/configure 
new/libcpath-20130809/configure
--- old/libcpath-20130609/configure     2013-06-09 13:34:42.000000000 +0200
+++ new/libcpath-20130809/configure     2013-09-08 13:23:30.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libcpath 20130609.
+# Generated by GNU Autoconf 2.69 for libcpath 20130809.
 #
 # Report bugs to <joachim.m...@gmail.com>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libcpath'
 PACKAGE_TARNAME='libcpath'
-PACKAGE_VERSION='20130609'
-PACKAGE_STRING='libcpath 20130609'
+PACKAGE_VERSION='20130809'
+PACKAGE_STRING='libcpath 20130809'
 PACKAGE_BUGREPORT='joachim.m...@gmail.com'
 PACKAGE_URL=''
 
@@ -1424,7 +1424,7 @@
   # 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 libcpath 20130609 to adapt to many kinds of systems.
+\`configure' configures libcpath 20130809 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1494,7 +1494,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libcpath 20130609:";;
+     short | recursive ) echo "Configuration of libcpath 20130809:";;
    esac
   cat <<\_ACEOF
 
@@ -1648,7 +1648,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libcpath configure 20130609
+libcpath configure 20130809
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2300,7 +2300,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libcpath $as_me 20130609, which was
+It was created by libcpath $as_me 20130809, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3128,7 +3128,7 @@
 
 # Define the identity of the package.
  PACKAGE='libcpath'
- VERSION='20130609'
+ VERSION='20130809'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -24473,7 +24473,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libcpath $as_me 20130609, which was
+This file was extended by libcpath $as_me 20130809, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -24539,7 +24539,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libcpath config.status 20130609
+libcpath config.status 20130809
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/configure.ac 
new/libcpath-20130809/configure.ac
--- old/libcpath-20130609/configure.ac  2013-06-09 13:34:19.000000000 +0200
+++ new/libcpath-20130809/configure.ac  2013-09-08 13:23:04.000000000 +0200
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libcpath],
- [20130609],
+ [20130809],
  [joachim.m...@gmail.com])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/dpkg/changelog 
new/libcpath-20130809/dpkg/changelog
--- old/libcpath-20130609/dpkg/changelog        2013-06-09 13:34:51.000000000 
+0200
+++ new/libcpath-20130809/dpkg/changelog        2013-09-08 13:24:29.000000000 
+0200
@@ -1,5 +1,5 @@
-libcpath (20130609-1) unstable; urgency=low
+libcpath (20130809-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Sun, 09 Jun 2013 13:34:50 +0200
+ -- Joachim Metz <joachim.m...@gmail.com>  Sun, 08 Sep 2013 13:24:29 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/dpkg/copyright 
new/libcpath-20130809/dpkg/copyright
--- old/libcpath-20130609/dpkg/copyright        2013-06-09 13:34:51.000000000 
+0200
+++ new/libcpath-20130809/dpkg/copyright        2013-09-08 13:24:29.000000000 
+0200
@@ -1,6 +1,6 @@
 This work was packaged for Debian by:
 
-    Joachim Metz <joachim.m...@gmail.com> on Sun, 09 Jun 2013 13:34:50 +0200
+    Joachim Metz <joachim.m...@gmail.com> on Sun, 08 Sep 2013 13:24:29 +0200
 
 It was downloaded from http://code.google.com/p/libcpath/
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/include/libcpath/definitions.h 
new/libcpath-20130809/include/libcpath/definitions.h
--- old/libcpath-20130609/include/libcpath/definitions.h        2013-06-09 
13:34:51.000000000 +0200
+++ new/libcpath-20130809/include/libcpath/definitions.h        2013-09-08 
13:24:29.000000000 +0200
@@ -24,11 +24,11 @@
 
 #include <libcpath/types.h>
 
-#define LIBCPATH_VERSION                       20130609
+#define LIBCPATH_VERSION                       20130809
 
 /* The libcpath version string
  */
-#define LIBCPATH_VERSION_STRING                        "20130609"
+#define LIBCPATH_VERSION_STRING                        "20130809"
 
 #if defined( WINAPI )
 #define LIBCPATH_SEPARATOR                     '\\'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcerror/Makefile.in 
new/libcpath-20130809/libcerror/Makefile.in
--- old/libcpath-20130609/libcerror/Makefile.in 2013-06-09 13:34:43.000000000 
+0200
+++ new/libcpath-20130809/libcerror/Makefile.in 2013-09-08 13:23:51.000000000 
+0200
@@ -368,7 +368,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES) 
+libcerror.la: $(libcerror_la_OBJECTS) $(libcerror_la_DEPENDENCIES) 
$(EXTRA_libcerror_la_DEPENDENCIES)
        $(LINK) $(am_libcerror_la_rpath) $(libcerror_la_OBJECTS) 
$(libcerror_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcerror/libcerror_definitions.h 
new/libcpath-20130809/libcerror/libcerror_definitions.h
--- old/libcpath-20130609/libcerror/libcerror_definitions.h     2013-05-09 
14:06:49.000000000 +0200
+++ new/libcpath-20130809/libcerror/libcerror_definitions.h     2013-09-06 
06:52:00.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCERROR_VERSION                              20130509
+#define LIBCERROR_VERSION                              20130904
 
 /* The libcstring version string
  */
-#define LIBCERROR_VERSION_STRING                       "20130509"
+#define LIBCERROR_VERSION_STRING                       "20130904"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcerror/libcerror_error.c 
new/libcpath-20130809/libcerror/libcerror_error.c
--- old/libcpath-20130609/libcerror/libcerror_error.c   2013-05-09 
14:06:49.000000000 +0200
+++ new/libcpath-20130809/libcerror/libcerror_error.c   2013-09-06 
06:52:00.000000000 +0200
@@ -290,7 +290,7 @@
                        message_size += LIBCERROR_MESSAGE_INCREMENT_SIZE;
                }
                else if( ( (size_t) print_count >= message_size )
-                     || ( ( internal_error->messages[ message_index ] )[ 
print_count ] != 0 ) )
+                     || ( ( internal_error->messages[ message_index ] )[ 
print_count ] != (libcstring_system_character_t) 0 ) )
                {
                        message_size = (size_t) ( print_count + 1 );
                        print_count  = -1;
@@ -481,13 +481,13 @@
                     internal_error->messages[ message_index ],
                     internal_error->sizes[ message_index ] ) == NULL )
                {
-                       string[ string_index ] = 0;
+                       string[ string_index ] = 
(libcstring_system_character_t) 0;
 
                        return( -1 );
                }
                string_index += internal_error->sizes[ message_index ];
 
-               string[ string_index ] = 0;
+               string[ string_index ] = (libcstring_system_character_t) 0;
 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
        }
        if( string_index > (size_t) INT_MAX )
@@ -631,13 +631,13 @@
                             internal_error->messages[ message_index ],
                             internal_error->sizes[ message_index ] ) == NULL )
                        {
-                               string[ string_index ] = 0;
+                               string[ string_index ] = 
(libcstring_system_character_t) 0;
 
                                return( -1 );
                        }
                        string_index += internal_error->sizes[ message_index ];
 
-                       string[ string_index ] = 0;
+                       string[ string_index ] = 
(libcstring_system_character_t) 0;
 #endif /* defined( LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER ) */
                }
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcerror/libcerror_system.c 
new/libcpath-20130809/libcerror/libcerror_system.c
--- old/libcpath-20130609/libcerror/libcerror_system.c  2013-05-09 
14:06:49.000000000 +0200
+++ new/libcpath-20130809/libcerror/libcerror_system.c  2013-09-06 
06:52:00.000000000 +0200
@@ -334,7 +334,7 @@
        {
                return( -1 );
        }
-       string[ string_size - 1 ] = 0;
+       string[ string_size - 1 ] = (libcstring_system_character_t) 0;
 
        string_length = libcstring_system_string_length(
                         string );
@@ -643,7 +643,8 @@
 
        string_index = internal_error->sizes[ message_index ] - 1;
 
-       if( ( internal_error->messages[ message_index ] )[ string_index - 1 ] 
== (libcstring_system_character_t) '.' )
+       if( ( internal_error->messages[ message_index ] != NULL )
+        && ( ( internal_error->messages[ message_index ] )[ string_index - 1 ] 
== (libcstring_system_character_t) '.' ) )
        {
                string_index -= 1;
        }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libclocale/Makefile.in 
new/libcpath-20130809/libclocale/Makefile.in
--- old/libcpath-20130609/libclocale/Makefile.in        2013-06-09 
13:34:43.000000000 +0200
+++ new/libcpath-20130809/libclocale/Makefile.in        2013-09-08 
13:23:46.000000000 +0200
@@ -371,7 +371,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libclocale.la: $(libclocale_la_OBJECTS) $(libclocale_la_DEPENDENCIES) 
$(EXTRA_libclocale_la_DEPENDENCIES) 
+libclocale.la: $(libclocale_la_OBJECTS) $(libclocale_la_DEPENDENCIES) 
$(EXTRA_libclocale_la_DEPENDENCIES)
        $(LINK) $(am_libclocale_la_rpath) $(libclocale_la_OBJECTS) 
$(libclocale_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcpath/Makefile.in 
new/libcpath-20130809/libcpath/Makefile.in
--- old/libcpath-20130609/libcpath/Makefile.in  2013-06-09 13:34:43.000000000 
+0200
+++ new/libcpath-20130809/libcpath/Makefile.in  2013-09-08 13:23:47.000000000 
+0200
@@ -440,7 +440,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcpath.la: $(libcpath_la_OBJECTS) $(libcpath_la_DEPENDENCIES) 
$(EXTRA_libcpath_la_DEPENDENCIES) 
+libcpath.la: $(libcpath_la_OBJECTS) $(libcpath_la_DEPENDENCIES) 
$(EXTRA_libcpath_la_DEPENDENCIES)
        $(libcpath_la_LINK) -rpath $(libdir) $(libcpath_la_OBJECTS) 
$(libcpath_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcpath/libcpath.rc 
new/libcpath-20130809/libcpath/libcpath.rc
--- old/libcpath-20130609/libcpath/libcpath.rc  2013-06-09 13:34:51.000000000 
+0200
+++ new/libcpath-20130809/libcpath/libcpath.rc  2013-09-08 13:24:29.000000000 
+0200
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to support cross-platform C 
path functions\0"
-      VALUE "FileVersion",             "20130609" "\0"
+      VALUE "FileVersion",             "20130809" "\0"
       VALUE "InternalName",            "libcpath.dll\0"
       VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libcpath.dll\0"
       VALUE "ProductName",             "libcpath\0"
-      VALUE "ProductVersion",          "20130609" "\0"
+      VALUE "ProductVersion",          "20130809" "\0"
       VALUE "Comments",                        "For more information visit 
http://code.google.com/p/libcpath/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcpath/libcpath_definitions.h 
new/libcpath-20130809/libcpath/libcpath_definitions.h
--- old/libcpath-20130609/libcpath/libcpath_definitions.h       2013-06-09 
13:34:51.000000000 +0200
+++ new/libcpath-20130809/libcpath/libcpath_definitions.h       2013-09-08 
13:24:29.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCPATH_VERSION                       20130609
+#define LIBCPATH_VERSION                       20130809
 
 /* The libcstring version string
  */
-#define LIBCPATH_VERSION_STRING                        "20130609"
+#define LIBCPATH_VERSION_STRING                        "20130809"
 
 #if defined( WINAPI )
 #define LIBCPATH_SEPARATOR                     '\\'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcpath/libcpath_path.c 
new/libcpath-20130809/libcpath/libcpath_path.c
--- old/libcpath-20130609/libcpath/libcpath_path.c      2013-05-09 
15:16:26.000000000 +0200
+++ new/libcpath-20130809/libcpath/libcpath_path.c      2013-09-08 
13:37:02.000000000 +0200
@@ -2509,7 +2509,7 @@
                      || ( path[ path_index ] == '@' )
                      || ( path[ path_index ] == '|' )
                      || ( path[ path_index ] == '~' )
-                     || ( path[ path_index ] == 0x7e ) )
+                     || ( path[ path_index ] == 0x7f ) )
                {
                        path[ path_index ] = '_';
                }
@@ -2599,9 +2599,9 @@
                      || ( filename[ filename_index ] == '>' )
                      || ( filename[ filename_index ] == '?' )
                      || ( filename[ filename_index ] == '@' )
-                     || ( filename[ filename_index ] == '~' )
                      || ( filename[ filename_index ] == '|' )
-                     || ( filename[ filename_index ] == 0x7e ) )
+                     || ( filename[ filename_index ] == '~' )
+                     || ( filename[ filename_index ] == 0x7f ) )
                {
                        filename[ filename_index ] = '_';
                }
@@ -5474,7 +5474,7 @@
                      || ( path[ path_index ] == (wchar_t) '@' )
                      || ( path[ path_index ] == (wchar_t) '|' )
                      || ( path[ path_index ] == (wchar_t) '~' )
-                     || ( path[ path_index ] == 0x7e ) )
+                     || ( path[ path_index ] == 0x7f ) )
                {
                        path[ path_index ] = (wchar_t) '_';
                }
@@ -5564,9 +5564,9 @@
                      || ( filename[ filename_index ] == (wchar_t) '>' )
                      || ( filename[ filename_index ] == (wchar_t) '?' )
                      || ( filename[ filename_index ] == (wchar_t) '@' )
-                     || ( filename[ filename_index ] == (wchar_t) '~' )
                      || ( filename[ filename_index ] == (wchar_t) '|' )
-                     || ( filename[ filename_index ] == 0x7e ) )
+                     || ( filename[ filename_index ] == (wchar_t) '~' )
+                     || ( filename[ filename_index ] == 0x7f ) )
                {
                        filename[ filename_index ] = (wchar_t) '_';
                }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcpath.spec 
new/libcpath-20130809/libcpath.spec
--- old/libcpath-20130609/libcpath.spec 2013-06-09 13:34:51.000000000 +0200
+++ new/libcpath-20130809/libcpath.spec 2013-09-08 13:24:30.000000000 +0200
@@ -1,5 +1,5 @@
 Name: libcpath
-Version: 20130609
+Version: 20130809
 Release: 1
 Summary: Library to support cross-platform C path functions
 Group: System Environment/Libraries
@@ -55,6 +55,6 @@
 %{_mandir}/man3/*
 
 %changelog
-* Sun Jun  9 2013 Joachim Metz <joachim.m...@gmail.com> 20130609-1
+* Sun Sep  8 2013 Joachim Metz <joachim.m...@gmail.com> 20130809-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcsplit/Makefile.in 
new/libcpath-20130809/libcsplit/Makefile.in
--- old/libcpath-20130609/libcsplit/Makefile.in 2013-06-09 13:34:43.000000000 
+0200
+++ new/libcpath-20130809/libcsplit/Makefile.in 2013-09-08 13:23:51.000000000 
+0200
@@ -380,7 +380,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcsplit.la: $(libcsplit_la_OBJECTS) $(libcsplit_la_DEPENDENCIES) 
$(EXTRA_libcsplit_la_DEPENDENCIES) 
+libcsplit.la: $(libcsplit_la_OBJECTS) $(libcsplit_la_DEPENDENCIES) 
$(EXTRA_libcsplit_la_DEPENDENCIES)
        $(LINK) $(am_libcsplit_la_rpath) $(libcsplit_la_OBJECTS) 
$(libcsplit_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcsplit/libcsplit_definitions.h 
new/libcpath-20130809/libcsplit/libcsplit_definitions.h
--- old/libcpath-20130609/libcsplit/libcsplit_definitions.h     2013-06-09 
10:35:44.000000000 +0200
+++ new/libcpath-20130809/libcsplit/libcsplit_definitions.h     2013-09-08 
13:26:43.000000000 +0200
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCSPLIT_VERSION                      20130509
+#define LIBCSPLIT_VERSION                      20130904
 
 /* The libcsplit version string
  */
-#define LIBCSPLIT_VERSION_STRING               "20130509"
+#define LIBCSPLIT_VERSION_STRING               "20130904"
 
 #endif /* !defined( HAVE_LOCAL_LIBCSPLIT ) */
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcpath-20130609/libcsplit/libcsplit_narrow_string.c 
new/libcpath-20130809/libcsplit/libcsplit_narrow_string.c
--- old/libcpath-20130609/libcsplit/libcsplit_narrow_string.c   2013-06-09 
10:35:44.000000000 +0200
+++ new/libcpath-20130809/libcsplit/libcsplit_narrow_string.c   2013-09-08 
13:26:43.000000000 +0200
@@ -217,8 +217,7 @@
 
                goto on_error;
        }
-       segment_end = segment_start;
-       string_end  = &( segment_start[ string_size - 1 ] );
+       string_end = &( segment_start[ string_size - 1 ] );
 
        for( segment_index = 0;
             segment_index < number_of_segments;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcsplit/libcsplit_wide_string.c 
new/libcpath-20130809/libcsplit/libcsplit_wide_string.c
--- old/libcpath-20130609/libcsplit/libcsplit_wide_string.c     2013-06-09 
10:35:44.000000000 +0200
+++ new/libcpath-20130809/libcsplit/libcsplit_wide_string.c     2013-09-08 
13:26:43.000000000 +0200
@@ -219,8 +219,7 @@
 
                goto on_error;
        }
-       segment_end = segment_start;
-       string_end  = &( segment_start[ string_size - 1 ] );
+       string_end = &( segment_start[ string_size - 1 ] );
 
        for( segment_index = 0;
             segment_index < number_of_segments;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libcstring/Makefile.in 
new/libcpath-20130809/libcstring/Makefile.in
--- old/libcpath-20130609/libcstring/Makefile.in        2013-06-09 
13:34:43.000000000 +0200
+++ new/libcpath-20130809/libcstring/Makefile.in        2013-09-08 
13:23:47.000000000 +0200
@@ -367,7 +367,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES) 
+libcstring.la: $(libcstring_la_OBJECTS) $(libcstring_la_DEPENDENCIES) 
$(EXTRA_libcstring_la_DEPENDENCIES)
        $(LINK) $(am_libcstring_la_rpath) $(libcstring_la_OBJECTS) 
$(libcstring_la_LIBADD) $(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/Makefile.in 
new/libcpath-20130809/libuna/Makefile.in
--- old/libcpath-20130609/libuna/Makefile.in    2013-06-09 13:34:44.000000000 
+0200
+++ new/libcpath-20130809/libuna/Makefile.in    2013-09-08 13:23:50.000000000 
+0200
@@ -491,7 +491,7 @@
          echo rm -f $${locs}; \
          rm -f $${locs}; \
        }
-libuna.la: $(libuna_la_OBJECTS) $(libuna_la_DEPENDENCIES) 
$(EXTRA_libuna_la_DEPENDENCIES) 
+libuna.la: $(libuna_la_OBJECTS) $(libuna_la_DEPENDENCIES) 
$(EXTRA_libuna_la_DEPENDENCIES)
        $(LINK) $(am_libuna_la_rpath) $(libuna_la_OBJECTS) $(libuna_la_LIBADD) 
$(LIBS)
 
 mostlyclean-compile:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_base16_stream.c 
new/libcpath-20130809/libuna/libuna_base16_stream.c
--- old/libcpath-20130609/libuna/libuna_base16_stream.c 2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_base16_stream.c 2013-09-08 
13:22:01.000000000 +0200
@@ -768,7 +768,6 @@
                return( -1 );
        }
        base16_stream_index = 0;
-       whitespace_size     = 0;
 
        while( base16_stream_index < base16_stream_size )
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_base32_stream.c 
new/libcpath-20130809/libuna/libuna_base32_stream.c
--- old/libcpath-20130609/libuna/libuna_base32_stream.c 2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_base32_stream.c 2013-09-08 
13:22:01.000000000 +0200
@@ -60,7 +60,7 @@
        switch( base32_variant & 0x000f0000UL )
        {
                case LIBUNA_BASE32_VARIANT_ALPHABET_NORMAL:
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( base32_character >= (uint8_t) 'A' )
@@ -103,7 +103,7 @@
                        {
                                *base32_quintet = base32_character - (uint8_t) 
'0';
                        }
-                       /* A-V is not a continous range on a EBCDIC based system
+                       /* A-V is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-V
                         */
                        else if( ( base32_character >= (uint8_t) 'A' )
@@ -1787,7 +1787,7 @@
                        switch( base32_variant & 0x000f0000UL )
                        {
                                case LIBUNA_BASE32_VARIANT_ALPHABET_NORMAL:
-                                       /* A-Z is not a continous range on a 
EBCDIC based system
+                                       /* A-Z is not a continous range on an 
EBCDIC based system
                                         * it consists of the ranges: A-I, J-R, 
S-Z
                                         */
                                        if( ( base32_stream[ 
base32_stream_index ] >= (uint8_t) 'A' )
@@ -1822,7 +1822,7 @@
                                        {
                                                number_of_characters++;
                                        }
-                                       /* A-V is not a continous range on a 
EBCDIC based system
+                                       /* A-V is not a continous range on an 
EBCDIC based system
                                         * it consists of the ranges: A-I, J-R, 
S-V
                                         */
                                        else if( ( base32_stream[ 
base32_stream_index ] >= (uint8_t) 'A' )
@@ -1891,22 +1891,6 @@
        }
        *byte_stream_size *= 5;
 
-       if( padding_size == 1 )
-       {
-               base32_stream_size -= 1;
-       }
-       else if( padding_size == 3 )
-       {
-               base32_stream_size -= 2;
-       }
-       else if( padding_size == 4 )
-       {
-               base32_stream_size -= 3;
-       }
-       else if( padding_size == 6 )
-       {
-               base32_stream_size -= 4;
-       }
        return( 1 );
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_base64_stream.c 
new/libcpath-20130809/libuna/libuna_base64_stream.c
--- old/libcpath-20130609/libuna/libuna_base64_stream.c 2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_base64_stream.c 2013-09-08 
13:22:01.000000000 +0200
@@ -82,7 +82,7 @@
 
                        return( -1 );
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( base64_character >= (uint8_t) 'A' )
@@ -100,7 +100,7 @@
        {
                *base64_sixtet = base64_character - (uint8_t) 'S' + 18;
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( base64_character >= (uint8_t) 'a' )
@@ -1529,8 +1529,6 @@
                                 base64_character1 );
                                break;
                }
-               base64_stream_index -= base64_character_size;
-
                if( base64_character1 == (uint32_t) '=' )
                {
                        libcerror_error_set(
@@ -1684,7 +1682,7 @@
                }
                if( strip_mode == LIBUNA_STRIP_MODE_NON_WHITESPACE )
                {
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( base64_character1 >= (uint32_t) 'A' )
@@ -1702,7 +1700,7 @@
                        {
                                number_of_characters++;
                        }
-                       /* a-z is not a continous range on a EBCDIC based system
+                       /* a-z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: a-i, j-r, s-z
                         */
                        else if( ( base64_character1 >= (uint32_t) 'a' )
@@ -1991,7 +1989,6 @@
        }
        base64_stream_size -= whitespace_size;
        base64_stream_index = 0;
-       whitespace_size     = 0;
 
        if( ( flags & LIBUNA_BASE64_FLAG_STRIP_WHITESPACE ) == 0 )
        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_definitions.h 
new/libcpath-20130809/libuna/libuna_definitions.h
--- old/libcpath-20130609/libuna/libuna_definitions.h   2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_definitions.h   2013-09-08 
13:22:01.000000000 +0200
@@ -35,11 +35,11 @@
 #else
 #include <byte_stream.h>
 
-#define LIBUNA_VERSION                                         20130608
+#define LIBUNA_VERSION                                         20130906
 
 /* The libuna version string
  */
-#define LIBUNA_VERSION_STRING                                  "20130608"
+#define LIBUNA_VERSION_STRING                                  "20130906"
 
 /* The endian definitions
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_unicode_character.c 
new/libcpath-20130809/libuna/libuna_unicode_character.c
--- old/libcpath-20130609/libuna/libuna_unicode_character.c     2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_unicode_character.c     2013-09-08 
13:22:01.000000000 +0200
@@ -2975,7 +2975,7 @@
        {
                unicode_character = LIBUNA_UNICODE_REPLACEMENT_CHARACTER;
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( unicode_character >= 0x41 )
@@ -2990,7 +2990,7 @@
              && ( unicode_character <= 0x5a ) )
        {
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( unicode_character >= 0x61 )
@@ -3311,7 +3311,7 @@
 
                if( current_byte >= number_of_bytes )
                {
-                       /* A-Z is not a continous range on a EBCDIC based system
+                       /* A-Z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: A-I, J-R, S-Z
                         */
                        if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 
'A' )
@@ -3326,7 +3326,7 @@
                              && ( utf7_stream[ *utf7_stream_index ] <= 
(uint8_t) 'Z' ) )
                        {
                        }
-                       /* a-z is not a continous range on a EBCDIC based system
+                       /* a-z is not a continous range on an EBCDIC based 
system
                         * it consists of the ranges: a-i, j-r, s-z
                         */
                        else if( ( utf7_stream[ *utf7_stream_index ] >= 
(uint8_t) 'a' )
@@ -3376,7 +3376,7 @@
                                *utf7_stream_index += 1;
                        }
                }
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                else if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 'A' )
@@ -3391,7 +3391,7 @@
                      && ( utf7_stream[ *utf7_stream_index ] <= (uint8_t) 'Z' ) 
)
                {
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( utf7_stream[ *utf7_stream_index ] >= (uint8_t) 'a' )
@@ -3765,7 +3765,7 @@
        {
                unicode_character = LIBUNA_UNICODE_REPLACEMENT_CHARACTER;
        }
-       /* A-Z is not a continous range on a EBCDIC based system
+       /* A-Z is not a continous range on an EBCDIC based system
         * it consists of the ranges: A-I, J-R, S-Z
         */
        if( ( unicode_character >= 0x41 )
@@ -3783,7 +3783,7 @@
        {
                unicode_character = ( unicode_character - 0x53 ) + 
(libuna_unicode_character_t) 'S';
        }
-       /* a-z is not a continous range on a EBCDIC based system
+       /* a-z is not a continous range on an EBCDIC based system
         * it consists of the ranges: a-i, j-r, s-z
         */
        else if( ( unicode_character >= 0x61 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_url_stream.c 
new/libcpath-20130809/libuna/libuna_url_stream.c
--- old/libcpath-20130609/libuna/libuna_url_stream.c    2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_url_stream.c    2013-09-08 
13:22:01.000000000 +0200
@@ -81,7 +81,7 @@
         */
        while( byte_stream_index < byte_stream_size )
        {
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'A' )
@@ -99,7 +99,7 @@
                {
                        *url_stream_size += 1;
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'a' )
@@ -215,7 +215,7 @@
 
                        return( -1 );
                }
-               /* A-Z is not a continous range on a EBCDIC based system
+               /* A-Z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: A-I, J-R, S-Z
                 */
                if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'A' )
@@ -233,7 +233,7 @@
                {
                        url_stream[ url_stream_index++ ] = byte_stream[ 
byte_stream_index ];
                }
-               /* a-z is not a continous range on a EBCDIC based system
+               /* a-z is not a continous range on an EBCDIC based system
                 * it consists of the ranges: a-i, j-r, s-z
                 */
                else if( ( byte_stream[ byte_stream_index ] >= (uint8_t) 'a' )
@@ -265,7 +265,7 @@
                }
                else
                {
-                       if( ( url_stream_index + 2 ) >= url_stream_size )
+                       if( ( url_stream_index + 3 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -357,7 +357,7 @@
                {
                        url_stream_index++;
 
-                       if( ( url_stream_index + 1 ) >= url_stream_size )
+                       if( ( url_stream_index + 2 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -503,7 +503,7 @@
                {
                        url_stream_index++;
 
-                       if( ( url_stream_index + 1 ) >= url_stream_size )
+                       if( ( url_stream_index + 2 ) > url_stream_size )
                        {
                                libcerror_error_set(
                                 error,
@@ -514,8 +514,6 @@
 
                                return( -1 );
                        }
-                       byte_value = 0;
-
                        if( ( url_stream[ url_stream_index ] >= (uint8_t) 'A' )
                         && ( url_stream[ url_stream_index ] <= (uint8_t) 'F' ) 
)
                        {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_utf16_stream.c 
new/libcpath-20130809/libuna/libuna_utf16_stream.c
--- old/libcpath-20130609/libuna/libuna_utf16_stream.c  2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_utf16_stream.c  2013-09-08 
13:22:01.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf16_stream_index + 1 ) >= utf16_stream_size )
+       if( ( *utf16_stream_index + 2 ) > utf16_stream_size )
        {
                libcerror_error_set(
                 error,
@@ -486,7 +486,7 @@
         */
        while( utf16_string_index < utf16_string_size )
        {
-               if( ( utf16_stream_index + 2 ) >= utf16_stream_size )
+               if( ( utf16_stream_index + 2 ) > utf16_stream_size )
                {
                        libcerror_error_set(
                         error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_utf32_stream.c 
new/libcpath-20130809/libuna/libuna_utf32_stream.c
--- old/libcpath-20130609/libuna/libuna_utf32_stream.c  2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_utf32_stream.c  2013-09-08 
13:22:01.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf32_stream_index + 3 ) >= utf32_stream_size )
+       if( ( *utf32_stream_index + 4 ) > utf32_stream_size )
        {
                libcerror_error_set(
                 error,
@@ -715,7 +715,7 @@
         */
        while( utf32_string_index < utf32_string_size )
        {
-               if( ( utf32_stream_index + 4 ) >= utf32_stream_size )
+               if( ( utf32_stream_index + 4 ) > utf32_stream_size )
                {
                        libcerror_error_set(
                         error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/libuna/libuna_utf8_stream.c 
new/libcpath-20130809/libuna/libuna_utf8_stream.c
--- old/libcpath-20130609/libuna/libuna_utf8_stream.c   2013-06-09 
10:43:25.000000000 +0200
+++ new/libcpath-20130809/libuna/libuna_utf8_stream.c   2013-09-08 
13:22:01.000000000 +0200
@@ -75,7 +75,7 @@
 
                return( -1 );
        }
-       if( ( *utf8_stream_index + 2 ) >= utf8_stream_size )
+       if( ( *utf8_stream_index + 3 ) > utf8_stream_size )
        {
                libcerror_error_set(
                 error,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcpath-20130609/tests/Makefile.in 
new/libcpath-20130809/tests/Makefile.in
--- old/libcpath-20130609/tests/Makefile.in     2013-06-09 13:34:44.000000000 
+0200
+++ new/libcpath-20130809/tests/Makefile.in     2013-09-08 13:23:45.000000000 
+0200
@@ -369,7 +369,7 @@
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
        echo " rm -f" $$list; \
        rm -f $$list
-cpath_test_path$(EXEEXT): $(cpath_test_path_OBJECTS) 
$(cpath_test_path_DEPENDENCIES) $(EXTRA_cpath_test_path_DEPENDENCIES) 
+cpath_test_path$(EXEEXT): $(cpath_test_path_OBJECTS) 
$(cpath_test_path_DEPENDENCIES) $(EXTRA_cpath_test_path_DEPENDENCIES)
        @rm -f cpath_test_path$(EXEEXT)
        $(LINK) $(cpath_test_path_OBJECTS) $(cpath_test_path_LDADD) $(LIBS)
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to