Hello community,

here is the log from the commit of package perl-Algorithm-Diff for 
openSUSE:Factory checked in at 2020-10-03 18:53:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Algorithm-Diff (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Algorithm-Diff.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Algorithm-Diff"

Sat Oct  3 18:53:52 2020 rev:25 rq:838629 version:1.200

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Algorithm-Diff/perl-Algorithm-Diff.changes  
2015-04-16 14:12:53.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Algorithm-Diff.new.4249/perl-Algorithm-Diff.changes
        2020-10-03 18:53:58.589380877 +0200
@@ -1,0 +2,10 @@
+Mon Sep 28 03:06:45 UTC 2020 - Tina Müller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------

Old:
----
  Algorithm-Diff-1.1903.tar.gz

New:
----
  Algorithm-Diff-1.200.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Algorithm-Diff.spec ++++++
--- /var/tmp/diff_new_pack.h2gKWG/_old  2020-10-03 18:53:59.625382024 +0200
+++ /var/tmp/diff_new_pack.h2gKWG/_new  2020-10-03 18:53:59.625382024 +0200
@@ -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 @@
 %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

++++++ Algorithm-Diff-1.1903.tar.gz -> Algorithm-Diff-1.200.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/Changes 
new/Algorithm-Diff-1.200/Changes
--- old/Algorithm-Diff-1.1903/Changes   2014-11-26 06:38:10.000000000 +0100
+++ new/Algorithm-Diff-1.200/Changes    2020-09-27 20:36:09.000000000 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Algorithm::Diff.
 
+1.200     2020-09-27
+        - new release with no new features, just preparing for a series of
+          bugfix releases
+
 1.19_03 2014-11-25
 - Fix documentation typos (RT 84981)
   contributed by dsteinbrunner
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/MANIFEST 
new/Algorithm-Diff-1.200/MANIFEST
--- old/Algorithm-Diff-1.1903/MANIFEST  2014-11-26 06:43:01.000000000 +0100
+++ new/Algorithm-Diff-1.200/MANIFEST   2020-09-27 20:41:39.000000000 +0200
@@ -10,5 +10,5 @@
 diff.pl                     Simple Unix diff utility written in Perl
 diffnew.pl                  Full-featured Unix diff utility written in Perl
 htmldiff.pl                 Sample using traverse_sequences
-META.yml                    Module meta-data (added by MakeMaker)
+META.yml                                 Module YAML meta-data (added by 
MakeMaker)
 META.json                                Module JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/META.json 
new/Algorithm-Diff-1.200/META.json
--- old/Algorithm-Diff-1.1903/META.json 2014-11-26 06:43:01.000000000 +0100
+++ new/Algorithm-Diff-1.200/META.json  2020-09-27 20:41:39.000000000 +0200
@@ -4,13 +4,13 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141170",
+   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "unknown"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec";,
-      "version" : "2"
+      "version" : 2
    },
    "name" : "Algorithm-Diff",
    "no_index" : {
@@ -29,11 +29,9 @@
          "requires" : {
             "ExtUtils::MakeMaker" : "0"
          }
-      },
-      "runtime" : {
-         "requires" : {}
       }
    },
    "release_status" : "stable",
-   "version" : "1.1903"
+   "version" : "1.200",
+   "x_serialization_backend" : "JSON::PP version 4.05"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/META.yml 
new/Algorithm-Diff-1.200/META.yml
--- old/Algorithm-Diff-1.1903/META.yml  2014-11-26 06:43:01.000000000 +0100
+++ new/Algorithm-Diff-1.200/META.yml   2020-09-27 20:41:39.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141170'
+generated_by: 'ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 
2.150010'
 license: unknown
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -17,5 +17,5 @@
   directory:
     - t
     - inc
-requires: {}
-version: '1.1903'
+version: '1.200'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/diffnew.pl 
new/Algorithm-Diff-1.200/diffnew.pl
--- old/Algorithm-Diff-1.1903/diffnew.pl        2014-11-26 06:35:09.000000000 
+0100
+++ new/Algorithm-Diff-1.200/diffnew.pl 2020-09-27 20:38:11.000000000 +0200
@@ -212,7 +212,7 @@
     # Save the start & beginning of each array. If the array doesn't exist
     # though (e.g., we're only adding items in this block), then figure
     # out the line number based on the line number of the other file and
-    # the current difference in file lenghts
+    # the current difference in file lengths
     my @remove_array = $block->remove;
     my @insert_array = $block->insert;
     my ($a1, $a2, $b1, $b2, $start1, $start2, $end1, $end2);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/lib/Algorithm/Diff.pm 
new/Algorithm-Diff-1.200/lib/Algorithm/Diff.pm
--- old/Algorithm-Diff-1.1903/lib/Algorithm/Diff.pm     2014-11-26 
06:41:53.000000000 +0100
+++ new/Algorithm-Diff-1.200/lib/Algorithm/Diff.pm      2020-09-27 
20:41:07.000000000 +0200
@@ -5,10 +5,8 @@
 use integer;    # see below in _replaceNextLargerWith() for mod to make
                 # if you don't use this
 use vars qw( $VERSION @EXPORT_OK );
-$VERSION = 1.19_03;
-#          ^ ^^ ^^-- Incremented at will
-#          | \+----- Incremented for non-trivial changes to features
-#          \-------- Incremented for fundamental changes
+$VERSION = '1.200';
+
 require Exporter;
 *import    = \&Exporter::import;
 @EXPORT_OK = qw(
@@ -1479,7 +1477,7 @@
 use).
 
 Imagine that there are two arrows.  Arrow A points to an element of
-sequence A, and arrow B points to an element of the sequence B. 
+sequence A, and arrow B points to an element of the sequence B.
 Initially, the arrows point to the first elements of the respective
 sequences.  C<traverse_sequences> will advance the arrows through the
 sequences one element at a time, calling an appropriate user-specified
@@ -1521,9 +1519,9 @@
 If arrow A reaches the end of its sequence, before arrow B does,
 C<traverse_sequences> will call the C<A_FINISHED> callback when it
 advances arrow B, if there is such a function; if not it will call
-C<DISCARD_B> instead.  Similarly if arrow B finishes first. 
+C<DISCARD_B> instead.  Similarly if arrow B finishes first.
 C<traverse_sequences> returns when both arrows are at the ends of their
-respective sequences.  It returns true on success and false on failure. 
+respective sequences.  It returns true on success and false on failure.
 At present there is no way to fail.
 
 C<traverse_sequences> may be passed an optional fourth parameter; this
@@ -1582,8 +1580,8 @@
 C<traverse_balanced> might be a bit slower than C<traverse_sequences>,
 noticeable only while processing huge amounts of data.
 
-The C<sdiff> function of this module 
-is implemented as call to C<traverse_balanced>.
+The C<sdiff> function of this module is implemented as call to
+C<traverse_balanced>.
 
 C<traverse_balanced> does not have a useful return value; you are expected to
 plug in the appropriate behavior with the callback functions.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Algorithm-Diff-1.1903/lib/Algorithm/DiffOld.pm 
new/Algorithm-Diff-1.200/lib/Algorithm/DiffOld.pm
--- old/Algorithm-Diff-1.1903/lib/Algorithm/DiffOld.pm  2014-11-26 
06:35:09.000000000 +0100
+++ new/Algorithm-Diff-1.200/lib/Algorithm/DiffOld.pm   2020-09-27 
20:41:15.000000000 +0200
@@ -12,7 +12,7 @@
 @ISA = qw(Exporter);
 @EXPORT = qw();
 @EXPORT_OK = qw(LCS diff traverse_sequences);
-$VERSION = 1.10;       # manually tracking Algorithm::Diff
+$VERSION = '1.200';    # manually tracking Algorithm::Diff
 
 # McIlroy-Hunt diff algorithm
 # Adapted from the Smalltalk code of Mario I. Wolczko, <[email protected]>

++++++ cpanspec.yml ++++++
---
#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

Reply via email to