Hello community,

here is the log from the commit of package webyast-base-ws for openSUSE:12.1 
checked in at 2011-10-25 17:18:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/webyast-base-ws (Old)
 and      /work/SRC/openSUSE:12.1/.webyast-base-ws.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webyast-base-ws", Maintainer is "sch...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/webyast-base-ws/webyast-base-ws.changes     
2011-10-24 13:32:27.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.webyast-base-ws.new/webyast-base-ws.changes        
2011-10-28 19:11:36.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Oct 25 10:40:04 UTC 2011 - sch...@suse.com
+
+- replaced fixed path /usr/src/packages/ by RPM_BUILD_DIR
+- 0.2.65 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ webyast-base-ws.spec ++++++
--- /var/tmp/diff_new_pack.jcno4b/_old  2011-10-28 19:11:36.000000000 +0200
+++ /var/tmp/diff_new_pack.jcno4b/_new  2011-10-28 19:11:36.000000000 +0200
@@ -60,8 +60,8 @@
 Group:          Productivity/Networking/Web/Utilities
 Url:            http://en.opensuse.org/Portal:WebYaST
 AutoReqProv:    on
-Version:        0.2.24
-Release:        1
+Version:        0.2.25
+Release:        0
 Summary:        WebYaST - base components for rest service
 Source:         www.tar.bz2
 Source1:        webyastPermissionsService.rb
@@ -112,7 +112,6 @@
 BuildArch:      noarch
 
 %package testsuite
-
 Group:          Productivity/Networking/Web/Utilities
 Requires:       webyast-base-ws = %{version}
 Summary:        Testsuite for webyast-base-ws package


++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/config/environment.rb 
new/www/config/environment.rb
--- old/www/config/environment.rb       2011-05-31 09:37:21.000000000 +0200
+++ new/www/config/environment.rb       2011-10-25 12:40:55.000000000 +0200
@@ -113,8 +113,8 @@
 
   # add extra plugin path - needed during RPM build
   # (webyast-base-ws is already installed in /srv/www/... but plugins are
-  # located in /usr/src/packages/... during build)
-  config.plugin_paths << '/usr/src/packages/BUILD' unless 
ENV['ADD_BUILD_PATH'].nil?
+  # located in /usr/src/packages/... (RPM_BUILD_DIR) during build)
+  config.plugin_paths << ENV['RPM_BUILD_DIR'] unless ENV['ADD_BUILD_PATH'].nil?
 
   config.after_initialize do
     YastCache.active = config.action_controller.perform_caching 

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

Reply via email to