From 69586b962794e4d7f66bae88d6b04b77c34d992765d2c49335d0ce0c3aab5737 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 13 May 2020 09:38:52 +0000 Subject: [PATCH 1/2] - Update to release 2020.05.11 OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=96 --- schily-2020-04-18.tar.bz2 | 3 --- schily-2020-05-11.tar.bz2 | 3 +++ schily.changes | 13 +++++++++++++ schily.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 schily-2020-04-18.tar.bz2 create mode 100644 schily-2020-05-11.tar.bz2 diff --git a/schily-2020-04-18.tar.bz2 b/schily-2020-04-18.tar.bz2 deleted file mode 100644 index 2f85ef9..0000000 --- a/schily-2020-04-18.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73db446f80e4cb3e623eb5c5a045606223b0eed1cf8cbd62c66202e8a34bb3ef -size 4457840 diff --git a/schily-2020-05-11.tar.bz2 b/schily-2020-05-11.tar.bz2 new file mode 100644 index 0000000..df916e5 --- /dev/null +++ b/schily-2020-05-11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463d93b1f8c20a6cba703c1ada846904f24acf03ec7f3b26c36ee8453c618081 +size 4783976 diff --git a/schily.changes b/schily.changes index c761e24..65bd604 100644 --- a/schily.changes +++ b/schily.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed May 13 09:21:22 UTC 2020 - Jan Engelhardt + +- 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 diff --git a/schily.spec b/schily.spec index f956727..08f6c28 100644 --- a/schily.spec +++ b/schily.spec @@ -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 From 83a14345fe5342cdc872ddaa1c9e3737bb033aff633731bb3d157fa4a8d0d13a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 13 May 2020 10:30:34 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/utilities/schily?expand=0&rev=97 --- schily.changes | 1 - 1 file changed, 1 deletion(-) diff --git a/schily.changes b/schily.changes index 65bd604..d0a0834 100644 --- a/schily.changes +++ b/schily.changes @@ -2,7 +2,6 @@ Wed May 13 09:21:22 UTC 2020 - Jan Engelhardt - 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