Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2018-10-11 11:51:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Verilog-Perl"

Thu Oct 11 11:51:49 2018 rev:3 rq:640260 version:3.454

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes      
2014-08-27 16:53:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new/perl-Verilog-Perl.changes 
2018-10-11 11:53:18.554187030 +0200
@@ -1,0 +2,102 @@
+Sat Oct  6 13:16:01 UTC 2018 - Dirk Stöcker <[email protected]>
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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]
+
+-------------------------------------------------------------------

Old:
----
  Verilog-Perl-3.404.tar.gz

New:
----
  Verilog-Perl-3.454.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Verilog-Perl.spec ++++++
--- /var/tmp/diff_new_pack.7Qjm8b/_old  2018-10-11 11:53:21.598183158 +0200
+++ /var/tmp/diff_new_pack.7Qjm8b/_new  2018-10-11 11:53:21.602183153 +0200
@@ -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-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 @@
 
 %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 @@
 %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


Reply via email to