8
0

Accepting request 885330 from devel:languages:perl:autoupdate

- updated to 3.476
   see /usr/share/doc/packages/perl-Verilog-Perl/Changes
  * Verilog-Perl 3.476 2021-04-13
  ****  Fix parameter type = struct. [Nathan Chrisman]

OBS-URL: https://build.opensuse.org/request/show/885330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Verilog-Perl?expand=0&rev=15
This commit is contained in:
2021-04-14 13:03:35 +00:00
committed by Git OBS Bridge
parent 267595c5d5
commit 1a4c618ec1
4 changed files with 19 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:829b475a619ab29e0845e6724c42daad7aad51ef4395ebc82cdf6e102f825923
size 611753

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4246b810d723288d891d8e9d2e83d5c1220549c1fb79de746b55fbd4494ded37
size 612461

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 14 03:10:44 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 3.476
see /usr/share/doc/packages/perl-Verilog-Perl/Changes
* Verilog-Perl 3.476 2021-04-13
**** Fix parameter type = struct. [Nathan Chrisman]
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 30 03:11:40 UTC 2020 - Tina Müller <timueller+perl@suse.de> Fri Oct 30 03:11:40 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Verilog-Perl # spec file for package perl-Verilog-Perl
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# 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
@@ -16,17 +16,15 @@
# #
Name: perl-Verilog-Perl
Version: 3.474
Release: 0
%define cpan_name Verilog-Perl %define cpan_name Verilog-Perl
Name: perl-Verilog-Perl
Version: 3.476
Release: 0
Summary: Verilog language utilities and parsing Summary: Verilog language utilities and parsing
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA) BuildRequires: perl(Digest::SHA)
@@ -43,12 +41,12 @@ BuildRequires: gcc-c++
Verilog language utilities and parsing Verilog language utilities and parsing
%prep %prep
%setup -q -n %{cpan_name}-%{version} %autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -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}"
make %{?_smp_mflags} %make_build
%check %check
make test make test
@@ -59,7 +57,6 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README vhier vpassert vppreproc vrename vsplitmodule %doc Changes README vhier vpassert vppreproc vrename vsplitmodule
%license COPYING %license COPYING