Hello community,

here is the log from the commit of package ruby19 for openSUSE:Factory checked 
in at 2012-11-20 20:19:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby19 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby19.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby19", Maintainer is "jmassaguer...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby19/ruby19.changes    2012-11-03 
21:31:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ruby19.new/ruby19.changes       2012-11-20 
20:19:18.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Nov 13 14:09:45 UTC 2012 - co...@suse.com
+
+- update to 1.9.3 p327 to get the fix for 
+  CVE-2012-5371 and plenty of other fixes
+
+-------------------------------------------------------------------
+Tue Nov  6 05:31:47 UTC 2012 - co...@suse.com
+
+- make sure the rdoc output is more stable for build-compare
+  (new patch ruby-sort-rdoc-output.patch)
+
+-------------------------------------------------------------------

Old:
----
  ruby-1.9.3-p286.tar.bz2

New:
----
  ruby-1.9.3-p327.tar.bz2
  ruby-sort-rdoc-output.patch

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

Other differences:
------------------
++++++ ruby19.spec ++++++
--- /var/tmp/diff_new_pack.rC1HV3/_old  2012-11-20 20:19:20.000000000 +0100
+++ /var/tmp/diff_new_pack.rC1HV3/_new  2012-11-20 20:19:20.000000000 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           ruby19
-Version:        1.9.3.p286
+Version:        1.9.3.p327
 Release:        0
 #
 %define pkg_version 1.9.3
-%define patch_level p286
+%define patch_level p327
 # keep in sync with macro file!
 %define rb_binary_suffix 1.9
 %define rb_ver  1.9.1
@@ -73,6 +73,7 @@
 Patch:          rubygems-1.5.0_buildroot.patch
 Patch1:         ruby-1.9.2p290_tcl_no_stupid_rpaths.patch
 Patch2:         ruby19-export_init_prelude.patch
+Patch3:         ruby-sort-rdoc-output.patch
 #
 Summary:        An Interpreted Object-Oriented Scripting Language
 License:        BSD-2-Clause or Ruby
@@ -206,6 +207,7 @@
 %patch
 %patch1
 %patch2 -p1
+%patch3 -p1
 %if 0%{?needs_optimization_zero}
 touch -r configure configure.timestamp
 perl -p -i.bak -e 's|-O2|-O0|g' configure

++++++ ruby-1.9.3-p286.tar.bz2 -> ruby-1.9.3-p327.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/ruby19/ruby-1.9.3-p286.tar.bz2 
/work/SRC/openSUSE:Factory/.ruby19.new/ruby-1.9.3-p327.tar.bz2 differ: char 11, 
line 1

++++++ ruby-sort-rdoc-output.patch ++++++
Index: ruby-1.9.3-p194/lib/rdoc/generator/template/darkfish/classpage.rhtml
===================================================================
--- ruby-1.9.3-p194.orig/lib/rdoc/generator/template/darkfish/classpage.rhtml
+++ ruby-1.9.3-p194/lib/rdoc/generator/template/darkfish/classpage.rhtml
@@ -33,7 +33,7 @@
         <h3 class="section-header">In Files</h3>
         <div class="section-body">
           <ul>
-          <% klass.in_files.each do |tl| %>
+          <% klass.in_files.sort.each do |tl| %>
             <li><a href="<%= rel_prefix %>/<%= h tl.path 
%>?TB_iframe=true&amp;height=550&amp;width=785"
               class="thickbox" title="<%= h tl.absolute_name %>"><%= h 
tl.absolute_name %></a></li>
           <% end %>
Index: ruby-1.9.3-p194/lib/rdoc/stats.rb
===================================================================
--- ruby-1.9.3-p194.orig/lib/rdoc/stats.rb
+++ ruby-1.9.3-p194/lib/rdoc/stats.rb
@@ -288,7 +288,7 @@ class RDoc::Stats
     else
       report << '# in files:'
 
-      cm.in_files.each do |file|
+      cm.in_files.sort.each do |file|
         report << "#   #{file.full_name}"
       end
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to