commit idutils for openSUSE:Factory

2019-08-28 Thread root
Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2019-08-28 18:38:27

Comparing /work/SRC/openSUSE:Factory/idutils (Old)
 and  /work/SRC/openSUSE:Factory/.idutils.new.7948 (New)


Package is "idutils"

Wed Aug 28 18:38:27 2019 rev:18 rq:726753 version:4.6

Changes:

--- /work/SRC/openSUSE:Factory/idutils/idutils.changes  2015-04-05 
02:04:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.idutils.new.7948/idutils.changes
2019-08-28 18:38:28.497252480 +0200
@@ -1,0 +2,6 @@
+Wed Aug 28 10:22:44 UTC 2019 - Andreas Schwab 
+
+- gnulib.patch: adjust to glibc 2.28 libio.h removal
+- Use %license
+
+---

New:

  gnulib.patch



Other differences:
--
++ idutils.spec ++
--- /var/tmp/diff_new_pack.guLEQ3/_old  2019-08-28 18:38:29.081252378 +0200
+++ /var/tmp/diff_new_pack.guLEQ3/_new  2019-08-28 18:38:29.085252378 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idutils
 #
-# Copyright (c) 2015 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,12 +20,13 @@
 Version:4.6
 Release:0
 Summary:Language-Independent Identifier Database Tool
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Text/Utilities
 Url:http://www.gnu.org/software/idutils/
 Source0:ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
 Source1:ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz.sig
 Source2:%{name}.keyring
+Patch0: gnulib.patch
 BuildRequires:  emacs-nox
 BuildRequires:  xz
 Requires(preun): %{install_info_prereq}
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -76,7 +78,8 @@
 
 %files
 %defattr(-,root,root)
-%doc ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO
+%doc ABOUT-NLS AUTHORS NEWS README THANKS TODO
+%license COPYING
 %config %{_localstatedir}/lib/idutils/id-lang.map
 %dir %{_localstatedir}/lib/idutils
 %{_datadir}/id-lang.map

++ gnulib.patch ++
Index: idutils-4.6/lib/fseeko.c
===
--- idutils-4.6.orig/lib/fseeko.c
+++ idutils-4.6/lib/fseeko.c
@@ -40,7 +40,8 @@ fseeko (FILE *fp, off_t offset, int when
 #endif
 
   /* These tests are based on fpurge.c.  */
-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+#if defined _IO_EOF_SEEN || defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1
+  /* GNU libc, BeOS, Haiku, Linux libc5 */
   if (fp->_IO_read_end == fp->_IO_read_ptr
   && fp->_IO_write_ptr == fp->_IO_write_base
   && fp->_IO_save_base == NULL)
Index: idutils-4.6/lib/fseterr.c
===
--- idutils-4.6.orig/lib/fseterr.c
+++ idutils-4.6/lib/fseterr.c
@@ -29,7 +29,8 @@ fseterr (FILE *fp)
   /* Most systems provide FILE as a struct and the necessary bitmask in
  , because they need it for implementing getc() and putc() as
  fast macros.  */
-#if defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1 /* GNU libc, BeOS, Haiku, 
Linux libc5 */
+#if defined _IO_EOF_SEEN || defined _IO_ftrylockfile || __GNU_LIBRARY__ == 1
+  /* GNU libc, BeOS, Haiku, Linux libc5 */
   fp->_flags |= _IO_ERR_SEEN;
 #elif defined __sferror || defined __DragonFly__ /* FreeBSD, NetBSD, OpenBSD, 
DragonFly, MacOS X, Cygwin */
   fp_->_flags |= __SERR;





commit idutils for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2015-04-05 02:04:18

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  2015-03-03 
11:15:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.idutils.new/idutils.changes 2015-04-05 
02:04:27.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr  2 17:51:04 UTC 2015 - mplus...@suse.com
+
+- Add gpg signature
+- Update dependencies
+
+---

New:

  idutils-4.6.tar.xz.sig
  idutils.keyring



Other differences:
--
++ idutils.spec ++
--- /var/tmp/diff_new_pack.sivRAA/_old  2015-04-05 02:04:28.0 +0200
+++ /var/tmp/diff_new_pack.sivRAA/_new  2015-04-05 02:04:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package idutils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,20 +17,23 @@
 
 
 Name:   idutils
+Version:4.6
+Release:0
 Summary:Language-Independent Identifier Database Tool
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Version:4.6
-Release:0
 Url:http://www.gnu.org/software/idutils/
-Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz
+Source1:ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.xz.sig
+Source2:%{name}.keyring
 BuildRequires:  emacs-nox
-PreReq: %{install_info_prereq}
+BuildRequires:  xz
+Requires(preun): %{install_info_prereq}
+Requires(post): %{install_info_prereq}
+Recommends: %{name}-lang
 Provides:   id-utils
 Obsoletes:  id-utils
-Obsoletes:  id_utils
-Recommends: %{name}-lang
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mkid is a simple, fast, high-capacity, and language-independent
@@ -43,7 +46,7 @@
 %lang_package
 
 %prep
-%setup
+%setup -q
 
 %build
 %configure
@@ -52,13 +55,13 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-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
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+install -d %{buildroot}%{_localstatedir}/lib/idutils
+mv %{buildroot}%{_datadir}/id-lang.map 
%{buildroot}%{_localstatedir}/lib/idutils
+ln -s ../..%{_localstatedir}/lib/idutils/id-lang.map 
%{buildroot}%{_datadir}/id-lang.map
 # Conflict with libuser
 rm -f %{buildroot}%{_mandir}/man1/lid.1
-%find_lang %name
+%find_lang %{name}
 
 %post
 if test -f %{_infodir}/id-utils.info.gz; then
@@ -68,14 +71,14 @@
 fi
 %install_info --info-dir=%{_infodir} %{_infodir}/idutils.info.gz
 
-%postun
+%preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/idutils.info.gz
 
 %files
 %defattr(-,root,root)
 %doc ABOUT-NLS AUTHORS COPYING NEWS README THANKS TODO
-%config /var/lib/idutils/id-lang.map
-%dir /var/lib/idutils
+%config %{_localstatedir}/lib/idutils/id-lang.map
+%dir %{_localstatedir}/lib/idutils
 %{_datadir}/id-lang.map
 %{_datadir}/emacs/site-lisp/idutils.el
 %{_datadir}/emacs/site-lisp/idutils.elc
@@ -84,5 +87,6 @@
 %{_infodir}/idutils.info*
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog




commit idutils for openSUSE:Factory

2015-03-03 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.idutils.new/idutils.changes 2015-03-03 
11:15:51.0 +0100
@@ -1,0 +2,20 @@
+Sun Mar  1 17:32:19 UTC 2015 - p.drou...@gmail.com
+
+- Fix lid manpage conflict for real
+
+---
+Thu Feb 19 17:58:24 UTC 2015 - p.drou...@gmail.com
+
+- Do not provide lid manpage as it conflicts with lid manpages
+  provided by libuser; temporal solution
+
+---
+Wed Jan 21 14:20:02 UTC 2015 - p.drou...@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
+
+---

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.0 +0100
+++ /var/tmp/diff_new_pack.vcCoSi/_new  2015-03-03 11:15:52.0 +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 g...@gnu.org
-Tom Horsley tom.hors...@mail.hcsc.com
+%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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit idutils for openSUSE:Factory

2014-10-16 Thread h_root
Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2014-10-16 18:14:51

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  2011-09-23 
02:03:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.idutils.new/idutils.changes 2014-10-16 
18:16:48.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct 14 10:48:30 UTC 2014 - jeng...@inai.de
+
+- Enable parallel build and remove ancient specfile tags and sections
+
+---



Other differences:
--
++ idutils.spec ++
--- /var/tmp/diff_new_pack.JVOhfm/_old  2014-10-16 18:16:49.0 +0200
+++ /var/tmp/diff_new_pack.JVOhfm/_new  2014-10-16 18:16:49.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package idutils (Version 4.2)
+# spec file for package idutils
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -15,23 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   idutils
-BuildRequires:  emacs-nox
-Url:http://www.gnu.org/software/idutils/
+Summary:Language-Independent Identifier Database Tool
 License:GPL-2.0+
 Group:  Productivity/Text/Utilities
-Provides:   id-utils
-Obsoletes:  id-utils id_utils
-AutoReqProv:on
-PreReq: %{install_info_prereq}
-Summary:Language-Independent Identifier Database Tool
 Version:4.2
-Release:229
+Release:0
+Url:http://www.gnu.org/software/idutils/
 Source: ftp://ftp.gnu.org/pub/gnu/idutils/idutils-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  emacs-nox
+PreReq: %{install_info_prereq}
+Provides:   id-utils
+Obsoletes:  id-utils
+Obsoletes:  id_utils
 
 %description
 Mkid is a simple, fast, high-capacity, and language-independent
@@ -54,9 +52,9 @@
 %build
 #autoreconf --force --install
 #test -f po/Makevars || mv po/Makevars.template po/Makevars
-./configure CFLAGS=$RPM_OPT_FLAGS --prefix=%{_prefix} --infodir=%{_infodir}
+%configure
 export LC_CTYPE=ISO-8859-1
-make
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit idutils for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package idutils for openSUSE:Factory checked 
in at 2011-12-06 18:19:06

Comparing /work/SRC/openSUSE:Factory/idutils (Old)
 and  /work/SRC/openSUSE:Factory/.idutils.new (New)


Package is idutils, Maintainer is p...@suse.com

Changes:




Other differences:
--
++ idutils.spec ++
--- /var/tmp/diff_new_pack.r1VGwS/_old  2011-12-06 18:33:27.0 +0100
+++ /var/tmp/diff_new_pack.r1VGwS/_new  2011-12-06 18:33:27.0 +0100
@@ -21,7 +21,7 @@
 Name:   idutils
 BuildRequires:  emacs-nox
 Url:http://www.gnu.org/software/idutils/
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Text/Utilities
 Provides:   id-utils
 Obsoletes:  id-utils id_utils

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org