forked from pool/perl-Verilog-Perl
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b4ee61f23dd87125a423560bff5cbd0141fe28b4b2fe9260e86ffe6ec6140835
|
|
||||||
size 593173
|
|
3
Verilog-Perl-3.470.tar.gz
Normal file
3
Verilog-Perl-3.470.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:48af8c677d259dda06785c3af3d564e1df1ddc9082f8b76db88a2b52f4ee4f91
|
||||||
|
size 593010
|
@@ -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>
|
Fri Sep 13 07:46:19 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Verilog-Perl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Verilog-Perl
|
Name: perl-Verilog-Perl
|
||||||
Version: 3.468
|
Version: 3.470
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Verilog-Perl
|
%define cpan_name Verilog-Perl
|
||||||
Summary: Verilog language utilities and parsing
|
Summary: Verilog language utilities and parsing
|
||||||
@@ -44,7 +44,7 @@ Verilog language utilities and parsing
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%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
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user