Hello community, here is the log from the commit of package liburiparser1 checked in at Tue Sep 2 12:10:45 CEST 2008. -------- --- liburiparser1/liburiparser1.changes 2008-04-28 05:20:31.000000000 +0200 +++ /mounts/work_src_done/STABLE/liburiparser1/liburiparser1.changes 2008-09-02 11:12:50.000000000 +0200 @@ -1,0 +2,14 @@ +Tue Sep 2 11:11:06 CEST 2008 - crrodriguez@suse.de + +- update to version 0.7.2 + Fixed: Bad cleanup logic in functions + uriAddBaseUri(..) + uriRemoveBaseUri(..) + Previously you needed to call uriFreeUriMembers on return code + URI_ERROR_MALLOC and only then. So that's why these functions now + take cleanup off your shoulders. An extra call to uriFreeUriMembers + from your side is still needed in case of success. +* Soname: 1:7:0 + + +------------------------------------------------------------------- Old: ---- uriparser-0.7.1.tar.bz2 New: ---- uriparser-0.7.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liburiparser1.spec ++++++ --- /var/tmp/diff_new_pack.Lh9312/_old 2008-09-02 12:10:02.000000000 +0200 +++ /var/tmp/diff_new_pack.Lh9312/_new 2008-09-02 12:10:02.000000000 +0200 @@ -1,10 +1,17 @@ # -# spec file for package liburiparser1 (Version 0.7.1) +# spec file for package liburiparser1 (Version 0.7.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# 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/ # @@ -14,7 +21,7 @@ Name: liburiparser1 Url: http://uriparser.sourceforge.net/ %define pkg_name uriparser -Version: 0.7.1 +Version: 0.7.2 Release: 1 License: BSD 3-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,8 +60,11 @@ %prep %setup -q -n %{pkg_name}-%{version} +#file is dated in the future.. +#find . -type f -exec touch {} + %build +autoreconf -fiv CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" %if 0%{?suse_version} > 1000 @@ -71,9 +81,9 @@ %{__rm} -f %{buildroot}%{_libdir}/*.la %check -export MALLOC_CHECK_=2 +export MALLOC_CHECK_=2 MALLOC_PERTURB_=$((${RANDOM:-256} % 256)) %{__make} check -unset MALLOC_CHECK_ +unset MALLOC_CHECK_ MALLOC_PERTURB_ %clean %{__rm} -rf %{buildroot} @@ -93,6 +103,16 @@ %{_libdir}/liburiparser.so %changelog +* Tue Sep 02 2008 crrodriguez@suse.de +- update to version 0.7.2 + Fixed: Bad cleanup logic in functions + uriAddBaseUri(..) + uriRemoveBaseUri(..) + Previously you needed to call uriFreeUriMembers on return code + URI_ERROR_MALLOC and only then. So that's why these functions now + take cleanup off your shoulders. An extra call to uriFreeUriMembers + from your side is still needed in case of success. + * Soname: 1:7:0 * Mon Apr 28 2008 crrodriguez@suse.de - update to version 0.7.1 * Fixed: Bogus syntax error when parsing URIs with port-like ++++++ uriparser-0.7.1.tar.bz2 -> uriparser-0.7.2.tar.bz2 ++++++ ++++ 23588 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de