Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gscan2pdf for openSUSE:Factory checked in at 2022-07-13 13:45:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gscan2pdf (Old) and /work/SRC/openSUSE:Factory/.gscan2pdf.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gscan2pdf" Wed Jul 13 13:45:16 2022 rev:16 rq:988700 version:2.12.8 Changes: -------- --- /work/SRC/openSUSE:Factory/gscan2pdf/gscan2pdf.changes 2022-05-31 15:48:20.300026304 +0200 +++ /work/SRC/openSUSE:Factory/.gscan2pdf.new.1523/gscan2pdf.changes 2022-07-13 13:45:37.698052261 +0200 @@ -1,0 +2,6 @@ +Mon Jul 11 16:03:35 UTC 2022 - [email protected] + +- Updated to version 2.17.8: + * Fixed right-click pop-up behaviour with Wayland. + +------------------------------------------------------------------- Old: ---- gscan2pdf-2.12.7.tar.xz gscan2pdf-2.12.7.tar.xz.asc New: ---- gscan2pdf-2.12.8.tar.xz gscan2pdf-2.12.8.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gscan2pdf.spec ++++++ --- /var/tmp/diff_new_pack.1zoTNj/_old 2022-07-13 13:45:38.258053056 +0200 +++ /var/tmp/diff_new_pack.1zoTNj/_new 2022-07-13 13:45:38.258053056 +0200 @@ -17,7 +17,7 @@ Name: gscan2pdf -Version: 2.12.7 +Version: 2.12.8 Release: 0 Summary: Easy scan to PDF License: GPL-3.0-only ++++++ gscan2pdf-2.12.7.tar.xz -> gscan2pdf-2.12.8.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/History new/gscan2pdf-2.12.8/History --- old/gscan2pdf-2.12.7/History 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/History 2022-07-11 10:53:23.000000000 +0200 @@ -1,3 +1,9 @@ +2.12.8 (11.07.2022): + +* Fixed right-click pop-up behaviour with Wayland + (thanks to Chris Mayo for the patch). + + 2.12.7 (29.05.2022): * Fixed bug restoring user-defined tool on scan dialog. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/META.json new/gscan2pdf-2.12.8/META.json --- old/gscan2pdf-2.12.7/META.json 2022-05-29 16:23:39.000000000 +0200 +++ new/gscan2pdf-2.12.8/META.json 2022-07-11 10:55:16.000000000 +0200 @@ -54,6 +54,6 @@ } }, "release_status" : "stable", - "version" : "v2.12.7", + "version" : "v2.12.8", "x_serialization_backend" : "JSON::PP version 4.06" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/META.yml new/gscan2pdf-2.12.8/META.yml --- old/gscan2pdf-2.12.7/META.yml 2022-05-29 16:23:39.000000000 +0200 +++ new/gscan2pdf-2.12.8/META.yml 2022-07-11 10:55:16.000000000 +0200 @@ -36,5 +36,5 @@ Readonly: '0' Set::IntSpan: '1.1' Try::Tiny: '0' -version: v2.12.7 +version: v2.12.8 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/bin/gscan2pdf new/gscan2pdf-2.12.8/bin/gscan2pdf --- old/gscan2pdf-2.12.7/bin/gscan2pdf 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/bin/gscan2pdf 2022-07-11 10:35:27.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\.12\.6'/\1'2.12.7'/" < MANIFEST +# xargs sed -i "s/\(\$VERSION *= \)'2\.12\.7'/\1'2.12.8'/" < MANIFEST # Make appropriate updates to ../debian/changelog # 2. perl Makefile.PL # Upload .pot @@ -35,8 +35,8 @@ # 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) # * jammy (until 2027-04) -# * impish (until 2022-07), no tests # * 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 @@ -158,7 +158,7 @@ Glib::Object::Introspection->invoke( 'GLib', undef, 'set_prgname', 'net.sourceforge.gscan2pdf' ); my $prog_name = Glib::get_application_name; -my $VERSION = '2.12.7'; +my $VERSION = '2.12.8'; # Image border to ensure that a scaled to fit image gets no scrollbars my $border = 1; @@ -5232,14 +5232,12 @@ if ( $event->button == $RIGHT_MOUSE_BUTTON ) { if ( $widget->isa('Gtk3::ImageView') ) { # main image $uimanager->get_widget('/Detail_Popup') - ->popup( undef, undef, undef, undef, $event->button, - $event->time ); + ->popup_at_pointer( $event ); } else { # Thumbnail simplelist $SETTING{'Page range'} = 'selected'; $uimanager->get_widget('/Thumb_Popup') - ->popup( undef, undef, undef, undef, $event->button, - $event->time ); + ->popup_at_pointer( $event ); } # block event propagation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/debian/changelog new/gscan2pdf-2.12.8/debian/changelog --- old/gscan2pdf-2.12.7/debian/changelog 2022-05-29 15:52:15.000000000 +0200 +++ new/gscan2pdf-2.12.8/debian/changelog 2022-07-11 10:36:15.000000000 +0200 @@ -1,3 +1,9 @@ +gscan2pdf (2.12.8-1) unstable; urgency=medium + + * New upstream release + + -- Jeffrey Ratcliffe <[email protected]> Mon, 11 Jul 2022 20:36:01 +0200 + gscan2pdf (2.12.7-1) unstable; urgency=medium * New upstream release diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Bboxtree.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Bboxtree.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Bboxtree.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Bboxtree.pm 2022-07-11 10:35:27.000000000 +0200 @@ -25,7 +25,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/Bbox.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/Bbox.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/Bbox.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/Bbox.pm 2022-07-11 10:35:27.000000000 +0200 @@ -26,7 +26,7 @@ $EMPTY = q{}; } my $SPACE = q{ }; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; use Glib::Object::Subclass GooCanvas2::CanvasGroup::, signals => { 'text-changed' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/ListIter.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/ListIter.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/ListIter.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/ListIter.pm 2022-07-11 10:35:27.000000000 +0200 @@ -5,7 +5,7 @@ use POSIX qw/ceil/; use Readonly; Readonly my $EMPTY_LIST => -1; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; sub new { my ($class) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/TreeIter.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/TreeIter.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas/TreeIter.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas/TreeIter.pm 2022-07-11 10:35:27.000000000 +0200 @@ -5,7 +5,7 @@ use Carp; use Readonly; Readonly my $EMPTY_LIST => -1; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; sub new { my ( $class, $bbox ) = @_; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Canvas.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Canvas.pm 2022-07-11 10:35:27.000000000 +0200 @@ -30,7 +30,7 @@ Readonly $MAX_CONFIDENCE_DEFAULT => 95; Readonly $MIN_CONFIDENCE_DEFAULT => 50; } -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; use Glib::Object::Subclass GooCanvas2::Canvas::, signals => { 'zoom-changed' => { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/ComboBoxText.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/ComboBoxText.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/ComboBoxText.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/ComboBoxText.pm 2022-07-11 10:35:27.000000000 +0200 @@ -7,7 +7,7 @@ use Readonly; Readonly my $NO_INDEX => -1; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; use Glib::Object::Subclass Gtk3::ComboBoxText::, properties => [ Glib::ParamSpec->int( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Config.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Config.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Config.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Config.pm 2022-07-11 10:35:27.000000000 +0200 @@ -17,7 +17,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Cuneiform.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Cuneiform.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Cuneiform.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Cuneiform.pm 2022-07-11 10:35:27.000000000 +0200 @@ -9,7 +9,7 @@ use version; use English qw( -no_match_vars ); # for $PROCESS_ID -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my $SPACE = q{ }; my $EMPTY = q{}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/MultipleMessage.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/MultipleMessage.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/MultipleMessage.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/MultipleMessage.pm 2022-07-11 10:35:27.000000000 +0200 @@ -13,7 +13,7 @@ my %types; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Dialog/Renumber.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Renumber.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Renumber.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Renumber.pm 2022-07-11 10:35:27.000000000 +0200 @@ -69,7 +69,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my ( $start_old, $step_old, $logger ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Save.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Save.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Save.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Save.pm 2022-07-11 10:35:27.000000000 +0200 @@ -16,7 +16,7 @@ Readonly my $ENTRY_WIDTH_DATE => 10; Readonly my $ENTRY_WIDTH_DATETIME => 19; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Dialog/Scan/CLI.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan/CLI.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Scan/CLI.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan/CLI.pm 2022-07-11 10:35:27.000000000 +0200 @@ -81,7 +81,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan/Image_Sane.pm 2022-07-11 10:35:27.000000000 +0200 @@ -41,7 +41,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Dialog/Scan.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog/Scan.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog/Scan.pm 2022-07-11 10:35:27.000000000 +0200 @@ -296,7 +296,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Dialog.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Dialog.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Dialog.pm 2022-07-11 10:35:27.000000000 +0200 @@ -32,7 +32,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my $EMPTY = q{}; sub INIT_INSTANCE { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Document.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Document.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Document.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Document.pm 2022-07-11 10:35:27.000000000 +0200 @@ -80,7 +80,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/EntryCompletion.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/EntryCompletion.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/EntryCompletion.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/EntryCompletion.pm 2022-07-11 10:35:27.000000000 +0200 @@ -9,7 +9,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Frontend/CLI.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Frontend/CLI.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Frontend/CLI.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Frontend/CLI.pm 2022-07-11 10:35:27.000000000 +0200 @@ -27,7 +27,7 @@ Readonly my $ALL_PENDING_ZOMBIE_PROCESSES => -1; Readonly my $INFINITE_DOCUMENTS => -1; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my $EMPTY = q{}; my $COMMA = q{,}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Frontend/Image_Sane.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Frontend/Image_Sane.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Frontend/Image_Sane.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Frontend/Image_Sane.pm 2022-07-11 10:35:27.000000000 +0200 @@ -28,7 +28,7 @@ my $uuid_object = Data::UUID->new; my $EMPTY = q{}; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my ( $prog_name, $logger, %callback, $_self ); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/NetPBM.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/NetPBM.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/NetPBM.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/NetPBM.pm 2022-07-11 10:35:27.000000000 +0200 @@ -10,7 +10,7 @@ Readonly my $GRAYMAP_CHANNELS => 1; Readonly my $PIXMAP_CHANNELS => 3; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; # Return file size expected by PNM header diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Page.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Page.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Page.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Page.pm 2022-07-11 10:35:27.000000000 +0200 @@ -31,7 +31,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/PageRange.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/PageRange.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/PageRange.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/PageRange.pm 2022-07-11 10:35:27.000000000 +0200 @@ -28,7 +28,7 @@ ), ]; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my @widget_list; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Scanner/Options.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Scanner/Options.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Scanner/Options.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Scanner/Options.pm 2022-07-11 10:35:27.000000000 +0200 @@ -15,7 +15,7 @@ # Glib::ParamSpec->object in Gscan2pdf::Dialog::Scan use Glib::Object::Subclass Glib::Object::; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; 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.12.7/lib/Gscan2pdf/Scanner/Profile.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Scanner/Profile.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Scanner/Profile.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Scanner/Profile.pm 2022-07-11 10:35:27.000000000 +0200 @@ -17,7 +17,7 @@ # Glib::ParamSpec->object in Gscan2pdf::Dialog::Scan use Glib::Object::Subclass Glib::Object::; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my $EMPTY = q{}; my $uuid_object = Data::UUID->new; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Tesseract.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Tesseract.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Tesseract.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Tesseract.pm 2022-07-11 10:35:27.000000000 +0200 @@ -15,7 +15,7 @@ use Readonly; Readonly our $DPI_OPTION_POS => 3; -our $VERSION = '2.12.7'; +our $VERSION = '2.12.8'; my $EMPTY = q{}; my $COMMA = q{,}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Translation.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Translation.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Translation.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Translation.pm 2022-07-11 10:35:27.000000000 +0200 @@ -8,7 +8,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gscan2pdf-2.12.7/lib/Gscan2pdf/Unpaper.pm new/gscan2pdf-2.12.8/lib/Gscan2pdf/Unpaper.pm --- old/gscan2pdf-2.12.7/lib/Gscan2pdf/Unpaper.pm 2022-05-29 16:20:50.000000000 +0200 +++ new/gscan2pdf-2.12.8/lib/Gscan2pdf/Unpaper.pm 2022-07-11 10:35:27.000000000 +0200 @@ -18,7 +18,7 @@ use Exporter (); our ( $VERSION, @EXPORT_OK, %EXPORT_TAGS ); - $VERSION = '2.12.7'; + $VERSION = '2.12.8'; use base qw(Exporter); %EXPORT_TAGS = (); # eg: TAG => [ qw!name1 name2! ],
