commit perl-Verilog-Perl for openSUSE:Factory

2020-10-30 Thread root
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2020-10-30 11:58:59

Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.3463 (New)


Package is "perl-Verilog-Perl"

Fri Oct 30 11:58:59 2020 rev:8 rq:845002 version:3.474

Changes:

--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes  
2020-10-26 16:19:38.127095453 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.3463/perl-Verilog-Perl.changes
2020-10-30 11:58:59.702309194 +0100
@@ -1,0 +2,12 @@
+Fri Oct 30 03:11:40 UTC 2020 - Tina Müller 
+
+- updated to 3.474
+   see /usr/share/doc/packages/perl-Verilog-Perl/Changes
+
+  * Verilog-Perl 3.474 2020-10-29
+
+    Add filenames in vhier --xml cells.
+
+    Fix duplicates in vhier --includes. [Gregory Pierce]
+
+---

Old:

  Verilog-Perl-3.472.tar.gz

New:

  Verilog-Perl-3.474.tar.gz



Other differences:
--
++ perl-Verilog-Perl.spec ++
--- /var/tmp/diff_new_pack.6mOxBq/_old  2020-10-30 11:59:00.882310238 +0100
+++ /var/tmp/diff_new_pack.6mOxBq/_new  2020-10-30 11:59:00.882310238 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Verilog-Perl
-Version:3.472
+Version:3.474
 Release:0
 %define cpan_name Verilog-Perl
 Summary:Verilog language utilities and parsing

++ Verilog-Perl-3.472.tar.gz -> Verilog-Perl-3.474.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.472/Changes 
new/Verilog-Perl-3.474/Changes
--- old/Verilog-Perl-3.472/Changes  2020-10-18 16:26:16.0 +0200
+++ new/Verilog-Perl-3.474/Changes  2020-10-29 16:32:08.0 +0100
@@ -4,6 +4,13 @@
 indicates the contributor was also the author of the fix; Thanks!
 
 
+* Verilog-Perl 3.474 2020-10-29
+
+  Add filenames in vhier --xml cells.
+
+  Fix duplicates in vhier --includes. [Gregory Pierce]
+
+
 * Verilog-Perl 3.472 2020-10-18
 
 ***   Add vhier --includes. [Gregory Pierce]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.472/EditFiles.pm 
new/Verilog-Perl-3.474/EditFiles.pm
--- old/Verilog-Perl-3.472/EditFiles.pm 2020-10-18 16:26:45.0 +0200
+++ new/Verilog-Perl-3.474/EditFiles.pm 2020-10-29 16:33:22.0 +0100
@@ -13,7 +13,7 @@
 ##
  Configuration Section
 
-$VERSION = '3.472';
+$VERSION = '3.474';
 
 ###
 # CONSTRUCTORS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.472/Getopt.pm 
new/Verilog-Perl-3.474/Getopt.pm
--- old/Verilog-Perl-3.472/Getopt.pm2020-10-18 16:26:45.0 +0200
+++ new/Verilog-Perl-3.474/Getopt.pm2020-10-29 16:33:22.0 +0100
@@ -16,7 +16,7 @@
 ##
  Configuration Section
 
-$VERSION = '3.472';
+$VERSION = '3.474';
 
 # Basenames we should ignore when recursing directories,
 # Because they contain large files of no relevance
@@ -341,8 +341,7 @@
 if (@_) {
my $from_filename = shift;
my $inc_filename = shift;
-   $self->{includes}{$from_filename} ||= [];
-   push @{$self->{includes}{$from_filename}}, $inc_filename;
+   $self->{includes}{$from_filename}{$inc_filename} = 1;
 }
 return $self->{includes};
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.472/Language.pm 
new/Verilog-Perl-3.474/Language.pm
--- old/Verilog-Perl-3.472/Language.pm  2020-10-18 16:26:45.0 +0200
+++ new/Verilog-Perl-3.474/Language.pm  2020-10-29 16:33:22.0 +0100
@@ -151,7 +151,7 @@
 ##
  Configuration Section
 
-$VERSION = '3.472';
+$VERSION = '3.474';
 
 ##
  Internal Variables
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Verilog-Perl-3.472/META.yml 
new/Verilog-Perl-3.474/META.yml
--- old/Verilog-Perl-3.472/META.yml 2020-10-18 16:26:45.0 +0200
+++ new/Verilog-Perl-3.474/META.yml 2020-10-29 16:33:22.0 +0100
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name: Verilog-Perl
-version:  3.472
+version:  3.474
 version_from: Language.pm
 abstract: Verilog language utilities and parsing
 license:  perl
diff -urN '--exclude=CVS' 

commit perl-Verilog-Perl for openSUSE:Factory

2020-10-26 Thread root
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2020-10-26 16:18:44

Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.3463 (New)


Package is "perl-Verilog-Perl"

Mon Oct 26 16:18:44 2020 rev:7 rq:842991 version:3.472

Changes:

--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes  
2020-01-09 22:53:03.074783049 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.3463/perl-Verilog-Perl.changes
2020-10-26 16:19:38.127095453 +0100
@@ -1,0 +2,6 @@
+Mon Oct 19 03:13:05 UTC 2020 - Tina Müller 
+
+- updated to 3.472
+   see /usr/share/doc/packages/perl-Verilog-Perl/Changes
+
+---

Old:

  Verilog-Perl-3.470.tar.gz

New:

  Verilog-Perl-3.472.tar.gz



Other differences:
--
++ perl-Verilog-Perl.spec ++
--- /var/tmp/diff_new_pack.AQjJvX/_old  2020-10-26 16:19:39.403096479 +0100
+++ /var/tmp/diff_new_pack.AQjJvX/_new  2020-10-26 16:19:39.407096482 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Verilog-Perl
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Verilog-Perl
-Version:3.470
+Version:3.472
 Release:0
 %define cpan_name Verilog-Perl
 Summary:Verilog language utilities and parsing
 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
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Verilog-Perl-3.470.tar.gz -> Verilog-Perl-3.472.tar.gz ++
 69049 lines of diff (skipped)




commit perl-Verilog-Perl for openSUSE:Factory

2020-01-09 Thread root
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2020-01-09 22:52:21

Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.6675 (New)


Package is "perl-Verilog-Perl"

Thu Jan  9 22:52:21 2020 rev:6 rq:762186 version:3.470

Changes:

--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes  
2019-09-16 10:52:14.411157950 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.6675/perl-Verilog-Perl.changes
2020-01-09 22:53:03.074783049 +0100
@@ -1,0 +2,12 @@
+Tue Jan  7 03:12:14 UTC 2020 -  
+
+- 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]
+
+---

Old:

  Verilog-Perl-3.468.tar.gz

New:

  Verilog-Perl-3.470.tar.gz



Other differences:
--
++ perl-Verilog-Perl.spec ++
--- /var/tmp/diff_new_pack.upz2Ep/_old  2020-01-09 22:53:04.238783631 +0100
+++ /var/tmp/diff_new_pack.upz2Ep/_new  2020-01-09 22:53:04.238783631 +0100
@@ -1,7 +1,7 @@
 #
 # 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Verilog-Perl
-Version:3.468
+Version:3.470
 Release:0
 %define cpan_name Verilog-Perl
 Summary:Verilog language utilities and parsing
@@ -44,7 +44,7 @@
 
 %prep
 %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
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Verilog-Perl-3.468.tar.gz -> Verilog-Perl-3.470.tar.gz ++
 3548 lines of diff (skipped)




commit perl-Verilog-Perl for openSUSE:Factory

2019-09-16 Thread root
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2019-09-16 10:52:02

Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.7948 (New)


Package is "perl-Verilog-Perl"

Mon Sep 16 10:52:02 2019 rev:5 rq:730798 version:3.468

Changes:

--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes  
2019-09-05 12:34:39.987569226 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.7948/perl-Verilog-Perl.changes
2019-09-16 10:52:14.411157950 +0200
@@ -1,0 +2,12 @@
+Fri Sep 13 07:46:19 UTC 2019 -  
+
+- updated to 3.468
+   see /usr/share/doc/packages/perl-Verilog-Perl/Changes
+
+  * Verilog::Language 3.468 2019-09-12
+  
+  Support ${} for env vars in file lists, msg3065.
+  
+  Fix multidimensional cell/interfaces, bug1505. [Anderson Ignacio Da 
Silva]
+
+---

Old:

  Verilog-Perl-3.466.tar.gz

New:

  Verilog-Perl-3.468.tar.gz



Other differences:
--
++ perl-Verilog-Perl.spec ++
--- /var/tmp/diff_new_pack.ecHmA1/_old  2019-09-16 10:52:15.375157826 +0200
+++ /var/tmp/diff_new_pack.ecHmA1/_new  2019-09-16 10:52:15.383157825 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Verilog-Perl
-Version:3.466
+Version:3.468
 Release:0
 %define cpan_name Verilog-Perl
 Summary:Verilog language utilities and parsing
@@ -31,7 +31,6 @@
 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}
 # MANUAL BEGIN

++ Verilog-Perl-3.466.tar.gz -> Verilog-Perl-3.468.tar.gz ++
 58121 lines of diff (skipped)




commit perl-Verilog-Perl for openSUSE:Factory

2019-09-05 Thread root
Hello community,

here is the log from the commit of package perl-Verilog-Perl for 
openSUSE:Factory checked in at 2019-09-05 12:34:36

Comparing /work/SRC/openSUSE:Factory/perl-Verilog-Perl (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.7948 (New)


Package is "perl-Verilog-Perl"

Thu Sep  5 12:34:36 2019 rev:4 rq:727960 version:3.466

Changes:

--- /work/SRC/openSUSE:Factory/perl-Verilog-Perl/perl-Verilog-Perl.changes  
2018-10-11 11:53:18.554187030 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Verilog-Perl.new.7948/perl-Verilog-Perl.changes
2019-09-05 12:34:39.987569226 +0200
@@ -1,0 +2,43 @@
+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
+
+---

Old:

  Verilog-Perl-3.454.tgz

New:

  Verilog-Perl-3.466.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Verilog-Perl.spec ++
--- /var/tmp/diff_new_pack.FKsAYI/_old  2019-09-05 12:34:40.547569116 +0200
+++ /var/tmp/diff_new_pack.FKsAYI/_new  2019-09-05 12:34:40.551569115 +0200
@@ -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 @@
 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 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README vhier vpassert vppreproc vrename vsplitmodule
 %license COPYING
 
 %changelog

++ cpanspec.yml ++
---
#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

commit perl-Verilog-Perl for openSUSE:Factory

2018-10-11 Thread root
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.0 +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 
+
+- 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 - co...@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 - co...@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.