Hello community,

here is the log from the commit of package rubygem-listen for openSUSE:Factory 
checked in at 2015-03-12 16:38:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-listen (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-listen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-listen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-listen/rubygem-listen.changes    
2015-01-23 15:47:12.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-listen.new/rubygem-listen.changes       
2015-03-12 16:38:48.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 10 05:31:12 UTC 2015 - co...@suse.com
+
+- updated to version 2.8.6
+
+-------------------------------------------------------------------

Old:
----
  listen-2.8.5.gem

New:
----
  gem2rpm.yml
  listen-2.8.6.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-listen.spec ++++++
--- /var/tmp/diff_new_pack.G0TQoL/_old  2015-03-12 16:38:49.000000000 +0100
+++ /var/tmp/diff_new_pack.G0TQoL/_new  2015-03-12 16:38:49.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-listen
 #
-# Copyright (c) 2015 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-listen
-Version:        2.8.5
+Version:        2.8.6
 Release:        0
 %define mod_name listen
 %define mod_full_name %{mod_name}-%{version}
@@ -28,6 +35,7 @@
 BuildRequires:  update-alternatives
 Url:            https://github.com/guard/listen
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 Summary:        Listen to file modifications
 License:        MIT
 Group:          Development/Languages/Ruby

++++++ 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
#
++++++ listen-2.8.5.gem -> listen-2.8.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CONTRIBUTING.md new/CONTRIBUTING.md
--- old/CONTRIBUTING.md 2015-01-07 23:18:57.000000000 +0100
+++ new/CONTRIBUTING.md 2015-03-09 11:39:06.000000000 +0100
@@ -4,7 +4,7 @@
 File an issue
 -------------
 
-If you haven't already, first see 
[TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md)
 for known issues, solutions and workarounds.
+If you haven't already, first see 
[TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting) for 
known issues, solutions and workarounds.
 
 You can report bugs and feature requests to [GitHub 
Issues](https://github.com/guard/listen/issues).
 
@@ -16,7 +16,7 @@
 
 **It's most likely that your bug gets resolved faster if you provide as much 
information as possible!**
 
-The MOST useful information is debugging output from Listen 
(`LISTEN_GEM_DEBUGGING=1`) - see 
[TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md)
 for details.
+The MOST useful information is debugging output from Listen 
(`LISTEN_GEM_DEBUGGING=1`) - see 
[TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting) for 
details.
 
 
 Development
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/README.md new/README.md
--- old/README.md       2015-01-07 23:18:57.000000000 +0100
+++ new/README.md       2015-03-09 11:39:06.000000000 +0100
@@ -221,7 +221,7 @@
 
 *NOTE: without providing the output after setting the `LISTEN_GEM_DEBUGGING=1` 
environment variable, it can be almost impossible to guess why listen is not 
working as expected.*
 
-See 
[TROUBLESHOOTING](https://github.com/guard/listen/blob/master/TROUBLESHOOTING.md)
+See [TROUBLESHOOTING](https://github.com/guard/listen/wiki/Troubleshooting)
 
 
 ## Performance
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/directory.rb new/lib/listen/directory.rb
--- old/lib/listen/directory.rb 2015-01-07 23:18:57.000000000 +0100
+++ new/lib/listen/directory.rb 2015-03-09 11:39:06.000000000 +0100
@@ -30,7 +30,7 @@
 
       _async_changes(dir, rel_path, queue, previous, options)
 
-    rescue Errno::ENOENT
+    rescue Errno::ENOENT, Errno::EHOSTDOWN
       record.unset_path(dir, rel_path)
       _async_changes(dir, rel_path, queue, previous, options)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/version.rb new/lib/listen/version.rb
--- old/lib/listen/version.rb   2015-01-07 23:18:57.000000000 +0100
+++ new/lib/listen/version.rb   2015-03-09 11:39:06.000000000 +0100
@@ -1,3 +1,3 @@
 module Listen
-  VERSION = '2.8.5'
+  VERSION = '2.8.6'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-01-07 23:18:57.000000000 +0100
+++ new/metadata        2015-03-09 11:39:06.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: listen
 version: !ruby/object:Gem::Version
-  version: 2.8.5
+  version: 2.8.6
 platform: ruby
 authors:
 - Thibaud Guillaume-Gentil
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-07 00:00:00.000000000 Z
+date: 2015-03-09 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: celluloid
@@ -125,7 +125,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.3
+rubygems_version: 2.4.5
 signing_key: 
 specification_version: 4
 summary: Listen to file modifications

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

Reply via email to