Hello community, here is the log from the commit of package checkmedia for openSUSE:Factory checked in at 2020-04-16 22:59:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/checkmedia (Old) and /work/SRC/openSUSE:Factory/.checkmedia.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "checkmedia" Thu Apr 16 22:59:07 2020 rev:34 rq:794123 version:5.4 Changes: -------- --- /work/SRC/openSUSE:Factory/checkmedia/checkmedia.changes 2019-08-06 15:08:06.303862176 +0200 +++ /work/SRC/openSUSE:Factory/.checkmedia.new.2738/checkmedia.changes 2020-04-16 22:59:19.339495149 +0200 @@ -1,0 +2,7 @@ +Wed Apr 15 09:04:13 UTC 2020 - [email protected] + +- merge gh#openSUSE/checkmedia#14 +- work better with broken media (bsc#1169420) +- 5.4 + +-------------------------------------------------------------------- Old: ---- checkmedia-5.3.tar.xz New: ---- checkmedia-5.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ checkmedia.spec ++++++ --- /var/tmp/diff_new_pack.5y14ol/_old 2020-04-16 22:59:20.179495781 +0200 +++ /var/tmp/diff_new_pack.5y14ol/_new 2020-04-16 22:59:20.179495781 +0200 @@ -1,7 +1,7 @@ # # spec file for package checkmedia # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Summary: Check SUSE installation media License: GPL-3.0-or-later Group: System/Management -Version: 5.3 +Version: 5.4 Release: 0 Url: https://github.com/openSUSE/checkmedia Source: %{name}-%{version}.tar.xz ++++++ checkmedia-5.3.tar.xz -> checkmedia-5.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-5.3/VERSION new/checkmedia-5.4/VERSION --- old/checkmedia-5.3/VERSION 2019-07-29 12:56:46.000000000 +0200 +++ new/checkmedia-5.4/VERSION 2020-04-15 11:04:13.000000000 +0200 @@ -1 +1 @@ -5.3 +5.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-5.3/changelog new/checkmedia-5.4/changelog --- old/checkmedia-5.3/changelog 2019-07-29 12:56:46.000000000 +0200 +++ new/checkmedia-5.4/changelog 2020-04-15 11:04:13.000000000 +0200 @@ -1,3 +1,7 @@ +2020-04-15: 5.4 + - merge gh#openSUSE/checkmedia#14 + - work better with broken media (bsc#1169420) + 2019-07-29: 5.3 - merge gh#openSUSE/checkmedia#13 - mediacheck.md: fix typos diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/checkmedia-5.3/mediacheck.c new/checkmedia-5.4/mediacheck.c --- old/checkmedia-5.3/mediacheck.c 2019-07-29 12:56:46.000000000 +0200 +++ new/checkmedia-5.4/mediacheck.c 2020-04-15 11:04:13.000000000 +0200 @@ -708,7 +708,7 @@ // if we didn't get the image size via stat() above, try other ways if(!media->full_blocks) { media->full_blocks = media->part_start + media->part_blocks; - if(!media->full_blocks) media->full_blocks = media->iso_blocks; + if(media->iso_blocks > media->full_blocks) media->full_blocks = media->iso_blocks; } close(fd);
