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:
BIN
schily-2020-04-18.tar.bz2
(Stored with Git LFS)
BIN
schily-2020-04-18.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
schily-2020-05-11.tar.bz2
(Stored with Git LFS)
Normal file
BIN
schily-2020-05-11.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
Reference in New Issue
Block a user