forked from pool/libHX
Accepting request 159490 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/159490 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libHX?expand=0&rev=46
This commit is contained in:
commit
e40dd16e40
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a1550dc9cb8d441dce83dbd1f2b609ae45439e95568c945499d0a084cc76f1e6
|
|
||||||
size 858960
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.19 (GNU/Linux)
|
|
||||||
|
|
||||||
iF4EABEIAAYFAlDhUu8ACgkQkb3j62iiDkUYgwD+N1wOZNL0smCG6Stdps3Px1Uq
|
|
||||||
FFH6l/FG8YvrY1fdByEBAIemRj/X7pEUlhUXIxyCGj7jFxjyGZK7igOfFg3RXemo
|
|
||||||
=v2o7
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libHX-3.15.tar.xz
Normal file
3
libHX-3.15.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5acbd4e3e48f6158dd8e326539b5bb6c308d5eac26cec60f42f65b28d0624920
|
||||||
|
size 861600
|
7
libHX-3.15.tar.xz.asc
Normal file
7
libHX-3.15.tar.xz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.19 (GNU/Linux)
|
||||||
|
|
||||||
|
iF4EABEIAAYFAlE4+JcACgkQkb3j62iiDkVgdQD+L9P0PjCTjmsEPJPBm/iXLjd+
|
||||||
|
0XmMlr/UJ1ov71jr4JkBAJtrpaSU2MgMjasjVNNJLnE/CUqQ9Fy4+9KeHHtyo1Bo
|
||||||
|
=mIr/
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 7 20:29:53 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 3.15
|
||||||
|
* string: add HX_strchr2
|
||||||
|
* string: add HXQUOTE_URIENC mechanism for HX_strquote
|
||||||
|
* defs: HXsizeof_member becomes FIELD_SIZEOF
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 31 08:55:30 UTC 2012 - jengelh@inai.de
|
Mon Dec 31 08:55:30 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
@ -27,7 +35,7 @@ Sat Jul 28 11:16:25 UTC 2012 - jengelh@inai.de
|
|||||||
timespec with support for negative time values
|
timespec with support for negative time values
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 11 00:12:21 UTC 2012 - jengelh@medozas.de
|
Sat Feb 11 00:12:21 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
- Update autotools BuildRequires (add libtool) for Factory/12.2,
|
- Update autotools BuildRequires (add libtool) for Factory/12.2,
|
||||||
remove unnecessary regeneration stage
|
remove unnecessary regeneration stage
|
||||||
|
10
libHX.spec
10
libHX.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libHX
|
# spec file for package libHX
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,7 +21,7 @@ Name: libHX
|
|||||||
Summary: Useful collection of routines for C and C++ programming
|
Summary: Useful collection of routines for C and C++ programming
|
||||||
License: LGPL-2.1 or LGPL-3.0
|
License: LGPL-2.1 or LGPL-3.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 3.14.1
|
Version: 3.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://libhx.sf.net/
|
Url: http://libhx.sf.net/
|
||||||
|
|
||||||
@ -31,7 +31,6 @@ Source3: baselibs.conf
|
|||||||
Source4: %name.keyring
|
Source4: %name.keyring
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version} >= 1230
|
%if 0%{?suse_version} >= 1230
|
||||||
@ -102,9 +101,7 @@ Authors:
|
|||||||
Jan Engelhardt <jengelh [at] medozas de>
|
Jan Engelhardt <jengelh [at] medozas de>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?gpg_verify:1}
|
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||||
%gpg_verify %{S:2}
|
|
||||||
%endif
|
|
||||||
%if 0%{?__xz:1}
|
%if 0%{?__xz:1}
|
||||||
%setup -q
|
%setup -q
|
||||||
%else
|
%else
|
||||||
@ -127,7 +124,6 @@ find "$b/%_libdir" -type f -name "*.la" -delete;
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
|
Loading…
Reference in New Issue
Block a user