Accepting request 934556 from Base:System

- Update to version git.20211127.db493d1ce: No changelog provided.

OBS-URL: https://build.opensuse.org/request/show/934556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnulib?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-11-29 16:28:42 +00:00 committed by Git OBS Bridge
commit 5c07794566
5 changed files with 14 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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 29 08:29:59 UTC 2021 - mliska@suse.cz
- Update to version git.20211127.db493d1ce: No changelog provided.
-------------------------------------------------------------------
Thu Sep 3 14:58:56 UTC 2020 - opensuse.lietuviu.kalba@gmail.com

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