[dictd] update to 1.12.1 add support for aarch64 (#925252)

Karsten Hopp karsten at fedoraproject.org
Mon Apr 22 13:18:08 UTC 2013


commit 775ee60f9850940052bbd02943d1b93260ca98c7
Author: Karsten Hopp <karsten at redhat.com>
Date:   Mon Apr 22 15:17:42 2013 +0200

    update to 1.12.1
    add support for aarch64 (#925252)

 .gitignore |    2 ++
 dictd.spec |   19 +++++++++++--------
 sources    |    4 ++--
 3 files changed, 15 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 219feba..75d1f94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,5 @@ dictd-1.11.0.tar.gz
 libmaa-1.1.0.tar.gz
 /libmaa-1.3.0.tar.gz
 /dictd-1.12.0.tar.gz
+/dictd-1.12.1.tar.gz
+/libmaa-1.3.2.tar.gz
diff --git a/dictd.spec b/dictd.spec
index 8069d02..9ab470f 100644
--- a/dictd.spec
+++ b/dictd.spec
@@ -6,17 +6,16 @@
 %global username    dictd
 %global homedir     %{_datadir}/dict/dictd
 %global gecos       dictd dictionary server
-%define libmaaVersion 1.3.0
+%define libmaaVersion 1.3.2
 Summary:   DICT protocol (RFC 2229) server and command-line client
 Name:      dictd
-Version:   1.12.0
-Release:   6%{?dist}
+Version:   1.12.1
+Release:   1%{?dist}
 License:   GPL+ and zlib and MIT
 Group:     Applications/Internet
 Source0:   http://downloads.sourceforge.net/dict/%{name}-%{version}.tar.gz
 Source1:   dictd.service
 Source2:   libmaa-%{libmaaVersion}.tar.gz
-Patch0:    dictd-1.12.0-unusedvar.patch
 URL:       http://www.dict.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:   flex bison libtool libtool-libs libtool-ltdl-devel byacc
@@ -32,9 +31,6 @@ language dictionary databases.
 %package server
 Summary: Server for the Dictionary Server Protocol (DICT)
 Group: System Environment/Daemons
-#Requires(post):  chkconfig
-#Requires(preun): chkconfig
-#Requires(postun): initscripts
 Requires(post): systemd-units
 Requires(preun): systemd-units
 Requires(postun): systemd-units
@@ -48,10 +44,13 @@ More information can be found in the INSTALL file in this package.
 %setup -q
 tar xzf %{SOURCE2}
 mv libmaa-%{libmaaVersion} libmaa
-%patch0 -p1 -b .unusedvar
 
 %build
+# Required for aarch64 support:
+autoreconf -i -f
 pushd libmaa
+# Required for aarch64 support:
+autoreconf -i -f
 ./configure
 make
 popd
@@ -164,6 +163,10 @@ exit 0
 %config(noreplace) %{_sysconfdir}/dictd.conf
 
 %changelog
+* Mon Apr 22 2013 Karsten Hopp <karsten at redhat.com> 1.12.1-1
+- update to 1.12.1
+- add support for aarch64 (#925252)
+
 * Wed Apr 10 2013 Jon Ciesla <limburgher at gmail.com> - 1.12.0-6
 - Migrate from fedora-usermgmt to guideline scriptlets.
 
diff --git a/sources b/sources
index 7849c0d..4be4c3c 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-ea87fda8987f3b12bee6963a7aacc279  libmaa-1.3.0.tar.gz
-71aaf3a697ea2e9409643f11ea85b53a  dictd-1.12.0.tar.gz
+62696491174c22079f664830d07c0623  dictd-1.12.1.tar.gz
+01dab2cde2e0a322653e45bfa63537ee  libmaa-1.3.2.tar.gz


More information about the scm-commits mailing list