Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gscan2pdf for openSUSE:Factory checked in at 2024-08-05 17:24:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gscan2pdf (Old) and /work/SRC/openSUSE:Factory/.gscan2pdf.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gscan2pdf" Mon Aug 5 17:24:13 2024 rev:21 rq:1191729 version:2.13.4 Changes: -------- --- /work/SRC/openSUSE:Factory/gscan2pdf/gscan2pdf.changes 2024-07-16 22:05:16.352105363 +0200 +++ /work/SRC/openSUSE:Factory/.gscan2pdf.new.7232/gscan2pdf.changes 2024-08-05 17:24:50.779911229 +0200 @@ -1,0 +2,7 @@ +Thu Aug 1 20:34:39 UTC 2024 - malcolmle...@opensuse.org + +- Updated to 2.13.4: + * Fix crash on startup when /etc/upstream-release is directory, + Closes bug #430. + +------------------------------------------------------------------- Old: ---- gscan2pdf-2.13.3.tar.xz gscan2pdf-2.13.3.tar.xz.asc New: ---- gscan2pdf-2.13.4.tar.xz gscan2pdf-2.13.4.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gscan2pdf.spec ++++++ --- /var/tmp/diff_new_pack.o5gJIY/_old 2024-08-05 17:24:51.263931349 +0200 +++ /var/tmp/diff_new_pack.o5gJIY/_new 2024-08-05 17:24:51.263931349 +0200 @@ -17,7 +17,7 @@ Name: gscan2pdf -Version: 2.13.3 +Version: 2.13.4 Release: 0 Summary: Easy scan to PDF License: GPL-3.0-only ++++++ gscan2pdf-2.13.3.tar.xz -> gscan2pdf-2.13.4.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/History new/gscan2pdf-2.13.4/History --- old/gscan2pdf-2.13.3/History 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/History 2024-07-31 20:34:18.000000000 +0200 @@ -1,3 +1,8 @@ +2.13.4 (29.07.2024): +* Fix crash on startup when /etc/upstream-release is directory + Closes bug #430 (gscan2pdf not running under Linux Mint 22beta) + + 2.13.3 (29.06.2024): * Skip options (spotted in a Brother device) where min>max. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/META.json new/gscan2pdf-2.13.4/META.json --- old/gscan2pdf-2.13.3/META.json 2024-06-29 12:36:44.000000000 +0200 +++ new/gscan2pdf-2.13.4/META.json 2024-07-31 20:36:04.000000000 +0200 @@ -54,6 +54,6 @@ } }, "release_status" : "stable", - "version" : "v2.13.3", + "version" : "v2.13.4", "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/META.yml new/gscan2pdf-2.13.4/META.yml --- old/gscan2pdf-2.13.3/META.yml 2024-06-29 12:36:44.000000000 +0200 +++ new/gscan2pdf-2.13.4/META.yml 2024-07-31 20:36:04.000000000 +0200 @@ -36,5 +36,5 @@ Readonly: '0' Set::IntSpan: '1.1' Try::Tiny: '0' -version: v2.13.3 +version: v2.13.4 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/bin/gscan2pdf new/gscan2pdf-2.13.4/bin/gscan2pdf --- old/gscan2pdf-2.13.3/bin/gscan2pdf 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/bin/gscan2pdf 2024-07-31 20:34:18.000000000 +0200 @@ -13,7 +13,7 @@ # Download new translations (https://translations.launchpad.net/gscan2pdf) # Update translators in credits (https://launchpad.net/gscan2pdf/+topcontributors) # Check $VERSION. If necessary bump with something like -# xargs sed -i "s/\(\$VERSION *= \)'2\.13\.2'/\1'2.13.3'/" < MANIFEST +# xargs sed -i "s/\(\$VERSION *= \)'2\.13\.3'/\1'2.13.4'/" < MANIFEST # Make appropriate updates to ../debian/changelog # 2. perl Makefile.PL # Upload .pot @@ -36,10 +36,10 @@ # make file_releases # 7. Build packages for Debian & Ubuntu # name the release -0~ppa1<release>, where release (https://wiki.ubuntu.com/Releases) is: -# * kinetic (until 2023-07) +# * noble (until 2029-06) +# * mantic (until 2024-07) # * jammy (until 2027-04) # * focal (until 2025-04, dh12) -# * bionic (until 2023-04, dh11, no tests, no fonts-noto-extra, liblocale-codes-perl >= 3.55, also in Build-Depends-Indep) # debuild -S -sa # dput ftp-master .changes # dput gscan2pdf-ppa .changes @@ -159,7 +159,7 @@ Glib::Object::Introspection->invoke( 'GLib', undef, 'set_prgname', 'net.sourceforge.gscan2pdf' ); my $prog_name = Glib::get_application_name; -my $VERSION = '2.13.3'; +my $VERSION = '2.13.4'; # Image border to ensure that a scaled to fit image gets no scrollbars my $border = 1; @@ -188,17 +188,26 @@ set_up_test_mode(); -$logger->info("Operating system: $OSNAME"); -if ( $OSNAME eq 'linux' ) { - my @files = glob '/etc/*-release'; - for (@files) { - my $output = Gscan2pdf::Document::slurp($_); - if ( defined $output ) { - chomp $output; - $logger->info($output); +sub rlog_release { + my @files = @_; + for my $file (@files) { + if ( -d $file ) { + rlog_release( glob "$file/*" ); + } + else { + my $output = Gscan2pdf::Document::slurp($file); + if ( defined $output ) { + chomp $output; + $logger->info($output); + } } } } + +$logger->info("Operating system: $OSNAME"); +if ( $OSNAME eq 'linux' ) { + rlog_release( glob '/etc/*-release' ); +} $logger->info("Perl version $PERL_VERSION"); $logger->info("Glib-Perl version $Glib::VERSION"); $logger->info( @@ -3262,7 +3271,7 @@ # cd back to tempdir chdir $session; } - elsif ( $SETTING{'image type'} eq 'session') { + elsif ( $SETTING{'image type'} eq 'session' ) { # cd back to cwd to save chdir $SETTING{cwd}; @@ -3341,8 +3350,7 @@ } elsif ( $type eq 'ps' ) { if ( $SETTING{ps_backend} eq 'libtiff' ) { - my $tif = - File::Temp->new( DIR => $session, SUFFIX => '.tif' ); + my $tif = File::Temp->new( DIR => $session, SUFFIX => '.tif' ); save_tiff( $tif->filename, $filename, $list_of_pages ); } else { @@ -5287,13 +5295,11 @@ if ( $event->button == $RIGHT_MOUSE_BUTTON ) { if ( $widget->isa('Gtk3::ImageView') ) { # main image - $uimanager->get_widget('/Detail_Popup') - ->popup_at_pointer( $event ); + $uimanager->get_widget('/Detail_Popup')->popup_at_pointer($event); } else { # Thumbnail simplelist $SETTING{'Page range'} = 'selected'; - $uimanager->get_widget('/Thumb_Popup') - ->popup_at_pointer( $event ); + $uimanager->get_widget('/Thumb_Popup')->popup_at_pointer($event); } # block event propagation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/debian/changelog new/gscan2pdf-2.13.4/debian/changelog --- old/gscan2pdf-2.13.3/debian/changelog 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/debian/changelog 2024-07-31 20:35:13.000000000 +0200 @@ -1,8 +1,15 @@ +gscan2pdf (2.13.4-1) unstable; urgency=medium + + * New upstream release + + -- Jeffrey Ratcliffe <j...@debian.org> Wed, 31 Jul 2024 20:35:33 +0200 + gscan2pdf (2.13.3-1) unstable; urgency=medium * New upstream release Closes: #1073489: FTBFS: ok 39 - current-scan-options unchanged if invalid option requested + * Bumped standards to 4.6.2 (no changes required) -- Jeffrey Ratcliffe <j...@debian.org> Fri, 28 Jun 2024 20:20:33 +0200 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/debian/control new/gscan2pdf-2.13.4/debian/control --- old/gscan2pdf-2.13.3/debian/control 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/debian/control 2024-07-31 20:34:18.000000000 +0200 @@ -39,7 +39,7 @@ xfonts-base, xvfb Maintainer: Jeffrey Ratcliffe <j...@debian.org> -Standards-Version: 4.6.1.0 +Standards-Version: 4.6.2 Vcs-Git: https://git.code.sf.net/p/gscan2pdf/code Vcs-Browser: https://sourceforge.net/p/gscan2pdf/code/ci/master/tree/ Homepage: http://gscan2pdf.sourceforge.net/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Bboxtree.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Bboxtree.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Bboxtree.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Bboxtree.pm 2024-07-31 20:34:18.000000000 +0200 @@ -23,7 +23,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/Bbox.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/Bbox.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/Bbox.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/Bbox.pm 2024-07-31 20:34:18.000000000 +0200 @@ -24,7 +24,7 @@ $EMPTY = q{}; } my $SPACE = q{ }; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; use Glib::Object::Subclass GooCanvas2::CanvasGroup::, signals => { 'text-changed' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/ListIter.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/ListIter.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/ListIter.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/ListIter.pm 2024-07-31 20:34:18.000000000 +0200 @@ -5,7 +5,7 @@ use POSIX qw/ceil/; use Readonly; Readonly my $EMPTY_LIST => -1; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; sub new { my ($class) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/TreeIter.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/TreeIter.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas/TreeIter.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas/TreeIter.pm 2024-07-31 20:34:18.000000000 +0200 @@ -5,7 +5,7 @@ use Carp; use Readonly; Readonly my $EMPTY_LIST => -1; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; sub new { my ( $class, $bbox ) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Canvas.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Canvas.pm 2024-07-31 20:34:18.000000000 +0200 @@ -28,7 +28,7 @@ Readonly $MAX_CONFIDENCE_DEFAULT => 95; Readonly $MIN_CONFIDENCE_DEFAULT => 50; } -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; use Glib::Object::Subclass GooCanvas2::Canvas::, signals => { 'zoom-changed' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/ComboBoxText.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/ComboBoxText.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/ComboBoxText.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/ComboBoxText.pm 2024-07-31 20:34:18.000000000 +0200 @@ -7,7 +7,7 @@ use Readonly; Readonly my $NO_INDEX => -1; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; use Glib::Object::Subclass Gtk3::ComboBoxText::, properties => [ Glib::ParamSpec->int( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Config.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Config.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Config.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Config.pm 2024-07-31 20:34:18.000000000 +0200 @@ -17,7 +17,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Cuneiform.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Cuneiform.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Cuneiform.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Cuneiform.pm 2024-07-31 20:34:18.000000000 +0200 @@ -9,7 +9,7 @@ use version; use English qw( -no_match_vars ); # for $PROCESS_ID -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $SPACE = q{ }; my $EMPTY = q{}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/MultipleMessage.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/MultipleMessage.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/MultipleMessage.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/MultipleMessage.pm 2024-07-31 20:34:18.000000000 +0200 @@ -13,7 +13,7 @@ my %types; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $SPACE = q{ }; my $HEXREGEX = qr{^(.*) # start of message \b0x[[:xdigit:]]+\b # hex (e.g. address) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Renumber.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Renumber.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Renumber.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Renumber.pm 2024-07-31 20:34:18.000000000 +0200 @@ -69,7 +69,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my ( $start_old, $step_old, $logger ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Save.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Save.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Save.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Save.pm 2024-07-31 20:34:18.000000000 +0200 @@ -14,7 +14,7 @@ Readonly my $ENTRY_WIDTH_DATE => 10; Readonly my $ENTRY_WIDTH_DATETIME => 19; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $EMPTY = q{}; my $DATE_FORMAT = '%04d-%02d-%02d'; my $DATETIME_FORMAT = '%04d-%02d-%02d %02d:%02d:%02d'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan/CLI.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan/CLI.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan/CLI.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan/CLI.pm 2024-07-31 20:34:19.000000000 +0200 @@ -79,7 +79,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $SANE_NAME_PAGE_HEIGHT = SANE_NAME_PAGE_HEIGHT; my $SANE_NAME_PAGE_WIDTH = SANE_NAME_PAGE_WIDTH; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm 2024-07-31 20:34:19.000000000 +0200 @@ -39,7 +39,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $SANE_NAME_SCAN_TL_X = SANE_NAME_SCAN_TL_X; my $SANE_NAME_SCAN_TL_Y = SANE_NAME_SCAN_TL_Y; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog/Scan.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog/Scan.pm 2024-07-31 20:34:19.000000000 +0200 @@ -294,7 +294,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my ( $d_sane, $logger ); my $SANE_NAME_SCAN_TL_X = SANE_NAME_SCAN_TL_X; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Dialog.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Dialog.pm 2024-07-31 20:34:18.000000000 +0200 @@ -32,7 +32,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $EMPTY = q{}; sub INIT_INSTANCE { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Document.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Document.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Document.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Document.pm 2024-07-31 20:34:19.000000000 +0200 @@ -78,7 +78,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter Gtk3::SimpleList); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/EntryCompletion.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/EntryCompletion.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/EntryCompletion.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/EntryCompletion.pm 2024-07-31 20:34:19.000000000 +0200 @@ -9,7 +9,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter Gtk3::Entry); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Frontend/CLI.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Frontend/CLI.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Frontend/CLI.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Frontend/CLI.pm 2024-07-31 20:34:19.000000000 +0200 @@ -25,7 +25,7 @@ Readonly my $ALL_PENDING_ZOMBIE_PROCESSES => -1; Readonly my $INFINITE_DOCUMENTS => -1; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $EMPTY = q{}; my $COMMA = q{,}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Frontend/Image_Sane.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Frontend/Image_Sane.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Frontend/Image_Sane.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Frontend/Image_Sane.pm 2024-07-31 20:34:19.000000000 +0200 @@ -26,7 +26,7 @@ my $uuid_object = Data::UUID->new; my $EMPTY = q{}; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my ( $prog_name, $logger, %callback, $_self ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/NetPBM.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/NetPBM.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/NetPBM.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/NetPBM.pm 2024-07-31 20:34:19.000000000 +0200 @@ -10,7 +10,7 @@ Readonly my $GRAYMAP_CHANNELS => 1; Readonly my $PIXMAP_CHANNELS => 3; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; # Return file size expected by PNM header diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Page.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Page.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Page.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Page.pm 2024-07-31 20:34:19.000000000 +0200 @@ -29,7 +29,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/PageRange.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/PageRange.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/PageRange.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/PageRange.pm 2024-07-31 20:34:19.000000000 +0200 @@ -28,7 +28,7 @@ ), ]; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my @widget_list; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Scanner/Options.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Scanner/Options.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Scanner/Options.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Scanner/Options.pm 2024-07-31 20:34:19.000000000 +0200 @@ -13,7 +13,7 @@ # Glib::ParamSpec->object in Gscan2pdf::Dialog::Scan use Glib::Object::Subclass Glib::Object::; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $units = qr{(pel|bit|mm|dpi|%|us)}xsm; my $EMPTY = q{}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Scanner/Profile.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Scanner/Profile.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Scanner/Profile.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Scanner/Profile.pm 2024-07-31 20:34:19.000000000 +0200 @@ -15,7 +15,7 @@ # Glib::ParamSpec->object in Gscan2pdf::Dialog::Scan use Glib::Object::Subclass Glib::Object::; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $EMPTY = q{}; my $uuid_object = Data::UUID->new; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Tesseract.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Tesseract.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Tesseract.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Tesseract.pm 2024-07-31 20:34:19.000000000 +0200 @@ -15,7 +15,7 @@ use Readonly; Readonly our $DPI_OPTION_POS => 3; -our $VERSION = '2.13.3'; +our $VERSION = '2.13.4'; my $EMPTY = q{}; my $COMMA = q{,}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Translation.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Translation.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Translation.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Translation.pm 2024-07-31 20:34:19.000000000 +0200 @@ -8,7 +8,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.13.3/lib/Gscan2pdf/Unpaper.pm new/gscan2pdf-2.13.4/lib/Gscan2pdf/Unpaper.pm --- old/gscan2pdf-2.13.3/lib/Gscan2pdf/Unpaper.pm 2024-06-29 12:32:28.000000000 +0200 +++ new/gscan2pdf-2.13.4/lib/Gscan2pdf/Unpaper.pm 2024-07-31 20:34:19.000000000 +0200 @@ -16,7 +16,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.13.3'; + $VERSION = '2.13.4'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ],