commit rubygem-addressable for openSUSE:Factory

2019-09-04 Thread root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2019-09-04 09:34:00

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new.7948 (New)


Package is "rubygem-addressable"

Wed Sep  4 09:34:00 2019 rev:20 rq:728020 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2019-08-29 17:19:31.223347432 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new.7948/rubygem-addressable.changes
2019-09-04 09:34:07.386709380 +0200
@@ -1,0 +2,12 @@
+Mon Sep  2 07:45:01 UTC 2019 - Dan Čermák 
+
+- New upstream release 2.7.0
+
+  * added `:compacted` flag to `normalized_query`
+  * `heuristic_parse` handles `mailto:` more intuitively
+  * refactored validation to use a prepended module
+  * dropped explicit support for JRuby 9.0.5.0
+  * compatibility w/ public_suffix 4.x
+  * performance improvements
+
+---

Old:

  addressable-2.6.0.gem

New:

  addressable-2.7.0.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.DGOl4K/_old  2019-09-04 09:34:08.070709229 +0200
+++ /var/tmp/diff_new_pack.DGOl4K/_new  2019-09-04 09:34:08.070709229 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-addressable
-Version:2.6.0
+Version:2.7.0
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -41,17 +41,11 @@
 Group:  Development/Languages/Ruby
 
 %description
-Addressable is a replacement for the URI implementation that is part of
-Ruby's standard library. It more closely conforms to the relevant RFCs and
-adds support for IRIs and URI templates.
+Addressable is an alternative implementation to the URI implementation that is
+part of Ruby's standard library. It is flexible, offers heuristic parsing, and
+additionally provides extensive support for IRIs and URI templates.
 
 %prep
-# MANUAL
-# !!trully manual because gem2rpm doesn't support anything like this!!
-%gem_unpack
-sed -i 's/"< 4.0"/"< 5.0"/' %{mod_full_name}.gemspec
-%gem_build
-# /MANUAL
 
 %build
 

++ addressable-2.6.0.gem -> addressable-2.7.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2019-01-18 08:16:17.0 +0100
+++ new/CHANGELOG.md2019-08-31 05:32:55.0 +0200
@@ -1,3 +1,11 @@
+# Addressable 2.7.0
+- added `:compacted` flag to `normalized_query`
+- `heuristic_parse` handles `mailto:` more intuitively
+- refactored validation to use a prepended module
+- dropped explicit support for JRuby 9.0.5.0
+- compatibility w/ public_suffix 4.x
+- performance improvements
+
 # Addressable 2.6.0
 - added `tld=` method to allow assignment to the public suffix
 - most `heuristic_parse` patterns are now case-insensitive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2019-01-18 08:16:17.0 +0100
+++ new/Gemfile 2019-08-31 05:32:55.0 +0200
@@ -3,8 +3,8 @@
 gemspec
 
 group :test do
-  gem 'rspec', '~> 3.5'
-  gem 'rspec-its', '~> 1.1'
+  gem 'rspec', '~> 3.8'
+  gem 'rspec-its', '~> 1.3'
 end
 
 group :development do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2019-01-18 08:16:17.0 +0100
+++ new/README.md   2019-08-31 05:32:55.0 +0200
@@ -19,9 +19,11 @@
 
 # Description
 
-Addressable is a replacement for the URI implementation that is part of
-Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987, and
-RFC 6570 (level 4), providing support for IRIs and URI templates.
+Addressable is an alternative implementation to the URI implementation
+that is part of Ruby's standard library. It is flexible, offers heuristic
+parsing, and additionally provides extensive support for IRIs and URI 
templates.
+
+Addressable closely conforms to RFC 3986, RFC 3987, and RFC 6570 (level 4).
 
 # Reference
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Rakefile new/Rakefile
--- old/Rakefile2019-01-18 08:16:17.0 +0100
+++ new/Rakefile2019-08-31 05:32:55.0 +0200
@@ -14,9 +14,9 @@
 
 PKG_SUMMARY= "URI Implementation"
 PKG_DESCRIPTION= <<-TEXT
-Addressable is a replacement for the URI implementation that is part of
-Ruby's standard library. It more closely conforms to the relevant RFCs and
-adds support for IRIs and URI templates.

commit rubygem-addressable for openSUSE:Factory

2019-08-29 Thread root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2019-08-29 17:19:26

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new.7948 (New)


Package is "rubygem-addressable"

Thu Aug 29 17:19:26 2019 rev:19 rq:726800 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2019-02-13 10:03:20.849591758 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new.7948/rubygem-addressable.changes
2019-08-29 17:19:31.223347432 +0200
@@ -1,0 +2,5 @@
+Wed Aug  7 14:14:46 UTC 2019 - Dan Čermák 
+
+- Update public_suffix gem dependency to < 5.0
+
+---



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.L0VfzO/_old  2019-08-29 17:19:32.095347288 +0200
+++ /var/tmp/diff_new_pack.L0VfzO/_new  2019-08-29 17:19:32.099347286 +0200
@@ -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/
 #
 
 
@@ -46,6 +46,12 @@
 adds support for IRIs and URI templates.
 
 %prep
+# MANUAL
+# !!trully manual because gem2rpm doesn't support anything like this!!
+%gem_unpack
+sed -i 's/"< 4.0"/"< 5.0"/' %{mod_full_name}.gemspec
+%gem_build
+# /MANUAL
 
 %build
 




commit rubygem-addressable for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2019-02-13 10:03:05

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new.28833 (New)


Package is "rubygem-addressable"

Wed Feb 13 10:03:05 2019 rev:18 rq:673388 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2017-09-04 12:37:04.681134276 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new.28833/rubygem-addressable.changes
   2019-02-13 10:03:20.849591758 +0100
@@ -1,0 +2,15 @@
+Fri Feb  8 11:24:50 UTC 2019 - mschnit...@suse.com
+
+- updated to version 2.6.0
+
+  * added `tld=` method to allow assignment to the public suffix
+  * most `heuristic_parse` patterns are now case-insensitive
+  * `heuristic_parse` handles more `file://` URI variations
+  * fixes bug in `heuristic_parse` when uri starts with digit
+  * fixes bug in `request_uri=` with query strings
+  * fixes template issues with `nil` and `?` operator
+  * `frozen_string_literal` pragmas added
+  * minor performance improvements in regexps
+  * fixes to eliminate warnings
+
+---

Old:

  addressable-2.5.2.gem

New:

  addressable-2.6.0.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.0eHHTB/_old  2019-02-13 10:03:22.093591449 +0100
+++ /var/tmp/diff_new_pack.0eHHTB/_new  2019-02-13 10:03:22.101591448 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +24,7 @@
 #
 
 Name:   rubygem-addressable
-Version:2.5.2
+Version:2.6.0
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -34,7 +34,7 @@
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/sporkmonger/addressable
-Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source: https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:gem2rpm.yml
 Summary:URI Implementation
 License:Apache-2.0

++ addressable-2.5.2.gem -> addressable-2.6.0.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-08-25 02:00:11.0 +0200
+++ new/CHANGELOG.md2019-01-18 08:16:17.0 +0100
@@ -1,3 +1,14 @@
+# Addressable 2.6.0
+- added `tld=` method to allow assignment to the public suffix
+- most `heuristic_parse` patterns are now case-insensitive
+- `heuristic_parse` handles more `file://` URI variations
+- fixes bug in `heuristic_parse` when uri starts with digit
+- fixes bug in `request_uri=` with query strings
+- fixes template issues with `nil` and `?` operator
+- `frozen_string_literal` pragmas added
+- minor performance improvements in regexps
+- fixes to eliminate warnings
+
 # Addressable 2.5.2
 - better support for frozen string literals
 - fixed bug w/ uppercase characters in scheme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-08-25 02:00:11.0 +0200
+++ new/Gemfile 2019-01-18 08:16:17.0 +0100
@@ -3,7 +3,7 @@
 gemspec
 
 group :test do
-  gem 'rspec', '~> 3.0'
+  gem 'rspec', '~> 3.5'
   gem 'rspec-its', '~> 1.1'
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md   2017-08-25 02:00:11.0 +0200
+++ new/README.md   2019-01-18 08:16:17.0 +0100
@@ -9,13 +9,11 @@
 
 [![Gem Version](http://img.shields.io/gem/dt/addressable.svg)][gem]
 [![Build 
Status](https://secure.travis-ci.org/sporkmonger/addressable.svg?branch=master)][travis]
-[![Dependency 
Status](https://gemnasium.com/sporkmonger/addressable.svg?travis)][gemnasium]
 [![Test Coverage 
Status](https://img.shields.io/coveralls/sporkmonger/addressable.svg)][coveralls]
 [![Documentation Coverage 
Status](http://inch-ci.org/github/sporkmonger/addressable.svg?branch=master)][inch]
 
 [gem]: https://rubygems.org/gems/addressable
 [travis]: http://travis-ci.org/sporkmonger/addressable
-[gemnasium]: https://gemnasium.com/sporkmonger/addressable
 [coveralls]: https://coveralls.io/r/sporkmonger/addressable
 [inch]: 

commit rubygem-addressable for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2017-09-04 12:37:03

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is "rubygem-addressable"

Mon Sep  4 12:37:03 2017 rev:17 rq:520448 version:2.5.2

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2017-04-17 10:25:31.960829918 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2017-09-04 12:37:04.681134276 +0200
@@ -1,0 +2,12 @@
+Sun Sep  3 08:54:03 UTC 2017 - co...@suse.com
+
+- updated to version 2.5.2
+ see installed CHANGELOG.md
+
+  # Addressable 2.5.2
+  - better support for frozen string literals
+  - fixed bug w/ uppercase characters in scheme
+  - IDNA errors w/ emoji URLs
+  - compatibility w/ public_suffix 3.x
+
+---

Old:

  addressable-2.5.1.gem

New:

  addressable-2.5.2.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.jxhLU5/_old  2017-09-04 12:37:05.369037494 +0200
+++ /var/tmp/diff_new_pack.jxhLU5/_new  2017-09-04 12:37:05.369037494 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-addressable
-Version:2.5.1
+Version:2.5.2
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}

++ addressable-2.5.1.gem -> addressable-2.5.2.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2017-03-29 23:14:40.0 +0200
+++ new/CHANGELOG.md2017-08-25 02:00:11.0 +0200
@@ -1,3 +1,9 @@
+# Addressable 2.5.2
+- better support for frozen string literals
+- fixed bug w/ uppercase characters in scheme
+- IDNA errors w/ emoji URLs
+- compatibility w/ public_suffix 3.x
+
 # Addressable 2.5.1
 - allow unicode normalization to be disabled for URI Template expansion
 - removed duplicate test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2017-03-29 23:14:40.0 +0200
+++ new/Gemfile 2017-08-25 02:00:11.0 +0200
@@ -29,4 +29,4 @@
   end
 end
 
-gem 'idn-ruby', :platform => [:mri_20, :mri_21, :mri_22]
+gem 'idn-ruby', :platform => [:mri_20, :mri_21, :mri_22, :mri_23, :mri_24]
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/addressable/idna/native.rb 
new/lib/addressable/idna/native.rb
--- old/lib/addressable/idna/native.rb  2017-03-29 23:14:40.0 +0200
+++ new/lib/addressable/idna/native.rb  2017-08-25 02:00:11.0 +0200
@@ -35,7 +35,7 @@
 def self.to_ascii(value)
   value.to_s.split('.', -1).map do |segment|
 if segment.size > 0 && segment.size < 64
-  IDN::Idna.toASCII(segment)
+  IDN::Idna.toASCII(segment, IDN::Idna::ALLOW_UNASSIGNED)
 elsif segment.size >= 64
   segment
 else
@@ -47,7 +47,7 @@
 def self.to_unicode(value)
   value.to_s.split('.', -1).map do |segment|
 if segment.size > 0 && segment.size < 64
-  IDN::Idna.toUnicode(segment)
+  IDN::Idna.toUnicode(segment, IDN::Idna::ALLOW_UNASSIGNED)
 elsif segment.size >= 64
   segment
 else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/addressable/template.rb 
new/lib/addressable/template.rb
--- old/lib/addressable/template.rb 2017-03-29 23:14:40.0 +0200
+++ new/lib/addressable/template.rb 2017-08-25 02:00:11.0 +0200
@@ -743,7 +743,7 @@
 
   vars
 .zip(operator_sequence(operator).take(vars.length))
-.reduce("") do |acc, (varspec, op)|
+.reduce("".dup) do |acc, (varspec, op)|
   _, name, _ =  *varspec.match(VARSPEC)
 
   acc << if mapping.key? name
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/addressable/uri.rb new/lib/addressable/uri.rb
--- old/lib/addressable/uri.rb  2017-03-29 23:14:40.0 +0200
+++ new/lib/addressable/uri.rb  2017-08-25 02:00:11.0 +0200
@@ -436,7 +436,7 @@
   uri = uri.dup
   # Seriously, only use UTF-8. I'm really not kidding!
   uri.force_encoding("utf-8")
-  leave_encoded.force_encoding("utf-8")
+  leave_encoded = leave_encoded.dup.force_encoding("utf-8")
   result = uri.gsub(/%[0-9a-f]{2}/iu) do |sequence|
 c = sequence[1..3].to_i(16).chr
 

commit rubygem-addressable for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2017-04-17 10:25:27

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is "rubygem-addressable"

Mon Apr 17 10:25:27 2017 rev:16 rq:484839 version:2.5.1

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2016-01-12 16:12:06.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2017-04-17 10:25:31.960829918 +0200
@@ -1,0 +2,30 @@
+Thu Mar 30 04:28:46 UTC 2017 - co...@suse.com
+
+- updated to version 2.5.1
+ see installed CHANGELOG.md
+
+  # Addressable 2.5.1
+  - allow unicode normalization to be disabled for URI Template expansion
+  - removed duplicate test
+
+---
+Sat Nov  5 05:28:41 UTC 2016 - co...@suse.com
+
+- updated to version 2.5.0
+ see installed CHANGELOG.md
+
+  # Addressable 2.5.0
+  - dropping support for Ruby 1.9
+  - adding support for Ruby 2.4 preview
+  - add support for public suffixes and tld; first runtime dependency
+  - hostname escaping should match RFC; underscores in hostnames no longer 
escaped
+  - paths beginning with // and missing an authority are now considered invalid
+  - validation now also takes place after setting a path
+  - handle backslashes in authority more like a browser for `heuristic_parse`
+  - unescaped backslashes in host now raise an `InvalidURIError`
+  - `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred 
validation
+  - `heuristic_parse` now trims whitespace before parsing
+  - host parts longer than 63 bytes will be ignored and not passed to libidn
+  - normalized values always encoded as UTF-8
+
+---

Old:

  addressable-2.4.0.gem

New:

  addressable-2.5.1.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.BFU7cK/_old  2017-04-17 10:25:33.036677558 +0200
+++ /var/tmp/diff_new_pack.BFU7cK/_new  2017-04-17 10:25:33.040676991 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2015 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,12 +24,12 @@
 #
 
 Name:   rubygem-addressable
-Version:2.4.0
+Version:2.5.1
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 1.9.0}
+BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
 BuildRequires:  ruby-macros >= 5

++ addressable-2.4.0.gem -> addressable-2.5.1.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2015-12-07 05:38:26.0 +0100
+++ new/CHANGELOG.md2017-03-29 23:14:40.0 +0200
@@ -1,3 +1,21 @@
+# Addressable 2.5.1
+- allow unicode normalization to be disabled for URI Template expansion
+- removed duplicate test
+
+# Addressable 2.5.0
+- dropping support for Ruby 1.9
+- adding support for Ruby 2.4 preview
+- add support for public suffixes and tld; first runtime dependency
+- hostname escaping should match RFC; underscores in hostnames no longer 
escaped
+- paths beginning with // and missing an authority are now considered invalid
+- validation now also takes place after setting a path
+- handle backslashes in authority more like a browser for `heuristic_parse`
+- unescaped backslashes in host now raise an `InvalidURIError`
+- `merge!`, `join!`, `omit!` and `normalize!` don't disable deferred validation
+- `heuristic_parse` now trims whitespace before parsing
+- host parts longer than 63 bytes will be ignored and not passed to libidn
+- normalized values always encoded as UTF-8
+
 # Addressable 2.4.0
 - support for 1.8.x dropped
 - double quotes in a host now raises an error
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile new/Gemfile
--- old/Gemfile 2015-12-07 05:38:26.0 +0100
+++ new/Gemfile 2017-03-29 23:14:40.0 +0200
@@ -2,8 +2,6 @@
 
 gemspec
 
-gem 'rake', '~> 10.4', '>= 10.4.2'
-
 group :test do
   gem 'rspec', '~> 3.0'
   gem 'rspec-its', '~> 1.1'
@@ -16,12 +14,19 @@
 end
 
 group :test, :development do
+  gem 'rake', '> 10.0', '< 12'
   gem 

commit rubygem-addressable for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2016-01-12 16:12:05

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is "rubygem-addressable"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2015-04-10 09:52:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2016-01-12 16:12:06.0 +0100
@@ -1,0 +2,18 @@
+Mon Dec  7 05:28:24 UTC 2015 - co...@suse.com
+
+- updated to version 2.4.0
+ see installed CHANGELOG.md
+
+  # Addressable 2.4.0
+  - support for 1.8.x dropped
+  - double quotes in a host now raises an error
+  - newlines in host will no longer get unescaped during normalization
+  - stricter handling of bogus scheme values
+  - stricter handling of encoded port values
+  - calling `require 'addressable'` will now load both the URI and Template 
files
+  - assigning to the `hostname` component with an `IPAddr` object is now 
supported
+  - assigning to the `origin` component is now supported
+  - fixed minor bug where an exception would be thrown for a missing ACE suffix
+  - better partial expansion of URI templates
+
+---

Old:

  addressable-2.3.8.gem

New:

  addressable-2.4.0.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.qYN4n4/_old  2016-01-12 16:12:07.0 +0100
+++ /var/tmp/diff_new_pack.qYN4n4/_new  2016-01-12 16:12:07.0 +0100
@@ -24,14 +24,14 @@
 #
 
 Name:   rubygem-addressable
-Version:2.3.8
+Version:2.4.0
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{ruby >= 1.9.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
-BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:https://github.com/sporkmonger/addressable
 Source: http://rubygems.org/gems/%{mod_full_name}.gem

++ addressable-2.3.8.gem -> addressable-2.4.0.gem ++
 2096 lines of diff (skipped)




commit rubygem-addressable for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2015-02-10 20:21:45

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2014-10-14 07:12:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2015-02-10 20:21:47.0 +0100
@@ -1,0 +2,8 @@
+Fri Feb  6 13:12:46 UTC 2015 - co...@suse.com
+
+- updated to version 2.3.7
+ - fix scenario in which invalid URIs don't get an exception until inspected
+ - handle hostnames with two adjacent periods correctly
+ - upgrade of RSpec
+
+---

Old:

  addressable-2.3.6.gem

New:

  addressable-2.3.7.gem
  gem2rpm.yml



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.6wvHn3/_old  2015-02-10 20:21:48.0 +0100
+++ /var/tmp/diff_new_pack.6wvHn3/_new  2015-02-10 20:21:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,8 +16,15 @@
 #
 
 
+#
+# This file was generated with a gem2rpm.yml and not just plain gem2rpm.
+# All sections marked as MANUAL, license headers, summaries and descriptions
+# can be maintained in that file. Please consult this file before editing any
+# of those fields
+#
+
 Name:   rubygem-addressable
-Version:2.3.6
+Version:2.3.7
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -28,6 +35,7 @@
 BuildRequires:  ruby-macros = 5
 Url:http://addressable.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:gem2rpm.yml
 Summary:URI Implementation
 License:Apache-2.0
 Group:  Development/Languages/Ruby

++ addressable-2.3.6.gem - addressable-2.3.7.gem ++
 8016 lines of diff (skipped)

++ gem2rpm.yml ++
# ---
# ## used by gem2rpm
# :summary: this is a custom summary
# ## used by gem2rpm
# :description: |-
#   this is a custom description
#
#   it can be multiline
# ## used by gem2rpm
# :license: MIT or Ruby
# ## used by gem2rpm and gem_packages
# :version_suffix: -x_y
# ## used by gem2rpm and gem_packages
# :disable_docs: true
# ## used by gem2rpm
# :disable_automatic_rdoc_dep: true
# ## used by gem2rpm
# :preamble: |-
#   BuildRequires: foobar
#   Requires: foobar
# ## used by gem2rpm
# :patches:
#   foo.patch: -p1
#   bar.patch: 
# ## used by gem2rpm
:sources:
# - foo.desktop
# - bar.desktop
# :gem_install_args: ''
# ## used by gem2rpm
# :pre_install: |-
#   %if 0%{?use_system_libev}
#   export USE_VENDORED_LIBEV=no
#   %endif
# ## used by gem2rpm
# :post_install: |-
#   # delete custom files here or do other fancy stuff
#   install -D -m 0644 %{S:1} %{buildroot}%{_bindir}/gem2rpm-opensuse
# ## used by gem2rpm
# :testsuite_command: |-
#   (pushd %{buildroot}%{gem_base}/gems/%{mod_full_name}  rake test)
# ## used by gem2rpm
# :filelist: |-
#   /usr/bin/gem2rpm-opensuse
# ## used by gem2rpm
# :scripts:
#   :post: |-
# /bin/echo foo
# ## used by gem_packages
# :main:
#   :preamble: |-
# Requires: util-linux
# Recommends: pwgen
#   :filelist: |-
# /usr/bin/gem2rpm-opensuse
# ## used by gem_packages
# :custom:
#   apache:
# :preamble: |-
#   Requires: .
# :filelist: |-
#   /etc/apache2/conf.d/passenger.conf
# :summary: Custom summary is optional
# :description: |-
#   Custom description is optional
#
#   bar
# :post: |-
#   /bin/echo foo
#
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2014-10-13 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2014-10-14 07:11:42

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2014-03-25 13:28:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2014-10-14 07:12:27.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct 13 05:39:32 UTC 2014 - co...@suse.com
+
+- adapt to new rubygem packaging
+
+---
+Sun Oct 12 09:32:40 UTC 2014 - adr...@suse.de
+
+- adapt to new rubygem packaging style
+
+---



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.t4uZM1/_old  2014-10-14 07:12:28.0 +0200
+++ /var/tmp/diff_new_pack.t4uZM1/_new  2014-10-14 07:12:28.0 +0200
@@ -21,10 +21,11 @@
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
-
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 3
-BuildRequires:  rubygem(rdoc)  3.10
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc  3.10}
+BuildRequires:  %{ruby}
+BuildRequires:  ruby-macros = 5
 Url:http://addressable.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:URI Implementation
@@ -36,51 +37,15 @@
 Ruby's standard library. It more closely conforms to the relevant RFCs and
 adds support for IRIs and URI templates.
 
-%package doc
-Summary:RDoc documentation for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description doc
-Documentation generated at gem installation time.
-Usually in RDoc and RI formats.
-
-%package testsuite
-Summary:Test suite for %{mod_name}
-Group:  Development/Languages/Ruby
-Requires:   %{name} = %{version}
-
-%description testsuite
-Test::Unit or RSpec files, useful for developers.
-
 %prep
-#gem_unpack
-#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
-#gem_build
 
 %build
 
 %install
-%gem_install -f
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%exclude %{gem_base}/gems/%{mod_full_name}/spec
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
-
-%files testsuite
-%defattr(-,root,root,-)
-%{gem_base}/gems/%{mod_full_name}/spec
+%gem_install \
+  --doc-files=CHANGELOG.md LICENSE.txt README.md \
+  -f
+
+%gem_packages
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2014-03-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2014-03-25 13:28:04

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2013-07-16 16:16:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2014-03-25 13:28:05.0 +0100
@@ -1,0 +2,12 @@
+Mon Mar 24 19:05:18 UTC 2014 - co...@suse.com
+
+- updated to version 2.3.6
+ - normalization drops empty query string
+ - better handling in template extract for missing values
+ - template modifier for `'?'` now treated as optional
+ - fixed issue where character class parameters were modified
+ - templates can now be tested for equality
+ - added `:sorted` option to normalization of query strings
+ - fixed issue with normalization of hosts given in `'example.com.'` form
+
+---

Old:

  addressable-2.3.5.gem

New:

  addressable-2.3.6.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.ZaD4z0/_old  2014-03-25 13:28:05.0 +0100
+++ /var/tmp/diff_new_pack.ZaD4z0/_new  2014-03-25 13:28:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   rubygem-addressable
-Version:2.3.5
+Version:2.3.6
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros = 1
+BuildRequires:  ruby-macros = 3
 BuildRequires:  rubygem(rdoc)  3.10
 Url:http://addressable.rubyforge.org/
 Source: http://rubygems.org/gems/%{mod_full_name}.gem
@@ -63,24 +63,24 @@
 %install
 %gem_install -f
 mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
-ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
+ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{gem_base}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
-%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%{gem_base}/cache/%{mod_full_name}.gem
+%{gem_base}/gems/%{mod_full_name}/
+%exclude %{gem_base}/gems/%{mod_full_name}/spec
+%{gem_base}/specifications/%{mod_full_name}.gemspec
 
 %files doc
 %defattr(-,root,root,-)
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+%doc %{gem_base}/doc
 
 %files testsuite
 %defattr(-,root,root,-)
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec
+%{gem_base}/gems/%{mod_full_name}/spec
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2013-07-16 16:16:37

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2013-05-07 07:34:57.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2013-07-16 16:16:38.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 12 19:04:16 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.5
+ - added Addressable::URI#empty? method
+ - Addressable::URI#hostname methods now strip square brackets from IPv6 hosts
+ - compatibility with Net::HTTP in Ruby 2.0.0
+ - Addressable::URI#route_from should always give relative URIs
+
+---

Old:

  addressable-2.3.4.gem

New:

  addressable-2.3.5.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.LRMBzJ/_old  2013-07-16 16:16:39.0 +0200
+++ /var/tmp/diff_new_pack.LRMBzJ/_new  2013-07-16 16:16:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-addressable
-Version:2.3.4
+Version:2.3.5
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -62,9 +62,14 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_docdir}/%{name}
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md 
%buildroot/%{_docdir}/%{name}/CHANGELOG.md
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt 
%buildroot/%{_docdir}/%{name}/LICENSE.txt
+ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 
 %files
 %defattr(-,root,root,-)
+%{_docdir}/%{name}
 %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2013-03-11 07:26:12

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2012-08-04 09:35:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2013-03-11 07:26:14.0 +0100
@@ -1,0 +2,12 @@
+Sun Mar  3 08:05:57 UTC 2013 - co...@suse.com
+
+- updated to version 2.3.3
+ - fixed issue with converting common primitives during template expansion
+ - fixed port encoding issue
+ - removed a few warnings
+ - normalize should now ignore %2B in query strings
+ - the IDNA logic should now be handled by libidn in Ruby 1.9
+ - no template match should now result in nil instead of an empty MatchData
+ - added license information to gemspec
+
+---

Old:

  addressable-2.3.2.gem

New:

  addressable-2.3.3.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.Jsgniz/_old  2013-03-11 07:26:15.0 +0100
+++ /var/tmp/diff_new_pack.Jsgniz/_new  2013-03-11 07:26:15.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-addressable
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,14 @@
 
 
 Name:   rubygem-addressable
-Version:2.3.2
+Version:2.3.3
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros = 1
+BuildRequires:  rubygem(rdoc)  3.10
 Url:http://addressable.rubyforge.org/
 Source: %{mod_full_name}.gem
 Summary:URI Implementation

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2012-08-04 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2012-08-04 09:35:20

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2012-07-23 10:16:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2012-08-04 09:35:22.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 28 16:24:54 UTC 2012 - co...@suse.com
+
+- update to 2.3.2
+ - added Addressable::URI#default_port method
+ - fixed issue with Marshalling Unicode data on Windows
+ - improved heuristic parsing to better handle IPv4 addresses
+
+---

Old:

  addressable-2.3.1.gem

New:

  addressable-2.3.2.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.8Oqpkx/_old  2012-08-04 09:35:23.0 +0200
+++ /var/tmp/diff_new_pack.8Oqpkx/_new  2012-08-04 09:35:23.0 +0200
@@ -17,23 +17,15 @@
 
 
 Name:   rubygem-addressable
-Version:2.3.1
+Version:2.3.2
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
-#
-#
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  rubygems_with_buildroot_patch
-%rubygems_requires
-#
-Provides:   rubygem-%{mod_name} = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-2   = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-2_3 = %{version}-%{release}
-#
+BuildRequires:  ruby-macros = 1
 Url:http://addressable.rubyforge.org/
 Source: %{mod_full_name}.gem
-#
 Summary:URI Implementation
 License:Apache-2.0
 Group:  Development/Languages/Ruby
@@ -61,9 +53,14 @@
 Test::Unit or RSpec files, useful for developers.
 
 %prep
+#gem_unpack
+#if you need patches, apply them here and replace the # with a % sign in the 
surrounding lines
+#gem_build
+
 %build
+
 %install
-%gem_install %{S:0}
+%gem_install -f
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rubygem-addressable for openSUSE:Factory

2012-07-23 Thread h_root
Hello community,

here is the log from the commit of package rubygem-addressable for 
openSUSE:Factory checked in at 2012-07-23 10:15:31

Comparing /work/SRC/openSUSE:Factory/rubygem-addressable (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-addressable.new (New)


Package is rubygem-addressable, Maintainer is jmassaguer...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-addressable/rubygem-addressable.changes  
2012-06-07 15:39:59.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-addressable.new/rubygem-addressable.changes 
2012-07-23 10:16:06.0 +0200
@@ -1,0 +2,10 @@
+Sun Jul 22 14:24:15 UTC 2012 - co...@suse.com
+
+- update to 2.3.1
+ - fixed missing unicode data file
+ - updated Addressable::Template to use RFC 6570, level 4
+ - fixed compatibility problems with some versions of Ruby
+ - moved unicode tables into a data file for performance reasons
+ - removing support for multiple query value notations
+
+---

Old:

  addressable-2.2.8.gem

New:

  addressable-2.3.1.gem



Other differences:
--
++ rubygem-addressable.spec ++
--- /var/tmp/diff_new_pack.I1giUB/_old  2012-07-23 10:16:07.0 +0200
+++ /var/tmp/diff_new_pack.I1giUB/_new  2012-07-23 10:16:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-addressable
-Version:2.2.8
+Version:2.3.1
 Release:0
 %define mod_name addressable
 %define mod_full_name %{mod_name}-%{version}
@@ -29,7 +29,7 @@
 #
 Provides:   rubygem-%{mod_name} = %{version}-%{release}
 Provides:   rubygem-%{mod_name}-2   = %{version}-%{release}
-Provides:   rubygem-%{mod_name}-2_2 = %{version}-%{release}
+Provides:   rubygem-%{mod_name}-2_3 = %{version}-%{release}
 #
 Url:http://addressable.rubyforge.org/
 Source: %{mod_full_name}.gem

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org