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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4ee61f23dd87125a423560bff5cbd0141fe28b4b2fe9260e86ffe6ec6140835
size 593173

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48af8c677d259dda06785c3af3d564e1df1ddc9082f8b76db88a2b52f4ee4f91
size 593010

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jan 7 03:12:14 UTC 2020 - <timueller+perl@suse.de>
- 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 - <timueller+perl@suse.de>

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