Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2015-03-03 11:15:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/idutils (Old)
 and      /work/SRC/openSUSE:Factory/.idutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "idutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/idutils/idutils.changes  2014-10-16 
18:16:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.idutils.new/idutils.changes     2015-03-03 
11:15:51.000000000 +0100
@@ -1,0 +2,20 @@
+Sun Mar  1 17:32:19 UTC 2015 - [email protected]
+
+- Fix lid manpage conflict for real
+
+-------------------------------------------------------------------
+Thu Feb 19 17:58:24 UTC 2015 - [email protected]
+
+- Do not provide lid manpage as it conflicts with lid manpages
+  provided by libuser; temporal solution
+
+-------------------------------------------------------------------
+Wed Jan 21 14:20:02 UTC 2015 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  idutils-4.2.tar.gz

New:
----
  idutils-4.6.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ idutils.spec ++++++
--- /var/tmp/diff_new_pack.vcCoSi/_old  2015-03-03 11:15:52.000000000 +0100
+++ /var/tmp/diff_new_pack.vcCoSi/_new  2015-03-03 11:15:52.000000000 +0100
@@ -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 @@
 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 @@
 from the command line or from within Emacs, serving as an augmented
 tags facility.
 
-
-
-Authors:
---------
-    Greg McGary <[email protected]>
-    Tom Horsley <[email protected]>
+%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
@@ -61,6 +56,8 @@
 install -d $RPM_BUILD_ROOT/var/lib/idutils
 mv $RPM_BUILD_ROOT%{_prefix}/share/id-lang.map $RPM_BUILD_ROOT/var/lib/idutils
 ln -s ../../var/lib/idutils/id-lang.map 
$RPM_BUILD_ROOT%{_prefix}/share/id-lang.map
+# Conflict with libuser
+rm -f %{buildroot}%{_mandir}/man1/lid.1
 %find_lang %name
 
 %post
@@ -74,15 +71,18 @@
 %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

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to