diff --git a/Verilog-Perl-3.454.tgz b/Verilog-Perl-3.454.tgz deleted file mode 100644 index 71039a7..0000000 --- a/Verilog-Perl-3.454.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e14b66bfc40f63be02d822036779faddc86f9277734c8e5c7cf56f7e8e9aaab -size 590151 diff --git a/Verilog-Perl-3.466.tar.gz b/Verilog-Perl-3.466.tar.gz new file mode 100644 index 0000000..c3fc6e0 --- /dev/null +++ b/Verilog-Perl-3.466.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d045eea94fda9c38d2a510e8b2af7ac8c51f44654c921772cbe2d777c99c7d +size 593778 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..eeb8db9 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,30 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + BuildRequires: bison + BuildRequires: flex + BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Verilog-Perl.changes b/perl-Verilog-Perl.changes index 2185bce..063078c 100644 --- a/perl-Verilog-Perl.changes +++ b/perl-Verilog-Perl.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Sat Aug 31 00:05:16 UTC 2019 - Tina Mueller + +- Add bison, flex and gcc requirements + +------------------------------------------------------------------- +Sun May 5 05:35:49 UTC 2019 - Stephan Kulow + +- updated to 3.466 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + + * Verilog::Language 3.466 2019-05-04 + + **** Fix Mac OS-X Perl 5.26.3 issues, bug1428. [Jack Langsdorf] + +------------------------------------------------------------------- +Thu May 2 05:40:34 UTC 2019 - Stephan Kulow + +- updated to 3.464 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + + * Verilog::Language 3.464 2019-05-01 + + **** Fix vrename with escaped names, bug1420. [Kerry Imming] + +------------------------------------------------------------------- +Wed Apr 10 05:31:42 UTC 2019 - Stephan Kulow + +- updated to 3.462 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + + * Verilog::Language 3.462 2019-04-09 + + *** Fix legacy $pin->netlist accessor. + + *** Fix nettype declarations, msg2931. [Andreas Sunardi] + +------------------------------------------------------------------- +Wed Apr 3 07:43:46 UTC 2019 - Stephan Kulow + +- updated to 3.460 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + ------------------------------------------------------------------- Sat Oct 6 13:16:01 UTC 2018 - Dirk Stöcker diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec index 17a9f3d..6e35418 100644 --- a/perl-Verilog-Perl.spec +++ b/perl-Verilog-Perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Verilog-Perl # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,18 +17,16 @@ Name: perl-Verilog-Perl -Version: 3.454 +Version: 3.466 Release: 0 %define cpan_name Verilog-Perl Summary: Verilog language utilities and parsing -License: Artistic-2.0 or LGPL-3.0 +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tgz +Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: bison -BuildRequires: flex -BuildRequires: gcc-c++ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) @@ -36,9 +34,14 @@ BuildRequires: perl(Pod::Usage) >= 1.34 Requires: perl(Digest::SHA) Requires: perl(Pod::Usage) >= 1.34 %{perl_requires} +# MANUAL BEGIN +BuildRequires: bison +BuildRequires: flex +BuildRequires: gcc-c++ +# MANUAL END %description -The Verilog-Perl library is a building point for Verilog support in the Perl language. +Verilog language utilities and parsing %prep %setup -q -n %{cpan_name}-%{version} @@ -58,7 +61,7 @@ make test %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes README vhier vpassert vppreproc vrename vsplitmodule %license COPYING %changelog