Hello community,

here is the log from the commit of package rubygem-puma for openSUSE:Factory 
checked in at 2015-02-10 20:21:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-puma (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-puma.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-puma"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-puma/rubygem-puma.changes        
2014-05-21 16:29:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-puma.new/rubygem-puma.changes   
2015-02-10 20:21:54.000000000 +0100
@@ -1,0 +2,43 @@
+Fri Feb  6 13:12:46 UTC 2015 - co...@suse.com
+
+- updated to version 2.11.0
+ * 9 bug fixes:
+   * Add mode as an additional bind option to unix sockets. Fixes #630
+   * Advertise HTTPS properly after a hot restart
+   * Don't write lowlevel_error_handler to state
+   * Fix phased restart with stuck requests
+   * Handle spaces in the path properly. Fixes #622
+   * Set a default REMOTE_ADDR to avoid using peeraddr on unix sockets. Fixes 
#583
+   * Skip device number checking on jruby. Fixes #586
+   * Update extconf.rb to compile correctly on OS X
+   * redirect io right after daemonizing so startup errors are shown. Fixes 
#359
+ 
+ * 6 minor features:
+   * Add a configuration option that prevents puma from queueing requests.
+   * Add reload_worker_directory
+   * Add the ability to pass environment variables to the init script (for 
Jungle).
+   * Add the proctitle tag to the worker. Fixes #633
+   * Infer a proctitle tag based on the directory
+   * Update lowlevel error message to be more meaningful.
+ 
+ * 10 PRs merged:
+   * Merge pull request #478 from rubencaro/master
+   * Merge pull request #610 from kwilczynski/master
+   * Merge pull request #611 from jasonl/better-lowlevel-message
+   * Merge pull request #616 from jc00ke/master
+   * Merge pull request #623 from raldred/patch-1
+   * Merge pull request #628 from rdpoor/master
+   * Merge pull request #634 from deepj/master
+   * Merge pull request #637 from raskhadafi/patch-1
+   * Merge pull request #639 from ebeigarts/fix-phased-restarts
+   * Merge pull request #640 from 
codehotter/issue-612-dependent-requests-deadlock
+ 
+ === 2.10.2 / 2014-11-26
+ 
+ * 1 bug fix:
+   * Conditionalize thread local cleaning, fixes perf degradation fix
+     The code to clean out all Thread locals adds pretty significant
+     overhead to a each request, so it has to be turned on explicitly
+     if a user needs it.
+
+-------------------------------------------------------------------

Old:
----
  puma-2.8.2.gem

New:
----
  gem2rpm.yml
  puma-2.11.0.gem

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

Other differences:
------------------
++++++ rubygem-puma.spec ++++++
--- /var/tmp/diff_new_pack.WkIxus/_old  2015-02-10 20:21:55.000000000 +0100
+++ /var/tmp/diff_new_pack.WkIxus/_new  2015-02-10 20:21:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-puma
 #
-# 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,29 +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-puma
-Version:        2.8.2
+Version:        2.11.0
 Release:        0
 %define mod_name puma
 %define mod_full_name %{mod_name}-%{version}
-%define mod_branch -%{version}
-%define mod_weight 20802
-
+# MANUAL
+BuildRequires:  openssl-devel
+# /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 3
-Requires:       ruby >= 1.8.7
-BuildRequires:  ruby >= 1.8.7
-BuildRequires:  ruby-devel
+BuildRequires:  %{rubydevel >= 1.8.7}
+BuildRequires:  %{rubygem gem2rpm}
+BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
-BuildRequires:  rubygem(rdoc) > 3.10
 Url:            http://puma.io
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source1:        gem2rpm.yml
 Summary:        Puma is a simple, fast, threaded, and highly concurrent HTTP 
1.1
 License:        BSD-3-Clause
 Group:          Development/Languages/Ruby
 PreReq:         update-alternatives
-# MANUAL
-BuildRequires:  openssl-devel
 
 %description
 Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for
@@ -47,83 +52,17 @@
 recommended that you use a  Ruby implementation with real threads like
 Rubinius or JRuby.
 
-%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
+%gem_install \
+  --symlink-binaries \
+  --doc-files="COPYING History.txt LICENSE README.md" \
+  -f
 %gem_cleanup
-mkdir -p %{buildroot}%{_sysconfdir}/alternatives
-mv %{buildroot}%{_bindir}/puma{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/puma
-ln -s %{_sysconfdir}/alternatives/puma %{buildroot}%{_bindir}/puma
-
-mv %{buildroot}%{_bindir}/pumactl{,%{mod_branch}}
-touch %{buildroot}%{_sysconfdir}/alternatives/pumactl
-ln -s %{_sysconfdir}/alternatives/pumactl %{buildroot}%{_bindir}/pumactl
-
-mkdir -p %{buildroot}%{_docdir}/%{name}
-ln -s %{gem_base}/gems/%{mod_full_name}/COPYING 
%buildroot/%{_docdir}/%{name}/COPYING
-ln -s %{gem_base}/gems/%{mod_full_name}/History.txt 
%buildroot/%{_docdir}/%{name}/History.txt
-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
-
-%post
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/puma puma %{_bindir}/puma%{mod_branch} %{mod_weight}
-/usr/sbin/update-alternatives --install \
-    %{_bindir}/pumactl pumactl %{_bindir}/pumactl%{mod_branch} %{mod_weight}
-
-%preun
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove puma %{_bindir}/puma%{mod_branch}
-fi
-if [ "$1" = 0 ] ; then
-    /usr/sbin/update-alternatives --remove pumactl 
%{_bindir}/pumactl%{mod_branch}
-fi
-
-%files
-%defattr(-,root,root,-)
-%{_docdir}/%{name}
-%{_bindir}/puma%{mod_branch}
-%{_bindir}/puma
-%ghost %{_sysconfdir}/alternatives/puma
-%{_bindir}/pumactl%{mod_branch}
-%{_bindir}/pumactl
-%ghost %{_sysconfdir}/alternatives/pumactl
-%{gem_base}/cache/%{mod_full_name}.gem
-%{gem_base}/gems/%{mod_full_name}/
-%{gem_extensions}/%{mod_full_name}
-%exclude %{gem_base}/gems/%{mod_full_name}/test
-%{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}/test
+
+%gem_packages
 
 %changelog

++++++ 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:  openssl-devel
#   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
#
++++++ puma-2.8.2.gem -> puma-2.11.0.gem ++++++
++++ 2760 lines of diff (skipped)

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

Reply via email to