Hello community, here is the log from the commit of package libolecf for openSUSE:Factory checked in at 2013-12-11 16:51:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libolecf (Old) and /work/SRC/openSUSE:Factory/.libolecf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libolecf" Changes: -------- --- /work/SRC/openSUSE:Factory/libolecf/libolecf.changes 2013-12-03 16:54:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libolecf.new/libolecf.changes 2013-12-11 16:51:39.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Nov 23 04:45:44 UTC 2013 - [email protected] + +- updated to 20131108 + * added support for 0 value sub directory entry not being used as index. + +------------------------------------------------------------------- Old: ---- libolecf-alpha-20131012.tar.gz New: ---- libolecf-alpha-20131108.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libolecf.spec ++++++ --- /var/tmp/diff_new_pack.y0tFAt/_old 2013-12-11 16:51:39.000000000 +0100 +++ /var/tmp/diff_new_pack.y0tFAt/_new 2013-12-11 16:51:39.000000000 +0100 @@ -18,7 +18,7 @@ Name: libolecf %define lname libolecf1 -%define timestamp 20131012 +%define timestamp 20131108 Version: 0~%timestamp Release: 0 Summary: Library and tools to access the OLE 2 Compound File (OLECF) format. @@ -26,7 +26,7 @@ Group: Productivity/File utilities Url: http://code.google.com/p/libolecf/ -#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131012.tar.gz +#DL-URL: https://googledrive.com/host/0B3fBvzttpiiSS0hEb0pjU2h6a2c/libolecf-alpha-20131108.tar.gz Source: %name-alpha-%timestamp.tar.gz Source2: OLE_Compound_File_format.pdf BuildRequires: pkg-config @@ -47,7 +47,7 @@ BuildRequires: pkgconfig(libcthreads) >= 20130723 %endif %endif -# these packages fail if the factory version is used, verified 10/16/2013 +# these packages fail if the factory version is used, verified 11/16/2013 #BuildRequires: pkgconfig(libcerror) #BuildRequires: pkgconfig(libfguid) # these packages have not been released standalone by upstream ++++++ libolecf-alpha-20131012.tar.gz -> libolecf-alpha-20131108.tar.gz ++++++ ++++ 6863 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/libolecf-20131012/ChangeLog new/libolecf-20131108/ChangeLog --- old/libolecf-20131012/ChangeLog 2013-10-14 22:57:35.000000000 +0200 +++ new/libolecf-20131108/ChangeLog 2013-11-08 19:19:48.000000000 +0100 @@ -83,6 +83,9 @@ DEPLOYMENT * update manuals +20131108 +* added support for 0 value sub directory entry not being used as index. + 20131012 * added format version functions 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/libolecf-20131012/INSTALL new/libolecf-20131108/INSTALL --- old/libolecf-20131012/INSTALL 2013-10-15 07:41:59.000000000 +0200 +++ new/libolecf-20131108/INSTALL 2013-11-08 19:34:42.000000000 +0100 @@ -1,7 +1,7 @@ Installation Instructions ************************* -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation, +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -309,10 +309,9 @@ overridden in the site shell script). Unfortunately, this technique does not work for `CONFIG_SHELL' due to -an Autoconf limitation. Until the limitation is lifted, you can use -this workaround: +an Autoconf bug. Until the bug is fixed you can use this workaround: - CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash `configure' Invocation ====================== @@ -368,3 +367,4 @@ `configure' also accepts some other, not widely useful, options. Run `configure --help' for more details. + 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/libolecf-20131012/common/config.h new/libolecf-20131108/common/config.h --- old/libolecf-20131012/common/config.h 2013-10-12 11:33:37.000000000 +0200 +++ new/libolecf-20131108/common/config.h 2013-11-08 19:36:10.000000000 +0100 @@ -549,7 +549,7 @@ #define PACKAGE_NAME "libolecf" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libolecf 20131012" +#define PACKAGE_STRING "libolecf 20131108" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libolecf" @@ -558,7 +558,7 @@ #define PACKAGE_URL "" /* Define to the version of this package. */ -#define PACKAGE_VERSION "20131012" +#define PACKAGE_VERSION "20131108" /* The size of `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 8 @@ -576,12 +576,7 @@ /* #undef STRERROR_R_CHAR_P */ /* Version number of package */ -#define VERSION "20131012" - -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif +#define VERSION "20131108" /* Number of bits in a file offset, on hosts where this is settable. */ /* #undef _FILE_OFFSET_BITS */ 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/libolecf-20131012/common/config.h.in new/libolecf-20131108/common/config.h.in --- old/libolecf-20131012/common/config.h.in 2013-10-15 07:41:58.000000000 +0200 +++ new/libolecf-20131108/common/config.h.in 2013-11-08 19:34:40.000000000 +0100 @@ -577,11 +577,6 @@ /* Version number of package */ #undef VERSION -/* Enable large inode numbers on Mac OS X 10.5. */ -#ifndef _DARWIN_USE_64_BIT_INODE -# define _DARWIN_USE_64_BIT_INODE 1 -#endif - /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS 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/libolecf-20131012/configure.ac new/libolecf-20131108/configure.ac --- old/libolecf-20131012/configure.ac 2013-10-12 08:31:27.000000000 +0200 +++ new/libolecf-20131108/configure.ac 2013-11-08 19:18:51.000000000 +0100 @@ -2,7 +2,7 @@ AC_INIT( [libolecf], - [20131012], + [20131108], [[email protected]]) AC_CONFIG_SRCDIR( 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/libolecf-20131012/dpkg/changelog new/libolecf-20131108/dpkg/changelog --- old/libolecf-20131012/dpkg/changelog 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/dpkg/changelog 2013-11-08 19:36:09.000000000 +0100 @@ -1,5 +1,5 @@ -libolecf (20131012-1) unstable; urgency=low +libolecf (20131108-1) unstable; urgency=low * Auto-generated - -- Joachim Metz <[email protected]> Tue, 15 Oct 2013 07:42:11 +0200 + -- Joachim Metz <[email protected]> Fri, 08 Nov 2013 10:36:08 -0800 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/libolecf-20131012/dpkg/copyright new/libolecf-20131108/dpkg/copyright --- old/libolecf-20131012/dpkg/copyright 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/dpkg/copyright 2013-11-08 19:36:09.000000000 +0100 @@ -1,6 +1,6 @@ This work was packaged for Debian by: - Joachim Metz <[email protected]> on Tue, 15 Oct 2013 07:42:11 +0200 + Joachim Metz <[email protected]> on Fri, 08 Nov 2013 10:36:08 -0800 It was downloaded from http://code.google.com/p/libolecf/ 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/libolecf-20131012/include/libolecf/definitions.h new/libolecf-20131108/include/libolecf/definitions.h --- old/libolecf-20131012/include/libolecf/definitions.h 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/include/libolecf/definitions.h 2013-11-08 19:36:09.000000000 +0100 @@ -24,11 +24,11 @@ #include <libolecf/types.h> -#define LIBOLECF_VERSION 20131012 +#define LIBOLECF_VERSION 20131108 /* The version string */ -#define LIBOLECF_VERSION_STRING "20131012" +#define LIBOLECF_VERSION_STRING "20131108" /* The file access flags * bit 1 set to 1 for read access 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/libolecf-20131012/libolecf/libolecf.rc new/libolecf-20131108/libolecf/libolecf.rc --- old/libolecf-20131012/libolecf/libolecf.rc 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/libolecf/libolecf.rc 2013-11-08 19:36:09.000000000 +0100 @@ -22,12 +22,12 @@ BLOCK "040904E4" BEGIN VALUE "FileDescription", "Library to access the Object Linking and Embedding (OLE) Compound File (CF) format\0" - VALUE "FileVersion", "20131012" "\0" + VALUE "FileVersion", "20131108" "\0" VALUE "InternalName", "libolecf.dll\0" VALUE "LegalCopyright", "(c) 2008-2013 Joachim Metz <[email protected]>\0" VALUE "OriginalFilename", "libolecf.dll\0" VALUE "ProductName", "libolecf\0" - VALUE "ProductVersion", "20131012" "\0" + VALUE "ProductVersion", "20131108" "\0" VALUE "Comments", "For more information visit http://code.google.com/p/libolecf/\0" END END 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/libolecf-20131012/libolecf/libolecf_definitions.h new/libolecf-20131108/libolecf/libolecf_definitions.h --- old/libolecf-20131012/libolecf/libolecf_definitions.h 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/libolecf/libolecf_definitions.h 2013-11-08 19:36:09.000000000 +0100 @@ -34,11 +34,11 @@ * for local use of libolecf */ #else -#define LIBOLECF_VERSION 20131012 +#define LIBOLECF_VERSION 20131108 /* The version string */ -#define LIBOLECF_VERSION_STRING "20131012" +#define LIBOLECF_VERSION_STRING "20131108" /* The file access flags * bit 1 set to 1 for read access 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/libolecf-20131012/libolecf/libolecf_directory_entry.h new/libolecf-20131108/libolecf/libolecf_directory_entry.h --- old/libolecf-20131012/libolecf/libolecf_directory_entry.h 2013-04-14 15:40:51.000000000 +0200 +++ new/libolecf-20131108/libolecf/libolecf_directory_entry.h 2013-11-08 14:29:41.000000000 +0100 @@ -78,6 +78,10 @@ /* The sub directory identifier */ uint32_t sub_directory_identifier; + + /* Value to indicate the directory entry was set in the tree + */ + uint8_t set_in_tree; }; int libolecf_directory_entry_initialize( 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/libolecf-20131012/libolecf/libolecf_directory_tree.c new/libolecf-20131108/libolecf/libolecf_directory_tree.c --- old/libolecf-20131012/libolecf/libolecf_directory_tree.c 2013-02-19 17:29:19.000000000 +0100 +++ new/libolecf-20131108/libolecf/libolecf_directory_tree.c 2013-11-08 19:50:01.000000000 +0100 @@ -249,6 +249,7 @@ if( libolecf_directory_tree_create_process_entry( *directory_tree_root_node, + directory_entry, document_summary_information_directory_entry, summary_information_directory_entry, directory_entry_list, @@ -285,6 +286,7 @@ */ int libolecf_directory_tree_create_process_entry( libcdata_tree_node_t *directory_tree_node, + const libolecf_directory_entry_t *root_directory_entry, libolecf_directory_entry_t **document_summary_information_directory_entry, libolecf_directory_entry_t **summary_information_directory_entry, libcdata_list_t *directory_entry_list, @@ -310,6 +312,17 @@ return( -1 ); } + if( root_directory_entry == NULL ) + { + libcerror_error_set( + error, + LIBCERROR_ERROR_DOMAIN_ARGUMENTS, + LIBCERROR_ARGUMENT_ERROR_INVALID_VALUE, + "%s: invalid root directory entry.", + function ); + + return( -1 ); + } if( document_summary_information_directory_entry == NULL ) { libcerror_error_set( @@ -386,7 +399,9 @@ } /* Process sub directory identifier */ - if( directory_entry->sub_directory_identifier != LIBOLECF_SECTOR_IDENTIFIER_UNUSED ) + if( ( directory_entry->sub_directory_identifier != LIBOLECF_SECTOR_IDENTIFIER_UNUSED ) + && ( directory_entry->sub_directory_identifier != 0 ) + && ( root_directory_entry->directory_identifier == 0 ) ) { result = libcdata_list_get_element_by_index( directory_entry_list, @@ -434,6 +449,17 @@ goto on_error; } + if( directory_entry_value->set_in_tree != 0 ) + { + libcerror_error_set( + error, + LIBCERROR_ERROR_DOMAIN_RUNTIME, + LIBCERROR_RUNTIME_ERROR_VALUE_ALREADY_SET, + "%s: directory entry tree node already set.", + function ); + + goto on_error; + } if( libcdata_tree_node_initialize( &tree_node, error ) != 1 ) @@ -477,8 +503,11 @@ goto on_error; } + directory_entry_value->set_in_tree = 1; + if( libolecf_directory_tree_create_process_entry( tree_node, + root_directory_entry, document_summary_information_directory_entry, summary_information_directory_entry, directory_entry_list, @@ -551,6 +580,17 @@ goto on_error; } + if( directory_entry_value->set_in_tree != 0 ) + { + libcerror_error_set( + error, + LIBCERROR_ERROR_DOMAIN_RUNTIME, + LIBCERROR_RUNTIME_ERROR_VALUE_ALREADY_SET, + "%s: directory entry tree node already set.", + function ); + + goto on_error; + } if( libcdata_tree_node_initialize( &tree_node, error ) != 1 ) @@ -608,8 +648,11 @@ goto on_error; } + directory_entry_value->set_in_tree = 1; + if( libolecf_directory_tree_create_process_entry( tree_node, + root_directory_entry, document_summary_information_directory_entry, summary_information_directory_entry, directory_entry_list, @@ -682,6 +725,17 @@ goto on_error; } + if( directory_entry_value->set_in_tree != 0 ) + { + libcerror_error_set( + error, + LIBCERROR_ERROR_DOMAIN_RUNTIME, + LIBCERROR_RUNTIME_ERROR_VALUE_ALREADY_SET, + "%s: directory entry tree node already set.", + function ); + + goto on_error; + } if( libcdata_tree_node_initialize( &tree_node, error ) != 1 ) @@ -739,8 +793,11 @@ goto on_error; } + directory_entry_value->set_in_tree = 1; + if( libolecf_directory_tree_create_process_entry( tree_node, + root_directory_entry, document_summary_information_directory_entry, summary_information_directory_entry, directory_entry_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/libolecf-20131012/libolecf/libolecf_directory_tree.h new/libolecf-20131108/libolecf/libolecf_directory_tree.h --- old/libolecf-20131012/libolecf/libolecf_directory_tree.h 2013-02-10 12:34:10.000000000 +0100 +++ new/libolecf-20131108/libolecf/libolecf_directory_tree.h 2013-11-08 19:31:04.000000000 +0100 @@ -44,6 +44,7 @@ int libolecf_directory_tree_create_process_entry( libcdata_tree_node_t *directory_tree_node, + const libolecf_directory_entry_t *root_directory_entry, libolecf_directory_entry_t **document_summary_information_directory_entry, libolecf_directory_entry_t **summary_information_directory_entry, libcdata_list_t *directory_entry_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/libolecf-20131012/libolecf.spec new/libolecf-20131108/libolecf.spec --- old/libolecf-20131012/libolecf.spec 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/libolecf.spec 2013-11-08 19:36:10.000000000 +0100 @@ -1,5 +1,5 @@ Name: libolecf -Version: 20131012 +Version: 20131108 Release: 1 Summary: Library to access the Object Linking and Embedding (OLE) Compound File (CF) format Group: System Environment/Libraries @@ -88,6 +88,6 @@ %{_libdir}/python*/site-packages/*.so %changelog -* Tue Oct 15 2013 Joachim Metz <[email protected]> 20131012-1 +* Fri Nov 8 2013 Joachim Metz <[email protected]> 20131108-1 - Auto-generated 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/libolecf-20131012/m4/libtool.m4 new/libolecf-20131108/m4/libtool.m4 --- old/libolecf-20131012/m4/libtool.m4 2013-10-15 07:41:52.000000000 +0200 +++ new/libolecf-20131108/m4/libtool.m4 2013-11-08 19:34:32.000000000 +0100 @@ -2669,14 +2669,10 @@ # before this can be enabled. hardcode_into_libs=yes - # Add ABI-specific directories to the system library path. - sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib" - # Append ld.so.conf contents to the search path if test -f /etc/ld.so.conf; then lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` - sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra" - + sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" fi # We used to test for /lib/ld.so.1 and disable shared libraries on @@ -2688,6 +2684,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 @@ -3293,7 +3301,7 @@ 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 @@ -4105,7 +4113,7 @@ ;; esac ;; - netbsd*) + netbsd* | netbsdelf*-gnu) ;; *qnx* | *nto*) # QNX uses GNU C++, but need to define -shared option too, otherwise @@ -4582,6 +4590,9 @@ ;; esac ;; + linux* | k*bsd*-gnu | 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' ;; @@ -4644,6 +4655,9 @@ openbsd*) with_gnu_ld=no ;; + linux* | k*bsd*-gnu | gnu*) + _LT_TAGVAR(link_all_deplibs, $1)=no + ;; esac _LT_TAGVAR(ld_shlibs, $1)=yes @@ -4865,7 +4879,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= @@ -5042,6 +5056,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 @@ -5346,7 +5361,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 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/libolecf-20131012/macosx/Introduction.rtf new/libolecf-20131108/macosx/Introduction.rtf --- old/libolecf-20131012/macosx/Introduction.rtf 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/macosx/Introduction.rtf 2013-11-08 19:36:10.000000000 +0100 @@ -4,4 +4,4 @@ \margl1440\margr1440\vieww9880\viewh13400\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural\pardirnatural -\f0\fs24 \cf0 This package contains an universal build of libolecf 20131012, pyolecf and olecftools.} +\f0\fs24 \cf0 This package contains an universal build of libolecf 20131108, pyolecf and olecftools.} 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/libolecf-20131012/macosx/libolecf.pmdoc/index.xml new/libolecf-20131108/macosx/libolecf.pmdoc/index.xml --- old/libolecf-20131012/macosx/libolecf.pmdoc/index.xml 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/macosx/libolecf.pmdoc/index.xml 2013-11-08 19:36:10.000000000 +0100 @@ -1,7 +1,7 @@ <pkmkdoc spec="1.12"> <properties> <title>libolecf</title> - <build>/home/lordyesta/Projects/libolecf/macosx/libolecf.mpkg</build> + <build>/home/jbmetz/Projects/libolecf/macosx/libolecf.mpkg</build> <organization>com.google.code.p</organization> <userSees ui="both"/> <min-target os="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/libolecf-20131012/missing new/libolecf-20131108/missing --- old/libolecf-20131012/missing 2013-10-15 07:41:59.000000000 +0200 +++ new/libolecf-20131108/missing 2013-11-08 19:34:40.000000000 +0100 @@ -1,9 +1,10 @@ #! /bin/sh # Common stub for a few missing GNU programs while installing. -scriptversion=2012-01-06.18; # UTC +scriptversion=2012-01-06.13; # UTC -# Copyright (C) 1996-2012 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006, +# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. # Originally by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -25,7 +26,7 @@ # the same distribution terms that you use for the rest of that program. if test $# -eq 0; then - echo 1>&2 "Try '$0 --help' for more information" + echo 1>&2 "Try \`$0 --help' for more information" exit 1 fi @@ -33,7 +34,7 @@ sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p' sed_minuso='s/.* -o \([^ ]*\).*/\1/p' -# In the cases where this matters, 'missing' is being run in the +# In the cases where this matters, `missing' is being run in the # srcdir already. if test -f configure.ac; then configure_ac=configure.ac @@ -64,7 +65,7 @@ echo "\ $0 [OPTION]... PROGRAM [ARGUMENT]... -Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an +Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an error status if there is no known handling for PROGRAM. Options: @@ -73,20 +74,20 @@ --run try to run the given command, and emulate it if it fails Supported PROGRAM values: - aclocal touch file 'aclocal.m4' - autoconf touch file 'configure' - autoheader touch file 'config.h.in' + aclocal touch file \`aclocal.m4' + autoconf touch file \`configure' + autoheader touch file \`config.h.in' autom4te touch the output file, or create a stub one - automake touch all 'Makefile.in' files - bison create 'y.tab.[ch]', if possible, from existing .[ch] - flex create 'lex.yy.c', if possible, from existing .c + automake touch all \`Makefile.in' files + bison create \`y.tab.[ch]', if possible, from existing .[ch] + flex create \`lex.yy.c', if possible, from existing .c help2man touch the output file - lex create 'lex.yy.c', if possible, from existing .c + lex create \`lex.yy.c', if possible, from existing .c makeinfo touch the output file - yacc create 'y.tab.[ch]', if possible, from existing .[ch] + yacc create \`y.tab.[ch]', if possible, from existing .[ch] -Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and -'g' are ignored when checking the name. +Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and +\`g' are ignored when checking the name. Send bug reports to <[email protected]>." exit $? @@ -98,8 +99,8 @@ ;; -*) - echo 1>&2 "$0: Unknown '$1' option" - echo 1>&2 "Try '$0 --help' for more information" + echo 1>&2 "$0: Unknown \`$1' option" + echo 1>&2 "Try \`$0 --help' for more information" exit 1 ;; @@ -126,7 +127,7 @@ exit 1 elif test "x$2" = "x--version" || test "x$2" = "x--help"; then # Could not run --version or --help. This is probably someone - # running '$TOOL --version' or '$TOOL --help' to check whether + # running `$TOOL --version' or `$TOOL --help' to check whether # $TOOL exists and not knowing $TOOL uses missing. exit 1 fi @@ -138,27 +139,27 @@ case $program in aclocal*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acinclude.m4' or '${configure_ac}'. You might want - to install the Automake and Perl packages. Grab them from +WARNING: \`$1' is $msg. You should only need it if + you modified \`acinclude.m4' or \`${configure_ac}'. You might want + to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." touch aclocal.m4 ;; autoconf*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified '${configure_ac}'. You might want to install the - Autoconf and GNU m4 packages. Grab them from any GNU +WARNING: \`$1' is $msg. You should only need it if + you modified \`${configure_ac}'. You might want to install the + \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." touch configure ;; autoheader*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'acconfig.h' or '${configure_ac}'. You might want - to install the Autoconf and GNU m4 packages. Grab them +WARNING: \`$1' is $msg. You should only need it if + you modified \`acconfig.h' or \`${configure_ac}'. You might want + to install the \`Autoconf' and \`GNU m4' packages. Grab them from any GNU archive site." files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}` test -z "$files" && files="config.h" @@ -175,9 +176,9 @@ automake*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'. - You might want to install the Automake and Perl packages. +WARNING: \`$1' is $msg. You should only need it if + you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'. + You might want to install the \`Automake' and \`Perl' packages. Grab them from any GNU archive site." find . -type f -name Makefile.am -print | sed 's/\.am$/.in/' | @@ -186,10 +187,10 @@ autom4te*) echo 1>&2 "\ -WARNING: '$1' is needed, but is $msg. +WARNING: \`$1' is needed, but is $msg. You might have modified some files without having the proper tools for further handling them. - You can get '$1' as part of Autoconf from any GNU + You can get \`$1' as part of \`Autoconf' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` @@ -209,10 +210,10 @@ bison*|yacc*) echo 1>&2 "\ -WARNING: '$1' $msg. You should only need it if - you modified a '.y' file. You may need the Bison package +WARNING: \`$1' $msg. You should only need it if + you modified a \`.y' file. You may need the \`Bison' package in order for those modifications to take effect. You can get - Bison from any GNU archive site." + \`Bison' from any GNU archive site." rm -f y.tab.c y.tab.h if test $# -ne 1; then eval LASTARG=\${$#} @@ -239,10 +240,10 @@ lex*|flex*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.l' file. You may need the Flex package +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.l' file. You may need the \`Flex' package in order for those modifications to take effect. You can get - Flex from any GNU archive site." + \`Flex' from any GNU archive site." rm -f lex.yy.c if test $# -ne 1; then eval LASTARG=\${$#} @@ -262,10 +263,10 @@ help2man*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if +WARNING: \`$1' is $msg. You should only need it if you modified a dependency of a manual page. You may need the - Help2man package in order for those modifications to take - effect. You can get Help2man from any GNU archive site." + \`Help2man' package in order for those modifications to take + effect. You can get \`Help2man' from any GNU archive site." file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -280,12 +281,12 @@ makeinfo*) echo 1>&2 "\ -WARNING: '$1' is $msg. You should only need it if - you modified a '.texi' or '.texinfo' file, or any other file +WARNING: \`$1' is $msg. You should only need it if + you modified a \`.texi' or \`.texinfo' file, or any other file indirectly affecting the aspect of the manual. The spurious - call might also be the consequence of using a buggy 'make' (AIX, - DU, IRIX). You might want to install the Texinfo package or - the GNU make package. Grab either from any GNU archive site." + call might also be the consequence of using a buggy \`make' (AIX, + DU, IRIX). You might want to install the \`Texinfo' package or + the \`GNU make' package. Grab either from any GNU archive site." # The file to touch is that specified with -o ... file=`echo "$*" | sed -n "$sed_output"` test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"` @@ -309,12 +310,12 @@ *) echo 1>&2 "\ -WARNING: '$1' is needed, and is $msg. +WARNING: \`$1' is needed, and is $msg. You might have modified some files without having the - proper tools for further handling them. Check the 'README' file, + proper tools for further handling them. Check the \`README' file, it often tells you about the needed prerequisites for installing this package. You may also peek at any GNU archive site, in case - some other package would contain this missing '$1' program." + some other package would contain this missing \`$1' program." exit 1 ;; esac 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/libolecf-20131012/pyolecf/setup.py new/libolecf-20131108/pyolecf/setup.py --- old/libolecf-20131012/pyolecf/setup.py 2013-10-15 07:42:12.000000000 +0200 +++ new/libolecf-20131108/pyolecf/setup.py 2013-11-08 19:36:10.000000000 +0100 @@ -26,10 +26,10 @@ LIBRARY_NAME = "libolecf" -LIBRARY_VERSION = "20131012" +LIBRARY_VERSION = "20131108" MODULE_NAME = "py%s" % (LIBRARY_NAME[3:]) # bdist_msi does not support the library version, neither a date as a version. -MODULE_VERSION = "20131012.1" +MODULE_VERSION = "20131108.1" PROJECT_URL = "http://code.google.com/p/%s/" % (LIBRARY_NAME) DIRECTORY_NAMES = [ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
