[DRE-commits] [rubocop] 06/07: Refresh patch d/patches/01-relax-ruby-progressbar-dependency-version.diff

Miguel Landaeta nomadium at moszumanska.debian.org
Mon Jan 16 22:03:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

nomadium pushed a commit to branch master
in repository rubocop.

commit f6be89f3e26733b761640994213c2fc4e1f26e3b
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Mon Jan 16 21:45:58 2017 +0000

    Refresh patch d/patches/01-relax-ruby-progressbar-dependency-version.diff
---
 debian/changelog                                                 | 1 +
 debian/patches/01-relax-ruby-progressbar-dependency-version.diff | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7a7157e..854a498 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ rubocop (0.47.0-1) unstable; urgency=medium
   * Add get-orig-source target to d/rules.
   * Update dates in d/copyright file.
   * Fix typo in d/patches/02-disable-tests-relying-on-rubygems-features.diff.
+  * Refresh patch d/patches/01-relax-ruby-progressbar-dependency-version.diff.
 
  -- Miguel Landaeta <nomadium at debian.org>  Mon, 16 Jan 2017 21:26:19 +0000
 
diff --git a/debian/patches/01-relax-ruby-progressbar-dependency-version.diff b/debian/patches/01-relax-ruby-progressbar-dependency-version.diff
index 7485299..995b344 100644
--- a/debian/patches/01-relax-ruby-progressbar-dependency-version.diff
+++ b/debian/patches/01-relax-ruby-progressbar-dependency-version.diff
@@ -6,7 +6,7 @@ Last-Update: 2016-12-29
 +++ rubocop-0.46.0/rubocop.gemspec
 @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
    s.add_runtime_dependency('rainbow', '>= 1.99.1', '< 3.0')
-   s.add_runtime_dependency('parser', '>= 2.3.1.1', '< 3.0')
+   s.add_runtime_dependency('parser', '>= 2.3.3.1', '< 3.0')
    s.add_runtime_dependency('powerpack', '~> 0.1')
 -  s.add_runtime_dependency('ruby-progressbar', '~> 1.7')
 +  s.add_runtime_dependency('ruby-progressbar', '>= 1.4', '< 2.0')

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/rubocop.git



More information about the Pkg-ruby-extras-commits mailing list