Hello community,
here is the log from the commit of package rubygem-diff-lcs for
openSUSE:Factory checked in at 2020-06-29 21:15:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-diff-lcs (Old)
and /work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-diff-lcs"
Mon Jun 29 21:15:48 2020 rev:7 rq:817435 version:1.4.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-diff-lcs/rubygem-diff-lcs.changes
2017-01-23 11:30:40.395023762 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new.3060/rubygem-diff-lcs.changes
2020-06-29 21:15:56.117332854 +0200
@@ -1,0 +2,36 @@
+Sat Jun 27 18:37:42 UTC 2020 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.4.2
+
+ ## 1.4.2 / 2020-06-23
+
+ - Camille Drapier fixed a small issue with RuboCop configuration. [#59][]
+ - Applied another fix (and unit test) to fix an issue for the Chef team.
+ [#60][], [#61][]
+
+ ## 1.4.1 / 2020-06-23
+
+ - Fix an issue where diff sizes could be negative, and they should be.
[#57][],
+ [#58][]
+
+ ## 1.4 / 2020-06-23
+
+ - Ruby versions lower than 2.4 are soft-deprecated and will not be run as
+ part of the CI process any longer.
+ - Akinora MUSHA (knu) added the ability for Diff::LCS::Change objects to be
+ implicitly treated arrays. Originally provided as pull request [#47][],
+ but it introduced a number of test failures as documented in [#48][], and
+ remediation of Diff::LCS itself was introduced in [#49][].
+ - Resolved [#5][] with some tests comparing output from `system` calls to
+ `bin/ldiff` with some pre-generated output. Resolved [#6][] with these
+ tests.
+ - Resolved a previously undetected `bin/ldiff` issue with `--context` output
+ not matching `diff --context` output.
+ - Resolved an issue with later versions of Ruby not working with an
`OptParse`
+ specification of `Numeric`; this has been changed to `Integer`.
+ - Brandon Fish added truffleruby in [#52][].
+ - Fixed two missing classes as reported in [#53][].
+
+- Updated fix-interpreter.patch to apply again
+
+-------------------------------------------------------------------
Old:
----
diff-lcs-1.3.gem
New:
----
diff-lcs-1.4.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-diff-lcs.spec ++++++
--- /var/tmp/diff_new_pack.s9LFAy/_old 2020-06-29 21:15:56.881335218 +0200
+++ /var/tmp/diff_new_pack.s9LFAy/_new 2020-06-29 21:15:56.885335231 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-diff-lcs
#
-# Copyright (c) 2017 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,7 +12,7 @@
# 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/
#
@@ -24,7 +24,7 @@
#
Name: rubygem-diff-lcs
-Version: 1.3
+Version: 1.4.2
Release: 0
%define mod_name diff-lcs
%define mod_full_name %{mod_name}-%{version}
@@ -34,14 +34,14 @@
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
-Url: https://github.com/halostatue/diff-lcs
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+URL: https://github.com/halostatue/diff-lcs
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
# MANUAL
Patch0: fix-interpreter.patch
# /MANUAL
Summary: Diff::LCS computes the difference between two Enumerable
sequences
-License: MIT and Artistic-2.0 and GPL-2.0
+License: MIT AND Artistic-2.0 AND GPL-2.0-only
Group: Development/Languages/Ruby
PreReq: update-alternatives
@@ -49,11 +49,14 @@
Diff::LCS computes the difference between two Enumerable sequences using the
McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
to create a simple HTML diff output format and a standard diff-like tool.
-This is release 1.3, providing a tentative fix to a long-standing issue
-related
-to incorrect detection of a patch direction. Also modernizes the gem
-infrastructure, testing infrastructure, and provides a warning-free experience
-to Ruby 2.4 users.
+This is release 1.4, providing a simple extension that allows for
+Diff::LCS::Change objects to be treated implicitly as arrays. Ruby versions
+below 2.5 are soft-deprecated.
+This means that older versions are no longer part of the CI test suite. If any
+changes have been introduced that break those versions, bug reports and
+patches
+will be accepted, but it will be up to the reporter to verify any fixes prior
+to release. A future release will completely break compatibility.
%prep
%gem_unpack
++++++ diff-lcs-1.3.gem -> diff-lcs-1.4.2.gem ++++++
++++ 4659 lines of diff (skipped)
++++++ fix-interpreter.patch ++++++
--- /var/tmp/diff_new_pack.s9LFAy/_old 2020-06-29 21:15:57.041335714 +0200
+++ /var/tmp/diff_new_pack.s9LFAy/_new 2020-06-29 21:15:57.045335726 +0200
@@ -1,20 +1,16 @@
-Index: diff-lcs-1.1.3/bin/htmldiff
-===================================================================
---- diff-lcs-1.1.3.orig/bin/htmldiff
-+++ diff-lcs-1.1.3/bin/htmldiff
+--- diff-lcs-1.4.2.orig/bin/htmldiff 2020-06-27 20:58:32.365435269 +0200
++++ diff-lcs-1.4.2/bin/htmldiff 2020-06-27 20:58:49.297519679 +0200
@@ -1,4 +1,4 @@
--#!ruby -w
+-#! /usr/bin/env ruby -w
+#!/usr/bin/ruby -w
+ # frozen_string_literal: true
require 'diff/lcs'
- require 'diff/lcs/htmldiff'
-Index: diff-lcs-1.1.3/bin/ldiff
-===================================================================
---- diff-lcs-1.1.3.orig/bin/ldiff
-+++ diff-lcs-1.1.3/bin/ldiff
+--- diff-lcs-1.4.2.orig/bin/ldiff 2020-06-27 20:58:32.365435269 +0200
++++ diff-lcs-1.4.2/bin/ldiff 2020-06-27 20:59:01.713581567 +0200
@@ -1,4 +1,4 @@
--#!ruby -w
+-#! /usr/bin/env ruby -w
+#!/usr/bin/ruby -w
+ # frozen_string_literal: true
require 'diff/lcs'
- require 'diff/lcs/ldiff'