Hello community,

here is the log from the commit of package ruby2.5 for openSUSE:Factory checked 
in at 2017-11-19 11:07:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby2.5 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby2.5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby2.5"

Sun Nov 19 11:07:51 2017 rev:5 rq:542653 version:2.5.0~svn.60813

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby2.5/ruby2.5.changes  2017-11-11 
14:18:52.644802349 +0100
+++ /work/SRC/openSUSE:Factory/.ruby2.5.new/ruby2.5.changes     2017-11-19 
11:08:05.618601540 +0100
@@ -1,0 +2,18 @@
+Fri Nov 17 11:19:29 UTC 2017 - [email protected]
+
+- update to 60813
+  see installed /usr/share/doc/packages/ruby2.5/ChangeLog
+
+-------------------------------------------------------------------
+Wed Nov 15 11:11:11 UTC 2017 - [email protected]
+
+- update to 60739
+  see installed /usr/share/doc/packages/ruby2.5/ChangeLog
+
+-------------------------------------------------------------------
+Wed Nov 15 11:03:36 UTC 2017 - [email protected]
+
+- make the whole u-a handling less error prone by having the list
+  in variable ua-binaries
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ruby2.5.spec ++++++
--- /var/tmp/diff_new_pack.h6NPt6/_old  2017-11-19 11:08:13.666308097 +0100
+++ /var/tmp/diff_new_pack.h6NPt6/_new  2017-11-19 11:08:13.666308097 +0100
@@ -25,7 +25,7 @@
 ####
 
 %define patch_level p0
-Version:        2.5.0~svn.596232
+Version:        2.5.0~svn.60813
 Release:        0
 # make the exported API version explicit
 %define api_version 2.5.0
@@ -53,6 +53,7 @@
 %define is_default_ruby 1
 %endif
 
+%define ua_binaries rake rdoc ri bundler bundle
 # keep in sync with macro file!
 #
 # from valgrind.spec
@@ -159,10 +160,10 @@
 
 %package -n %{libname}
 Summary:        Dynamic runtime library for Ruby
-Group:          System/Libraries
 # Both ruby and ruby-stdlib now depend explicitly on libruby by version,
 # however it was not always the case, so the conflicts statements below
 # are needed to handle updates.
+Group:          System/Libraries
 Conflicts:      %{name} < %{version}-%{release}
 Conflicts:      %{name}-stdlib < %{version}-%{release}
 
@@ -212,10 +213,10 @@
 %gen_embedded_provides4 minitest 5 10 3
 %gen_embedded_provides4 net-telnet 0 1 1
 %gen_embedded_provides4 power_assert 1 1 1
-%gen_embedded_provides4 rake 12 2 1
+%gen_embedded_provides4 rake 12 3 0
 %gen_embedded_provides4 test-unit 3 2 6
 %gen_embedded_provides4 xmlrpc 0 3 0
-%gen_embedded_provides4 bundler 1 15 4
+%gen_embedded_provides4 bundler 1 16 0
 %gen_embedded_provides4 cmath 0 0 1
 %gen_embedded_provides4 csv 0 1 0
 %gen_embedded_provides4 fileutils 0 7 2
@@ -377,7 +378,7 @@
   done
   ln -s lib%{rb_soname}.so %{buildroot}%{_libdir}/libruby.so
 %endif
-for bin in rake rdoc ri bundler bundle; do
+for bin in %{ua_binaries}; do
   # dummy
   mv %{buildroot}%_bindir/${bin}%{rb_binary_suffix} 
%{buildroot}%_bindir/$bin.ruby%{rb_binary_suffix}
   #
@@ -391,7 +392,7 @@
 chmod -vR go-w,go+rX %{buildroot}%{_libdir}/ruby
 
 %post
-for bin in rake rdoc ri; do
+for bin in %{ua_binaries}; do
   /usr/sbin/update-alternatives --install \
     %{_bindir}/$bin $bin %{_bindir}/$bin.ruby%{rb_binary_suffix} 3
   /usr/sbin/update-alternatives --install \
@@ -400,7 +401,7 @@
 
 %preun
 if [ "$1" = 0 ] ; then
-  for bin in rake rdoc ri; do
+  for bin in %{ua_binaries}; do
     /usr/sbin/update-alternatives --remove $bin 
%{_bindir}/$bin.ruby%{rb_binary_suffix}
     /usr/sbin/update-alternatives --remove $bin%{rb_binary_suffix} 
%{_bindir}/$bin.ruby%{rb_binary_suffix}
   done

++++++ snapshot.tar.gz ++++++
/work/SRC/openSUSE:Factory/ruby2.5/snapshot.tar.gz 
/work/SRC/openSUSE:Factory/.ruby2.5.new/snapshot.tar.gz differ: char 5, line 1


Reply via email to