SHA256
1
0
forked from pool/libHX
OBS User unknown
2008-08-14 22:48:18 +00:00
committed by Git OBS Bridge
parent 3803da4fa6
commit 0f7c14931a
4 changed files with 29 additions and 9 deletions

BIN
libHX-1.18.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
libHX-1.22.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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

View File

@@ -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