Hello community, here is the log from the commit of package libcerror for openSUSE:Factory checked in at 2013-10-03 16:11:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcerror (Old) and /work/SRC/openSUSE:Factory/.libcerror.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcerror" Changes: -------- --- /work/SRC/openSUSE:Factory/libcerror/libcerror.changes 2013-07-31 17:23:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libcerror.new/libcerror.changes 2013-10-03 16:11:37.000000000 +0200 @@ -1,0 +2,8 @@ +Wed Oct 2 18:05:09 UTC 2013 - [email protected] + +- update to v0~20130904 + * bug fix for issue under memory limitations + * code clean up +- make %description fields slightly more robust + +------------------------------------------------------------------- Old: ---- libcerror-alpha-20130609.tar.gz New: ---- libcerror-alpha-20130904.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcerror.spec ++++++ --- /var/tmp/diff_new_pack.m9Sdb5/_old 2013-10-03 16:11:42.000000000 +0200 +++ /var/tmp/diff_new_pack.m9Sdb5/_new 2013-10-03 16:11:42.000000000 +0200 @@ -18,7 +18,7 @@ Name: libcerror %define lname libcerror1 -%define timestamp 20130609 +%define timestamp 20130904 Version: 0~%timestamp Release: 0 Summary: Library for cross-platform C error functions @@ -27,7 +27,7 @@ Url: http://code.google.com/p/libcerror/ #Git-Clone: http://code.google.com/p/libcerror -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-%timestamp.tar.gz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSV2xnMTZjSk5WVTg/libcerror-alpha-20130904.tar.gz Source: %name-alpha-%timestamp.tar.gz BuildRequires: pkg-config #BuildRequires: pkgconfig(libcstring) >= 20121224 @@ -36,6 +36,8 @@ %description A library for cross-platform C error functions. +This package is part of the libyal library collection and is used by other libraries in the collection + %package -n %lname Summary: Library for cross-platform C error functions Group: System/Libraries @@ -43,6 +45,8 @@ %description -n %lname A library for cross-platform C error functions. +This subpackage contains the actual shared object library + %package devel Summary: Development files for libcerror, a cross-platform C error library Group: Development/Libraries/C and C++ ++++++ libcerror-alpha-20130609.tar.gz -> libcerror-alpha-20130904.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/ChangeLog new/libcerror-20130904/ChangeLog --- old/libcerror-20130609/ChangeLog 2013-06-09 13:21:46.000000000 +0200 +++ new/libcerror-20130904/ChangeLog 2013-09-04 07:33:09.000000000 +0200 @@ -8,6 +8,10 @@ - http://msdn.microsoft.com/en-us/library/windows/desktop/ms679351(v=vs.85).aspx - http://blogs.msdn.com/b/oldnewthing/archive/2007/11/28/6564257.aspx +20130904 +* bug fix for issue under memory limitations +* code clean up + 20130609 * fix in .pc.in diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/common/Makefile.in new/libcerror-20130904/common/Makefile.in --- old/libcerror-20130609/common/Makefile.in 2013-06-09 13:22:01.000000000 +0200 +++ new/libcerror-20130904/common/Makefile.in 2013-09-04 07:33:37.000000000 +0200 @@ -295,7 +295,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/libcerror-20130609/common/config.h new/libcerror-20130904/common/config.h --- old/libcerror-20130609/common/config.h 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/common/config.h 2013-09-04 07:19:36.000000000 +0200 @@ -252,7 +252,7 @@ #define PACKAGE_NAME "libcerror" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libcerror 20130609" +#define PACKAGE_STRING "libcerror 20130904" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libcerror" @@ -261,7 +261,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20130609" +#define PACKAGE_VERSION "20130904" /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 8 @@ -279,7 +279,7 @@ /* #undef STRERROR_R_CHAR_P */ /* Version number of package */ -#define VERSION "20130609" +#define VERSION "20130904" /* 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/libcerror-20130609/configure new/libcerror-20130904/configure --- old/libcerror-20130609/configure 2013-06-09 13:22:00.000000000 +0200 +++ new/libcerror-20130904/configure 2013-09-04 07:19:27.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libcerror 20130609. +# Generated by GNU Autoconf 2.69 for libcerror 20130904. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libcerror' PACKAGE_TARNAME='libcerror' -PACKAGE_VERSION='20130609' -PACKAGE_STRING='libcerror 20130609' +PACKAGE_VERSION='20130904' +PACKAGE_STRING='libcerror 20130904' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1368,7 +1368,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 libcerror 20130609 to adapt to many kinds of systems. +\`configure' configures libcerror 20130904 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1438,7 +1438,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libcerror 20130609:";; + short | recursive ) echo "Configuration of libcerror 20130904:";; esac cat <<\_ACEOF @@ -1565,7 +1565,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libcerror configure 20130609 +libcerror configure 20130904 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2217,7 +2217,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libcerror $as_me 20130609, which was +It was created by libcerror $as_me 20130904, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3045,7 +3045,7 @@ # Define the identity of the package. PACKAGE='libcerror' - VERSION='20130609' + VERSION='20130904' cat >>confdefs.h <<_ACEOF @@ -17269,7 +17269,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libcerror $as_me 20130609, which was +This file was extended by libcerror $as_me 20130904, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17335,7 +17335,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libcerror config.status 20130609 +libcerror config.status 20130904 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/libcerror-20130609/configure.ac new/libcerror-20130904/configure.ac --- old/libcerror-20130609/configure.ac 2013-06-09 13:21:52.000000000 +0200 +++ new/libcerror-20130904/configure.ac 2013-09-04 07:13:40.000000000 +0200 @@ -2,7 +2,7 @@ AC_INIT( [libcerror], - [20130609], + [20130904], [[email protected]]) AC_CONFIG_SRCDIR( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/dpkg/changelog new/libcerror-20130904/dpkg/changelog --- old/libcerror-20130609/dpkg/changelog 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/dpkg/changelog 2013-09-04 07:51:34.000000000 +0200 @@ -1,5 +1,5 @@ -libcerror (20130609-1) unstable; urgency=low +libcerror (20130904-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <[email protected]> Sun, 09 Jun 2013 13:22:07 +0200 + -- Joachim Metz <[email protected]> Wed, 04 Sep 2013 07:51:33 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/dpkg/copyright new/libcerror-20130904/dpkg/copyright --- old/libcerror-20130609/dpkg/copyright 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/dpkg/copyright 2013-09-04 07:51:34.000000000 +0200 @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Joachim Metz <[email protected]> on Sun, 09 Jun 2013 13:22:07 +0200 + Joachim Metz <[email protected]> on Wed, 04 Sep 2013 07:51:33 +0200 It was downloaded from http://code.google.com/p/libcerror/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/include/libcerror/definitions.h new/libcerror-20130904/include/libcerror/definitions.h --- old/libcerror-20130609/include/libcerror/definitions.h 2013-06-09 13:22:07.000000000 +0200 +++ new/libcerror-20130904/include/libcerror/definitions.h 2013-09-04 07:51:33.000000000 +0200 @@ -24,11 +24,11 @@ #include <libcerror/types.h> -#define LIBCERROR_VERSION 20130609 +#define LIBCERROR_VERSION 20130904 /* The libcerror version string */ -#define LIBCERROR_VERSION_STRING "20130609" +#define LIBCERROR_VERSION_STRING "20130904" /* The error domains */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/libcerror/Makefile.in new/libcerror-20130904/libcerror/Makefile.in --- old/libcerror-20130609/libcerror/Makefile.in 2013-06-09 13:22:01.000000000 +0200 +++ new/libcerror-20130904/libcerror/Makefile.in 2013-09-04 07:33:38.000000000 +0200 @@ -391,7 +391,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) $(libcerror_la_LINK) -rpath $(libdir) $(libcerror_la_OBJECTS) $(libcerror_la_LIBADD) $(LIBS) mostlyclean-compile: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/libcerror/libcerror.rc new/libcerror-20130904/libcerror/libcerror.rc --- old/libcerror-20130609/libcerror/libcerror.rc 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/libcerror/libcerror.rc 2013-09-04 07:51:34.000000000 +0200 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to provide cross-platform C error functions\0" - VALUE "FileVersion", "20130609" "\0" + VALUE "FileVersion", "20130904" "\0" VALUE "InternalName", "libcerror.dll\0" VALUE "LegalCopyright", "(c) 2008-2013 Joachim Metz <[email protected]>\0" VALUE "OriginalFilename", "libcerror.dll\0" VALUE "ProductName", "libcerror\0" - VALUE "ProductVersion", "20130609" "\0" + VALUE "ProductVersion", "20130904" "\0" VALUE "Comments", "For more information visit http://code.google.com/p/libcerror/\0" END END diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/libcerror/libcerror_definitions.h new/libcerror-20130904/libcerror/libcerror_definitions.h --- old/libcerror-20130609/libcerror/libcerror_definitions.h 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/libcerror/libcerror_definitions.h 2013-09-04 07:51:34.000000000 +0200 @@ -35,11 +35,11 @@ */ #else -#define LIBCERROR_VERSION 20130609 +#define LIBCERROR_VERSION 20130904 /* The libcstring version string */ -#define LIBCERROR_VERSION_STRING "20130609" +#define LIBCERROR_VERSION_STRING "20130904" /* The error domains */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/libcerror/libcerror_error.c new/libcerror-20130904/libcerror/libcerror_error.c --- old/libcerror-20130609/libcerror/libcerror_error.c 2013-04-13 04:13:16.000000000 +0200 +++ new/libcerror-20130904/libcerror/libcerror_error.c 2013-09-04 07:18:23.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/libcerror-20130609/libcerror/libcerror_system.c new/libcerror-20130904/libcerror/libcerror_system.c --- old/libcerror-20130609/libcerror/libcerror_system.c 2013-04-11 20:27:37.000000000 +0200 +++ new/libcerror-20130904/libcerror/libcerror_system.c 2013-09-04 07:31:02.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/libcerror-20130609/libcerror.spec new/libcerror-20130904/libcerror.spec --- old/libcerror-20130609/libcerror.spec 2013-06-09 13:22:08.000000000 +0200 +++ new/libcerror-20130904/libcerror.spec 2013-09-04 07:51:34.000000000 +0200 @@ -1,5 +1,5 @@ Name: libcerror -Version: 20130609 +Version: 20130904 Release: 1 Summary: Library to support cross-platform C error functions Group: System Environment/Libraries @@ -55,6 +55,6 @@ %{_mandir}/man3/* %changelog -* Sun Jun 9 2013 Joachim Metz <[email protected]> 20130609-1 +* Wed Sep 4 2013 Joachim Metz <[email protected]> 20130904-1 - Auto-generated diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/libcstring/Makefile.in new/libcerror-20130904/libcstring/Makefile.in --- old/libcerror-20130609/libcstring/Makefile.in 2013-06-09 13:22:01.000000000 +0200 +++ new/libcerror-20130904/libcstring/Makefile.in 2013-09-04 07:33:38.000000000 +0200 @@ -329,7 +329,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/libcerror-20130609/manuals/libcerror.3 new/libcerror-20130904/manuals/libcerror.3 --- old/libcerror-20130609/manuals/libcerror.3 2013-01-03 09:54:11.000000000 +0100 +++ new/libcerror-20130904/manuals/libcerror.3 2013-07-14 11:00:30.000000000 +0200 @@ -42,6 +42,8 @@ None .Sh FILES None +.Sh NOTES +None .Sh BUGS Please report bugs of any kind to <[email protected]> or on the project website: http://code.google.com/p/libcerror/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libcerror-20130609/tests/Makefile.in new/libcerror-20130904/tests/Makefile.in --- old/libcerror-20130609/tests/Makefile.in 2013-06-09 13:22:01.000000000 +0200 +++ new/libcerror-20130904/tests/Makefile.in 2013-09-04 07:33:37.000000000 +0200 @@ -247,7 +247,7 @@ -I$(top_srcdir)/common \ @LIBCSTRING_CPPFLAGS@ -check_SCRIPTS = +check_SCRIPTS = EXTRA_DIST = \ $(check_SCRIPTS) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
