Hello community,
here is the log from the commit of package rubygem-eventmachine for
openSUSE:Factory checked in at 2015-06-23 11:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-eventmachine (Old)
and /work/SRC/openSUSE:Factory/.rubygem-eventmachine.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-eventmachine"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-eventmachine/rubygem-eventmachine.changes
2015-05-06 10:28:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-eventmachine.new/rubygem-eventmachine.changes
2015-06-23 11:55:56.000000000 +0200
@@ -1,0 +2,48 @@
+Fri Jun 12 08:59:04 UTC 2015 - [email protected]
+
+- Rename rubygem-eventmachine.rpmlintrc to
+ rubygem-eventmachine-rpmlintrc in order to be in line with the
+ naming convention.
+- Add rubygem-eventmachine-rpmlintrc to the source list.
+
+-------------------------------------------------------------------
+Wed Feb 11 01:24:44 UTC 2015 - [email protected]
+
+- updated to version 1.0.7
+ * fix delay in kqueue/epoll reactor shutdown when timers exist [#587]
+ * fix memory leak introduced in v1.0.5 [#586]
+ * expose EM.set_simultaneous_accept_count [#420]
+ * fix busy loop when EM.run and EM.next_tick are invoked from exception
handler [#452]
+
+ ## 1.0.6 (February 3, 2015)
+ * add support for Rubinius Process::Status [#568]
+ * small bugfixes for SmtpServer [#449]
+ * update buftok.rb [#547]
+ * fix assertion on Write() [#525]
+ * work around mkmf.rb bug preventing gem installation [#574]
+ * add pause/resume support to jruby reactor [#556]
+ * fix pure ruby reactor to use 127.0.0.1 instead of localhost [#439]
+ * fix compilation under macruby [#243]
+ * add chunked encoding to http client [#111]
+ * fix errors on win32 when dealing with pipes [1ea45498] [#105]
+
+ ## 1.0.5 (February 2, 2015)
+ * use monotonic clocks on Linux, OS X, Solaris, and Windows [#563]
+ * use the rb_fd_* API to get autosized fd_sets [#502]
+ * add basic tests that the DNS resolver isn't leaking timers [#571]
+ * update to test-unit 2.x and improve various unit tests [#551]
+ * remove EventMachine_t::Popen code marked by ifdef OBSOLETE [#551]
+ * ruby 2.0 may fail at Queue.pop, so rescue and complain to $stderr [#551]
+ * set file handle to INVALID_HANDLE_VALUE after closing the file [#565]
+ * use `defined?` instead of rescuing NameError for flow control [#535]
+ * fix closing files and sockets on Windows [#564]
+ * fix file uploads in Windows [#562]
+ * catch failure to fork [#539]
+ * use chunks for SSL write [#545]
+
+-------------------------------------------------------------------
+Mon Oct 13 08:37:57 UTC 2014 - [email protected]
+
+- adapt to new rubygem packaging
+
+-------------------------------------------------------------------
Old:
----
eventmachine-1.0.3.gem
rubygem-eventmachine.rpmlintrc
New:
----
eventmachine-1.0.7.gem
gem2rpm.yml
rubygem-eventmachine-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-eventmachine.spec ++++++
--- /var/tmp/diff_new_pack.MKHFmN/_old 2015-06-23 11:55:56.000000000 +0200
+++ /var/tmp/diff_new_pack.MKHFmN/_new 2015-06-23 11:55:56.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-eventmachine
#
-# 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,26 +16,34 @@
#
+#
+# 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-eventmachine
-Version: 1.0.3
+Version: 1.0.7
Release: 0
%define mod_name eventmachine
%define mod_full_name %{mod_name}-%{version}
-
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 3
-BuildRequires: rubygem(rdoc) > 3.10
-# MANUAL BEGIN
+# MANUAL
BuildRequires: gcc-c++
BuildRequires: openssl-devel
BuildRequires: pkg-config
-BuildRequires: ruby-devel
-Provides: rubygem(%{rb_ver}:eventmachine) = 1.0.0.beta5
-# MANUAL END
+# /MANUAL
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ruby-macros >= 5
+BuildRequires: %{rubydevel}
+BuildRequires: %{rubygem gem2rpm}
+BuildRequires: %{rubygem rdoc > 3.10}
Url: http://rubyeventmachine.com
Source: http://rubygems.org/gems/%{mod_full_name}.gem
+Source1: rubygem-eventmachine-rpmlintrc
+Source2: gem2rpm.yml
Summary: Ruby/EventMachine library
-License: Ruby
+License: Ruby or GPL-2.0
Group: Development/Languages/Ruby
%description
@@ -50,40 +58,16 @@
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
-%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.
-
%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
+%gem_install \
+ --doc-files="CHANGELOG.md LICENSE README.md" \
+ -f
%gem_cleanup
-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
%buildroot/%{_docdir}/%{name}/LICENSE
-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}/
-%{gem_extensions}/%{mod_full_name}
-%{gem_base}/specifications/%{mod_full_name}.gemspec
-
-%files doc
-%defattr(-,root,root,-)
-%doc %{gem_base}/doc
+
+%gem_packages
%changelog
++++++ eventmachine-1.0.3.gem -> eventmachine-1.0.7.gem ++++++
++++ 3499 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: Ruby or GPL-2.0
# ## 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: gcc-c++
BuildRequires: openssl-devel
BuildRequires: pkg-config
# ## 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
#
:sources:
- rubygem-eventmachine-rpmlintrc
++++++ rubygem-eventmachine-rpmlintrc ++++++
# we package gems as it would have been installed via gem. so we also ship the
source code
addFilter("devel-file-in-non-devel-package")
# using fdupes on gems breaks the debuginfo package
addFilter("files-duplicated-waste")