diff --git a/_service b/_service
index 09019af..00c9ae1 100644
--- a/_service
+++ b/_service
@@ -1,16 +1,15 @@
-
- 1.12.1.git
+
+ 1.12.1+git
https://github.com/cheusov/dictd
git
-
-
+ .git*
enable
+ Matej Cepl <mcepl@cepl.eu>
-
-
+
xz
*.tar
-
+
diff --git a/_service:obs_scm:_servicedata b/_service:obs_scm:_servicedata
deleted file mode 100644
index b5fe9dd..0000000
--- a/_service:obs_scm:_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/cheusov/dictd
- 9a2f53ec26ec7eb1880437f1cafae6291634c98d
\ No newline at end of file
diff --git a/_service:obs_scm:dictd-1.12.1.git.1520674574.9a2f53e.obscpio b/_service:obs_scm:dictd-1.12.1.git.1520674574.9a2f53e.obscpio
deleted file mode 100644
index b7b3404..0000000
--- a/_service:obs_scm:dictd-1.12.1.git.1520674574.9a2f53e.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2f4dc2a825e2065c2f6b6ef3b1f5c960ebe75e91db11da26c484b1f77a9cad64
-size 2025484
diff --git a/_service:obs_scm:dictd.obsinfo b/_service:obs_scm:dictd.obsinfo
deleted file mode 100644
index 181e1f8..0000000
--- a/_service:obs_scm:dictd.obsinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-name: dictd
-version: 1.12.1.git.1520674574.9a2f53e
-mtime: 1520674574
-commit: 9a2f53ec26ec7eb1880437f1cafae6291634c98d
-
diff --git a/_servicedata b/_servicedata
index b5fe9dd..a827dfc 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/cheusov/dictd
- 9a2f53ec26ec7eb1880437f1cafae6291634c98d
\ No newline at end of file
+ 1c167244d9227e7944f85dfc45bed613c07cefb5
\ 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
new file mode 100644
index 0000000..e678eaa
--- /dev/null
+++ b/dictd-1.12.1+git.1555438032.190d8c6.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:865a0a82472c9ef5691231d23c2ff8ae0b90636671be377b63bc70e5319621e0
+size 237680
diff --git a/dictd.changes b/dictd.changes
index ff9d4a5..f3aa508 100644
--- a/dictd.changes
+++ b/dictd.changes
@@ -1,3 +1,27 @@
+-------------------------------------------------------------------
+Wed Apr 24 12:04:26 CEST 2019 - Matej Cepl
+
+- Update to 1.12.1+git.1555438032.190d8c6:
+ - Remove --enable-dictorg from dict(1)
+- Stop using obs_scm, it doesn't work, use tar_scm instead.
+- Use tighter globs in %%files to make debuginfo generator happy.
+- Clean up SPEC using spec-cleaner.
+
+-------------------------------------------------------------------
+Wed Apr 24 10:00:52 UTC 2019 - Matej Cepl
+
+- Update to version 1.12.1+git.1555438032.190d8c6:
+ * Remove --enable-dictorg from dict(1)
+ * update config.sub and config.guess
+ * dictfmt: fix merge conflict
+ * dictfmt: fix compilation failure on Solaris (alloca)
+ * dictfmt: DICTFMT_SORT variable is used for setting sort(1)
+ * Support for --use-dictorg was removed
+ * Support for socks5 was removed
+ * Clean-ups for autocrap build system (headers and types)
+ * Use stable sort to ensure already-sorted input stays sorted.
+ * Revert "Update tables for is{space,alnum}__ (report by michael72)"
+
-------------------------------------------------------------------
Mon Feb 4 18:59:56 UTC 2019 - Jan Engelhardt
diff --git a/dictd.spec b/dictd.spec
index deb1a74..79d1ef9 100644
--- a/dictd.spec
+++ b/dictd.spec
@@ -1,7 +1,7 @@
#
# spec file for package dictd
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,8 @@
#
-
Name: dictd
-Version: 1.12.1.git.1520674574.9a2f53e
+Version: 1.12.1+git.1555438032.190d8c6
Release: 0
Summary: DICT protocol (RFC 2229) server and command-line client
License: GPL-1.0-or-later AND Zlib AND MIT
@@ -40,7 +39,7 @@ BuildRequires: systemd
BuildRequires: zlib-devel
# libtool-ltdl-devel byacc
%if 0%{?suse_version}
-BuildRequires: systemd-rpm-macros
+BuildRequires: systemd-rpm-macros
%{?systemd_requires}
%endif
@@ -52,7 +51,7 @@ execute `dict grunt` at a command line. See the man pages of dict and
dictd for details.
%prep
-%setup
+%setup -q
%autopatch -p1
autoreconf -fv
@@ -77,7 +76,6 @@ export LDFLAGS="%{?__global_ldflags}" CPPFLAGS="%{optflags} -fPIC"
# --disable-plugin
make %{?_smp_mflags}
-
%install
%make_install
install -D -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/colorit.conf
@@ -98,7 +96,7 @@ EOF
install -D -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/dictd.service
-ln -s /usr/sbin/service %{buildroot}%{_sbindir}/rcdictd
+ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcdictd
# Makefile doesn't work correctly with libdir
if [ "x%{_libdir}" != "x%{_libexecdir}" ] ; then
@@ -107,7 +105,6 @@ if [ "x%{_libdir}" != "x%{_libexecdir}" ] ; then
fi
rm -fv %{buildroot}%{_libdir}/*.{la,a}
-
%pre
%service_add_pre dictd.service
@@ -122,16 +119,17 @@ chmod 644 %{_localstatedir}/log/dictd
%postun
%service_del_postun dictd.service
-
%files
%license COPYING
%doc ANNOUNCE NEWS README example*
%doc doc/dicf.ms doc/rfc.ms doc/rfc2229.txt doc/security.doc
-%{_bindir}/*
-%{_sbindir}/*
-%{_libdir}/*
-%{_mandir}/man1/*
-%{_mandir}/man8/*
+%{_bindir}/dict*
+%{_bindir}/colorit
+%{_sbindir}/*dictd
+%{_libdir}/dictdplugin_dbi.so*
+%{_mandir}/man1/colorit*
+%{_mandir}/man1/dict*
+%{_mandir}/man8/dict*
%attr(0644,root,root) %{_unitdir}/dictd.service
%config(noreplace) %{_sysconfdir}/colorit.conf
%config(noreplace) %{_sysconfdir}/dictd.conf