Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gerbv for openSUSE:Factory checked in at 2023-01-25 17:43:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gerbv (Old) and /work/SRC/openSUSE:Factory/.gerbv.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gerbv" Wed Jan 25 17:43:09 2023 rev:13 rq:1060730 version:2.9.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gerbv/gerbv.changes 2022-12-22 16:23:12.290074520 +0100 +++ /work/SRC/openSUSE:Factory/.gerbv.new.32243/gerbv.changes 2023-01-25 17:46:55.785263142 +0100 @@ -1,0 +2,6 @@ +Mon Jan 9 07:48:13 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.9.6: + * Turn off autodetect after FILE_FORMAT + +------------------------------------------------------------------- Old: ---- gerbv-2.9.5.tar.gz New: ---- gerbv-2.9.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gerbv.spec ++++++ --- /var/tmp/diff_new_pack.ij3W6z/_old 2023-01-25 17:46:56.573267380 +0100 +++ /var/tmp/diff_new_pack.ij3W6z/_new 2023-01-25 17:46:56.589267466 +0100 @@ -1,7 +1,7 @@ # # spec file for package gerbv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: gerbv %define libname lib%{name} -Version: 2.9.5 +Version: 2.9.6 Release: 0 %define somajor 1 Summary: Gerber File Viewer that supports the RS-274X Standard ++++++ gerbv-2.9.5.tar.gz -> gerbv-2.9.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/NEWS new/gerbv-2.9.6/NEWS --- old/gerbv-2.9.5/NEWS 2022-11-20 18:45:12.000000000 +0100 +++ new/gerbv-2.9.6/NEWS 2023-01-04 20:31:29.000000000 +0100 @@ -1,4 +1,12 @@ ======================================================================== +Release Notes for gerbv-2.9.6 +======================================================================== + +-gerbv: Turn off autodetect after FILE_FORMAT (PR#156 by @eyal0 fixing issue + #155 reported by @meantaipan) + + +======================================================================== Release Notes for gerbv-2.9.5 ======================================================================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/configure.ac new/gerbv-2.9.6/configure.ac --- old/gerbv-2.9.5/configure.ac 2022-11-20 18:45:12.000000000 +0100 +++ new/gerbv-2.9.6/configure.ac 2023-01-04 20:31:29.000000000 +0100 @@ -22,7 +22,7 @@ dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA -AC_INIT([gerbv], [m4_esyscmd(utils/git-version-gen.sh 2.9.5)]) +AC_INIT([gerbv], [m4_esyscmd(utils/git-version-gen.sh 2.9.6)]) AC_CONFIG_SRCDIR([src/gerbv.c]) AC_PREREQ([2.69]) AM_INIT_AUTOMAKE([1.9]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/src/drill.c new/gerbv-2.9.6/src/drill.c --- old/gerbv-2.9.5/src/drill.c 2022-11-20 18:45:12.000000000 +0100 +++ new/gerbv-2.9.6/src/drill.c 2023-01-04 20:31:29.000000000 +0100 @@ -1598,6 +1598,7 @@ } state->header_number_format = state->number_format = FMT_USER; state->decimals = digits_after; + state->autod = 0; return 1; } /* drill_parse_header_is_metric_comment() */ Binary files old/gerbv-2.9.5/test/golden/Altium_file_format_inch.png and new/gerbv-2.9.6/test/golden/Altium_file_format_inch.png differ Binary files old/gerbv-2.9.5/test/golden/Altium_inch_file_format.png and new/gerbv-2.9.6/test/golden/Altium_inch_file_format.png differ Binary files old/gerbv-2.9.5/test/golden/LimeSDR-QPCIe_1v2-RoundHoles.png and new/gerbv-2.9.6/test/golden/LimeSDR-QPCIe_1v2-RoundHoles.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/test/inputs/Altium_file_format_inch.drl new/gerbv-2.9.6/test/inputs/Altium_file_format_inch.drl --- old/gerbv-2.9.5/test/inputs/Altium_file_format_inch.drl 1970-01-01 01:00:00.000000000 +0100 +++ new/gerbv-2.9.6/test/inputs/Altium_file_format_inch.drl 2023-01-04 20:31:29.000000000 +0100 @@ -0,0 +1,17 @@ +M48 +;Layer_Color=9474304 +;FILE_FORMAT=2:3 +INCH,TZ +;TYPE=PLATED +T1F00S00C0.028 +T2F00S00C0.035 +T3F00S00C0.040 +T4F00S00C0.047 +T5F00S00C0.051 +T6F00S00C0.072 +T7F00S00C0.125 +% +T01 +X1875Y350 +X1965Y460 +M30 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/test/inputs/Altium_inch_file_format.drl new/gerbv-2.9.6/test/inputs/Altium_inch_file_format.drl --- old/gerbv-2.9.5/test/inputs/Altium_inch_file_format.drl 1970-01-01 01:00:00.000000000 +0100 +++ new/gerbv-2.9.6/test/inputs/Altium_inch_file_format.drl 2023-01-04 20:31:29.000000000 +0100 @@ -0,0 +1,17 @@ +M48 +;Layer_Color=9474304 +INCH,TZ +;FILE_FORMAT=2:3 +;TYPE=PLATED +T1F00S00C0.028 +T2F00S00C0.035 +T3F00S00C0.040 +T4F00S00C0.047 +T5F00S00C0.051 +T6F00S00C0.072 +T7F00S00C0.125 +% +T01 +X1875Y350 +X1965Y460 +M30 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gerbv-2.9.5/test/tests.list new/gerbv-2.9.6/test/tests.list --- old/gerbv-2.9.5/test/tests.list 2022-11-20 18:45:12.000000000 +0100 +++ new/gerbv-2.9.6/test/tests.list 2023-01-04 20:31:29.000000000 +0100 @@ -205,3 +205,5 @@ # Altium-style FILE_FORMAT specifier LimeSDR-QPCIe_1v2-RoundHoles | LimeSDR-QPCIe_1v2-RoundHoles.drl +Altium_inch_file_format | Altium_inch_file_format.drl +Altium_file_format_inch | Altium_file_format_inch.drl
