Accepting request 934484 from home:marxin:branches:Base:System

- Update to version git.20211127.db493d1ce:
  * gettext-h: document GNULIB_NO_VLA
  * gettext-h: use VLA test similar to regex
  * regex: port to tcc
  * test-framework-sh: remove unsafe entries from PATH
  * regex: merge from glibc
  * regex: assume RE_ENABLE_I18N
  * lseek: port around macOS SEEK_HOLE glitch
  * lseek: port around macOS SEEK_DATA glitch
  * Add ChangeLog entry for sigsegv changes
  * sigsegv: fix build on or1k
  * sigsegv: fix build on microblazeel
  * Fix typos in previous patch.
  * exclude: yield proper errno on failure
  * autoupdate
  * regex: break regcomp.c link with glibc
  * autoupdate
  * * doc/gnulib-intro.texi: Fix some ancient history.
  * autoupdate (belated)
  * string: Avoid syntax error re strdup in string.in.h (regr. 2021-09-07).
  * autoupdate
  * autoupdate
  * xalloc: new function xinmalloc
  * regex: redo style of previous change
  * regex: improve comment
  * regex: fix buffer read overrrun
  * nproc: port better to macOS 10.14
  * sigsegv: fix quoting problem
  * nproc: port better to OpenBSD
  * timer-time: port better to OpenBSD 6.9

OBS-URL: https://build.opensuse.org/request/show/934484
OBS-URL: https://build.opensuse.org/package/show/Base:System/gnulib?expand=0&rev=7
This commit is contained in:
Martin Liška 2021-11-29 09:25:30 +00:00 committed by Git OBS Bridge
parent 2b50d76665
commit a6d3851524
5 changed files with 1283 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="filename">gnulib</param>
<param name="versionformat">git.%cd.%h</param>
<param name="revision">d6dabe8eece3a9c1269dc1c084531ce447c7a42e</param>
<param name="revision">db493d1ce43fc39dd925699d840c80b3400f4313</param>
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9bd65c0a655afd319cb8a3de2fdf0c90f3b4aa7650d4cfe2d0b5f28cc0fd14dd
size 4380652

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f91267dcd962ba16b1d32f9bea2dcd788400f81ea953acbb48590cd363be1cc
size 4598580

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
#
# spec file for package gnulib
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,10 +19,10 @@
%global module1 git-merge-changelog
Name: gnulib
Version: git.20200809.d6dabe8ee
Version: git.20211127.db493d1ce
Release: 0
Summary: GNU Portability Library
License: SUSE-Public-Domain AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-or-later
License: GPL-2.0-or-later AND SUSE-Public-Domain AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-or-later
Group: Development/Languages/C and C++
URL: http://www.gnu.org/software/gnulib
Source: %{name}-%{version}.tar.xz
@ -44,7 +44,7 @@ It can be used to improve portability and other functionality in your programs.
%package devel
Summary: Devel files of %{name}
License: SUSE-Public-Domain AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-or-later
License: GPL-2.0-or-later AND SUSE-Public-Domain AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-or-later
Group: Development/Languages/C and C++
Requires: bison
Requires: coreutils
@ -71,7 +71,7 @@ License: GFDL-1.3-only
Group: Development/Languages/C and C++
Requires: %{name}-devel = %{version}-%{release}
Requires(post): info
Requires(preun): info
Requires(preun):info
BuildArch: noarch
%description docs