Hello community, here is the log from the commit of package libestr.1640 for openSUSE:12.3:Update checked in at 2013-05-06 13:14:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3:Update/libestr.1640 (Old) and /work/SRC/openSUSE:12.3:Update/.libestr.1640.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libestr.1640" Changes: -------- New Changes file: --- /dev/null 2013-04-05 00:01:41.916011506 +0200 +++ /work/SRC/openSUSE:12.3:Update/.libestr.1640.new/libestr.changes 2013-05-06 13:14:04.000000000 +0200 @@ -0,0 +1,64 @@ +------------------------------------------------------------------- +Fri Apr 19 09:32:14 UTC 2013 - [email protected] + +- update to 0.1.5 (bnc#809852): + - bugfix: es_strncmp() did not work correctly + Thanks to Philippe Muller for the patch. + closes: http://bugzilla.adiscon.com/show_bug.cgi?id=424 + +------------------------------------------------------------------- +Thu Sep 20 21:55:36 UTC 2012 - [email protected] + +- update to 0.1.4: + - bugfix: ‘\\’ escape was not recognized when unescaping strings + +------------------------------------------------------------------- +Wed Jul 11 22:35:42 UTC 2012 - [email protected] + +- feedback from SR#127042: remove manipulation of lib files + +------------------------------------------------------------------- +Mon Jul 9 12:06:58 UTC 2012 - [email protected] + +- Update to new upstream release 0.1.3 +* fixes to the build system (honoring CFLAGS) + +------------------------------------------------------------------- +Tue Jul 3 19:25:21 UTC 2012 - [email protected] + +- move to /usr/lib + +------------------------------------------------------------------- +Tue Jul 3 16:01:26 UTC 2012 - [email protected] + +- Remove redundant tags/sections from specfile, kill .la files +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- +Sun Jul 1 21:59:00 UTC 2012 - [email protected] + +- libestr 0.1.2 + - added new API functions: + * es_strcasebufcmp() + * es_strcasecmp() + +- also includes libestr 0.1.1 + - added new API functions: + * es_newStrFromNumber(), + * es_str2num() + * es_strncmp() + * es_strncasecmp() + * es_strContains() + * es_strCaseContains() + * es_tolower() + +------------------------------------------------------------------- +Sun Jul 1 17:21:54 UTC 2012 - [email protected] + +- format/fix + +------------------------------------------------------------------- +Fri Feb 11 17:47:14 UTC 2011 - [email protected] + +- Initial rsyslog string handling essentials library package + New: ---- libestr-0.1.5.tar.gz libestr.changes libestr.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libestr.spec ++++++ # # spec file for package libestr # # Copyright (c) 2013 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libestr Version: 0.1.5 Release: 0 Summary: String handling essentials library License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://libestr.adiscon.com/ Source0: http://libestr.adiscon.com/files/download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig %description This package compiles the string handling essentials library used by the rsyslog daemon. %package -n libestr0 Summary: String handling essentials library Group: Development/Libraries/C and C++ %description -n libestr0 This package provides the string handling essentials shared library used by the rsyslog daemon. %package devel Summary: String handling essentials development files Group: Development/Libraries/C and C++ Requires: libestr0 = %{version} %description devel This package provides files required for development with libestr, the string handling essentials library used by the rsyslog daemon. %prep %setup -q %build %configure --disable-static %__make %{?_smp_mflags} %check %__make check %install %makeinstall rm -f "%buildroot/%_libdir"/*.la %post -n libestr0 -p /sbin/ldconfig %postun -n libestr0 -p /sbin/ldconfig %files -n libestr0 %defattr(-,root,root) %{_libdir}/libestr.so.0* %files devel %defattr(-,root,root) %_libdir/libestr.so %_libdir/pkgconfig/libestr.pc %_includedir/libestr.h %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
