commit rubygem-webyast-mailsetting for openSUSE:Factory

2013-08-27 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2013-08-27 21:09:17

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2013-03-08 09:49:37.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2013-08-27 21:22:20.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 26 08:19:43 UTC 2013 - lsle...@suse.cz
+
+- restart WebYast when the plugin is uninstalled
+- 0.3.17
+
+---
+Mon Apr 22 13:49:04 UTC 2013 - lsle...@suse.cz
+
+- support for the new polkit (Javascript rules file) (bnc#816478)
+- 0.3.16
+
+---

Old:

  webyast-mailsetting-0.3.15.gem

New:

  40-default-webyast-mailsetting.rules
  webyast-mailsetting-0.3.17.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.Ti8ksO/_old  2013-08-27 21:22:20.0 +0200
+++ /var/tmp/diff_new_pack.Ti8ksO/_new  2013-08-27 21:22:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.15
+Version:0.3.17
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}
@@ -44,6 +44,7 @@
 Source1:MailSettings.pm
 Source2:org.opensuse.yast.modules.yapi.mailsettings.policy
 Source3:postfix-update-hostname
+Source4:40-default-webyast-mailsetting.rules
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 # install these packages into Hudson chroot environment
@@ -115,6 +116,10 @@
 #YaPI
 mkdir -p $RPM_BUILD_ROOT/usr/share/YaST2/modules/YaPI/
 cp %{SOURCE1} $RPM_BUILD_ROOT/usr/share/YaST2/modules/YaPI/
+%if %suse_version = 1230
+mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+%endif
 
 #hook script
 mkdir -p $RPM_BUILD_ROOT/etc/sysconfig/network/scripts/
@@ -128,14 +133,17 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
+%if %suse_version  1230
 # granting all permissions for the web user
 /usr/sbin/grantwebyastrights --user root --action grant  /dev/null ||:
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant  /dev/null 
||:
+%endif
 
 %restart_webyast
 
 %postun
 %webyast_remove_assets
+%webyast_plugin_postun
 
 %files
 %defattr(-,root,root,-)
@@ -153,7 +161,6 @@
 %dir /usr/share/YaST2/modules/
 %dir /usr/share/YaST2/modules/YaPI/
 #var dir to store mail test status
-%dir %attr (-,%{webyast_user},root) %{webyast_vardir}
 %dir %attr (-,%{webyast_user},root) %{webyast_vardir}/mailsetting
 
 /usr/share/YaST2/modules/YaPI/MailSettings.pm
@@ -161,6 +168,9 @@
 
 %dir /usr/share/%{webyast_polkit_dir}
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.mailsettings.policy
+%if %suse_version = 1230
+/etc/polkit-1/rules.d/40-default-webyast-mailsetting.rules
+%endif
 
 %restart_script_name
 

++ 40-default-webyast-mailsetting.rules ++
// default permissions for webyast and root users

polkit.addRule(function(action, subject) {
  if ((action.id == org.opensuse.yast.modules.yapi.mailsettings.read
|| action.id == org.opensuse.yast.modules.yapi.mailsettings.write
)  (subject.user == webyast || subject.user == root))
  {
return polkit.Result.YES;
  }
});

// vim: syntax=javascript

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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2013-03-08 09:49:36

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is lsle...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2013-02-05 13:10:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2013-03-08 09:49:37.0 +0100
@@ -1,0 +2,17 @@
+Mon Feb 25 11:48:28 UTC 2013 - vmora...@suse.com
+
+- fixed double render error and ajax response parsing 
+- 0.3.15
+
+---
+Sat Feb 23 13:53:50 UTC 2013 - vmora...@suse.com
+
+- fixed errors in controller and view 
+
+---
+Fri Feb 22 17:42:15 UTC 2013 - vmora...@suse.com
+
+- Mailsettings bnc#784360 
+- 0.3.14
+
+---

Old:

  webyast-mailsetting-0.3.13.gem

New:

  webyast-mailsetting-0.3.15.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.dz9g9O/_old  2013-03-08 09:49:38.0 +0100
+++ /var/tmp/diff_new_pack.dz9g9O/_new  2013-03-08 09:49:38.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.13
+Version:0.3.15
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2013-02-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2013-02-05 13:10:55

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is lsle...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-12-14 11:16:16.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2013-02-05 13:10:58.0 +0100
@@ -1,0 +2,26 @@
+Fri Jan 11 14:58:23 UTC 2013 - lsle...@suse.cz
+
+- updated testsuite
+- 0.3.13
+
+---
+Thu Jan 10 13:30:49 UTC 2013 - lsle...@suse.cz
+
+- fixed loading settings at update
+- validate email address to avoid shell escaping
+- 0.3.12
+
+---
+Fri Jan  4 12:24:15 UTC 2013 - vmora...@suse.cz
+
+- fixed configuration saving (bnc#791787)
+- fixed sending the test mail (bnc#784360)
+- 0.3.11
+
+---
+Wed Dec 12 15:32:05 UTC 2012 - lsle...@suse.cz
+
+- restart webyast after package update
+- 0.3.10
+
+---

Old:

  webyast-mailsetting-0.3.9.gem

New:

  webyast-mailsetting-0.3.13.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.AqYns1/_old  2013-02-05 13:10:59.0 +0100
+++ /var/tmp/diff_new_pack.AqYns1/_new  2013-02-05 13:10:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-webyast-mailsetting
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.9
+Version:0.3.13
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}
@@ -27,9 +27,9 @@
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
 BuildRequires:  rubygem-restility
-BuildRequires:  webyast-base = 0.3
+BuildRequires:  webyast-base = 0.3.31
 BuildRequires:  webyast-base-testsuite
-PreReq: webyast-base = 0.3
+PreReq: webyast-base = 0.3.31
 
 Obsoletes:  webyast-mail-ui  %{version}
 Obsoletes:  webyast-mail-ws  %{version}
@@ -97,6 +97,7 @@
 %prep
 
 %build
+%create_restart_script
 
 %check
 # run the testsuite
@@ -131,7 +132,7 @@
 /usr/sbin/grantwebyastrights --user root --action grant  /dev/null ||:
 /usr/sbin/grantwebyastrights --user %{webyast_user} --action grant  /dev/null 
||:
 
-%webyast_update_assets
+%restart_webyast
 
 %postun
 %webyast_remove_assets
@@ -161,6 +162,8 @@
 %dir /usr/share/%{webyast_polkit_dir}
 %attr(644,root,root) %config 
/usr/share/%{webyast_polkit_dir}/org.opensuse.yast.modules.yapi.mailsettings.policy
 
+%restart_script_name
+
 %files doc
 %defattr(-,root,root,-)
 %doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2012-12-14 11:16:01

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-11-08 21:53:29.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2012-12-14 11:16:16.0 +0100
@@ -1,0 +2,12 @@
+Tue Dec  4 09:16:02 UTC 2012 - lsle...@suse.cz
+
+- fixed displaying main page (bnc#792574)
+- 0.3.9
+
+---
+Fri Nov 23 08:20:44 UTC 2012 - lsle...@suse.cz
+
+- REST API fixes - fixed routing, better error handling
+- 0.3.8
+
+---

Old:

  webyast-mailsetting-0.3.7.gem

New:

  webyast-mailsetting-0.3.9.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.iIkXad/_old  2012-12-14 11:16:18.0 +0100
+++ /var/tmp/diff_new_pack.iIkXad/_new  2012-12-14 11:16:18.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.7
+Version:0.3.9
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2012-11-08 21:53:27

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-10-19 23:00:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2012-11-08 21:53:29.0 +0100
@@ -1,0 +2,11 @@
+Thu Nov  1 09:14:44 UTC 2012 - lsle...@suse.cz
+
+- 0.3.7
+
+---
+Wed Oct 17 11:42:33 UTC 2012 - lsle...@suse.cz
+
+- fixed mail password validation (the passwords never matched)
+  (bnc#784359)
+
+---

Old:

  webyast-mailsetting-0.3.6.gem

New:

  webyast-mailsetting-0.3.7.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.B4RGik/_old  2012-11-08 21:53:29.0 +0100
+++ /var/tmp/diff_new_pack.B4RGik/_new  2012-11-08 21:53:29.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.6
+Version:0.3.7
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2012-10-12 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2012-10-12 14:23:06

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is r...@suse.com

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-09-25 10:51:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2012-10-12 14:26:03.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.5
+
+---

Old:

  webyast-mailsetting-0.3.4.gem

New:

  webyast-mailsetting-0.3.5.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.VK1hHW/_old  2012-10-12 14:26:05.0 +0200
+++ /var/tmp/diff_new_pack.VK1hHW/_new  2012-10-12 14:26:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-mailsetting
-Version:0.3.4
+Version:0.3.5
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}


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



commit rubygem-webyast-mailsetting for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-mailsetting for 
openSUSE:Factory checked in at 2012-06-10 23:20:19

Comparing /work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new (New)


Package is rubygem-webyast-mailsetting, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-mailsetting/rubygem-webyast-mailsetting.changes
  2012-04-23 09:17:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-mailsetting.new/rubygem-webyast-mailsetting.changes
 2012-06-10 23:20:26.0 +0200
@@ -1,0 +2,18 @@
+Tue May 29 11:36:04 UTC 2012 - lsle...@suse.cz
+
+- updated database.yml for Rails 3.2
+- 0.3.2
+
+---
+Wed May 23 12:34:03 UTC 2012 - lsle...@suse.cz
+
+- Ruby 1.9 fixes
+- 0.3.1
+
+---
+Mon Oct 24 15:29:08 UTC 2011 - sch...@suse.com
+
+- Merging client and service
+- 0.3.0 
+
+---

Old:

  webyast-mailsetting-0.1.gem

New:

  webyast-mailsetting-0.3.2.gem



Other differences:
--
++ rubygem-webyast-mailsetting.spec ++
--- /var/tmp/diff_new_pack.iLGtsI/_old  2012-06-10 23:20:27.0 +0200
+++ /var/tmp/diff_new_pack.iLGtsI/_new  2012-06-10 23:20:27.0 +0200
@@ -1,35 +1,45 @@
 #
-# spec file for package webyast-mail
+# spec file for package rubygem-webyast-mailsetting
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An Open Source License is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
-# norootforbuild
 Name:   rubygem-webyast-mailsetting
-Version:0.1
+Version:0.3.2
 Release:0
 %define mod_name webyast-mailsetting
 %define mod_full_name %{mod_name}-%{version}
 #
-Group:  Productivity/Networking/Web/Utilities
-License:GPL-2.0
 #
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+BuildRequires:  rubygem-restility
 BuildRequires: webyast-base = 0.3
 BuildRequires: webyast-base-testsuite
-BuildRequires: rubygem-restility
 PreReq:webyast-base = 0.3
 
+Obsoletes:  webyast-mail-ui
+Obsoletes:  webyast-mail-ws
+Provides:   webyast-mail-ui
+Provides:   webyast-mail-ws
 
-URL:http://en.opensuse.org/Portal:WebYaST
+Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - system mail settings
+License:GPL-2.0
+Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 Source1:MailSettings.pm
 Source2:   org.opensuse.yast.modules.yapi.mailsettings.policy
@@ -39,9 +49,11 @@
 # install these packages into Hudson chroot environment
 # the exact versions are checked in checks.rake task
 %if 0
-BuildRequires:  yast2 yast2-mail
+BuildRequires:  yast2
+BuildRequires:  yast2-mail
 %endif
-Requires:  postfix mailx
+Requires:   mailx
+Requires:   postfix
 
 # Mail.ycp
 %if 0%{?suse_version} == 0 || 0%{?suse_version} = 1120
@@ -56,6 +68,7 @@
 Summary:RDoc documentation for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description doc
 Documentation generated at gem installation time.
 Usually in RDoc and RI formats.
@@ -64,6 +77,7 @@
 Summary:Test suite for %{mod_name}
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
+
 %description testsuite
 Test::Unit or RSpec files, useful for developers.
 
@@ -82,7 +96,6 @@
 
 %prep
 
-
 %build
 
 %check


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