[DRE-commits] [diaspora] 01/01: set minimum patch release

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Mar 4 07:13:07 UTC 2016


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

praveen pushed a commit to branch master
in repository diaspora.

commit c5151ce8c7f67d830b9faf2ae6ec54aba6495c65
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Mar 4 12:42:37 2016 +0530

    set minimum patch release
---
 debian/patches/050-relax-stable-libs.patch | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/patches/050-relax-stable-libs.patch b/debian/patches/050-relax-stable-libs.patch
index b6d9390..32a8542 100644
--- a/debian/patches/050-relax-stable-libs.patch
+++ b/debian/patches/050-relax-stable-libs.patch
@@ -9,7 +9,7 @@ Index: diaspora/Gemfile
  gem "acts_as_api", "0.4.2"
  gem "json",        "1.8.3"
 -gem "json-schema", "2.5.1"
-+gem "json-schema", "~> 2.5"
++gem "json-schema", "~> 2.5", ">= 2.5.1"
  
  # Authentication
  
@@ -18,7 +18,7 @@ Index: diaspora/Gemfile
  gem "compass-rails",  "2.0.5"
  gem "sass-rails",     "5.0.3"
 -gem "autoprefixer-rails", "6.0.3"
-+gem "autoprefixer-rails", "~> 6.0"
++gem "autoprefixer-rails", "~> 6.0", ">= 6.0.3"
  
  # Database
  
@@ -27,7 +27,7 @@ Index: diaspora/Gemfile
  gem "carrierwave", "0.10.0"
  gem "fog",         "1.34.0"
 -gem "mini_magick", "4.3.6"
-+gem "mini_magick", "~> 4.3"
++gem "mini_magick", "~> 4.3", ">= 4.3.6"
  gem "remotipart",  "1.2.1"
  
  # GUID generation
@@ -36,7 +36,7 @@ Index: diaspora/Gemfile
  gem "jquery-ui-rails",   "5.0.5"
  gem "js_image_paths",    "0.0.2"
 -gem "js-routes",         "1.1.2"
-+gem "js-routes",         "~> 1.1"
++gem "js-routes",         "~> 1.1", ">= 1.1.2"
  
  source "https://rails-assets.org" do
    gem "rails-assets-jquery",                              "~> 1.11.1" # Should be kept in sync with jquery-rails
@@ -45,7 +45,7 @@ Index: diaspora/Gemfile
  
    gem "rails-assets-jeresig--jquery.hotkeys",       "0.2.0"
 -  gem "rails-assets-jquery-placeholder",            "2.1.3"
-+  gem "rails-assets-jquery-placeholder",            "~> 2.1"
++  gem "rails-assets-jquery-placeholder",            "~> 2.1", ">= 2.1.3"
    gem "rails-assets-jquery-textchange",             "0.2.3"
    gem "rails-assets-perfect-scrollbar",             "0.6.7"
    gem "rails-assets-jakobmattsson--jquery-elastic", "1.6.11"
@@ -54,7 +54,7 @@ Index: diaspora/Gemfile
  gem "http_accept_language", "2.0.5"
  gem "i18n-inflector-rails", "1.0.7"
 -gem "rails-i18n",           "4.0.5"
-+gem "rails-i18n",           "~> 4.0"
++gem "rails-i18n",           "~> 4.0", ">= 4.0.5"
  
  # Mail
  
@@ -63,7 +63,7 @@ Index: diaspora/Gemfile
  # Parsing
  
 -gem "nokogiri",          "1.6.7.1"
-+gem "nokogiri",          "~> 1.6"
++gem "nokogiri",          "~> 1.6", ">= 1.6.7.1"
  gem "redcarpet",         "3.3.3"
 -gem "twitter-text",      "1.13.0"
 +gem "twitter-text",      "~> 1.13"
@@ -74,7 +74,7 @@ Index: diaspora/Gemfile
  # Services
  
 -gem "omniauth",           "1.2.2"
-+gem "omniauth",           "~> 1.2"
++gem "omniauth",           "~> 1.2", ">= 1.2.2"
  gem "omniauth-facebook",  "3.0.0"
 -gem "omniauth-tumblr",    "1.1"
 +gem "omniauth-tumblr",    "~> 1.1"
@@ -89,7 +89,7 @@ Index: diaspora/Gemfile
  gem "haml",                    "4.0.7"
  gem "mobile-fu",               "1.3.1"
 -gem "will_paginate",           "3.0.7"
-+gem "will_paginate",           "~> 3.0"
++gem "will_paginate",           "~> 3.0", ">= 3.0.7"
  gem "rails-timeago",           "~> 2.11.0"
  
  # Logging

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



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