Accepting request 776446 from home:mcepl:branches:Education
- Update to version 1.12.1+git.1579902294.78aa097: * Replace inet_ntoa with gethostbyname for checking -lnsl library. It seems recent IssumOS has inet_ntoa in libc. * test/dictzip_test.in: use @AWK@ instead of awk * test/dictzip_test.in: avoid printing binary \0. This fixes test on some systems * Fix test/dictzip_test regression test with broken busybox-1.30 AWK implementation. Use AWK set to ./configure script * dictfmt: fix overlap of memcpy(3) (overlap of source and destination pointers) Use memmove(3) instead of memcpy(3). This fixes test fail on Linux/musl. * Fix build on Solaris-10 OBS-URL: https://build.opensuse.org/request/show/776446 OBS-URL: https://build.opensuse.org/package/show/Education/dictd?expand=0&rev=19
This commit is contained in:
parent
aba9ef7b74
commit
ca4b7da854
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/cheusov/dictd</param>
|
<param name="url">https://github.com/cheusov/dictd</param>
|
||||||
<param name="changesrevision">1c167244d9227e7944f85dfc45bed613c07cefb5</param></service></servicedata>
|
<param name="changesrevision">78aa097ad20e4ff14f8b73b8c546d57507932a1f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:865a0a82472c9ef5691231d23c2ff8ae0b90636671be377b63bc70e5319621e0
|
|
||||||
size 237680
|
|
3
dictd-1.12.1+git.1579902294.78aa097.tar.xz
Normal file
3
dictd-1.12.1+git.1579902294.78aa097.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:397c12049f4d8592ed2047c492005142874147e80b5da4cb6da4145daa65164c
|
||||||
|
size 237784
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 11:15:40 UTC 2020 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to version 1.12.1+git.1579902294.78aa097:
|
||||||
|
* Replace inet_ntoa with gethostbyname for checking -lnsl library. It seems recent IssumOS has inet_ntoa in libc.
|
||||||
|
* test/dictzip_test.in: use @AWK@ instead of awk
|
||||||
|
* test/dictzip_test.in: avoid printing binary \0. This fixes test on some systems
|
||||||
|
* Fix test/dictzip_test regression test with broken busybox-1.30 AWK implementation. Use AWK set to ./configure script
|
||||||
|
* dictfmt: fix overlap of memcpy(3) (overlap of source and destination pointers) Use memmove(3) instead of memcpy(3). This fixes test fail on Linux/musl.
|
||||||
|
* Fix build on Solaris-10
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 15:29:38 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Jun 5 15:29:38 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dictd
|
# spec file for package dictd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dictd
|
Name: dictd
|
||||||
Version: 1.12.1+git.1555438032.190d8c6
|
Version: 1.12.1+git.1579902294.78aa097
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DICT protocol (RFC 2229) server and command-line client
|
Summary: DICT protocol (RFC 2229) server and command-line client
|
||||||
License: GPL-1.0-or-later AND Zlib AND MIT
|
License: GPL-1.0-or-later AND Zlib AND MIT
|
||||||
@ -35,8 +35,8 @@ BuildRequires: gcc
|
|||||||
BuildRequires: libdbi-devel
|
BuildRequires: libdbi-devel
|
||||||
BuildRequires: libmaa-devel
|
BuildRequires: libmaa-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkgconfig(systemd)
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
|
BuildRequires: pkgconfig(systemd)
|
||||||
# libtool-ltdl-devel byacc
|
# libtool-ltdl-devel byacc
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user