Hello community,

here is the log from the commit of package rubygem-webyast-rake-tasks for 
openSUSE:Factory checked in at 2012-09-25 10:51:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-rake-tasks (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-webyast-rake-tasks.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-webyast-rake-tasks", Maintainer is "[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-rake-tasks/rubygem-webyast-rake-tasks.changes
    2012-04-18 16:30:45.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-rake-tasks.new/rubygem-webyast-rake-tasks.changes
       2012-09-25 10:51:54.000000000 +0200
@@ -1,0 +2,21 @@
+Fri Sep  7 12:41:40 UTC 2012 - [email protected]
+
+- macros.webyast - use Gemfile.test earlier (when creating test DB),
+  the created Gemfile.test.lock fixes segfault during build on IA64
+  (yes, a strange solution for the crash...)
+- 0.3.4
+
+-------------------------------------------------------------------
+Fri Aug 17 13:00:06 UTC 2012 - [email protected]
+
+- fixed restdoc task to correctly select the longest path
+- 0.3.3
+
+-------------------------------------------------------------------
+Thu Aug 16 10:44:29 UTC 2012 - [email protected]
+
+- restdoc fixes - changed path, serve XML examples from public/
+  by ::ActionDispatch::Static
+- 0.3.2
+
+-------------------------------------------------------------------

Old:
----
  webyast-rake-tasks-0.3.1.gem

New:
----
  webyast-rake-tasks-0.3.4.gem

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

Other differences:
------------------
++++++ rubygem-webyast-rake-tasks.spec ++++++
--- /var/tmp/diff_new_pack.WM9Yv7/_old  2012-09-25 10:51:55.000000000 +0200
+++ /var/tmp/diff_new_pack.WM9Yv7/_new  2012-09-25 10:51:55.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package rubygem-webyast-rake-tasks (Version 0.3.1)
+# spec file for package rubygem-webyast-rake-tasks (Version 0.3.4)
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -16,9 +16,9 @@
 #
 
 Name:           rubygem-webyast-rake-tasks
-Provides:       rubygem-yast2-webservice-tasks = 0.3.1
-Obsoletes:      rubygem-yast2-webservice-tasks < 0.3.1
-Version:        0.3.1
+Version:        0.3.4
+Provides:       rubygem-yast2-webservice-tasks = %{version}
+Obsoletes:      rubygem-yast2-webservice-tasks < %{version}
 Release:        0
 
 # Nope, doesn't work. Gems are installed below /usr/lib{64}

++++++ macros.webyast ++++++
--- /var/tmp/diff_new_pack.WM9Yv7/_old  2012-09-25 10:51:55.000000000 +0200
+++ /var/tmp/diff_new_pack.WM9Yv7/_new  2012-09-25 10:51:55.000000000 +0200
@@ -39,16 +39,10 @@
 # example: %webyast_build_restdoc public/my_module/restdoc
 %webyast_build_restdoc() \
     cd $RPM_BUILD_ROOT/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name} \
-    mkdir -p %1 \
     export RAILS_PARENT=%{webyast_dir} \
     cp %{webyast_dir}/Gemfile Gemfile.restility \
     echo 'gem "restility"' >> Gemfile.restility \
-    BUNDLE_GEMFILE=Gemfile.restility rake restdoc \
-    mv restdoc/*.xml %1 \
-    mkdir -p $RPM_BUILD_ROOT/srv/www/webyast/%1 \
-    cp %1/* $RPM_BUILD_ROOT/srv/www/webyast/%1 \
-    gzip %1/* \
-    mv %1/* $RPM_BUILD_ROOT/srv/www/webyast/%1 \
+    LC_ALL=en_US.UTF-8 BUNDLE_GEMFILE=Gemfile.restility rake restdoc \
     rm -f Gemfile.restility Gemfile.restility.lock \
     rm -rf restdoc \
     cd -
@@ -89,12 +83,14 @@
     export RAILS_PARENT=%{webyast_dir} \
     rm -rf $TEST_DB_PATH \
     cd $RPM_BUILD_ROOT/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name} \
-    RAILS_ENV=test rake db:create \
-    RAILS_ENV=test rake db:schema:load \
     cp %{webyast_dir}/Gemfile.test Gemfile.test \
     echo 'gem "%{mod_name}", :path => "."' >> Gemfile.test \
+    BUNDLE_GEMFILE=Gemfile.test bundle update \
+    BUNDLE_GEMFILE=Gemfile.test RAILS_ENV=test rake db:create \
+    BUNDLE_GEMFILE=Gemfile.test RAILS_ENV=test rake db:schema:load \
     BUNDLE_GEMFILE=Gemfile.test RAILS_ENV=test ADD_BUILD_PATH=1 rake test \
-    rm -rf $TEST_DB_PATH Gemfile.test Gemfile.test.lock log
+    rm -rf $TEST_DB_PATH Gemfile.test Gemfile.test.lock log \
+    cd -
 
 # build (precompile) plugin assets (in %install section)
 %webyast_build_plugin_assets \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to