Hello community,
here is the log from the commit of package perl-Verilog-Perl for
openSUSE:Factory checked in at 2020-01-09 22:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
and /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Verilog-Perl"
Thu Jan 9 22:52:21 2020 rev:6 rq:762186 version:3.470
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes
2019-09-16 10:52:14.411157950 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.6675/perl-Verilog-Perl.changes
2020-01-09 22:53:03.074783049 +0100
@@ -1,0 +2,12 @@
+Tue Jan 7 03:12:14 UTC 2020 - <[email protected]>
+
+- updated to 3.470
+ see /usr/share/doc/packages/perl-Verilog-Perl/Changes
+
+ * Verilog::Language 3.470 2020-01-06
+
+ **** Fix capital S for signed numbers, [Piotr Binkowski]
+
+ **** Fix // in filenames, bug1610. [Peter Nelson]
+
+-------------------------------------------------------------------
Old:
----
Verilog-Perl-3.468.tar.gz
New:
----
Verilog-Perl-3.470.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Verilog-Perl.spec ++++++
--- /var/tmp/diff_new_pack.upz2Ep/_old 2020-01-09 22:53:04.238783631 +0100
+++ /var/tmp/diff_new_pack.upz2Ep/_new 2020-01-09 22:53:04.238783631 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Verilog-Perl
#
-# 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
@@ -17,7 +17,7 @@
Name: perl-Verilog-Perl
-Version: 3.468
+Version: 3.470
Release: 0
%define cpan_name Verilog-Perl
Summary: Verilog language utilities and parsing
@@ -44,7 +44,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ Verilog-Perl-3.468.tar.gz -> Verilog-Perl-3.470.tar.gz ++++++
++++ 3548 lines of diff (skipped)