diff --git a/_servicedata b/_servicedata
index a827dfc..90bf94d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/cheusov/dictd
- 1c167244d9227e7944f85dfc45bed613c07cefb5
\ No newline at end of file
+ 78aa097ad20e4ff14f8b73b8c546d57507932a1f
\ No newline at end of file
diff --git a/dictd-1.12.1+git.1555438032.190d8c6.tar.xz b/dictd-1.12.1+git.1555438032.190d8c6.tar.xz
deleted file mode 100644
index e678eaa..0000000
--- a/dictd-1.12.1+git.1555438032.190d8c6.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:865a0a82472c9ef5691231d23c2ff8ae0b90636671be377b63bc70e5319621e0
-size 237680
diff --git a/dictd-1.12.1+git.1579902294.78aa097.tar.xz b/dictd-1.12.1+git.1579902294.78aa097.tar.xz
new file mode 100644
index 0000000..e24b107
--- /dev/null
+++ b/dictd-1.12.1+git.1579902294.78aa097.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:397c12049f4d8592ed2047c492005142874147e80b5da4cb6da4145daa65164c
+size 237784
diff --git a/dictd.changes b/dictd.changes
index 8797d67..4e161b8 100644
--- a/dictd.changes
+++ b/dictd.changes
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Wed Feb 19 11:15:40 UTC 2020 - Matej Cepl
+
+- 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
diff --git a/dictd.spec b/dictd.spec
index 5e29df5..0ab2cad 100644
--- a/dictd.spec
+++ b/dictd.spec
@@ -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