SHA256
1
0
forked from pool/libHX

Accepting request 95439 from devel:libraries:c_c++

- Update to new upstream release 3.12
* Clang support
* Fixes to the option parser's passthrough mode,
  which did not correctly copy arguments over
* POSIXLY_CORRECT support for the option parser
* Size reduction of data structures by eliminating
  seldomly-used fields

OBS-URL: https://build.opensuse.org/request/show/95439
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=36
This commit is contained in:
Stephan Kulow 2011-12-07 13:37:52 +00:00 committed by Git OBS Bridge
commit 9f760ad5d5
7 changed files with 42 additions and 23 deletions

View File

@ -1,4 +1,4 @@
libHX27 libHX28
libHX-devel libHX-devel
requires -libHX-<targettype> requires -libHX-<targettype>
requires "libHX27-<targettype> = <version>" requires "libHX28-<targettype> = <version>"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20939814b73f606233cadedce1d2e9af0a3bbcd141e8bdb9c58a43308b7e4653
size 802576

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)
iF4EABEIAAYFAk4tWmoACgkQkb3j62iiDkWV9wD+M/itPXAb2LkAkQIPxjD4PoT3
qQAMCHFSF/ckkMcWHoYBAJ+OSI25c3B1u6WIxPamPWSCCC6seC9UuHWqEONnv8FY
=IhJ2
-----END PGP SIGNATURE-----

3
libHX-3.12.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68287508eda091d822f2599aadab4eb362f8be4349d471b7c39ac209fcaecb4e
size 820932

17
libHX-3.12.tar.xz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
iQIcBAABAgAGBQJO2nXhAAoJEN//LNsZ/DONjG4P/iUYfcwWsrz7ZWwdTiexCpZL
dP0PMe9E7DAzcHye3UhDZxUiMamt9UkdJweTarw/ZKk+I4FSK3mZVXHpOgs3Q5F4
+/cIbSv6HXo+SqqIsVwHAExy2SzRyNr8dbpW+rVoSTVpk42lGH7MO0WHnx+t2b0B
2nJKnBul+vSotGtvw6LVTULjUGSTio+BD0jKm63uUt4Xar8y2OxbP7AqgMrjYOwg
38MbrTnE2D0ukowqHP0VQoze5sLpw9luPIz+sEmBH+J+VR/Ofj7/7NB5XE4ZR4aC
vQNH65mfsFniDHY28DLZr4uCCelLkKjCo2p+xpzU4y7/BH60v9lXPDtw3a+1h0Is
iMsSU14nMf2gHSs8vWxsgnAl1AxJrpsaKFG9BlQYEZ84mZPex3J85T+2Yy6L8J5f
evd+tyMa4IASBuJb8JI4G56laB75L7iNUySsUwfToCM1TJ+9CV2k+tV+hJMndjOM
gL3YOCIjuIRINNZa8pmcx/alFtWKdKmF1HVCPsP/TRnuGzUbSEOs1qUPJhPXwM/8
abH6fA4OIIaPbPCwxrFFjpj5ph7gBgWKVIX5GYu6ez83eRoLJb907KQi5fEcCsTy
0+BIiNr4Jtv1DkL0Psti0okYNXZkUmAneVobOGgVZbPAp1xd+IrnzZC/IySwQFnz
Tf7OzXl95DleBjIN0wV/
=ja81
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 3 20:05:01 UTC 2011 - jengelh@medozas.de
- Update to new upstream release 3.12
* Clang support
* Fixes to the option parser's passthrough mode,
which did not correctly copy arguments over
* POSIXLY_CORRECT support for the option parser
* Size reduction of data structures by eliminating
seldomly-used fields
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 1 10:24:53 UTC 2011 - coolo@suse.com Thu Dec 1 10:24:53 UTC 2011 - coolo@suse.com

View File

@ -15,23 +15,21 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: libHX Name: libHX
%define lname libHX27 %define lname libHX28
Summary: Useful collection of routines for C and C++ programming Summary: Useful collection of routines for C and C++ programming
Version: 3.11 Version: 3.12
Release: 0 Release: 0
License: LGPL v2+ License: LGPL-2.0+
Group: System/Libraries Group: Development/Libraries/C and C++
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
Source2: baselibs.conf Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake BuildRequires: automake gcc-c++ pkgconfig xz
BuildRequires: gcc-c++ URL: http://libhx.sf.net/
BuildRequires: pkg-config
BuildRequires: xz
%define debug_package_requires %lname = %version-%release
Url: http://libhx.sf.net/
%description %description
libHX is a C library (with some C++ bindings available) that provides libHX is a C library (with some C++ bindings available) that provides
@ -52,8 +50,8 @@ Authors:
Jan Engelhardt <jengelh [at] medozas de> Jan Engelhardt <jengelh [at] medozas de>
%package -n %lname %package -n %lname
Summary: Useful collection of routines for C and C++ programming Summary: Useful collection of routines for C and C++ programming
Group: System/Libraries
%description -n %lname %description -n %lname
libHX is a C library (with some C++ bindings available) that provides libHX is a C library (with some C++ bindings available) that provides