diff --git a/Verilog-Perl-3.468.tar.gz b/Verilog-Perl-3.468.tar.gz deleted file mode 100644 index cf78f28..0000000 --- a/Verilog-Perl-3.468.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4ee61f23dd87125a423560bff5cbd0141fe28b4b2fe9260e86ffe6ec6140835 -size 593173 diff --git a/Verilog-Perl-3.470.tar.gz b/Verilog-Perl-3.470.tar.gz new file mode 100644 index 0000000..15ea069 --- /dev/null +++ b/Verilog-Perl-3.470.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48af8c677d259dda06785c3af3d564e1df1ddc9082f8b76db88a2b52f4ee4f91 +size 593010 diff --git a/perl-Verilog-Perl.changes b/perl-Verilog-Perl.changes index 4ebef6f..c08f64c 100644 --- a/perl-Verilog-Perl.changes +++ b/perl-Verilog-Perl.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 7 03:12:14 UTC 2020 - + +- 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] + ------------------------------------------------------------------- Fri Sep 13 07:46:19 UTC 2019 - diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec index 0ce95f9..7822dbb 100644 --- a/perl-Verilog-Perl.spec +++ b/perl-Verilog-Perl.spec @@ -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 @@ Verilog language utilities and parsing %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}"