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 <[email protected]>
+
+- Add bison, flex and gcc requirements
+
+-------------------------------------------------------------------
+Sun May  5 05:35:49 UTC 2019 - Stephan Kulow <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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 <[email protected]>
+
+- 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
#ignore_requires: Bizarre::Module

Reply via email to