Accepting request 1231802 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1231802 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnulib?expand=0&rev=6
This commit is contained in:
commit
1e4e0599df
5
_service
5
_service
@ -1,15 +1,18 @@
|
||||
<services>
|
||||
<service mode="disabled" name="tar_scm">
|
||||
<!-- <service name="tar_scm"> -->
|
||||
<param name="url">git://git.savannah.gnu.org/gnulib.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">gnulib</param>
|
||||
<param name="versionformat">git.%cd.%h</param>
|
||||
<param name="revision">db493d1ce43fc39dd925699d840c80b3400f4313</param>
|
||||
<param name="revision">stable-202401</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<!-- <service name="recompress"> -->
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<!-- <service name="set_version"/> -->
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f91267dcd962ba16b1d32f9bea2dcd788400f81ea953acbb48590cd363be1cc
|
||||
size 4598580
|
3
gnulib-git.20240213.c99c8d4918.tar.xz
Normal file
3
gnulib-git.20240213.c99c8d4918.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f3a00fb1f3b0b1b12c62a7491082e984c9887909809e715b66e742e6e7525940
|
||||
size 5059604
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 10:21:20 UTC 2024 - opensuse.lietuviu.kalba@gmail.com
|
||||
|
||||
- Update to the latest version git.20240213.c99c8d4918 from
|
||||
stable-202401 branch. See detailed changelog here:
|
||||
https://git.savannah.gnu.org/gitweb/?p=gnulib.git;f=ChangeLog;hb=refs/heads/stable-202401
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 8 15:10:47 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnulib
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global module1 git-merge-changelog
|
||||
|
||||
Name: gnulib
|
||||
Version: git.20211127.db493d1ce
|
||||
Version: git.20240213.c99c8d4918
|
||||
Release: 0
|
||||
Summary: GNU Portability Library
|
||||
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
|
||||
@ -155,6 +155,8 @@ cp -rp build-aux lib m4 modules config tests %{buildroot}%{_datadir}/%{name}/
|
||||
# relocatable.texi is needed during compilation of PSPP. See rh#1474792 and
|
||||
# https://src.fedoraproject.org/rpms/gnulib/c/cea2f6f12fe24479e282900341575352689d7cfe?branch=master
|
||||
cp -p doc/relocatable.texi %{buildroot}%{_datadir}/%{name}/doc
|
||||
# Needed for jitter
|
||||
cp -p doc/{gendocs_template,gendocs_template_min,INSTALL} %{buildroot}%{_datadir}/%{name}/doc
|
||||
|
||||
cp -p doc/gnulib.info %{buildroot}%{_infodir}/
|
||||
cp -p doc/gnulib.html MODULES.html NEWS COPYING ChangeLog users.txt doc/COPYING* %{buildroot}%{_docdir}/%{name}/
|
||||
@ -176,7 +178,7 @@ fi
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root)
|
||||
%{_infodir}/gnulib.info.gz
|
||||
%{_infodir}/gnulib.info*
|
||||
%{_docdir}/%{name}/gnulib.html
|
||||
%{_docdir}/%{name}/MODULES.html
|
||||
# license text is included directly in info and html files.
|
||||
|
Loading…
Reference in New Issue
Block a user