commit libestr for openSUSE:13.1

2013-10-29 Thread h_root
Hello community,

here is the log from the commit of package libestr for openSUSE:13.1 checked in 
at 2013-10-29 11:03:53

Comparing /work/SRC/openSUSE:13.1/libestr (Old)
 and  /work/SRC/openSUSE:13.1/.libestr.new (New)


Package is "libestr"

Changes:

--- /work/SRC/openSUSE:13.1/libestr/libestr.changes 2013-10-19 
16:49:18.0 +0200
+++ /work/SRC/openSUSE:13.1/.libestr.new/libestr.changes2013-10-29 
11:03:54.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 28 22:12:35 UTC 2013 - andreas.stie...@gmx.de
+
+- update 0.1.9 [bnc#847968]
+  - bugfix: invalid number string when creating string from integer
+
+---

Old:

  libestr-0.1.8.tar.gz

New:

  libestr-0.1.9.tar.gz



Other differences:
--
++ libestr.spec ++
--- /var/tmp/diff_new_pack.vqNa5i/_old  2013-10-29 11:03:54.0 +0100
+++ /var/tmp/diff_new_pack.vqNa5i/_new  2013-10-29 11:03:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   libestr
-Version:0.1.8
+Version:0.1.9
 Release:0
 Summary:String handling essentials library
 License:LGPL-2.1+

++ libestr-0.1.8.tar.gz -> libestr-0.1.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libestr-0.1.8/ChangeLog new/libestr-0.1.9/ChangeLog
--- old/libestr-0.1.8/ChangeLog 2013-10-16 16:55:34.0 +0200
+++ new/libestr-0.1.9/ChangeLog 2013-10-26 17:08:57.0 +0200
@@ -1,4 +1,8 @@
 --
+Version 0.1.9 2013-10-28
+- bugfix: invalid number string when creating string from integer 
+  Thanks to Pavel Levshin for the patch
+--
 Version 0.1.8 2013-10-16
 - bugfix: previous fix for string comparisons did not work properly
   Thanks to Tomas Heinrich for alerting us
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libestr-0.1.8/configure new/libestr-0.1.9/configure
--- old/libestr-0.1.8/configure 2013-10-16 16:56:30.0 +0200
+++ new/libestr-0.1.9/configure 2013-10-26 17:09:50.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libestr 0.1.8.
+# Generated by GNU Autoconf 2.68 for libestr 0.1.9.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='libestr'
 PACKAGE_TARNAME='libestr'
-PACKAGE_VERSION='0.1.8'
-PACKAGE_STRING='libestr 0.1.8'
+PACKAGE_VERSION='0.1.9'
+PACKAGE_STRING='libestr 0.1.9'
 PACKAGE_BUGREPORT='rgerha...@adiscon.com'
 PACKAGE_URL=''
 
@@ -1298,7 +1298,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 libestr 0.1.8 to adapt to many kinds of systems.
+\`configure' configures libestr 0.1.9 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1368,7 +1368,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libestr 0.1.8:";;
+ short | recursive ) echo "Configuration of libestr 0.1.9:";;
esac
   cat <<\_ACEOF
 
@@ -1473,7 +1473,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libestr configure 0.1.8
+libestr configure 0.1.9
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1842,7 +1842,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libestr $as_me 0.1.8, which was
+It was created by libestr $as_me 0.1.9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2657,7 +2657,7 @@
 
 # Define the identity of the package.
  PACKAGE='libestr'
- VERSION='0.1.8'
+ VERSION='0.1.9'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12135,7 +12135,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by libestr $as_me 0.1.8, which was
+This file was extended by libestr $as_me 0.1.9, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -12201,7 +12201,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-libestr config.status 0.1.8
+libestr config.status 0.1.9
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=C

commit libestr for openSUSE:13.1

2013-10-19 Thread h_root
Hello community,

here is the log from the commit of package libestr for openSUSE:13.1 checked in 
at 2013-10-18 11:33:24

Comparing /work/SRC/openSUSE:13.1/libestr (Old)
 and  /work/SRC/openSUSE:13.1/.libestr.new (New)


Package is "libestr"

Changes:

--- /work/SRC/openSUSE:13.1/libestr/libestr.changes 2013-09-23 
10:57:05.0 +0200
+++ /work/SRC/openSUSE:13.1/.libestr.new/libestr.changes2013-10-19 
16:49:18.0 +0200
@@ -1,0 +2,7 @@
+Thu Oct 17 17:58:54 UTC 2013 - andreas.stie...@gmx.de
+
+- update to 0.1.8 - [bnc#846487]
+  - bugfix: invalid comparison results for different-length strings
+es_strcmp, es_strcasecmp, es_strbufcmp, and es_strcasebufcmp
+
+---

Old:

  libestr-0.1.6.tar.gz

New:

  libestr-0.1.8.tar.gz



Other differences:
--
++ libestr.spec ++
--- /var/tmp/diff_new_pack.3VewZo/_old  2013-10-19 16:49:18.0 +0200
+++ /var/tmp/diff_new_pack.3VewZo/_new  2013-10-19 16:49:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libestr
-Version:0.1.6
+Version:0.1.8
 Release:0
 Summary:String handling essentials library
 License:LGPL-2.1+

++ libestr-0.1.6.tar.gz -> libestr-0.1.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libestr-0.1.6/ChangeLog new/libestr-0.1.8/ChangeLog
--- old/libestr-0.1.6/ChangeLog 2013-09-12 14:51:23.0 +0200
+++ new/libestr-0.1.8/ChangeLog 2013-10-16 16:55:34.0 +0200
@@ -1,4 +1,20 @@
 --
+Version 0.1.8 2013-10-16
+- bugfix: previous fix for string comparisons did not work properly
+  Thanks to Tomas Heinrich for alerting us
+--
+Version 0.1.7 2013-10-10
+- bugfix: invalid comparison results for different-length strings
+  es_strcmp, es_strcasecmp, es_strbufcmp, and es_strcasebufcmp
+  returned incorrect results if the first string was smaller than
+  the second. In that case, the first string was always assumed
+  to be lexially lower than the second. If the second string was
+  larger than the first, the same issue occured. This did not affect
+  equal comparisons, but LT/GT checks lead to invalid result, with
+  potentially harsh consequences (e.g. qsort() did not work properly).
+  This bug is present for a very long time, potentially down to the
+  initial implementation of libestr.
+--
 Version 0.1.6 2013-09-12
 - bugfix: ascii hex code escapes did not work
   Thanks to Rene Kalff for the patch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libestr-0.1.6/configure new/libestr-0.1.8/configure
--- old/libestr-0.1.6/configure 2013-09-12 14:53:29.0 +0200
+++ new/libestr-0.1.8/configure 2013-10-16 16:56:30.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for libestr 0.1.6.
+# Generated by GNU Autoconf 2.68 for libestr 0.1.8.
 #
 # Report bugs to .
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='libestr'
 PACKAGE_TARNAME='libestr'
-PACKAGE_VERSION='0.1.6'
-PACKAGE_STRING='libestr 0.1.6'
+PACKAGE_VERSION='0.1.8'
+PACKAGE_STRING='libestr 0.1.8'
 PACKAGE_BUGREPORT='rgerha...@adiscon.com'
 PACKAGE_URL=''
 
@@ -1298,7 +1298,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 libestr 0.1.6 to adapt to many kinds of systems.
+\`configure' configures libestr 0.1.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1368,7 +1368,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libestr 0.1.6:";;
+ short | recursive ) echo "Configuration of libestr 0.1.8:";;
esac
   cat <<\_ACEOF
 
@@ -1473,7 +1473,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libestr configure 0.1.6
+libestr configure 0.1.8
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -1842,7 +1842,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libestr $as_me 0.1.6, which was
+It was created by libestr $as_me 0.1.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -2657,7 +2657,7 @@
 
 # Define the identity of the packag