8
0

Accepting request 838255 from devel:languages:perl:autoupdate

- updated to 1.200
   see /usr/share/doc/packages/perl-Algorithm-Diff/Changes
  1.200     2020-09-27
          - new release with no new features, just preparing for a series of
            bugfix releases

OBS-URL: https://build.opensuse.org/request/show/838255
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Algorithm-Diff?expand=0&rev=28
This commit is contained in:
2020-09-28 12:39:54 +00:00
committed by Git OBS Bridge
parent 4873d436e7
commit 7ced577d18
5 changed files with 51 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Algorithm-Diff
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-Algorithm-Diff
Version: 1.1903
Version: 1.200
Release: 0
%define cpan_name Algorithm-Diff
Summary: Compute `intelligent' differences between two files / lists
License: GPL-1.0+ or Artistic-1.0
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Algorithm-Diff/
Source: http://www.cpan.org/authors/id/T/TY/TYEMQ/%{cpan_name}-%{version}.tar.gz
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -38,11 +39,11 @@ Compute `intelligent' differences between two files / lists
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install