Accepting request 776456 from Education
OBS-URL: https://build.opensuse.org/request/show/776456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dictd?expand=0&rev=3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/cheusov/dictd</param>
|
||||
<param name="changesrevision">1c167244d9227e7944f85dfc45bed613c07cefb5</param></service></servicedata>
|
||||
<param name="changesrevision">78aa097ad20e4ff14f8b73b8c546d57507932a1f</param></service></servicedata>
|
BIN
dictd-1.12.1+git.1555438032.190d8c6.tar.xz
(Stored with Git LFS)
BIN
dictd-1.12.1+git.1555438032.190d8c6.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
dictd-1.12.1+git.1579902294.78aa097.tar.xz
(Stored with Git LFS)
Normal file
BIN
dictd-1.12.1+git.1579902294.78aa097.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: dictd
|
||||
Version: 1.12.1+git.1555438032.190d8c6
|
||||
Version: 1.12.1+git.1579902294.78aa097
|
||||
Release: 0
|
||||
Summary: DICT protocol (RFC 2229) server and command-line client
|
||||
License: GPL-1.0-or-later AND Zlib AND MIT
|
||||
@@ -35,8 +35,8 @@ BuildRequires: gcc
|
||||
BuildRequires: libdbi-devel
|
||||
BuildRequires: libmaa-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
# libtool-ltdl-devel byacc
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: systemd-rpm-macros
|
||||
|
Reference in New Issue
Block a user