Hello community,

here is the log from the commit of package perl-PPIx-QuoteLike for 
openSUSE:Factory checked in at 2020-03-03 10:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike (Old)
 and      /work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-PPIx-QuoteLike"

Tue Mar  3 10:14:29 2020 rev:4 rq:780471 version:0.009

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-PPIx-QuoteLike/perl-PPIx-QuoteLike.changes  
2019-08-24 18:39:25.865797574 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-PPIx-QuoteLike.new.26092/perl-PPIx-QuoteLike.changes
       2020-03-03 10:14:34.674443992 +0100
@@ -1,0 +2,29 @@
+Fri Feb 28 03:09:46 UTC 2020 -  <[email protected]>
+
+- updated to 0.009
+   see /usr/share/doc/packages/perl-PPIx-QuoteLike/Changes
+
+  0.009                2020-02-27      T. R. Wyant
+      Add new() argument index_locations which causes locations to be
+      indexed during the parse. This defaults based on whether a location
+      argument was provided, and whether the string being parsed is a
+      PPI::Element.
+  
+      Add method statement(), which returns the PPI statement containing
+      the string element, or nothing if none.
+  
+      Add PPI::Element location methods, to wit: location(),
+      column_number(), line_number(), logical_filename(),
+      logical_line_number(), and visual_column_number().
+  
+      Add PPIx::QuoteLike::Utils::is_ppi_quotelike_element() which returns
+      true if the argument is a PPI::Element of interest to us.
+  
+      All objects now have a variables() method inherited from
+      PPIx::QuoteLike::Token. This method returns nothing unless
+      overridden. It was added to eliminate $elem->can( 'variables' )
+      ad-hocery.
+  
+      Eliminate redirections in POD URL links
+
+-------------------------------------------------------------------

Old:
----
  PPIx-QuoteLike-0.008.tar.gz

New:
----
  PPIx-QuoteLike-0.009.tar.gz

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

Other differences:
------------------
++++++ perl-PPIx-QuoteLike.spec ++++++
--- /var/tmp/diff_new_pack.QazkjU/_old  2020-03-03 10:14:36.242447236 +0100
+++ /var/tmp/diff_new_pack.QazkjU/_new  2020-03-03 10:14:36.266447285 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-PPIx-QuoteLike
 #
-# 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-QuoteLike
-Version:        0.008
+Version:        0.009
 Release:        0
 %define cpan_name PPIx-QuoteLike
 Summary:        Parse Perl string literals and string-literal-like things
@@ -45,7 +45,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-QuoteLike-0.008.tar.gz -> PPIx-QuoteLike-0.009.tar.gz ++++++
++++ 2135 lines of diff (skipped)


Reply via email to