Hello community,

here is the log from the commit of package webyast-base for openSUSE:Factory 
checked in at 2013-03-08 13:42:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webyast-base (Old)
 and      /work/SRC/openSUSE:Factory/.webyast-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webyast-base", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/webyast-base/webyast-base.changes        
2013-02-11 11:14:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.webyast-base.new/webyast-base.changes   
2013-03-08 13:42:22.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Feb 22 14:34:06 UTC 2013 - [email protected]
+
+- Sorting restdoc documents alphabetically (bnc#805246)
+- 0.3.44
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ webyast-base.spec ++++++
--- /var/tmp/diff_new_pack.zG7MjK/_old  2013-03-08 13:42:24.000000000 +0100
+++ /var/tmp/diff_new_pack.zG7MjK/_new  2013-03-08 13:42:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           webyast-base
-Version:        0.3.43
+Version:        0.3.44
 Release:        0
 Provides:       yast2-webservice = %{version}
 Obsoletes:      yast2-webservice < %{version}


++++++ www.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/app/views/restdoc/index.haml 
new/www/app/views/restdoc/index.haml
--- old/www/app/views/restdoc/index.haml        2012-08-29 09:27:53.000000000 
+0200
+++ new/www/app/views/restdoc/index.haml        2013-02-28 12:46:53.000000000 
+0100
@@ -11,7 +11,7 @@
   %h4 List of WebYaST Modules:
 
   %ul
-    - @restdocs.each do |r|
+    - @restdocs.sort.each do |r|
       - if r.match /\/public\/restdoc\/(.*)\/restdoc\.html$/
         %li
           -# The trailing slash is important to load the referenced XML files 
correctly
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/www/test/unit/permission_test.rb 
new/www/test/unit/permission_test.rb
--- old/www/test/unit/permission_test.rb        2012-05-24 09:20:14.000000000 
+0200
+++ new/www/test/unit/permission_test.rb        2013-02-28 15:39:28.000000000 
+0100
@@ -46,6 +46,13 @@
     Permission.stubs(:find).with(:all, {:user_id => 
@user}).returns(TEST_DATA_ACTIONS)
     
Permission.stubs(:find).with("org.opensuse.yast.modules.yapi.patches.read", 
{:user_id => @user}).returns(PATCHES_READ)
     Permission.stubs(:find).with(:all).returns(TEST_DATA_ACTIONS)
+    File.stubs(:mtime).with('/etc/polkit-1').returns(0)
+    File.stubs(:mtime).with('/var/lib/polkit-1/').returns(0)
+    File.stubs(:mtime).with('/usr/share/polkit-1/').returns(0)
+    File.stubs(:mtime).with('/etc/PolicyKit/PolicyKit.conf').returns(0)
+    File.stubs(:mtime).with('/usr/share/PolicyKit/policy/').returns(0)
+    File.stubs(:mtime).with('/var/lib/PolicyKit/').returns(0)
+    File.stubs(:mtime).with('/var/lib/PolicyKit-public/').returns(0)
   end
 
   def test_find_all

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

Reply via email to