From 7ced577d184933fbffc80053ac26e1aeb696307c16b8ccfadc1551d3e977c208 Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 28 Sep 2020 12:39:54 +0000 Subject: [PATCH] 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 --- Algorithm-Diff-1.1903.tar.gz | 3 --- Algorithm-Diff-1.200.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Algorithm-Diff.changes | 10 ++++++++++ perl-Algorithm-Diff.spec | 19 ++++++++++--------- 5 files changed, 51 insertions(+), 12 deletions(-) delete mode 100644 Algorithm-Diff-1.1903.tar.gz create mode 100644 Algorithm-Diff-1.200.tar.gz create mode 100644 cpanspec.yml diff --git a/Algorithm-Diff-1.1903.tar.gz b/Algorithm-Diff-1.1903.tar.gz deleted file mode 100644 index 267f73c..0000000 --- a/Algorithm-Diff-1.1903.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e84ac4b31d40b66293f7b1221331c5a50561a39d580d85004d9c1fff991751 -size 34174 diff --git a/Algorithm-Diff-1.200.tar.gz b/Algorithm-Diff-1.200.tar.gz new file mode 100644 index 0000000..717e39e --- /dev/null +++ b/Algorithm-Diff-1.200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be81ad4b3bec4a036945d8ef518bd44d6aa0fd6d5ec77dd9c3cd81b8950481b +size 30002 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Algorithm-Diff.changes b/perl-Algorithm-Diff.changes index b473c3b..29a636a 100644 --- a/perl-Algorithm-Diff.changes +++ b/perl-Algorithm-Diff.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 28 03:06:45 UTC 2020 - Tina Müller + +- 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 + ------------------------------------------------------------------- Tue Apr 14 10:05:05 UTC 2015 - coolo@suse.com diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 49869f5..7a298c1 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -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