forked from pool/libHX
Accepting request 66185 from devel:libraries:c_c++
Accepted submit request 66185 from user coolo OBS-URL: https://build.opensuse.org/request/show/66185 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=24
This commit is contained in:
commit
14761e9ad7
@ -1 +1 @@
|
||||
libHX25
|
||||
libHX27
|
||||
|
3
libHX-3.10.tar.xz
Normal file
3
libHX-3.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b487fc58dde11a146d1ad92f3329a74edf6a8e1a08be5bf6c1d82597a532db6
|
||||
size 801704
|
7
libHX-3.10.tar.xz.asc
Normal file
7
libHX-3.10.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.16 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk2bX44ACgkQ92gFgoRMQ2BM/QCfSDY3iormXHwtxAv4/CDAJanf
|
||||
YEoAn3IH9V+tQf8swzo5QA/LYr8DvIQA
|
||||
=gqzk
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:513c527b53ed336ba5a759aaa07da3caae2a7ed1ae661ed4e78e3e24f93af552
|
||||
size 786236
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.15 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk0zjK8ACgkQ92gFgoRMQ2CwAACfaINIYE1+kucEcTAR2jqzJxwp
|
||||
880AnjFevE197PhsgSL+sDHAVR7ktF/q
|
||||
=1Sxy
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 5 18:46:20 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Update to new upstream release 3.10
|
||||
* format: do not split arguments in %(lower) and %(upper)
|
||||
* defs: add array type checking in ARRAY_SIZE
|
||||
* opt: use non-zero sentinel marker
|
||||
* defs: add BUILD_BUG_ON_EXPR
|
||||
* format: provide a %(substr) function
|
||||
* io: add HX_readlink (zero-terminating mc-output readlink)
|
||||
* io: add HX_realpath (supports relative-path output)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 17 00:31:26 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
|
12
libHX.spec
12
libHX.spec
@ -19,19 +19,19 @@
|
||||
|
||||
|
||||
Name: libHX
|
||||
%define lname libHX25
|
||||
%define lname libHX27
|
||||
BuildRequires: gcc-c++ xz
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Version: 3.9.1
|
||||
Version: 3.10
|
||||
Release: 1
|
||||
License: LGPL v2+
|
||||
Group: System/Libraries
|
||||
Source: http://downloads.sf.net/libhx/libHX-%version.tar.xz
|
||||
Source3: http://downloads.sf.net/libhx/libHX-%version.tar.xz.asc
|
||||
Source2: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
%define debug_package_requires %lname = %version-%release
|
||||
Url: http://libhx.sf.net/
|
||||
URL: http://libhx.sf.net/
|
||||
|
||||
%description
|
||||
libHX is a C library (with some C++ bindings available) that provides
|
||||
@ -52,8 +52,6 @@ Authors:
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
%package -n %lname
|
||||
|
||||
|
||||
License: LGPL v2+
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
Group: System/Libraries
|
||||
@ -76,7 +74,6 @@ Authors:
|
||||
--------
|
||||
Jan Engelhardt <jengelh [at] medozas de>
|
||||
|
||||
|
||||
%package devel
|
||||
License: LGPL v2+
|
||||
Summary: Useful collection of routines for C and C++ programming
|
||||
@ -131,7 +128,6 @@ make check
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_bindir/*
|
||||
%_mandir/*/*
|
||||
%docdir %_docdir/%name
|
||||
%_docdir/%name
|
||||
|
Loading…
Reference in New Issue
Block a user