forked from pool/schily
- Update to release 2020.05.11
OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=96
This commit is contained in:
parent
d85d8bf21e
commit
69586b9627
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:73db446f80e4cb3e623eb5c5a045606223b0eed1cf8cbd62c66202e8a34bb3ef
|
||||
size 4457840
|
3
schily-2020-05-11.tar.bz2
Normal file
3
schily-2020-05-11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463d93b1f8c20a6cba703c1ada846904f24acf03ec7f3b26c36ee8453c618081
|
||||
size 4783976
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 13 09:21:22 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2020.05.11
|
||||
* SCCS: A new SCCS high level library libsccs has been introduced.
|
||||
* SCCS: the "sccs root" command now checks for too many
|
||||
arguments and only allows zero or one path arguments.
|
||||
* mkisofs: README.eltorito has been enhanced to mention
|
||||
"-boot-load-size" and "-eltorito-platform efi".
|
||||
* isoinfo: Identifying an EFI boot record has been added to
|
||||
mkisofs. Isoinfo is now able to print "efi" instead of the
|
||||
unexpected "Unknown arch".
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 11:47:23 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%global box_version 2020.04.18
|
||||
%global box_version 2020.05.11
|
||||
%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 ved_version 1.7
|
||||
%define rver 2020-04-18
|
||||
%define rver 2020-05-11
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
@ -482,7 +482,7 @@ if test "%_lib" != lib; then
|
||||
mkdir -p "$b/%_libdir"
|
||||
mv "$b/%_prefix/lib"/* "$b/%_libdir/"
|
||||
fi
|
||||
find "$b/%_libdir" -type f -name "*.a" -delete
|
||||
find "$b/%_libdir" -type f -name "*.a" -print -delete
|
||||
find "$b/%_libdir" -type f -name "*.so.*" -exec chmod a+x "{}" "+"
|
||||
|
||||
# Install documentation
|
||||
|
Loading…
Reference in New Issue
Block a user