- Update to release 2020.09.04
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=112
This commit is contained in:
parent
f2243a254a
commit
bca3e74ed7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54f1a2411948488e3ded87aeacdd8ff7aa33a2467883dc18c7a02180fd182c9f
|
||||
size 4850267
|
3
schily-2020-09-04.tar.bz2
Normal file
3
schily-2020-09-04.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12604215427c2a3f1fefc41ced38574fb11f8d978dd0144d9114e301701699a0
|
||||
size 4857238
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 5 12:53:54 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2020.09.04
|
||||
* sccs: get(1) and delta(1) now restore the removed newline at
|
||||
the end of the last line if this was a SCCSv6 "^ANxxx" line
|
||||
to support files not ending in a newline.
|
||||
* sccs: The delta(1) command now correctly handles deltas where
|
||||
the last difference hits the end of the history file.
|
||||
* sccs: The delta(1) command now removes the e.file in case of
|
||||
an error abort.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 09:32:01 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
14
schily.spec
14
schily.spec
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%global box_version 2020.08.12
|
||||
%global box_version 2020.09.04
|
||||
%global cdr_version 3.02~a10
|
||||
%global sccs_version 5.09
|
||||
%global smake_version 1.3
|
||||
%global star_version 1.6.1
|
||||
%global libfind_version 1.7
|
||||
%global libfind_version 1.8
|
||||
%global ved_version 1.7
|
||||
%define rver 2020-08-12
|
||||
%define rver 2020-09-04
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
@ -571,7 +571,6 @@ rm -Rfv \
|
||||
$b/usr/bin/strar \
|
||||
$b/usr/bin/termcap \
|
||||
$b/usr/bin/translit \
|
||||
$b/usr/bin/udiff \
|
||||
$b/usr/lib*/cpp \
|
||||
$b/usr/lib*/libmakestate.so \
|
||||
$b/usr/lib*/libmakestate.so.1.0 \
|
||||
@ -626,7 +625,6 @@ rm -Rfv \
|
||||
$b/usr/share/man/man1/tartest.1 \
|
||||
$b/usr/share/man/man1/termcap.1 \
|
||||
$b/usr/share/man/man1/translit.1 \
|
||||
$b/usr/share/man/man1/udiff.1 \
|
||||
$b/usr/share/man/man3/getopt.3 \
|
||||
$b/usr/share/man/man3/getsubopt.3 \
|
||||
$b/usr/share/man/man3/starthandlecond.3 \
|
||||
@ -947,6 +945,8 @@ fi
|
||||
%_bindir/cdc
|
||||
%_bindir/comb
|
||||
%_bindir/delta
|
||||
%_bindir/fdiff
|
||||
%_bindir/fsdiff
|
||||
%_bindir/get
|
||||
%_bindir/help
|
||||
%_bindir/prs
|
||||
@ -958,6 +958,7 @@ fi
|
||||
%_bindir/sccscvt
|
||||
%_bindir/sccsdiff
|
||||
%_bindir/sccslog
|
||||
%_bindir/udiff
|
||||
%_bindir/unget
|
||||
%_bindir/val
|
||||
%_bindir/vc
|
||||
@ -967,6 +968,8 @@ fi
|
||||
%_mandir/man1/cdc.1*
|
||||
%_mandir/man1/comb.1*
|
||||
%_mandir/man1/delta.1*
|
||||
%_mandir/man1/fdiff.1*
|
||||
%_mandir/man1/fsdiff.1*
|
||||
%_mandir/man1/get.1*
|
||||
%_mandir/man1/help.1*
|
||||
%_mandir/man1/prs.1*
|
||||
@ -975,6 +978,7 @@ fi
|
||||
%_mandir/man1/rmdel.1*
|
||||
%_mandir/man1/sact.1*
|
||||
%_mandir/man1/sccs*.1*
|
||||
%_mandir/man1/udiff.1*
|
||||
%_mandir/man1/unget.1*
|
||||
%_mandir/man1/val.1*
|
||||
%_mandir/man1/vc.1*
|
||||
|
Loading…
Reference in New Issue
Block a user