Accepting request 1240648 from devel:languages:perl:autoupdate

- updated to 0.110.0 (0.11)
   see /usr/share/doc/packages/perl-String-Diff/Changes

OBS-URL: https://build.opensuse.org/request/show/1240648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-String-Diff?expand=0&rev=27
This commit is contained in:
2025-01-30 22:23:36 +00:00
committed by Git OBS Bridge
parent b1623dd1df
commit b0bfb5fe84
4 changed files with 13 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e6b44afb30c6eacec7d3398d596fb4da8ec30ff05bf1be7b1759b50f91c2840
size 24828

3
String-Diff-0.11.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cb70a62639c8d5a5f5978a9c50ecc3213c0065e515b1b6a3f3706c3edb84733e
size 24869

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 23 05:32:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.110.0 (0.11)
see /usr/share/doc/packages/perl-String-Diff/Changes
-------------------------------------------------------------------
Fri Jan 10 18:07:14 UTC 2025 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,10 +18,10 @@
%define cpan_name String-Diff
Name: perl-String-Diff
Version: 0.100.0
Version: 0.110.0
Release: 0
# 0.10 -> normalize -> 0.100.0
%define cpan_version 0.10
# 0.11 -> normalize -> 0.110.0
%define cpan_version 0.11
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Simple diff to String
URL: https://metacpan.org/release/%{cpan_name}
@@ -89,7 +89,7 @@ You can escape callback set to diff function and diff_merge function.
is($diff_new, 'this is &lt;b&gt;<ins>&lt;BIG&gt;R&lt;/BIG&gt;uby</ins>&lt;/b&gt;');
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644