diff --git a/libHX-1.18.tar.bz2 b/libHX-1.18.tar.bz2 deleted file mode 100644 index c78c6dc..0000000 --- a/libHX-1.18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cce8df1e30e9ea8a71a57499ac0ae0abd16e758674fc3dd7546236a348680a02 -size 279714 diff --git a/libHX-1.22.tar.bz2 b/libHX-1.22.tar.bz2 new file mode 100644 index 0000000..f6c22e2 --- /dev/null +++ b/libHX-1.22.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1199449d2f063a444b7494ac3c650e7db437e9fa0477820896ab7e3729e329f7 +size 283165 diff --git a/libHX.changes b/libHX.changes index a0dc820..47b9009 100644 --- a/libHX.changes +++ b/libHX.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 14 17:57:13 CEST 2008 - mc@suse.de + +- update to version 1.22 + * need to use lstat() on directory operations such as mkdir and rmdir + * use RTLD_LAZY when opening dynamic libraries + * add libxml_helper + ------------------------------------------------------------------- Fri Aug 1 17:32:12 CEST 2008 - ro@suse.de diff --git a/libHX.spec b/libHX.spec index bfe9073..a1bccca 100644 --- a/libHX.spec +++ b/libHX.spec @@ -1,10 +1,17 @@ # -# spec file for package libHX (Version 1.18) +# spec file for package libHX (Version 1.22) # # 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/ # @@ -15,15 +22,15 @@ Name: libHX %define lname libHX13 BuildRequires: gcc-c++ libxml2-devel Summary: General-purpose Library -Version: 1.18 -Release: 2 +Version: 1.22 +Release: 1 License: LGPL v2.1 or later; LGPL v3 or later Prefix: /usr Group: System/Libraries Source: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %define debug_package_requires libHX13 = %{version} -Url: http://jengelh.hopto.org/f/libHX +Url: http://jengelh.medozas.de/projects/libHX/ %description A library for: * A+R/B trees to use for lists or maps (associative @@ -155,6 +162,11 @@ rm -rf $RPM_BUILD_ROOT %_libdir/pkgconfig/*.pc %changelog +* Thu Aug 14 2008 mc@suse.de +- update to version 1.22 + * need to use lstat() on directory operations such as mkdir and rmdir + * use RTLD_LAZY when opening dynamic libraries + * add libxml_helper * Fri Aug 01 2008 ro@suse.de - fix requires for debuginfo package * Mon Jun 23 2008 mc@suse.de