forked from pool/schily
- Update to release 2021.04.21
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=125
This commit is contained in:
parent
5f74b4ff2f
commit
2b9791a973
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:32aee7498f4c6dabef04107fe9b6d597688be90f4b4fae057b10776567ae4eeb
|
|
||||||
size 4899985
|
|
3
schily-2021-04-21.tar.bz2
Normal file
3
schily-2021-04-21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4c2666b872269cf36318c957d1125aea1946a20ede4e989ce5ed864cdfcfddb1
|
||||||
|
size 4919718
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 4 10:50:37 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2021.04.21
|
||||||
|
* Bourne Shell: The new version no longer aborts with an
|
||||||
|
illegal multi byte sequence as "no match". As a result, the
|
||||||
|
"*" now again matches any filename - even if the filename
|
||||||
|
contains an illegal multi-byte sequence.
|
||||||
|
* SunPro Make: The new operators :::= and +:= have been
|
||||||
|
introduced.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 26 10:34:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Thu Nov 26 10:34:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
13
schily.spec
13
schily.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schily
|
# spec file for package schily
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
# grep -Pir 'define\s+VERSION|strvers'
|
# grep -Pir 'define\s+VERSION|strvers'
|
||||||
%global box_version 2020.11.25
|
%global box_version 2021.04.21
|
||||||
%global cdr_version 3.02~a10
|
%global cdr_version 3.02~a10
|
||||||
%global sccs_version 5.09
|
%global sccs_version 5.09
|
||||||
%global smake_version 1.3
|
%global smake_version 1.4
|
||||||
%global star_version 1.6.1
|
%global star_version 1.6.1
|
||||||
%global libfind_version 1.8
|
%global libfind_version 1.8
|
||||||
%global ved_version 1.8
|
%global ved_version 1.8
|
||||||
%define rver 2020-11-25
|
%define rver 2021-04-21
|
||||||
|
|
||||||
Name: schily
|
Name: schily
|
||||||
Version: %box_version
|
Version: %box_version
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of command-line utilities maintained by J.Schilling
|
Summary: A collection of command-line utilities maintained by J.Schilling
|
||||||
License: CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND HPND AND ISC
|
License: BSD-2-Clause AND CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause AND HPND AND ISC
|
||||||
Group: Productivity/Multimedia/CD/Record
|
Group: Productivity/Multimedia/CD/Record
|
||||||
URL: http://cdrtools.sourceforge.net/private/cdrecord.html
|
URL: http://cdrtools.sourceforge.net/private/cdrecord.html
|
||||||
#Freshcode-URL: http://freshcode.club/projects/schily
|
#Freshcode-URL: http://freshcode.club/projects/schily
|
||||||
@ -102,7 +102,7 @@ write BluRay media on a BluRay recorder.
|
|||||||
|
|
||||||
%package ctags
|
%package ctags
|
||||||
Summary: A program to generate tag files for ex/vi
|
Summary: A program to generate tag files for ex/vi
|
||||||
License: CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND HPND AND ISC
|
License: BSD-2-Clause AND CDDL-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND BSD-3-Clause AND HPND AND ISC
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun):update-alternatives
|
||||||
@ -555,6 +555,7 @@ find "$b"
|
|||||||
rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
|
rm -Rfv "$b/usr/ccs" "$b/usr/xpg4" "$b/%_bindir/sccs"
|
||||||
rm -Rfv \
|
rm -Rfv \
|
||||||
$b/etc/sformat.dat \
|
$b/etc/sformat.dat \
|
||||||
|
$b/usr/etc/termcap \
|
||||||
$b/usr/bin/Cstyle \
|
$b/usr/bin/Cstyle \
|
||||||
$b/usr/bin/cal \
|
$b/usr/bin/cal \
|
||||||
$b/usr/bin/calc \
|
$b/usr/bin/calc \
|
||||||
|
Loading…
Reference in New Issue
Block a user