diff --git a/Verilog-Perl-3.404.tar.gz b/Verilog-Perl-3.404.tar.gz deleted file mode 100644 index 09f7998..0000000 --- a/Verilog-Perl-3.404.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eddc21a965019eecc2200e251186f9d8bd0643485d12feda7d0b26a328650d0 -size 558496 diff --git a/Verilog-Perl-3.454.tgz b/Verilog-Perl-3.454.tgz new file mode 100644 index 0000000..71039a7 --- /dev/null +++ b/Verilog-Perl-3.454.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e14b66bfc40f63be02d822036779faddc86f9277734c8e5c7cf56f7e8e9aaab +size 590151 diff --git a/perl-Verilog-Perl.changes b/perl-Verilog-Perl.changes index 38a756f..2185bce 100644 --- a/perl-Verilog-Perl.changes +++ b/perl-Verilog-Perl.changes @@ -1,3 +1,105 @@ +------------------------------------------------------------------- +Sat Oct 6 13:16:01 UTC 2018 - Dirk Stöcker + +- updated to 3.454 + * Verilog::Language 3.454 2018-08-21 + **** Support parsing around Cadence protected meta-comments. + **** Fix define argument stringification (`"), broke since 3.446. [Joe DErrico] + **** Fix to ignore Unicode UTF-8 BOM sequences, msg2576. [HyungKi Jeong] + +------------------------------------------------------------------- +Fri Apr 13 06:04:52 UTC 2018 - coolo@suse.com + +- updated to 3.452 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + + * Verilog::Language 3.452 2018-04-12 + **** Fix parsing "output signed" in V2K port list, msg2540. [James Jung] + **** Fix GLIBC assertion failure, bug1299. [Filipe Rosset] + + * Verilog::Language 3.450 2018-03-12 + ** Support SystemVerilog 1800-2017. + ** Moving forward, use the git "stable" branch to track the latest release, + and git "v#.###" tags for specific releases. + +------------------------------------------------------------------- +Wed Feb 7 17:31:51 UTC 2018 - coolo@suse.com + +- updated to 3.448 + see /usr/share/doc/packages/perl-Verilog-Perl/Changes + + * Verilog::Language 3.448 2018-01-02 + **** Workaround comment bug in flex 2.6.4, bug1252. [Rob Stoddard] + + * Verilog::Language 3.446 2017-11-08 + **** Fix `` expansion of `defines, bug1225, bug1227, bug1228. [Odd Magne Reitan] + + * Verilog::Language 3.444 2017-09-21 + **** Fix replication handling error, bug1205. [Leon Medpum] + **** Fix compile error on MAC OS X/clang 8.1.0, msg2337. [Kunal Bansal] + + * Verilog::Language 3.442 2017-09-08 + **** Fix new concatenation handling error, bug1200. [by Stefan Tauner] + **** Fix unreferenced scalar warning, bug1200. [by Stefan Tauner] + + * Verilog::Language 3.440 2017-08-31 + ** Support for buses and concats in Netlist, msg1626. [by Stefan Tauner] + ** Support pragma protect begin_protected/end_protected, msg2313. [George Cuan] + + * Verilog::Language 3.430 2017-07-24 + ** Support Verilog::SigParser pin select parsing, msg1626. [by Stefan Tauner] + + * Verilog::Language 3.426 2017-06-06 + **** Fix lineno with class callbacks, bug1162. [Dave Storrar] + + * Verilog::Language 3.423 2017-04-26 + **** Fix tests '.' for Perl 5.26.0, rt121025. [Dan Collins] + + * Verilog::Language 3.422 2016-11-24 + **** Add additional tests, msg1982. [by Stefan Tauner] + **** Fix passing enum types in SigParser, bug1107. [by Lalit Chhabra] + + * Verilog::Language 3.420 2016-07-30 + *** Add vhier --skiplist option. [John Busco] + **** Fix duplicate cells when delete cells, bug1049. [by Stefan Tauner] + **** Fix core dump on Storable store/retrieve, bug1063. [G Aydos] + + * Verilog::Language 3.418 2016-02-02 + **** Fix Flex 2.6.0 warnings. + + * Verilog::Language 3.416 2015-10-02 + **** Fix dumpcheck test false failures, bug939. [Gene Sullivan] + **** Fix vrename missing first quote symbol msg1684. [Josef Wells] + + * Verilog::Language 3.414 2015-06-26 + **** Add Parser useProtected argument to aid runtime, bug899. [Corey Teffetalor] + **** Fix Preproc loop under Perl-Tk, bug913. [Stefan Tauner] + **** Fix vhier infinite loop on recursive modules. + **** Fix preprocessing stringified newline escapes, bug915. [Anton Rapp] + **** Fix building for Mac 10.10 with Perl 5.18.2, bug923. [S Liu] + **** Fix parsing comments before signal end, bug917. [Raj G, Jeffrey Huynh] + + * Verilog::Language 3.412 2015-03-16 + **** Fix len error in 3.410, bug896. [Jon Nall] + + * Verilog::Language 3.410 2015-03-14 + **** Fix non-ANSI modport instantiations, bug868. [Kevin Thompson] + **** Fix extra text in delay-number callback, bug893. [Greg Waters] + **** Fix virtual modport without interface in classes, bug778. [Jon Nall] + + * Verilog::Language 3.408 2014-11-15 + *** Fix +define+A+B to define A and B to match other simulators, bug847. [Adam Krolnik] + *** Show old and new value when redefining a define, bug846. [Adam Krolnik] + **** Fix loss of trireg on output signals, msg1491. [Matt Lanahan] + **** Fix quoted comment slashes in defines, bug845. [Adam Krolnik] + + * Verilog::Language 3.406 2014-09-21 + *** Add Verilog::Preproc->parent() method, bug813. [Ed Carstens] + *** Add Verilog::Netlist::File->preproc() method, bug813. [Ed Carstens] + **** Pass CFLAGS/CPPFLAGS for easier packaging, bug786. [Florian Schlichting] + **** Fix width of byte, bug812. [Ed Carstens] + **** Fix interfaces with variable dimension, bug818. [Glen Gibb] + ------------------------------------------------------------------- Sun Aug 17 17:23:35 UTC 2014 - dmitry_r@opensuse.org diff --git a/perl-Verilog-Perl.spec b/perl-Verilog-Perl.spec index 02de4c9..17a9f3d 100644 --- a/perl-Verilog-Perl.spec +++ b/perl-Verilog-Perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Verilog-Perl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -12,19 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Verilog-Perl -Version: 3.404 +Version: 3.454 Release: 0 %define cpan_name Verilog-Perl Summary: Verilog language utilities and parsing License: Artistic-2.0 or LGPL-3.0 Group: Development/Libraries/Perl -Url: http://www.veripool.org/wiki/verilog-perl -Source: http://search.cpan.org/CPAN/authors/id/W/WS/WSNYDER/Verilog-Perl-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/W/WS/WSNYDER/%{cpan_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison BuildRequires: flex @@ -33,6 +33,7 @@ BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) BuildRequires: perl(Pod::Usage) >= 1.34 +Requires: perl(Digest::SHA) Requires: perl(Pod::Usage) >= 1.34 %{perl_requires} @@ -41,7 +42,7 @@ The Verilog-Perl library is a building point for Verilog support in the Perl lan %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -53,15 +54,11 @@ make test %install %perl_make_install %perl_process_packlist +%perl_gen_filelist -%files -%defattr(-,root,root,-) -%doc Changes COPYING README -%dir %{perl_vendorarch}/Verilog -%dir %{perl_vendorarch}/auto/Verilog -%{_bindir}/* -%{perl_vendorarch}/Verilog/* -%{perl_vendorarch}/auto/Verilog/* -%{_mandir}/man?/* +%files -f %{name}.files +%defattr(-,root,root,755) +%doc Changes README +%license COPYING %changelog