#8 0.083 bump
Merged 2 years ago by mspacek. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-PPIx-Regexp rawhide  into  rawhide

file modified
+1
@@ -71,3 +71,4 @@ 

  /PPIx-Regexp-0.080.tar.gz

  /PPIx-Regexp-0.081.tar.gz

  /PPIx-Regexp-0.082.tar.gz

+ /PPIx-Regexp-0.083.tar.gz

file modified
+5 -3
@@ -2,8 +2,8 @@ 

  %bcond_with perl_PPIx_Regexp_enables_optional_test

  

  Name:           perl-PPIx-Regexp

- Version:        0.082

- Release:        2%{?dist}

+ Version:        0.083

+ Release:        1%{?dist}

  Summary:        Represent a regular expression of some sort

  License:        GPL+ or Artistic

  URL:            https://metacpan.org/release/PPIx-Regexp
@@ -29,7 +29,6 @@ 

  # PPI::Dumper 1.117 not used at tests

  BuildRequires:  perl(Scalar::Util)

  BuildRequires:  perl(Task::Weaken)

- BuildRequires:  perl(Text::Tabs)

  # Optional run-time:

  BuildRequires:  perl(Encode)

  # Tests:
@@ -124,6 +123,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Tue Mar 22 2022 Michal Josef Špaček <mspacek@redhat.com> - 0.083-1

+ - 0.083 bump

+ 

  * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.082-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (PPIx-Regexp-0.082.tar.gz) = ba8565a41252328cb0d951c780e5d688138683d8d3fad1e7ffd73bd555c9e420b2318c995baefedff02b2f9a6af53ed73641cd09c39e91f30d81e3ecde90068e

+ SHA512 (PPIx-Regexp-0.083.tar.gz) = a73e0a7f7f4060516c32886c52d026b83d2dab9c329810e13e7cfaea96b29cae500f29999e707e54281c68401c6b53d9cdd29fc6c531557ddee67ef59cf9e265

Changes:
0.083 2022-03-17 T. R. Wyant
Correct and optimize the computation of logical column position (the
one that takes account of tabs).

Pull-Request has been merged by mspacek

2 years ago