SHA256
1
0
forked from pool/libHX
OBS User unknown 2009-07-27 21:09:53 +00:00 committed by Git OBS Bridge
parent a936f0a109
commit 9177b1d93a
4 changed files with 16 additions and 66 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d386ab667dd7cc4e0cdfb6a519b4fcc621a1cda120899a442220fdeb30a0192
size 780561

3
libHX-2.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9907c8066ac0a7199fad171671d52b5f202ba5989b398c60af3219fe57f38fde
size 811080

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 27 11:10:51 CEST 2009 - mc@novell.com
- Version 2.9
- string: fixed number of fields and trailing NULL in HX_split4
- string: add HX_basename_exact
- HXproc now knows about HXPROC_NULL_*, which can be used to discard I/O
- HXproc: expressly prohibit HXPROC_STD* for HXproc_run_sync
-------------------------------------------------------------------
Mon May 11 11:18:17 CEST 2009 - mc@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package libHX (Version 2.7)
# spec file for package libHX (Version 2.9)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -22,9 +22,9 @@ Name: libHX
%define lname libHX18
BuildRequires: gcc-c++
Summary: General-purpose Library
Version: 2.7
Version: 2.9
Release: 1
License: LGPL v2.1 only; LGPL v3 only
License: LGPL v2.1 only ; LGPL v3 only
Prefix: /usr
Group: System/Libraries
Source: %{name}-%{version}.tar.bz2
@ -60,7 +60,7 @@ Authors:
Jan Engelhardt <jengelh [at] gmx de>
%package -n libHX18
License: LGPL v2.1 or later; LGPL v3 or later
License: LGPL v2.1 or later ; LGPL v3 or later
Summary: General-purpose Library
Group: System/Libraries
@ -162,62 +162,3 @@ rm -rf $RPM_BUILD_ROOT
%_libdir/pkgconfig/*.pc
%changelog
* Mon May 11 2009 mc@suse.de
- update to version 2.7
- update ducumentation
- arbtree: add "flat view" operation
- misc: added HX_fls
- misc: make HX_time_compare otime-capable
- add wx_helper.hpp
* Wed Feb 18 2009 mc@suse.de
- update to version 2.5
* a lot of new features and fixes
see /usr/share/doc/packages/libHX/changelog.txt for details
* move lib back to /usr/lib/
* Thu Jan 29 2009 crrodriguez@suse.de
- move .so symlinks to %%{_libdir}
- fix -devel package dependencies
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Thu Sep 25 2008 mc@suse.de
- pointer was not automatically updated after hmc_trunc()
- make code resistant to memory allocation failure
* Fri Sep 05 2008 mc@suse.de
- update to version 1.23
- code cleanup: misc.h has been split off libHX.h
- add defs.h
- move libs to /lib[64] (required for pam_mount)
* 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
- package rename to libHX13, libHX-devel
- version 1.18
- implement reverse iterating through HXlist
- remove deprecated HXlist_init_head() and HXclist_init_head()
[replaced by HXlist_init() and HXclist_init()]
- added HX_ffs()
- HXlist: added HXlist_for_each_safe, HXlist_for_each_entry_safe
- HXclist: added HXclist_del
* Thu Apr 10 2008 ro@suse.de
- added baselibs.conf file to build xxbit packages
for multilib support
* Mon Apr 07 2008 mc@suse.de
- version 1.15
- HXformat: add %%(ifempty) and %%(ifnempty) tags
- libHX.h: split into {arbtree,deque,option,string}.h (and libHX.h)
- Add inline-doubly-linked-list data structures
* Wed Apr 02 2008 mc@suse.de
- version 1.10.2
* bugfixes
* Mon Oct 08 2007 mc@suse.de
- version 1.10.1
* Fix output of line-wrapped help text
* fix tarball
- package pkgconfig file
* Thu Jul 12 2007 mc@suse.de
- initial release 1.10.0