commit rubygem-webyast-time for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2013-08-30 11:48:47

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


Package is "rubygem-webyast-time"

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2013-03-08 21:17:55.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2013-08-30 11:48:48.0 +0200
@@ -1,0 +2,18 @@
+Mon Aug 26 08:19:43 UTC 2013 - lsle...@suse.cz
+
+- restart WebYast when the plugin is uninstalled
+- 0.3.15
+
+---
+Thu May 23 08:02:07 UTC 2013 - lsle...@suse.cz
+
+- Display current time config status (bnc#806516)
+  (by vmora...@suse.com)
+- 0.3.14
+
+---
+Mon Apr 22 13:49:04 UTC 2013 - lsle...@suse.cz
+
+- support for the new polkit (Javascript rules file) (bnc#816478)
+
+---

Old:

  webyast-time-0.3.13.gem

New:

  40-default-webyast-time.rules
  webyast-time-0.3.15.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.QBaPPa/_old  2013-08-30 11:48:49.0 +0200
+++ /var/tmp/diff_new_pack.QBaPPa/_new  2013-08-30 11:48:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.13
+Version:0.3.15
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -43,6 +43,7 @@
 License:GPL-2.0
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
+Source1:40-default-webyast-time.rules
 
 # YaPI/TIME.pm, *.policy
 %if 0%{?suse_version} == 0 || %suse_version > 1110
@@ -92,6 +93,11 @@
 %install
 %gem_install %{S:0}
 
+%if %suse_version >= 1230
+mkdir -p $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+install -m 0644 %SOURCE1 $RPM_BUILD_ROOT/etc/polkit-1/rules.d/
+%endif
+
 %webyast_build_restdoc
 
 %webyast_build_plugin_assets
@@ -100,16 +106,19 @@
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %post
+%if %suse_version < 1230
 #
 # granting all permissions for root 
 #
 /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,-)
@@ -117,6 +126,9 @@
 %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
 %exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+%if %suse_version >= 1230
+/etc/polkit-1/rules.d/40-default-webyast-time.rules
+%endif
 
 # precompiled assets
 %dir %{webyast_dir}/public/assets

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

polkit.addRule(function(action, subject) {
  if ((action.id == "org.opensuse.yast.modules.yapi.time.read"
|| action.id == "org.opensuse.yast.modules.yapi.time.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-time for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2013-03-08 21:17:53

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2013-02-05 13:16:22.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2013-03-08 21:17:55.0 +0100
@@ -1,0 +2,31 @@
+Wed Feb 27 14:01:17 UTC 2013 - vmora...@suse.com
+
+- Fix wrong parameter key for ntp server config
+- 0.3.13
+
+---
+Wed Feb 27 12:30:05 UTC 2013 - vmora...@suse.com
+
+- Update restdocs for ntp server configuration
+- 0.3.12
+
+---
+Mon Feb 25 11:30:24 UTC 2013 - jreidin...@suse.com
+
+- fixes to restdoc to contain all necessary info (bnc#805282)
+- 0.3.11
+
+---
+Fri Feb 22 16:17:38 UTC 2013 - loci...@suse.com
+
+- Fixed restdoc build (bnc#805282)
+- 0.3.10
+
+---
+Fri Feb 22 11:28:56 UTC 2013 - jreidin...@suse.com
+
+- fix crash if timezone on system is unknown (BNC#787113)
+- fixes for time REST API (BNC#794923)
+- 0.3.9
+
+---

Old:

  webyast-time-0.3.8.gem

New:

  webyast-time-0.3.13.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.tX65hC/_old  2013-03-08 21:17:56.0 +0100
+++ /var/tmp/diff_new_pack.tX65hC/_new  2013-03-08 21:17:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-webyast-time
 #
-# 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-time
-Version:0.3.8
+Version:0.3.13
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -26,6 +26,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
+BuildRequires:  rubygem-restility
 BuildRequires:  rubygem-webyast-ntp
 BuildRequires:  rubygem-webyast-services
 BuildRequires:  webyast-base >= 0.3.31
@@ -91,6 +92,8 @@
 %install
 %gem_install %{S:0}
 
+%webyast_build_restdoc
+
 %webyast_build_plugin_assets
 
 %clean

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



commit rubygem-webyast-time for openSUSE:Factory

2013-02-05 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2013-02-05 13:16:20

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-11-08 21:53:50.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2013-02-05 13:16:22.0 +0100
@@ -1,0 +2,6 @@
+Wed Dec 12 15:48:54 UTC 2012 - lsle...@suse.cz
+
+- restart webyast after package update
+- 0.3.8
+
+---

Old:

  webyast-time-0.3.7.gem

New:

  webyast-time-0.3.8.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.iDXapV/_old  2013-02-05 13:16:24.0 +0100
+++ /var/tmp/diff_new_pack.iDXapV/_new  2013-02-05 13:16:24.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.7
+Version:0.3.8
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -28,9 +28,9 @@
 %rubygems_requires
 BuildRequires:  rubygem-webyast-ntp
 BuildRequires:  rubygem-webyast-services
-BuildRequires:  webyast-base >= 0.3
+BuildRequires:  webyast-base >= 0.3.31
 BuildRequires:  webyast-base-testsuite
-PreReq: webyast-base >= 0.3, rubygem-webyast-ntp, 
rubygem-webyast-services
+PreReq: webyast-base >= 0.3.31, rubygem-webyast-ntp, 
rubygem-webyast-services
 
 Obsoletes:  webyast-time-ui < %{version}
 Obsoletes:  webyast-time-ws < %{version}
@@ -82,6 +82,7 @@
 %prep
 
 %build
+%create_restart_script
 
 %check
 # run the testsuite
@@ -102,7 +103,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
@@ -118,6 +119,8 @@
 %dir %{webyast_dir}/public/assets
 %{webyast_dir}/public/assets/*
 
+%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-time for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

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

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-09-25 11:05:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-11-08 21:53:50.0 +0100
@@ -1,0 +2,21 @@
+Thu Nov  1 09:25:09 UTC 2012 - lsle...@suse.cz
+
+- 0.3.7
+
+---
+Thu Oct 25 07:33:02 UTC 2012 - lsle...@suse.cz
+
+- properly display the current config (manual vs NTP) (bnc#782509)
+
+---
+Wed Oct 24 08:44:52 UTC 2012 - lsle...@suse.cz
+
+- allow using local time (no NTP) without changing it (bnc#599978)
+
+---
+Thu Oct  4 07:45:44 UTC 2012 - lsle...@suse.cz
+
+- removed DelayedJob dependency
+- 0.3.6
+
+---

Old:

  webyast-time-0.3.5.gem

New:

  webyast-time-0.3.7.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.LaZ1fE/_old  2012-11-08 21:53:50.0 +0100
+++ /var/tmp/diff_new_pack.LaZ1fE/_new  2012-11-08 21:53:50.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.5
+Version:0.3.7
 Release:0
 %define mod_name webyast-time
 %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-time for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-09-25 11:05:42

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


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

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-07-22 15:24:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-09-25 11:05:44.0 +0200
@@ -1,0 +2,12 @@
+Thu Aug 30 16:47:21 UTC 2012 - lsle...@suse.cz
+
+- fixed crash at XML format request
+
+---
+Thu Aug 16 19:14:07 UTC 2012 - lsle...@suse.cz
+
+- removed unused ActionDispatch::Static middleware
+- rubygem-restility is not needed for build
+- 0.3.5
+
+---

Old:

  webyast-time-0.3.4.gem

New:

  webyast-time-0.3.5.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.P8oCMA/_old  2012-09-25 11:05:45.0 +0200
+++ /var/tmp/diff_new_pack.P8oCMA/_new  2012-09-25 11:05:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.4
+Version:0.3.5
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -26,17 +26,16 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
 %rubygems_requires
-BuildRequires:  rubygem-restility
 BuildRequires:  rubygem-webyast-ntp
 BuildRequires:  rubygem-webyast-services
 BuildRequires:  webyast-base >= 0.3
 BuildRequires:  webyast-base-testsuite
 PreReq: webyast-base >= 0.3, rubygem-webyast-ntp, 
rubygem-webyast-services
 
-Obsoletes:  webyast-time-ui
-Obsoletes:  webyast-time-ws
-Provides:   webyast-time-ui
-Provides:   webyast-time-ws
+Obsoletes:  webyast-time-ui < %{version}
+Obsoletes:  webyast-time-ws < %{version}
+Provides:   webyast-time-ui = %{version}
+Provides:   webyast-time-ws = %{version}
 
 Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - time management
@@ -90,8 +89,6 @@
 
 %install
 %gem_install %{S:0}
-# remove empty public
-rm -rf 
$RPM_BUILD_ROOT/%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/public
 
 %webyast_build_plugin_assets
 

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



commit rubygem-webyast-time for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-07-22 15:24:17

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


Package is "rubygem-webyast-time", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-06-26 17:36:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-07-22 15:24:27.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 20 14:44:35 UTC 2012 - lsle...@suse.cz
+
+- PreRequire yast2-country so the *.policy files are available
+  when granting permissions in %post (bnc#762518)
+- 0.3.4
+
+---

Old:

  webyast-time-0.3.3.gem

New:

  webyast-time-0.3.4.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.LNIEPs/_old  2012-07-22 15:24:28.0 +0200
+++ /var/tmp/diff_new_pack.LNIEPs/_new  2012-07-22 15:24:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   rubygem-webyast-time
-Version:0.3.3
+Version:0.3.4
 Release:0
 %define mod_name webyast-time
 %define mod_full_name %{mod_name}-%{version}
@@ -44,13 +44,13 @@
 Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 
-# YaPI/TIME.pm
+# YaPI/TIME.pm, *.policy
 %if 0%{?suse_version} == 0 || %suse_version > 1110
 # 11.2 or newer
-Requires:   yast2-country >= 2.18.10
+PreReq: yast2-country >= 2.18.10
 %else
 # 11.1 or SLES11
-Requires:   yast2-country >= 2.17.34.2
+PreReq: yast2-country >= 2.17.34.2
 %endif
 
 %package doc

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



commit rubygem-webyast-time for openSUSE:Factory

2012-06-26 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-06-26 17:36:11

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


Package is "rubygem-webyast-time", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-05-21 07:32:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-06-26 17:36:13.0 +0200
@@ -1,0 +2,18 @@
+Fri Jun 22 11:47:14 UTC 2012 - lsle...@suse.cz
+
+- fixed testsuite
+- 0.3.3
+
+---
+Tue May 29 12:10:39 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
+
+---

Old:

  webyast-time-0.1.gem

New:

  webyast-time-0.3.3.gem



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.kDRhgc/_old  2012-06-26 17:36:15.0 +0200
+++ /var/tmp/diff_new_pack.kDRhgc/_new  2012-06-26 17:36:15.0 +0200
@@ -1,34 +1,47 @@
 #
-# spec file for package webyast-time (Version 0.1)
+# spec file for package rubygem-webyast-time
 #
-# 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-time
-Version:0.1
+Version:0.3.3
 Release:0
 %define mod_name webyast-time
 %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: webyast-base >= 0.3, rubygem-webyast-services
+BuildRequires:  rubygem-restility
+BuildRequires:  rubygem-webyast-ntp
+BuildRequires:  rubygem-webyast-services
+BuildRequires:  webyast-base >= 0.3
 BuildRequires: webyast-base-testsuite
-BuildRequires: rubygem-restility, rubygem-webyast-ntp
 PreReq:webyast-base >= 0.3, rubygem-webyast-ntp, 
rubygem-webyast-services
 
-URL:http://en.opensuse.org/Portal:WebYaST
+Obsoletes:  webyast-time-ui
+Obsoletes:  webyast-time-ws
+Provides:   webyast-time-ui
+Provides:   webyast-time-ws
+
+Url:http://en.opensuse.org/Portal:WebYaST
 Summary:WebYaST - time management
+License:GPL-2.0
+Group:  Productivity/Networking/Web/Utilities
 Source: %{mod_full_name}.gem
 
 # YaPI/TIME.pm
@@ -44,6 +57,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.
@@ -53,7 +67,6 @@
 Group:  Development/Languages/Ruby
 Requires:   %{name} = %{version}
 
-
 %description
 WebYaST - Plugin providing REST based interface to handle time zone, system 
time and date.
 

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



commit rubygem-webyast-time for openSUSE:Factory

2012-05-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-webyast-time for 
openSUSE:Factory checked in at 2012-05-21 07:32:05

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


Package is "rubygem-webyast-time", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/rubygem-webyast-time/rubygem-webyast-time.changes
2012-04-23 09:18:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webyast-time.new/rubygem-webyast-time.changes
   2012-05-21 07:32:31.0 +0200
@@ -1,0 +2,6 @@
+Mon Oct 24 15:45:26 UTC 2011 - sch...@suse.com
+
+- Merging client and service
+- 0.3.0 
+
+---



Other differences:
--
++ rubygem-webyast-time.spec ++
--- /var/tmp/diff_new_pack.sS70Gp/_old  2012-05-21 07:32:32.0 +0200
+++ /var/tmp/diff_new_pack.sS70Gp/_new  2012-05-21 07:32:32.0 +0200
@@ -95,7 +95,7 @@
 %webyast_update_assets
 
 %postun
-%webyast_update_assets
+%webyast_remove_assets
 
 %files 
 %defattr(-,root,root,-)

++ webyast-time-0.1.gem ++
Files /var/tmp/diff_new_pack.sS70Gp/_old and /var/tmp/diff_new_pack.sS70Gp/_new 
differ

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