Hello community,
here is the log from the commit of package perl-PPIx-Regexp for
openSUSE:Factory checked in at 2020-01-27 00:20:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PPIx-Regexp (Old)
and /work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-PPIx-Regexp"
Mon Jan 27 00:20:28 2020 rev:50 rq:766507 version:0.068
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PPIx-Regexp/perl-PPIx-Regexp.changes
2019-09-25 08:34:18.842336652 +0200
+++
/work/SRC/openSUSE:Factory/.perl-PPIx-Regexp.new.26092/perl-PPIx-Regexp.changes
2020-01-27 00:20:35.193411445 +0100
@@ -1,0 +2,13 @@
+Wed Jan 22 03:09:32 UTC 2020 - <[email protected]>
+
+- updated to 0.068
+ see /usr/share/doc/packages/perl-PPIx-Regexp/Changes
+
+ 0.068 2020-01-21 T. R. Wyant
+ Expose PPIx::Regexp::Util::is_ppi_regexp_element()
+
+ explain() on [[=x=]] now calls it a Character Equivalence.
+ It's still a PPIx::Regexp::Token::CharClass::POSIX::Unknown (and
+ therefore an error), though.
+
+-------------------------------------------------------------------
Old:
----
PPIx-Regexp-0.067.tar.gz
New:
----
PPIx-Regexp-0.068.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-PPIx-Regexp.spec ++++++
--- /var/tmp/diff_new_pack.v8ANkR/_old 2020-01-27 00:20:36.897412899 +0100
+++ /var/tmp/diff_new_pack.v8ANkR/_new 2020-01-27 00:20:36.897412899 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-PPIx-Regexp
#
-# 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-PPIx-Regexp
-Version: 0.067
+Version: 0.068
Release: 0
%define cpan_name PPIx-Regexp
Summary: Represent a regular expression of some sort
@@ -75,7 +75,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 Build.PL installdirs=vendor
++++++ PPIx-Regexp-0.067.tar.gz -> PPIx-Regexp-0.068.tar.gz ++++++
++++ 3032 lines of diff (skipped)