From 9277b4c008fbda0fb9c4f3192acc4a9a91ad75d8aa7703535386959a5fad8b29 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 17 Feb 2015 12:40:29 +0000 Subject: [PATCH] Accepting request 286493 from home:posophe:branches:devel:tools Update OBS-URL: https://build.opensuse.org/request/show/286493 OBS-URL: https://build.opensuse.org/package/show/devel:tools/idutils?expand=0&rev=5 --- idutils-4.2.tar.gz | 3 --- idutils-4.6.tar.xz | 3 +++ idutils.changes | 9 +++++++++ idutils.spec | 34 ++++++++++++++++------------------ 4 files changed, 28 insertions(+), 21 deletions(-) delete mode 100644 idutils-4.2.tar.gz create mode 100644 idutils-4.6.tar.xz diff --git a/idutils-4.2.tar.gz b/idutils-4.2.tar.gz deleted file mode 100644 index 412ce95..0000000 --- a/idutils-4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c5740eebf02812e61963a5f90b2e0aed240fe8009853f508fda22b99f7f1fa99 -size 706193 diff --git a/idutils-4.6.tar.xz b/idutils-4.6.tar.xz new file mode 100644 index 0000000..9d0dda4 --- /dev/null +++ b/idutils-4.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8181f43a4fb62f6f0ccf3b84dbe9bec71ecabd6dfdcf49c6b5584521c888aac2 +size 1001496 diff --git a/idutils.changes b/idutils.changes index 7836fa4..485e0c5 100644 --- a/idutils.changes +++ b/idutils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 21 14:20:02 UTC 2015 - p.drouand@gmail.com + +- Update to version 4.6 + * lid -L no longer mishandles open-ended ranges like "..2" and "2.." + * lid's -d, -o and -x options now work properly +- Remove obsolete AUTHORS section +- Split out translation files into idutils-lang + ------------------------------------------------------------------- Tue Oct 14 10:48:30 UTC 2014 - jengelh@inai.de diff --git a/idutils.spec b/idutils.spec index c4d2868..526058e 100644 --- a/idutils.spec +++ b/idutils.spec @@ -1,7 +1,7 @@ # # spec file for package idutils # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,16 +20,17 @@ Name: idutils Summary: Language-Independent Identifier Database Tool License: GPL-2.0+ Group: Productivity/Text/Utilities -Version: 4.2 +Version: 4.6 Release: 0 Url: http://www.gnu.org/software/idutils/ -Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.gz +Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: emacs-nox PreReq: %{install_info_prereq} Provides: id-utils Obsoletes: id-utils Obsoletes: id_utils +Recommends: %{name}-lang %description Mkid is a simple, fast, high-capacity, and language-independent @@ -39,21 +40,15 @@ literal numbers, or ordinary words. Database queries can be issued from the command line or from within Emacs, serving as an augmented tags facility. - - -Authors: --------- - Greg McGary - Tom Horsley +%lang_package %prep %setup %build -#autoreconf --force --install -#test -f po/Makevars || mv po/Makevars.template po/Makevars %configure -export LC_CTYPE=ISO-8859-1 +# fix gets compile error https://lists.gnu.org/archive/html/grub-devel/2012-07/msg00051.html +sed -i -e '/gets is a security/d' lib/stdio.in.h make %{?_smp_mflags} %install @@ -74,15 +69,18 @@ fi %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/idutils.info.gz -%files -f %name.lang +%files %defattr(-,root,root) %doc ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO %config /var/lib/idutils/id-lang.map %dir /var/lib/idutils -%{_prefix}/share/id-lang.map -%{_prefix}/share/emacs/site-lisp/idutils.el -%{_prefix}/share/emacs/site-lisp/idutils.elc -%{_prefix}/bin/* -%doc %{_infodir}/idutils.info* +%{_datadir}/id-lang.map +%{_datadir}/emacs/site-lisp/idutils.el +%{_datadir}/emacs/site-lisp/idutils.elc +%{_bindir}/* +%{_mandir}/man1/* +%{_infodir}/idutils.info* + +%files lang -f %{name}.lang %changelog