Hello community, here is the log from the commit of package rubygem-diff-lcs for openSUSE:Factory checked in at 2017-01-23 11:30:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-diff-lcs (Old) and /work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-diff-lcs" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-diff-lcs/rubygem-diff-lcs.changes 2016-04-11 09:10:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-diff-lcs.new/rubygem-diff-lcs.changes 2017-01-23 11:30:40.395023762 +0100 @@ -1,0 +2,6 @@ +Thu Jan 19 05:31:17 UTC 2017 - [email protected] + +- updated to version 1.3 + History.rdoc removed upstream + +------------------------------------------------------------------- Old: ---- diff-lcs-1.2.5.gem New: ---- diff-lcs-1.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-diff-lcs.spec ++++++ --- /var/tmp/diff_new_pack.RnyATs/_old 2017-01-23 11:30:40.778969325 +0100 +++ /var/tmp/diff_new_pack.RnyATs/_new 2017-01-23 11:30:40.782968758 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-diff-lcs # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,17 +24,17 @@ # Name: rubygem-diff-lcs -Version: 1.2.5 +Version: 1.3 Release: 0 %define mod_name diff-lcs %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: %{ruby >= 1.8} BuildRequires: %{rubygem gem2rpm} BuildRequires: %{rubygem rdoc > 3.10} -BuildRequires: %{ruby} BuildRequires: ruby-macros >= 5 BuildRequires: update-alternatives -Url: http://diff-lcs.rubyforge.org/ +Url: https://github.com/halostatue/diff-lcs Source: http://rubygems.org/gems/%{mod_full_name}.gem Source1: gem2rpm.yml # MANUAL @@ -49,13 +49,11 @@ 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.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did -not properly prune common sequences at the beginning of a comparison set. -Thanks to Paul Kunysch for fixing this issue. -Coincident with the release of diff-lcs 1.2.3, we reported an issue with -Rubinius in 1.9 mode -({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). -We are happy to report that this issue has been resolved. +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. %prep %gem_unpack @@ -68,7 +66,7 @@ %install %gem_install \ --symlink-binaries \ - --doc-files="History.rdoc License.rdoc README.rdoc" \ + --doc-files="History.md License.md README.rdoc" \ -f %gem_packages ++++++ diff-lcs-1.2.5.gem -> diff-lcs-1.3.gem ++++++ ++++ 2837 lines of diff (skipped)
