8
0

Accepting request 761589 from devel:languages:perl:autoupdate

- 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]

OBS-URL: https://build.opensuse.org/request/show/761589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=9
This commit is contained in:
2020-01-09 13:03:47 +00:00
committed by Git OBS Bridge
parent d7ebae8045
commit 3bd704e2ae
4 changed files with 18 additions and 6 deletions

View File

@@ -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}"