Accepting request 851112 from utilities
- Update to release 2020.11.25 OBS-URL: https://build.opensuse.org/request/show/851112 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schily?expand=0&rev=38
This commit is contained in:
commit
448deff35d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca3ebf65554d9356a33a6641a1796971aabf4915262f92b71f923bf5fc98356e
|
||||
size 4842782
|
3
schily-2020-11-25.tar.bz2
Normal file
3
schily-2020-11-25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:32aee7498f4c6dabef04107fe9b6d597688be90f4b4fae057b10776567ae4eeb
|
||||
size 4899985
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 10:34:41 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2020.11.25
|
||||
* libhfs_iso: changed malloc() to calloc() to avoid
|
||||
uninitialized data.
|
||||
* ved: A new colon command (ESC : vhelp) has been added.
|
||||
- Remove fix_junk_in_partition.patch (upstreamed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 16:38:12 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- fix_junk_in_partition.patch: Initialize memory that created the
|
||||
partition table instead of writing random bytes to it (bsc#1178692)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 7 10:50:14 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
# grep -Pir 'define\s+VERSION|strvers'
|
||||
%global box_version 2020.11.04
|
||||
%global box_version 2020.11.25
|
||||
%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.8
|
||||
%global ved_version 1.8
|
||||
%define rver 2020-11-04
|
||||
%define rver 2020-11-25
|
||||
|
||||
Name: schily
|
||||
Version: %box_version
|
||||
|
Loading…
Reference in New Issue
Block a user