Hello community,

here is the log from the commit of package libcnotify for openSUSE:Factory 
checked in at 2014-08-15 09:55:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcnotify (Old)
 and      /work/SRC/openSUSE:Factory/.libcnotify.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcnotify"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcnotify/libcnotify.changes    2013-07-31 
17:25:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libcnotify.new/libcnotify.changes       
2014-08-15 09:55:56.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 14 11:56:42 UTC 2014 - greg.freem...@gmail.com
+
+- update to v0~20140105
+       * updated dependencies
+       * 2014 update
+
+-------------------------------------------------------------------

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

New:
----
  libcnotify-alpha-20140105.tar.gz

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

Other differences:
------------------
++++++ libcnotify.spec ++++++
--- /var/tmp/diff_new_pack.nlh8SS/_old  2014-08-15 09:55:58.000000000 +0200
+++ /var/tmp/diff_new_pack.nlh8SS/_new  2014-08-15 09:55:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcnotify
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           libcnotify
 %define lname  libcnotify1
-%define timestamp 20130609
+%define timestamp 20140105
 Version:        0~%timestamp
 Release:        0
 Summary:        Library for cross-platform C notify functions
@@ -27,11 +27,11 @@
 Url:            http://code.google.com/p/libcnotify/
 
 #Git-Clone:    http://code.google.com/p/libcnotify
-#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSb0xsMGNocEtGUjQ/libcnotify-alpha-20130609.tar.gz
+#DL-URL:       
https://googledrive.com/host/0B3fBvzttpiiSb0xsMGNocEtGUjQ/libcnotify-alpha-20140105.tar.gz
 Source:         %name-alpha-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  pkgconfig(libcerror) >= 0~20130609
-# libcstring is not in factory (yet)
+BuildRequires:  pkgconfig(libcerror) >= 20130609
+# libcstring is not released as a standalone package by upstream
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ libcnotify-alpha-20130609.tar.gz -> libcnotify-alpha-20140105.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/AUTHORS 
new/libcnotify-20140105/AUTHORS
--- old/libcnotify-20130609/AUTHORS     2013-01-03 20:06:59.000000000 +0100
+++ new/libcnotify-20140105/AUTHORS     2014-01-05 09:20:12.000000000 +0100
@@ -1,4 +1,4 @@
 Acknowledgements: libcnotify
 
-Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/ChangeLog 
new/libcnotify-20140105/ChangeLog
--- old/libcnotify-20130609/ChangeLog   2013-06-09 13:28:27.000000000 +0200
+++ new/libcnotify-20140105/ChangeLog   2014-01-05 09:19:17.000000000 +0100
@@ -1,5 +1,9 @@
 TODO
 
+20140105
+* updated dependencies
+* 2014 update
+
 20130609
 * fix in .pc.in file
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/byte_stream.h 
new/libcnotify-20140105/common/byte_stream.h
--- old/libcnotify-20130609/common/byte_stream.h        2013-05-09 
09:53:01.000000000 +0200
+++ new/libcnotify-20140105/common/byte_stream.h        2014-01-05 
09:25:24.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Byte stream functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/common.h 
new/libcnotify-20140105/common/common.h
--- old/libcnotify-20130609/common/common.h     2013-05-09 09:53:01.000000000 
+0200
+++ new/libcnotify-20140105/common/common.h     2014-01-05 09:25:24.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Common include file
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/config.h 
new/libcnotify-20140105/common/config.h
--- old/libcnotify-20130609/common/config.h     2013-06-09 13:28:45.000000000 
+0200
+++ new/libcnotify-20140105/common/config.h     2014-01-05 10:07:16.000000000 
+0100
@@ -169,6 +169,9 @@
 /* Define to 1 if you have the `strncpy' function. */
 #define HAVE_STRNCPY 1
 
+/* Define to 1 if you have the `strnicmp' function. */
+/* #undef HAVE_STRNICMP */
+
 /* Define to 1 if you have the `strrchr' function. */
 #define HAVE_STRRCHR 1
 
@@ -220,6 +223,9 @@
 /* Define to 1 if you have the `wcsncpy' function. */
 /* #undef HAVE_WCSNCPY */
 
+/* Define to 1 if you have the `wcsnicmp' function. */
+/* #undef HAVE_WCSNICMP */
+
 /* Define to 1 if you have the `wcsrchr' function. */
 /* #undef HAVE_WCSRCHR */
 
@@ -264,7 +270,7 @@
 #define PACKAGE_NAME "libcnotify"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libcnotify 20130609"
+#define PACKAGE_STRING "libcnotify 20140105"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libcnotify"
@@ -273,7 +279,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20130609"
+#define PACKAGE_VERSION "20140105"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -291,7 +297,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20130609"
+#define VERSION "20140105"
 
 /* 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/libcnotify-20130609/common/config.h.in 
new/libcnotify-20140105/common/config.h.in
--- old/libcnotify-20130609/common/config.h.in  2013-06-09 13:28:37.000000000 
+0200
+++ new/libcnotify-20140105/common/config.h.in  2014-01-05 09:56:59.000000000 
+0100
@@ -168,6 +168,9 @@
 /* Define to 1 if you have the `strncpy' function. */
 #undef HAVE_STRNCPY
 
+/* Define to 1 if you have the `strnicmp' function. */
+#undef HAVE_STRNICMP
+
 /* Define to 1 if you have the `strrchr' function. */
 #undef HAVE_STRRCHR
 
@@ -219,6 +222,9 @@
 /* Define to 1 if you have the `wcsncpy' function. */
 #undef HAVE_WCSNCPY
 
+/* Define to 1 if you have the `wcsnicmp' function. */
+#undef HAVE_WCSNICMP
+
 /* Define to 1 if you have the `wcsrchr' function. */
 #undef HAVE_WCSRCHR
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/config_borlandc.h 
new/libcnotify-20140105/common/config_borlandc.h
--- old/libcnotify-20130609/common/config_borlandc.h    2013-05-09 
09:53:01.000000000 +0200
+++ new/libcnotify-20140105/common/config_borlandc.h    2014-01-05 
09:25:24.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Configuration for the Borland/CodeGear C++ Builder compiler
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/config_msc.h 
new/libcnotify-20140105/common/config_msc.h
--- old/libcnotify-20130609/common/config_msc.h 2013-05-09 09:53:01.000000000 
+0200
+++ new/libcnotify-20140105/common/config_msc.h 2014-01-05 09:25:24.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Configuration for the Microsoft Visual Studio C++ compiler
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/config_winapi.h 
new/libcnotify-20140105/common/config_winapi.h
--- old/libcnotify-20130609/common/config_winapi.h      2013-05-09 
09:53:01.000000000 +0200
+++ new/libcnotify-20140105/common/config_winapi.h      2014-01-05 
09:25:24.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Configuration file for WINAPI
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/file_stream.h 
new/libcnotify-20140105/common/file_stream.h
--- old/libcnotify-20130609/common/file_stream.h        2013-05-09 
09:53:01.000000000 +0200
+++ new/libcnotify-20140105/common/file_stream.h        2014-01-05 
09:25:24.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * FILE stream functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/memory.h 
new/libcnotify-20140105/common/memory.h
--- old/libcnotify-20130609/common/memory.h     2013-05-09 09:53:01.000000000 
+0200
+++ new/libcnotify-20140105/common/memory.h     2014-01-05 09:25:24.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Memory functions
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/types.h 
new/libcnotify-20140105/common/types.h
--- old/libcnotify-20130609/common/types.h      2013-06-09 13:28:45.000000000 
+0200
+++ new/libcnotify-20140105/common/types.h      2014-01-05 10:07:16.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Type and type-support defintions
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/common/types.h.in 
new/libcnotify-20140105/common/types.h.in
--- old/libcnotify-20130609/common/types.h.in   2013-05-09 09:53:01.000000000 
+0200
+++ new/libcnotify-20140105/common/types.h.in   2014-01-05 09:25:24.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  * Type and type-support defintions
  *
- * Copyright (c) 2006-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2006-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/configure 
new/libcnotify-20140105/configure
--- old/libcnotify-20130609/configure   2013-06-09 13:28:36.000000000 +0200
+++ new/libcnotify-20140105/configure   2014-01-05 09:56:58.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libcnotify 20130609.
+# Generated by GNU Autoconf 2.69 for libcnotify 20140105.
 #
 # Report bugs to <joachim.m...@gmail.com>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libcnotify'
 PACKAGE_TARNAME='libcnotify'
-PACKAGE_VERSION='20130609'
-PACKAGE_STRING='libcnotify 20130609'
+PACKAGE_VERSION='20140105'
+PACKAGE_STRING='libcnotify 20140105'
 PACKAGE_BUGREPORT='joachim.m...@gmail.com'
 PACKAGE_URL=''
 
@@ -1382,7 +1382,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 libcnotify 20130609 to adapt to many kinds of systems.
+\`configure' configures libcnotify 20140105 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1452,7 +1452,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of libcnotify 20130609:";;
+     short | recursive ) echo "Configuration of libcnotify 20140105:";;
    esac
   cat <<\_ACEOF
 
@@ -1586,7 +1586,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libcnotify configure 20130609
+libcnotify configure 20140105
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2238,7 +2238,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libcnotify $as_me 20130609, which was
+It was created by libcnotify $as_me 20140105, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3066,7 +3066,7 @@
 
 # Define the identity of the package.
  PACKAGE='libcnotify'
- VERSION='20130609'
+ VERSION='20140105'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16278,7 +16278,7 @@
 done
 
 
-  for ac_func in fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strrchr strstr vsnprintf
+  for ac_func in fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strnicmp strrchr strstr vsnprintf
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -16374,10 +16374,10 @@
 
 fi
 
- if test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes; then :
+ if test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes && test "x$ac_cv_func_strnicmp" != xyes; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 1 "Missing functions: strncasecmp and strcasecmp
+as_fn_error 1 "Missing functions: strncasecmp, strcasecmp and strnicmp
 See \`config.log' for more details" "$LINENO" 5; }
 
 fi
@@ -16399,7 +16399,7 @@
 fi
 
   if test "x$ac_cv_enable_wide_character_type" != xno; then :
-  for ac_func in swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr
+  for ac_func in swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsnicmp wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr
 do :
   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
@@ -16460,10 +16460,10 @@
 
 fi
 
-  if test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_towlower" != xyes; then :
+  if test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_wcsnicmp" != xyes && test "x$ac_cv_func_towlower" 
!= xyes; then :
   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error 1 "Missing functions: wcsncasecmp, wcscasecmp and towlower
+as_fn_error 1 "Missing functions: wcsncasecmp, wcscasecmp, wcsnicmp and 
towlower
 See \`config.log' for more details" "$LINENO" 5; }
 
 fi
@@ -17916,7 +17916,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libcnotify $as_me 20130609, which was
+This file was extended by libcnotify $as_me 20140105, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17982,7 +17982,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-libcnotify config.status 20130609
+libcnotify config.status 20140105
 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/libcnotify-20130609/configure.ac 
new/libcnotify-20140105/configure.ac
--- old/libcnotify-20130609/configure.ac        2013-06-09 13:28:13.000000000 
+0200
+++ new/libcnotify-20140105/configure.ac        2014-01-05 09:19:24.000000000 
+0100
@@ -2,7 +2,7 @@
 
 AC_INIT(
  [libcnotify],
- [20130609],
+ [20140105],
  [joachim.m...@gmail.com])
 
 AC_CONFIG_SRCDIR(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/dpkg/changelog 
new/libcnotify-20140105/dpkg/changelog
--- old/libcnotify-20130609/dpkg/changelog      2013-06-09 13:28:45.000000000 
+0200
+++ new/libcnotify-20140105/dpkg/changelog      2014-01-05 10:07:16.000000000 
+0100
@@ -1,5 +1,5 @@
-libcnotify (20130609-1) unstable; urgency=low
+libcnotify (20140105-1) unstable; urgency=low
 
   * Auto-generated
 
- -- Joachim Metz <joachim.m...@gmail.com>  Sun, 09 Jun 2013 13:28:44 +0200
+ -- Joachim Metz <joachim.m...@gmail.com>  Sun, 05 Jan 2014 10:07:15 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/dpkg/copyright 
new/libcnotify-20140105/dpkg/copyright
--- old/libcnotify-20130609/dpkg/copyright      2013-06-09 13:28:45.000000000 
+0200
+++ new/libcnotify-20140105/dpkg/copyright      2014-01-05 10:07:16.000000000 
+0100
@@ -1,6 +1,6 @@
 This work was packaged for Debian by:
 
-    Joachim Metz <joachim.m...@gmail.com> on Sun, 09 Jun 2013 13:28:44 +0200
+    Joachim Metz <joachim.m...@gmail.com> on Sun, 05 Jan 2014 10:07:15 +0100
 
 It was downloaded from http://code.google.com/p/libcnotify/
 
@@ -10,7 +10,7 @@
 
 Copyright:
 
-    Copyright (C) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+    Copyright (C) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
 
 License:
 
@@ -33,7 +33,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+    Copyright (C) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
 
 and is licensed under the GNU Lesser General Public License,
 see `/usr/share/common-licenses/LGPL-3'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/dpkg/copyright.in 
new/libcnotify-20140105/dpkg/copyright.in
--- old/libcnotify-20130609/dpkg/copyright.in   2013-01-03 20:07:18.000000000 
+0100
+++ new/libcnotify-20140105/dpkg/copyright.in   2014-01-05 09:31:17.000000000 
+0100
@@ -10,7 +10,7 @@
 
 Copyright:
 
-    Copyright (C) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+    Copyright (C) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
 
 License:
 
@@ -33,7 +33,7 @@
 
 The Debian packaging is:
 
-    Copyright (C) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+    Copyright (C) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
 
 and is licensed under the GNU Lesser General Public License,
 see `/usr/share/common-licenses/LGPL-3'.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/dpkg/rules 
new/libcnotify-20140105/dpkg/rules
--- old/libcnotify-20130609/dpkg/rules  2013-01-03 20:07:18.000000000 +0100
+++ new/libcnotify-20140105/dpkg/rules  2013-12-11 08:19:33.000000000 +0100
@@ -61,6 +61,8 @@
 
 override_dh_perl:
 
+override_dh_pysupport:
+
 override_dh_shlibdeps:
        dh_shlibdeps -Llibcnotify -l${PWD}/debian/tmp/usr/lib
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/definitions.h 
new/libcnotify-20140105/include/libcnotify/definitions.h
--- old/libcnotify-20130609/include/libcnotify/definitions.h    2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/include/libcnotify/definitions.h    2014-01-05 
10:07:16.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Definitions for libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -24,11 +24,11 @@
 
 #include <libcnotify/types.h>
 
-#define LIBCNOTIFY_VERSION                             20130609
+#define LIBCNOTIFY_VERSION                             20140105
 
 /* The libcnotify version string
  */
-#define LIBCNOTIFY_VERSION_STRING                      "20130609"
+#define LIBCNOTIFY_VERSION_STRING                      "20140105"
 
 /* The print data flags
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/include/libcnotify/definitions.h.in 
new/libcnotify-20140105/include/libcnotify/definitions.h.in
--- old/libcnotify-20130609/include/libcnotify/definitions.h.in 2013-01-03 
20:07:27.000000000 +0100
+++ new/libcnotify-20140105/include/libcnotify/definitions.h.in 2014-01-05 
09:22:07.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Definitions for libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/error.h 
new/libcnotify-20140105/include/libcnotify/error.h
--- old/libcnotify-20130609/include/libcnotify/error.h  2013-01-03 
20:07:27.000000000 +0100
+++ new/libcnotify-20140105/include/libcnotify/error.h  2014-01-05 
09:22:07.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The error code definitions for libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/extern.h 
new/libcnotify-20140105/include/libcnotify/extern.h
--- old/libcnotify-20130609/include/libcnotify/extern.h 2013-01-03 
20:07:27.000000000 +0100
+++ new/libcnotify-20140105/include/libcnotify/extern.h 2014-01-05 
09:22:07.000000000 +0100
@@ -3,7 +3,7 @@
  * This header should be included in header files that export or import
  * library functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/features.h 
new/libcnotify-20140105/include/libcnotify/features.h
--- old/libcnotify-20130609/include/libcnotify/features.h       2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/include/libcnotify/features.h       2014-01-05 
10:07:16.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Features of libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/features.h.in 
new/libcnotify-20140105/include/libcnotify/features.h.in
--- old/libcnotify-20130609/include/libcnotify/features.h.in    2013-03-30 
12:22:31.000000000 +0100
+++ new/libcnotify-20140105/include/libcnotify/features.h.in    2014-01-05 
09:22:07.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Features of libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/types.h 
new/libcnotify-20140105/include/libcnotify/types.h
--- old/libcnotify-20130609/include/libcnotify/types.h  2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/include/libcnotify/types.h  2014-01-05 
10:07:16.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions for libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify/types.h.in 
new/libcnotify-20140105/include/libcnotify/types.h.in
--- old/libcnotify-20130609/include/libcnotify/types.h.in       2013-04-03 
13:56:52.000000000 +0200
+++ new/libcnotify-20140105/include/libcnotify/types.h.in       2014-01-05 
09:22:07.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions for libcnotify
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify.h 
new/libcnotify-20140105/include/libcnotify.h
--- old/libcnotify-20130609/include/libcnotify.h        2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/include/libcnotify.h        2014-01-05 
10:07:16.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C notification functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/include/libcnotify.h.in 
new/libcnotify-20140105/include/libcnotify.h.in
--- old/libcnotify-20130609/include/libcnotify.h.in     2013-01-03 
20:07:25.000000000 +0100
+++ new/libcnotify-20140105/include/libcnotify.h.in     2014-01-05 
09:21:55.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C notification functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcerror/libcerror_definitions.h 
new/libcnotify-20140105/libcerror/libcerror_definitions.h
--- old/libcnotify-20130609/libcerror/libcerror_definitions.h   2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_definitions.h   2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCERROR_VERSION                              20130509
+#define LIBCERROR_VERSION                              20140105
 
 /* The libcstring version string
  */
-#define LIBCERROR_VERSION_STRING                       "20130509"
+#define LIBCERROR_VERSION_STRING                       "20140105"
 
 /* The error domains
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_error.c 
new/libcnotify-20140105/libcerror/libcerror_error.c
--- old/libcnotify-20130609/libcerror/libcerror_error.c 2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_error.c 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -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 )
@@ -626,18 +626,22 @@
                        {
                                return( -1 );
                        }
+                       if( string_index > 0 )
+                       {
+                               string[ string_index++ ] = 
(libcstring_system_character_t) '\n';
+                       }
                        if( libcstring_narrow_string_copy(
                             &( string[ string_index ] ),
                             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_index += internal_error->sizes[ message_index ] 
- 1;
 
-                       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/libcnotify-20130609/libcerror/libcerror_error.h 
new/libcnotify-20140105/libcerror/libcerror_error.h
--- old/libcnotify-20130609/libcerror/libcerror_error.h 2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_error.h 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Error functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_extern.h 
new/libcnotify-20140105/libcerror/libcerror_extern.h
--- old/libcnotify-20130609/libcerror/libcerror_extern.h        2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_extern.h        2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal extern definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_libcstring.h 
new/libcnotify-20140105/libcerror/libcerror_libcstring.h
--- old/libcnotify-20130609/libcerror/libcerror_libcstring.h    2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_libcstring.h    2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal libcstring header
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_support.c 
new/libcnotify-20140105/libcerror/libcerror_support.c
--- old/libcnotify-20130609/libcerror/libcerror_support.c       2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_support.c       2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_support.h 
new/libcnotify-20140105/libcerror/libcerror_support.h
--- old/libcnotify-20130609/libcerror/libcerror_support.h       2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_support.h       2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_system.c 
new/libcnotify-20140105/libcerror/libcerror_system.c
--- old/libcnotify-20130609/libcerror/libcerror_system.c        2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_system.c        2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -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/libcnotify-20130609/libcerror/libcerror_system.h 
new/libcnotify-20140105/libcerror/libcerror_system.h
--- old/libcnotify-20130609/libcerror/libcerror_system.h        2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_system.h        2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_types.h 
new/libcnotify-20140105/libcerror/libcerror_types.h
--- old/libcnotify-20130609/libcerror/libcerror_types.h 2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_types.h 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal type definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcerror/libcerror_unused.h 
new/libcnotify-20140105/libcerror/libcerror_unused.h
--- old/libcnotify-20130609/libcerror/libcerror_unused.h        2013-05-09 
09:58:19.000000000 +0200
+++ new/libcnotify-20140105/libcerror/libcerror_unused.h        2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal unused definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify.c 
new/libcnotify-20140105/libcnotify/libcnotify.c
--- old/libcnotify-20130609/libcnotify/libcnotify.c     2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify.c     2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Library to support cross-platform C notification functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify.rc 
new/libcnotify-20140105/libcnotify/libcnotify.rc
--- old/libcnotify-20130609/libcnotify/libcnotify.rc    2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/libcnotify/libcnotify.rc    2014-01-05 
10:07:16.000000000 +0100
@@ -22,12 +22,12 @@
     BLOCK "040904E4"
     BEGIN
       VALUE "FileDescription",         "Library to support cross-platform C 
notification functions\0"
-      VALUE "FileVersion",             "20130609" "\0"
+      VALUE "FileVersion",             "20140105" "\0"
       VALUE "InternalName",            "libcnotify.dll\0"
-      VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<joachim.m...@gmail.com>\0"
+      VALUE "LegalCopyright",          "(c) 2008-2014, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libcnotify.dll\0"
       VALUE "ProductName",             "libcnotify\0"
-      VALUE "ProductVersion",          "20130609" "\0"
+      VALUE "ProductVersion",          "20140105" "\0"
       VALUE "Comments",                        "For more information visit 
http://code.google.com/p/libcnotify/\0";
     END
   END
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify.rc.in 
new/libcnotify-20140105/libcnotify/libcnotify.rc.in
--- old/libcnotify-20130609/libcnotify/libcnotify.rc.in 2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify.rc.in 2014-01-05 
09:22:31.000000000 +0100
@@ -24,7 +24,7 @@
       VALUE "FileDescription",         "Library to support cross-platform C 
notification functions\0"
       VALUE "FileVersion",             "@VERSION@" "\0"
       VALUE "InternalName",            "libcnotify.dll\0"
-      VALUE "LegalCopyright",          "(c) 2008-2013 Joachim Metz 
<joachim.m...@gmail.com>\0"
+      VALUE "LegalCopyright",          "(c) 2008-2014, Joachim Metz 
<joachim.m...@gmail.com>\0"
       VALUE "OriginalFilename",                "libcnotify.dll\0"
       VALUE "ProductName",             "libcnotify\0"
       VALUE "ProductVersion",          "@VERSION@" "\0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcnotify/libcnotify_definitions.h 
new/libcnotify-20140105/libcnotify/libcnotify_definitions.h
--- old/libcnotify-20130609/libcnotify/libcnotify_definitions.h 2013-06-09 
13:28:45.000000000 +0200
+++ new/libcnotify-20140105/libcnotify/libcnotify_definitions.h 2014-01-05 
10:07:16.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -35,11 +35,11 @@
  */
 #else
 
-#define LIBCNOTIFY_VERSION                             20130609
+#define LIBCNOTIFY_VERSION                             20140105
 
 /* The libcstring version string
  */
-#define LIBCNOTIFY_VERSION_STRING                      "20130609"
+#define LIBCNOTIFY_VERSION_STRING                      "20140105"
 
 /* The print data flags
  */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcnotify/libcnotify_definitions.h.in 
new/libcnotify-20140105/libcnotify/libcnotify_definitions.h.in
--- old/libcnotify-20130609/libcnotify/libcnotify_definitions.h.in      
2013-01-03 20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_definitions.h.in      
2014-01-05 09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_extern.h 
new/libcnotify-20140105/libcnotify/libcnotify_extern.h
--- old/libcnotify-20130609/libcnotify/libcnotify_extern.h      2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_extern.h      2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal extern definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcnotify/libcnotify_libcerror.h 
new/libcnotify-20140105/libcnotify/libcnotify_libcerror.h
--- old/libcnotify-20130609/libcnotify/libcnotify_libcerror.h   2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_libcerror.h   2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal libcerror header
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcnotify/libcnotify_libcstring.h 
new/libcnotify-20140105/libcnotify/libcnotify_libcstring.h
--- old/libcnotify-20130609/libcnotify/libcnotify_libcstring.h  2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_libcstring.h  2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal libcstring header
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_print.c 
new/libcnotify-20140105/libcnotify/libcnotify_print.c
--- old/libcnotify-20130609/libcnotify/libcnotify_print.c       2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_print.c       2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Notification print functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_print.h 
new/libcnotify-20140105/libcnotify/libcnotify_print.h
--- old/libcnotify-20130609/libcnotify/libcnotify_print.h       2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_print.h       2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Notification print functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_stream.c 
new/libcnotify-20140105/libcnotify/libcnotify_stream.c
--- old/libcnotify-20130609/libcnotify/libcnotify_stream.c      2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_stream.c      2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Notification stream functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_stream.h 
new/libcnotify-20140105/libcnotify/libcnotify_stream.h
--- old/libcnotify-20130609/libcnotify/libcnotify_stream.h      2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_stream.h      2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Notification stream functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_support.c 
new/libcnotify-20140105/libcnotify/libcnotify_support.c
--- old/libcnotify-20130609/libcnotify/libcnotify_support.c     2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_support.c     2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_support.h 
new/libcnotify-20140105/libcnotify/libcnotify_support.h
--- old/libcnotify-20130609/libcnotify/libcnotify_support.h     2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_support.h     2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_types.h 
new/libcnotify-20140105/libcnotify/libcnotify_types.h
--- old/libcnotify-20130609/libcnotify/libcnotify_types.h       2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_types.h       2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal type definitions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_unused.h 
new/libcnotify-20140105/libcnotify/libcnotify_unused.h
--- old/libcnotify-20130609/libcnotify/libcnotify_unused.h      2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_unused.h      2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal unused definition
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_verbose.c 
new/libcnotify-20140105/libcnotify/libcnotify_verbose.c
--- old/libcnotify-20130609/libcnotify/libcnotify_verbose.c     2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_verbose.c     2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Verbose functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify/libcnotify_verbose.h 
new/libcnotify-20140105/libcnotify/libcnotify_verbose.h
--- old/libcnotify-20130609/libcnotify/libcnotify_verbose.h     2013-01-03 
20:07:22.000000000 +0100
+++ new/libcnotify-20140105/libcnotify/libcnotify_verbose.h     2014-01-05 
09:22:18.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Verbose functions
  *
- * Copyright (c) 2008-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2008-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcnotify.spec 
new/libcnotify-20140105/libcnotify.spec
--- old/libcnotify-20130609/libcnotify.spec     2013-06-09 13:28:45.000000000 
+0200
+++ new/libcnotify-20140105/libcnotify.spec     2014-01-05 10:07:16.000000000 
+0100
@@ -1,5 +1,5 @@
 Name: libcnotify
-Version: 20130609
+Version: 20140105
 Release: 1
 Summary: Library to support cross-platform C notification 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 Jan  5 2014 Joachim Metz <joachim.m...@gmail.com> 20140105-1
 - Auto-generated
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcstring/libcstring_definitions.h 
new/libcnotify-20140105/libcstring/libcstring_definitions.h
--- old/libcnotify-20130609/libcstring/libcstring_definitions.h 2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_definitions.h 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal definitions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -40,11 +40,11 @@
 #define LIBCSTRING_HAVE_WIDE_SYSTEM_CHARACTER           1
 #endif
 
-#define LIBCSTRING_VERSION                             20130403
+#define LIBCSTRING_VERSION                             20140105
 
 /* The libcstring version string
  */
-#define LIBCSTRING_VERSION_STRING                      "20130403"
+#define LIBCSTRING_VERSION_STRING                      "20140105"
 
 #if defined( WINAPI ) && ( defined( _UNICODE ) || defined( UNICODE ) )
 #define PRIc_LIBCSTRING_SYSTEM                         "lc"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcstring/libcstring_extern.h 
new/libcnotify-20140105/libcstring/libcstring_extern.h
--- old/libcnotify-20130609/libcstring/libcstring_extern.h      2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_extern.h      2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal extern definition
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcstring/libcstring_narrow_string.h 
new/libcnotify-20140105/libcstring/libcstring_narrow_string.h
--- old/libcnotify-20130609/libcstring/libcstring_narrow_string.h       
2013-04-04 09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_narrow_string.h       
2014-01-05 09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Narrow character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -82,7 +82,7 @@
 #define libcstring_narrow_string_compare_no_case( string1, string2, size ) \
        _strnicmp( string1, string2, size )
 
-#elif defined( WINAPI )
+#elif defined( WINAPI ) || defined( HAVE_STRNICMP )
 #define libcstring_narrow_string_compare_no_case( string1, string2, size ) \
        strnicmp( string1, string2, size )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcstring/libcstring_support.c 
new/libcnotify-20140105/libcstring/libcstring_support.c
--- old/libcnotify-20130609/libcstring/libcstring_support.c     2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_support.c     2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcstring/libcstring_support.h 
new/libcnotify-20140105/libcstring/libcstring_support.h
--- old/libcnotify-20130609/libcstring/libcstring_support.h     2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_support.h     2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Support functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcstring/libcstring_system_string.h 
new/libcnotify-20140105/libcstring/libcstring_system_string.h
--- old/libcnotify-20130609/libcstring/libcstring_system_string.h       
2013-04-04 09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_system_string.h       
2014-01-05 09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * System character type string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcstring/libcstring_types.h 
new/libcnotify-20140105/libcstring/libcstring_types.h
--- old/libcnotify-20130609/libcstring/libcstring_types.h       2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_types.h       2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Type definitions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/libcstring/libcstring_unused.h 
new/libcnotify-20140105/libcstring/libcstring_unused.h
--- old/libcnotify-20130609/libcstring/libcstring_unused.h      2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_unused.h      2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * The internal unused definition
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcstring/libcstring_wide_string.c 
new/libcnotify-20140105/libcstring/libcstring_wide_string.c
--- old/libcnotify-20130609/libcstring/libcstring_wide_string.c 2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_wide_string.c 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Wide character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libcnotify-20130609/libcstring/libcstring_wide_string.h 
new/libcnotify-20140105/libcstring/libcstring_wide_string.h
--- old/libcnotify-20130609/libcstring/libcstring_wide_string.h 2013-04-04 
09:41:42.000000000 +0200
+++ new/libcnotify-20140105/libcstring/libcstring_wide_string.h 2014-01-05 
09:26:13.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  * Wide character string functions
  *
- * Copyright (c) 2010-2013, Joachim Metz <joachim.m...@gmail.com>
+ * Copyright (c) 2010-2014, Joachim Metz <joachim.m...@gmail.com>
  *
  * Refer to AUTHORS for acknowledgements.
  *
@@ -71,7 +71,7 @@
 #define libcstring_wide_string_compare_no_case( string1, string2, size ) \
        _wcsnicmp( string1, string2, size )
 
-#elif defined( WINAPI )
+#elif defined( WINAPI ) || defined( HAVE_WCSNICMP )
 #define libcstring_wide_string_compare_no_case( string1, string2, size ) \
        wcsnicmp( string1, string2, size )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/m4/libcstring.m4 
new/libcnotify-20140105/m4/libcstring.m4
--- old/libcnotify-20130609/m4/libcstring.m4    2013-04-06 13:48:37.000000000 
+0200
+++ new/libcnotify-20140105/m4/libcstring.m4    2014-01-05 09:02:56.000000000 
+0100
@@ -1,6 +1,6 @@
 dnl Functions for libcstring
 dnl
-dnl Version: 20130406
+dnl Version: 20131015
 
 dnl Function to detect if libcstring is available
 dnl ac_libcstring_dummy is used to prevent AC_CHECK_LIB adding unnecessary 
-l<library> arguments
@@ -87,7 +87,7 @@
  AC_CHECK_HEADERS([wchar.h wctype.h])
 
  dnl Narrow character string functions used in 
libcstring/libcstring_narrow_string.h
- AC_CHECK_FUNCS([fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strrchr strstr vsnprintf])
+ AC_CHECK_FUNCS([fgets memchr memcmp memcpy memrchr snprintf sscanf strcasecmp 
strchr strlen strncasecmp strncmp strncpy strnicmp strrchr strstr vsnprintf])
 
  AS_IF(
   [test "x$ac_cv_func_fgets" != xyes],
@@ -155,9 +155,9 @@
   ])
 
  AS_IF(
-  [test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes],
+  [test "x$ac_cv_func_strcasecmp" != xyes && test "x$ac_cv_func_strncasecmp" 
!= xyes && test "x$ac_cv_func_strnicmp" != xyes],
   [AC_MSG_FAILURE(
-   [Missing functions: strncasecmp and strcasecmp],
+   [Missing functions: strncasecmp, strcasecmp and strnicmp],
    [1])
   ])
 
@@ -178,7 +178,7 @@
  dnl Wide character string functions used in 
libcstring/libcstring_wide_string.h
  AS_IF(
   [test "x$ac_cv_enable_wide_character_type" != xno],
-  [AC_CHECK_FUNCS([swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr])
+  [AC_CHECK_FUNCS([swprintf towlower wcscasecmp wcschr wcslen wcsncasecmp 
wcsncmp wcsncpy wcsnicmp wcsrchr wcsstr wmemchr wmemcmp wmemcpy wmemrchr])
 
   AS_IF(
    [test "x$ac_cv_func_swprintf" != xyes],
@@ -223,9 +223,9 @@
    ])
 
   AS_IF(
-   [test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_towlower" != xyes],
+   [test "x$ac_cv_func_wcsncasecmp" != xyes && test "x$ac_cv_func_wcscasecmp" 
!= xyes && test "x$ac_cv_func_wcsnicmp" != xyes && test "x$ac_cv_func_towlower" 
!= xyes],
    [AC_MSG_FAILURE(
-    [Missing functions: wcsncasecmp, wcscasecmp and towlower],
+    [Missing functions: wcsncasecmp, wcscasecmp, wcsnicmp and towlower],
     [1])
    ])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libcnotify-20130609/manuals/libcnotify.3 
new/libcnotify-20140105/manuals/libcnotify.3
--- old/libcnotify-20130609/manuals/libcnotify.3        2013-01-03 
20:29:24.000000000 +0100
+++ new/libcnotify-20140105/manuals/libcnotify.3        2014-01-05 
09:22:49.000000000 +0100
@@ -1,4 +1,4 @@
-.Dd January 3, 2013
+.Dd January 5, 2014
 .Dt libcnotify 3
 .Os libcnotify
 .Sh NAME
@@ -49,7 +49,7 @@
 .Sh AUTHOR
 These man pages were written by Joachim Metz.
 .Sh COPYRIGHT
-Copyright 2008-2013 Joachim Metz <joachim.m...@gmail.com>.
+Copyright 2008-2014, Joachim Metz <joachim.m...@gmail.com>.
 This is free software; see the source for copying conditions. There is NO 
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 .Sh SEE ALSO
 the libcnotify.h include file

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

Reply via email to