diff --git a/libHX-3.18.tar.xz b/libHX-3.18.tar.xz deleted file mode 100644 index 732f7d9..0000000 --- a/libHX-3.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f8e84845e50311497881d4dc6112924ff77e5342ac7b01310a765a76c98b3aa -size 873952 diff --git a/libHX-3.18.tar.xz.asc b/libHX-3.18.tar.xz.asc deleted file mode 100644 index 008720e..0000000 --- a/libHX-3.18.tar.xz.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iQIcBAABAgAGBQJSxoG6AAoJEN//LNsZ/DONGfcQAIITPrbVY9axjfYYYnIVALNX -L5HTK0XzMLZUCamuL2dDQ7pJj5TadA8OW36uzL4aewAwXnhr7wfw/I/ZKMZ9MzN/ -+h2kUwZKCLVSffs/N5EfM7nyDI1e4L0c3UgiFLny26lCCEWKAbHCGrzw5XPg3ELq -ennTSfsA4FleOyEbd2eEbbkGqFkyXImKwKXfPYqIZl6QPudfgVDZfOhx5F0UhUGc -GutkpNhDkx/p9cKWIcvIix1uAo5IWMpPAIpLDs0P4dReQ1kZBA++7YiFa6bNydKH -IDXvCntLc5MnRF/9fcYyGu/W89N512lMxzhZIT9J09gUCftlYBwUMSWzD0g6W+ic -2nKcGP91NjeT3O4NeqYwFum5cARMrA5MUP3w1kDWoI068KfaPj9FmURq7TlLOEsL -BBqafAZg3ETZsEpLvPup9ehxyIkIFu+r93zFZBOAupFgI4JV7VU/YbAcA5th/Vp4 -Af58NK0iJX+iv/E3ykKSotFwNDAs9wp4mIsNtHrnusBzz897Vsx+jmHnABnwzpm9 -6oWvjCUA4oU8qmv/IwAtX8ZFz/J3/icEi8KkdQ8yIktWoXujns1kIZK8zx8Eoa6y -myaNeSrrhh0lh4e4KG/PtnUjbyZ6MK+bCCvYPDdIv68ECZpmdDlMgN6AH/tQGeT9 -YaQlvRjpjN3bL0fF9foz -=RoTN ------END PGP SIGNATURE----- diff --git a/libHX-3.19.tar.xz b/libHX-3.19.tar.xz new file mode 100644 index 0000000..dc25291 --- /dev/null +++ b/libHX-3.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4deefb17669017a2c4125bcbbd1da6247d169437fa512b0c07758ef472d063 +size 874144 diff --git a/libHX-3.19.tar.xz.asc b/libHX-3.19.tar.xz.asc new file mode 100644 index 0000000..e417efe --- /dev/null +++ b/libHX-3.19.tar.xz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.22 (GNU/Linux) + +iF4EABEIAAYFAlMHpTsACgkQkb3j62iiDkXzqAD/Yv7zS4ONYtRAVZpbS5rs4dLn +gobc05p0vLwj1XagTO8BAJlXeqhJb4DeyCBrlJOS7BfrkZsfovDxvRoyV4sgaOlr +=2JiV +-----END PGP SIGNATURE----- diff --git a/libHX.changes b/libHX.changes index 3735c84..82aa6cc 100644 --- a/libHX.changes +++ b/libHX.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 21 19:13:11 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.19 +* string: add the HXQUOTE_SQLSQUOTE quoting variant + ------------------------------------------------------------------- Mon Feb 10 17:12:56 UTC 2014 - jengelh@inai.de diff --git a/libHX.spec b/libHX.spec index 0ace3bf..ab08bc8 100644 --- a/libHX.spec +++ b/libHX.spec @@ -21,7 +21,7 @@ Name: libHX Summary: Useful collection of routines for C and C++ programming License: LGPL-2.1 or LGPL-3.0 Group: Development/Libraries/C and C++ -Version: 3.18 +Version: 3.19 Release: 0 Url: http://libhx.sf.net/ @@ -43,18 +43,6 @@ data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. -libHX aids in quickly writing up C and C++ data processing programs, -by consolidating tasks that often happen to be open-coded, such as -(simple) config file reading, option parsing, directory traversal, -and others, into a library. The focus is on reducing the amount of -time (and secondarily, the amount of code) a developer has to spend -for otherwise implementing such. - - -Authors: --------- - Jan Engelhardt - %package -n %lname Summary: Useful collection of routines for C and C++ programming Group: System/Libraries @@ -72,11 +60,6 @@ and others, into a library. The focus is on reducing the amount of time (and secondarily, the amount of code) a developer has to spend for otherwise implementing such. - -Authors: --------- - Jan Engelhardt - %package devel Summary: Useful collection of routines for C and C++ programming Group: Development/Libraries/C and C++ @@ -88,18 +71,6 @@ data structures and functions commonly needed, such as maps, deques, linked lists, string formatting and autoresizing, option and config file parsing, type checking casts and more. -libHX aids in quickly writing up C and C++ data processing programs, -by consolidating tasks that often happen to be open-coded, such as -(simple) config file reading, option parsing, directory traversal, -and others, into a library. The focus is on reducing the amount of -time (and secondarily, the amount of code) a developer has to spend -for otherwise implementing such. - - -Authors: --------- - Jan Engelhardt - %prep %{?gpg_verify: %gpg_verify %{S:2}} %if 0%{?__xz:1} @@ -110,23 +81,19 @@ tar -xf "%{S:0}" --use=xz; %endif %build -%define _configure ../configure -mkdir obj; -pushd obj/ %configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name" make %{?_smp_mflags} -popd %install b="%buildroot"; -make -C obj DESTDIR="$b" install +make DESTDIR="$b" install mkdir -p "$b/%_docdir/%name" install -pm0644 doc/* "$b/%_docdir/%name" rm -f "$b/%_docdir/%name"/Makefile* find "$b/%_libdir" -type f -name "*.la" -delete; %check -make -C obj check %{?_smp_mflags} +make check %{?_smp_mflags} %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig