commit yast2-snapper for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2019-07-31 14:21:04

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new.4126 (New)


Package is "yast2-snapper"

Wed Jul 31 14:21:04 2019 rev:61 rq:707669 version:4.2.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2019-03-10 09:29:35.264262140 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new.4126/yast2-snapper.changes
2019-07-31 14:21:05.774562152 +0200
@@ -1,0 +2,8 @@
+Fri May 31 12:39:43 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---

Old:

  yast2-snapper-4.1.2.tar.bz2

New:

  yast2-snapper-4.2.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.Ebs1e3/_old  2019-07-31 14:21:06.294561739 +0200
+++ /var/tmp/diff_new_pack.Ebs1e3/_new  2019-07-31 14:21:06.306561730 +0200
@@ -17,52 +17,51 @@
 
 
 Name:   yast2-snapper
-Version:4.1.2
+Version:4.2.0
 Release:0
+Summary:YaST - file system snapshots review
+License:GPL-2.0-only
+Group:  System/YaST
+Url:https://github.com/yast/yast-snapper/
 
-# change to noarch causes problems according to behlert
-# BuildArch:   noarch
-
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
+Requires:   snapper
+Requires:   yast2 >= 4.1.60
+Requires:   yast2-ruby-bindings >= 1.0.0
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
+
 BuildRequires:  doxygen
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 4.1.60
-BuildRequires:  yast2-devtools >= 3.1.10
+BuildRequires:  yast2-devtools >= 4.2.2
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Requires:   snapper
-Requires:   yast2 >= 4.1.60
-Requires:   yast2-ruby-bindings >= 1.0.0
-Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
-Supplements:packageand(snapper:yast2)
 
-Summary:YaST - file system snapshots review
-License:GPL-2.0-only
-Group:  System/YaST
-Url:http://github.com/yast/yast-snapper/
+Supplements:(snapper and yast2)
+
+# change to noarch causes problems according to behlert
+# BuildArch:  noarch
 
 %description
 YaST module for accessing and managing file-system snapshots
 
 %prep
-%setup -n %{name}-%{version}
+%setup -q
 
 %build
 %yast_build
 
 %install
 %yast_install
+%yast_metainfo
 
 %files
-%defattr(-,root,root)
-%dir %{yast_yncludedir}/snapper
-%{yast_yncludedir}/snapper/*
-%{yast_clientdir}/snapper.rb
-%{yast_moduledir}/Snapper.rb
-%{yast_moduledir}/SnapperDbus.rb
-%{yast_desktopdir}/snapper.desktop
+%{yast_yncludedir}
+%{yast_clientdir}
+%{yast_moduledir}
+%{yast_desktopdir}
+%{yast_metainfodir}
 %{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING

++ yast2-snapper-4.1.2.tar.bz2 -> yast2-snapper-4.2.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/Dockerfile 
new/yast2-snapper-4.2.0/Dockerfile
--- old/yast2-snapper-4.1.2/Dockerfile  2019-03-07 10:11:02.0 +0100
+++ new/yast2-snapper-4.2.0/Dockerfile  2019-06-04 17:51:51.0 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM registry.opensuse.org/yast/head/containers/yast-ruby:latest
 RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
   zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
   "rubygem($RUBY_VERSION:ruby-dbus)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/package/yast2-snapper.changes 
new/yast2-snapper-4.2.0/package/yast2-snapper.changes
--- old/yast2-snapper-4.1.2/package/yast2-snapper.changes   2019-03-07 
10:11:02.0 +0100
+++ new/yast2-snapper-4.2.0/package/yast2-snapper.changes   2019-06-04 
17:51:51.0 +0200
@@ -1,4 +1,12 @@
 ---
+Fri May 31 12:39:43 UTC 2019 - Stasiek Michalski 
+
+- Add metainfo (fate#319035)
+- Revamp spec
+- Replace GenericName with Comment
+- 4.2.0
+
+---
 Wed Mar 06 22:06:46 CET 2019 - aschn...@suse.com
 
 - added button to refresh list of snapshots (bsc#1128279, or just
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.2/package/yast2-snapper.spec 

commit yast2-snapper for openSUSE:Factory

2019-03-10 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2019-03-10 09:29:26

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new.28833 (New)


Package is "yast2-snapper"

Sun Mar 10 09:29:26 2019 rev:60 rq:682366 version:4.1.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2018-12-31 09:42:44.830395562 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new.28833/yast2-snapper.changes   
2019-03-10 09:29:35.264262140 +0100
@@ -1,0 +2,13 @@
+Wed Mar 06 22:06:46 CET 2019 - aschn...@suse.com
+
+- added button to refresh list of snapshots (bsc#1128279, or just
+  as good gh#yast/yast-yast2#713 )
+- 4.1.2
+
+---
+Tue Mar 05 17:58:48 CET 2019 - aschn...@suse.com
+
+- enable rubocop
+- 4.1.1
+
+---

Old:

  yast2-snapper-4.1.0.tar.bz2

New:

  yast2-snapper-4.1.2.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.J5JXXX/_old  2019-03-10 09:29:35.752262017 +0100
+++ /var/tmp/diff_new_pack.J5JXXX/_new  2019-03-10 09:29:35.752262017 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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:   yast2-snapper
-Version:4.1.0
+Version:4.1.2
 Release:0
 
 # change to noarch causes problems according to behlert
@@ -28,12 +28,12 @@
 
 BuildRequires:  doxygen
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2
+BuildRequires:  yast2 >= 4.1.60
 BuildRequires:  yast2-devtools >= 3.1.10
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
 BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires:   snapper
-Requires:   yast2 >= 2.21.22
+Requires:   yast2 >= 4.1.60
 Requires:   yast2-ruby-bindings >= 1.0.0
 Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Supplements:packageand(snapper:yast2)

++ yast2-snapper-4.1.0.tar.bz2 -> yast2-snapper-4.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.1.0/.rubocop.yml 
new/yast2-snapper-4.1.2/.rubocop.yml
--- old/yast2-snapper-4.1.0/.rubocop.yml1970-01-01 01:00:00.0 
+0100
+++ new/yast2-snapper-4.1.2/.rubocop.yml2019-03-07 10:11:02.0 
+0100
@@ -0,0 +1,244 @@
+
+# use the shared Yast defaults
+
+inherit_from:
+  /usr/share/YaST2/data/devtools/data/rubocop_yast_style.yml
+
+# This configuration was generated by
+# `rubocop --auto-gen-config`
+# on 2019-03-05 16:42:32 +0100 using RuboCop version 0.41.2.
+# The point is for the user to remove these configuration records
+# one by one as the offenses are removed from the code base.
+# Note that changes in the inspected code, or installation of new
+# versions of RuboCop, may require this file to be generated again.
+
+# Offense count: 2
+Lint/ConditionPosition:
+  Exclude:
+- 'src/modules/SnapperDbus.rb'
+
+# Offense count: 4
+Lint/LiteralInCondition:
+  Exclude:
+- 'src/include/snapper/dialogs.rb'
+
+# Offense count: 7
+Lint/RescueException:
+  Exclude:
+- 'src/modules/Snapper.rb'
+
+# Offense count: 2
+Lint/UselessAccessModifier:
+  Exclude:
+- 'src/modules/Snapper.rb'
+
+# Offense count: 4
+Lint/UselessAssignment:
+  Exclude:
+- 'src/include/snapper/dialogs.rb'
+- 'test/snapper_tree_test.rb'
+
+# Offense count: 6
+Metrics/AbcSize:
+  Max: 403
+
+# Offense count: 2
+Metrics/BlockNesting:
+  Max: 4
+
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ClassLength:
+  Max: 364
+
+# Offense count: 4
+Metrics/CyclomaticComplexity:
+  Max: 54
+
+# Offense count: 9
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
+# URISchemes: http, https
+Metrics/LineLength:
+  Max: 264
+
+# Offense count: 8
+# Configuration parameters: CountComments.
+Metrics/MethodLength:
+  Max: 508
+
+# Offense count: 1
+# Configuration parameters: CountComments.
+Metrics/ModuleLength:
+  Max: 1023
+
+# Offense count: 5
+Metrics/PerceivedComplexity:
+  Max: 63
+
+# Offense count: 1
+Style/AccessorMethodName:
+  Exclude:
+- 'src/modules/Snapper.rb'
+
+# Offense count: 10
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+# SupportedStyles: braces, no_braces, context_dependent
+Style/BracesAroundHashParameters:
+ 

commit yast2-snapper for openSUSE:Factory

2018-12-31 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2018-12-31 09:42:43

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new.28833 (New)


Package is "yast2-snapper"

Mon Dec 31 09:42:43 2018 rev:59 rq:655973 version:4.1.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2018-11-01 19:01:56.610003477 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new.28833/yast2-snapper.changes   
2018-12-31 09:42:44.830395562 +0100
@@ -1,0 +2,12 @@
+Fri Dec  7 08:01:11 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- 4.1.0
+
+---
+Mon Nov 26 04:47:48 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.6
+
+---

Old:

  yast2-snapper-4.0.5.tar.bz2

New:

  yast2-snapper-4.1.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.jav22j/_old  2018-12-31 09:42:45.434395067 +0100
+++ /var/tmp/diff_new_pack.jav22j/_new  2018-12-31 09:42:45.438395065 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.5
+Version:4.1.0
 Release:0
 
 # change to noarch causes problems according to behlert
@@ -63,6 +63,7 @@
 %{yast_moduledir}/Snapper.rb
 %{yast_moduledir}/SnapperDbus.rb
 %{yast_desktopdir}/snapper.desktop
+%{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
 

++ yast2-snapper-4.0.5.tar.bz2 -> yast2-snapper-4.1.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.5/package/yast2-snapper.changes 
new/yast2-snapper-4.1.0/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.5/package/yast2-snapper.changes   2018-10-17 
14:32:47.0 +0200
+++ new/yast2-snapper-4.1.0/package/yast2-snapper.changes   2018-12-07 
09:52:10.0 +0100
@@ -1,4 +1,16 @@
 ---
+Fri Dec  7 08:01:11 UTC 2018 - jreidin...@suse.com
+
+- always use absolute path to binaries (bsc#1118291)
+- 4.1.0
+
+---
+Mon Nov 26 04:47:48 UTC 2018 - Noah Davis 
+
+- Provide icon with module (boo#1109310)
+- 4.0.6
+
+---
 Wed Oct 17 12:18:31 UTC 2018 - Stefan Hundhammer 
 
 - Better module description for YaST control center (bsc#1085071)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.5/package/yast2-snapper.spec 
new/yast2-snapper-4.1.0/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.5/package/yast2-snapper.spec  2018-10-17 
14:32:47.0 +0200
+++ new/yast2-snapper-4.1.0/package/yast2-snapper.spec  2018-12-07 
09:52:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.5
+Version:4.1.0
 Release:0
 Group: System/YaST
 
@@ -64,5 +64,6 @@
 %{yast_moduledir}/Snapper.rb
 %{yast_moduledir}/SnapperDbus.rb
 %{yast_desktopdir}/snapper.desktop
+%{yast_icondir}
 %doc %{yast_docdir}
 %license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.5/src/Makefile.am 
new/yast2-snapper-4.1.0/src/Makefile.am
--- old/yast2-snapper-4.0.5/src/Makefile.am 2018-10-17 14:32:47.0 
+0200
+++ new/yast2-snapper-4.1.0/src/Makefile.am 2018-12-07 09:52:10.0 
+0100
@@ -16,6 +16,10 @@
 desktop_DATA = \
   desktop/snapper.desktop
 
-EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) 
$(desktop_DATA)
+scalabledir = @icondir@/hicolor/scalable/apps
+scalable_DATA = \
+  icons/hicolor/scalable/apps/yast-snapper.svg
+
+EXTRA_DIST = $(module_DATA) $(client_DATA) $(ynclude_DATA) $(scrconf_DATA) 
$(desktop_DATA) $(scalable_DATA)
 
 include $(top_srcdir)/Makefile.am.common
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-4.0.5/src/icons/hicolor/scalable/apps/yast-snapper.svg 
new/yast2-snapper-4.1.0/src/icons/hicolor/scalable/apps/yast-snapper.svg
--- old/yast2-snapper-4.0.5/src/icons/hicolor/scalable/apps/yast-snapper.svg
1970-01-01 01:00:00.0 +0100
+++ new/yast2-snapper-4.1.0/src/icons/hicolor/scalable/apps/yast-snapper.svg
2018-12-07 09:52:10.0 +0100
@@ -0,0 +1 @@
+http://www.w3.org/2000/svg;>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit yast2-snapper for openSUSE:Factory

2018-11-02 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2018-11-01 19:01:52

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Thu Nov  1 19:01:52 2018 rev:58 rq:642639 version:4.0.5

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2018-07-27 10:50:51.833028729 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2018-11-01 19:01:56.610003477 +0100
@@ -1,0 +2,16 @@
+Wed Oct 17 12:18:31 UTC 2018 - Stefan Hundhammer 
+
+- Better module description for YaST control center (bsc#1085071)
+- 4.0.5
+
+---
+Tue Oct 16 15:06:59 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Fri Aug 17 15:44:54 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---

Old:

  yast2-snapper-4.0.4.tar.bz2

New:

  yast2-snapper-4.0.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.4IAuiM/_old  2018-11-01 19:01:57.598003556 +0100
+++ /var/tmp/diff_new_pack.4IAuiM/_new  2018-11-01 19:01:57.598003556 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.4
+Version:4.0.5
 Release:0
 
 # change to noarch causes problems according to behlert
@@ -39,7 +39,7 @@
 Supplements:packageand(snapper:yast2)
 
 Summary:YaST - file system snapshots review
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/YaST
 Url:http://github.com/yast/yast-snapper/
 
@@ -64,5 +64,6 @@
 %{yast_moduledir}/SnapperDbus.rb
 %{yast_desktopdir}/snapper.desktop
 %doc %{yast_docdir}
+%license COPYING
 
 %changelog

++ yast2-snapper-4.0.4.tar.bz2 -> yast2-snapper-4.0.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.4/package/yast2-snapper.changes 
new/yast2-snapper-4.0.5/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.4/package/yast2-snapper.changes   2018-07-26 
11:12:20.0 +0200
+++ new/yast2-snapper-4.0.5/package/yast2-snapper.changes   2018-10-17 
14:32:47.0 +0200
@@ -1,4 +1,20 @@
 ---
+Wed Oct 17 12:18:31 UTC 2018 - Stefan Hundhammer 
+
+- Better module description for YaST control center (bsc#1085071)
+- 4.0.5
+
+---
+Tue Oct 16 15:06:59 CEST 2018 - sch...@suse.de
+
+- Added license file to spec.
+
+---
+Fri Aug 17 15:44:54 CEST 2018 - sch...@suse.de
+
+- Switched license in spec file from SPDX2 to SPDX3 format.
+
+---
 Wed Jul 25 10:42:11 UTC 2018 - knut.anders...@suse.com
 
 - Use the correct snapshot number when restoring selected massively
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.4/package/yast2-snapper.spec 
new/yast2-snapper-4.0.5/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.4/package/yast2-snapper.spec  2018-07-26 
11:12:20.0 +0200
+++ new/yast2-snapper-4.0.5/package/yast2-snapper.spec  2018-10-17 
14:32:47.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.4
+Version:4.0.5
 Release:0
 Group: System/YaST
 
@@ -27,7 +27,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-License:GPL-2.0
+License:GPL-2.0-only
 
 BuildRequires:  doxygen
 BuildRequires:  update-desktop-files
@@ -65,3 +65,4 @@
 %{yast_moduledir}/SnapperDbus.rb
 %{yast_desktopdir}/snapper.desktop
 %doc %{yast_docdir}
+%license COPYING
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.4/src/desktop/snapper.desktop 
new/yast2-snapper-4.0.5/src/desktop/snapper.desktop
--- old/yast2-snapper-4.0.4/src/desktop/snapper.desktop 2018-07-26 
11:12:20.0 +0200
+++ new/yast2-snapper-4.0.5/src/desktop/snapper.desktop 2018-10-17 
14:32:47.0 +0200
@@ -18,6 +18,6 @@
 Icon=yast-snapper
 Exec=/usr/bin/xdg-su -c '/sbin/yast2 snapper'
 
-Name=Snapper
-GenericName=snapper
+Name=Filesystem Snapshots
+GenericName=Manage Btrfs / LVM filesystem snapshots
 StartupNotify=true




commit yast2-snapper for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2018-07-27 10:50:47

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Fri Jul 27 10:50:47 2018 rev:57 rq:625385 version:4.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2018-07-01 21:25:11.468862557 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2018-07-27 10:50:51.833028729 +0200
@@ -1,0 +2,13 @@
+Wed Jul 25 10:42:11 UTC 2018 - knut.anders...@suse.com
+
+- Use the correct snapshot number when restoring selected massively
+  (bsc#956955)
+- 4.0.4
+
+---
+Tue Jul 24 10:14:06 CEST 2018 - sch...@suse.de
+
+- Do not translate items of snapshot combo box. (bsc#1086633)
+- 4.0.3
+
+---

Old:

  yast2-snapper-4.0.2.tar.bz2

New:

  yast2-snapper-4.0.4.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.d3vCcS/_old  2018-07-27 10:50:52.473029955 +0200
+++ /var/tmp/diff_new_pack.d3vCcS/_new  2018-07-27 10:50:52.477029962 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.2
+Version:4.0.4
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-4.0.2.tar.bz2 -> yast2-snapper-4.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.2/.travis.yml 
new/yast2-snapper-4.0.4/.travis.yml
--- old/yast2-snapper-4.0.2/.travis.yml 2018-06-29 16:32:36.0 +0200
+++ new/yast2-snapper-4.0.4/.travis.yml 2018-07-26 11:12:20.0 +0200
@@ -5,6 +5,9 @@
 
 before_install:
   - docker build -t yast-snapper-image .
+  # list the installed packages (just for easier debugging)
+  - docker run --rm -it yast-snapper-image rpm -qa | sort
+
 script:
   # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
   # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.2/package/yast2-snapper.changes 
new/yast2-snapper-4.0.4/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.2/package/yast2-snapper.changes   2018-06-29 
16:32:36.0 +0200
+++ new/yast2-snapper-4.0.4/package/yast2-snapper.changes   2018-07-26 
11:12:20.0 +0200
@@ -1,4 +1,17 @@
 ---
+Wed Jul 25 10:42:11 UTC 2018 - knut.anders...@suse.com
+
+- Use the correct snapshot number when restoring selected massively
+  (bsc#956955)
+- 4.0.4
+
+---
+Tue Jul 24 10:14:06 CEST 2018 - sch...@suse.de
+
+- Do not translate items of snapshot combo box. (bsc#1086633)
+- 4.0.3
+
+---
 Tue Jun 26 16:58:18 CEST 2018 - sch...@suse.de
 
 - Added additional searchkeys to desktop file (fate#321043).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.2/package/yast2-snapper.spec 
new/yast2-snapper-4.0.4/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.2/package/yast2-snapper.spec  2018-06-29 
16:32:36.0 +0200
+++ new/yast2-snapper-4.0.4/package/yast2-snapper.spec  2018-07-26 
11:12:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.2
+Version:4.0.4
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.2/src/include/snapper/dialogs.rb 
new/yast2-snapper-4.0.4/src/include/snapper/dialogs.rb
--- old/yast2-snapper-4.0.2/src/include/snapper/dialogs.rb  2018-06-29 
16:32:36.0 +0200
+++ new/yast2-snapper-4.0.4/src/include/snapper/dialogs.rb  2018-07-26 
11:12:20.0 +0200
@@ -666,8 +666,13 @@
 combo_items,
 Item(
   Id(id),
+  # "%1: %2" must not to be translated (bnc#1086633)
+  # because "description" is already a translated string
+  # and it seems that for some translations this could be a
+  # problem regarding UTF-8 encoding. E.g. zh_CN.UTF-8 in our case
+  # here.
   Builtins.sformat(
-_("%1: %2"),
+"%1: %2",
 id,
 Ops.get_string(s, "description", "")
   )
@@ 

commit yast2-snapper for openSUSE:Factory

2018-07-01 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2018-07-01 21:25:10

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Sun Jul  1 21:25:10 2018 rev:56 rq:619792 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2017-10-10 11:35:35.594941636 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2018-07-01 21:25:11.468862557 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 16:58:18 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.2
+
+---

Old:

  yast2-snapper-4.0.1.tar.bz2

New:

  yast2-snapper-4.0.2.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.wh47Tz/_old  2018-07-01 21:25:11.968861906 +0200
+++ /var/tmp/diff_new_pack.wh47Tz/_new  2018-07-01 21:25:11.972861901 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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:   yast2-snapper
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-4.0.1.tar.bz2 -> yast2-snapper-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.1/package/yast2-snapper.changes 
new/yast2-snapper-4.0.2/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.1/package/yast2-snapper.changes   2017-10-05 
12:20:29.315228136 +0200
+++ new/yast2-snapper-4.0.2/package/yast2-snapper.changes   2018-06-29 
16:32:36.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun 26 16:58:18 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.2
+
+---
 Thu Oct 05 11:57:30 CEST 2017 - aschn...@suse.com
 
 - make dialog caption bigger (bsc#1061498)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.1/package/yast2-snapper.spec 
new/yast2-snapper-4.0.2/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.1/package/yast2-snapper.spec  2017-10-05 
12:20:29.315228136 +0200
+++ new/yast2-snapper-4.0.2/package/yast2-snapper.spec  2018-06-29 
16:32:36.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.1
+Version:4.0.2
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.1/src/desktop/snapper.desktop 
new/yast2-snapper-4.0.2/src/desktop/snapper.desktop
--- old/yast2-snapper-4.0.1/src/desktop/snapper.desktop 2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.2/src/desktop/snapper.desktop 2018-06-29 
16:32:36.0 +0200
@@ -13,6 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstResource=snapper
+X-SuSE-YaST-Keywords=disk,backup,restore
 
 Icon=yast-snapper
 Exec=/usr/bin/xdg-su -c '/sbin/yast2 snapper'




commit yast2-snapper for openSUSE:Factory

2017-10-10 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2017-10-10 11:35:31

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Tue Oct 10 11:35:31 2017 rev:55 rq:531589 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2017-09-13 21:36:28.858311122 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2017-10-10 11:35:35.594941636 +0200
@@ -1,0 +2,6 @@
+Thu Oct 05 11:57:30 CEST 2017 - aschn...@suse.com
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+---

Old:

  yast2-snapper-4.0.0.tar.bz2

New:

  yast2-snapper-4.0.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.g9TLnA/_old  2017-10-10 11:35:36.118918639 +0200
+++ /var/tmp/diff_new_pack.g9TLnA/_new  2017-10-10 11:35:36.122918464 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.0
+Version:4.0.1
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-4.0.0.tar.bz2 -> yast2-snapper-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.changes 
new/yast2-snapper-4.0.1/package/yast2-snapper.changes
--- old/yast2-snapper-4.0.0/package/yast2-snapper.changes   2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.changes   2017-10-05 
12:20:29.315228136 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Oct 05 11:57:30 CEST 2017 - aschn...@suse.com
+
+- make dialog caption bigger (bsc#1061498)
+- 4.0.1
+
+---
 Tue Sep 12 07:12:53 UTC 2017 - igonzalezs...@suse.com
 
 - Add missing dependency on ruby-dbus library (bsc#1058127)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/package/yast2-snapper.spec 
new/yast2-snapper-4.0.1/package/yast2-snapper.spec
--- old/yast2-snapper-4.0.0/package/yast2-snapper.spec  2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/package/yast2-snapper.spec  2017-10-05 
12:20:29.315228136 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:4.0.0
+Version:4.0.1
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb 
new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb
--- old/yast2-snapper-4.0.0/src/include/snapper/dialogs.rb  2017-09-12 
12:19:25.025670079 +0200
+++ new/yast2-snapper-4.0.1/src/include/snapper/dialogs.rb  2017-10-05 
12:20:29.315228136 +0200
@@ -158,13 +158,13 @@
   if type != :POST
 cont = VBox(
   # popup label, %{num} is number
-  Label(_("Modify Snapshot %{num}") % { :num => num }),
+  Heading(_("Modify Snapshot %{num}") % { :num => num }),
   snapshot_term.call("", snapshot)
 )
   else
 cont = VBox(
   # popup label, %{pre} and %{post} are numbers
-  Label(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
+  Heading(_("Modify Snapshot %{pre} and %{post}") % { :pre => pre_num, 
:post => num }),
   # label
   Left(Label(_("Pre (%{pre})") % { :pre => pre_num })),
   snapshot_term.call("pre_", pre_snapshot),
@@ -247,7 +247,7 @@
 VSpacing(0.5),
 HSpacing(65),
 # popup label
-Label(_("Create New Snapshot")),
+Heading(_("Create New Snapshot")),
 # text entry label
 InputField(Id("description"), Opt(:hstretch), _("Description"), 
""),
 RadioButtonGroup(




commit yast2-snapper for openSUSE:Factory

2017-09-13 Thread root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2017-09-13 21:36:27

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Wed Sep 13 21:36:27 2017 rev:54 rq:523640 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2017-01-10 10:34:06.822624081 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2017-09-13 21:36:28.858311122 +0200
@@ -1,0 +2,6 @@
+Tue Sep 12 07:12:53 UTC 2017 - igonzalezs...@suse.com
+
+- Add missing dependency on ruby-dbus library (bsc#1058127)
+- 4.0.0
+
+---

Old:

  yast2-snapper-3.2.0.tar.bz2

New:

  yast2-snapper-4.0.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.28eILT/_old  2017-09-13 21:36:29.334244160 +0200
+++ /var/tmp/diff_new_pack.28eILT/_new  2017-09-13 21:36:29.338243596 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.2.0
+Version:4.0.0
 Release:0
 
 # change to noarch causes problems according to behlert
@@ -30,12 +30,12 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  rubygem(rspec)
-BuildRequires:  rubygem(ruby-dbus)
-
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:rspec)
+BuildRequires:  rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Requires:   snapper
 Requires:   yast2 >= 2.21.22
 Requires:   yast2-ruby-bindings >= 1.0.0
+Requires:   rubygem(%{rb_default_ruby_abi}:ruby-dbus)
 Supplements:packageand(snapper:yast2)
 
 Summary:YaST - file system snapshots review

++ yast2-snapper-3.2.0.tar.bz2 -> yast2-snapper-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.2.0/.travis.yml 
new/yast2-snapper-4.0.0/.travis.yml
--- old/yast2-snapper-3.2.0/.travis.yml 2017-01-05 15:21:07.779000900 +0100
+++ new/yast2-snapper-4.0.0/.travis.yml 2017-09-12 12:19:25.025670079 +0200
@@ -1,15 +1,12 @@
-language: cpp
-compiler:
-- gcc
+sudo: required
+language: bash
+services:
+  - docker
+
 before_install:
-# disable rvm, use system Ruby
-- rvm reset
-- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
-- sh ./travis_setup.sh -p "rake yast2-devtools yast2" -g "yast-rake rspec 
gettext ruby-dbus"
+  - docker build -t yast-snapper-image .
 script:
-- rake check:syntax
-- rake check:pot
-- make -f Makefile.cvs
-- make
-- rake test:unit
-- sudo make install
+  # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
+  # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-snapper-image yast-travis-ruby
+  - docker run -it -e TRAVIS=1 -e TRAVIS_JOB_ID="$TRAVIS_JOB_ID" 
yast-snapper-image rake check:doc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.2.0/.yardopts 
new/yast2-snapper-4.0.0/.yardopts
--- old/yast2-snapper-3.2.0/.yardopts   1970-01-01 01:00:00.0 +0100
+++ new/yast2-snapper-4.0.0/.yardopts   2017-09-12 12:19:25.025670079 +0200
@@ -0,0 +1 @@
+--no-private --markup markdown --protected src/**/*.rb --output-dir 
./doc/autodocs - doc/*.md
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.2.0/Dockerfile 
new/yast2-snapper-4.0.0/Dockerfile
--- old/yast2-snapper-3.2.0/Dockerfile  1970-01-01 01:00:00.0 +0100
+++ new/yast2-snapper-4.0.0/Dockerfile  2017-09-12 12:19:25.025670079 +0200
@@ -0,0 +1,5 @@
+FROM yastdevel/ruby
+RUN RUBY_VERSION=`rpm --eval '%{rb_default_ruby_abi}'` && \
+  zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
+  "rubygem($RUBY_VERSION:ruby-dbus)"
+COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.2.0/README.md 
new/yast2-snapper-4.0.0/README.md
--- old/yast2-snapper-3.2.0/README.md   2017-01-05 15:21:07.847000900 +0100
+++ new/yast2-snapper-4.0.0/README.md   2017-09-12 12:19:25.025670079 +0200
@@ -2,4 +2,5 @@
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-snapper.svg?branch=master)](https://travis-ci.org/yast/yast-snapper)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-snapper-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-snapper-master/)
+[![Coverage 

commit yast2-snapper for openSUSE:Factory

2016-06-10 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2016-06-10 23:59:16

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2015-11-24 22:31:59.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2016-06-10 23:59:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun  7 08:25:45 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.11
+
+---

Old:

  yast2-snapper-3.1.10.tar.bz2

New:

  yast2-snapper-3.1.11.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.xh5VKr/_old  2016-06-10 23:59:19.0 +0200
+++ /var/tmp/diff_new_pack.xh5VKr/_new  2016-06-10 23:59:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX 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:   yast2-snapper
-Version:3.1.10
+Version:3.1.11
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-3.1.10.tar.bz2 -> yast2-snapper-3.1.11.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.10/doc/Makefile.am 
new/yast2-snapper-3.1.11/doc/Makefile.am
--- old/yast2-snapper-3.1.10/doc/Makefile.am2015-11-18 14:55:16.0 
+0100
+++ new/yast2-snapper-3.1.11/doc/Makefile.am1970-01-01 01:00:00.0 
+0100
@@ -1,10 +0,0 @@
-# Makefile.am for snapper/doc
-
-SUBDIRS = autodocs
-
-htmldir = $(docdir)
-
-doc_DATA =
-html_DATA =
-
-EXTRA_DIST = $(doc_DATA) $(html_DATA)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.10/doc/autodocs/Makefile.am 
new/yast2-snapper-3.1.11/doc/autodocs/Makefile.am
--- old/yast2-snapper-3.1.10/doc/autodocs/Makefile.am   2015-11-18 
14:55:16.0 +0100
+++ new/yast2-snapper-3.1.11/doc/autodocs/Makefile.am   1970-01-01 
01:00:00.0 +0100
@@ -1,3 +0,0 @@
-# Makefile.am for snapper/doc/autodocs
-
-include $(top_srcdir)/autodocs-ycp.ami
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.10/package/yast2-snapper.changes 
new/yast2-snapper-3.1.11/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.10/package/yast2-snapper.changes  2015-11-18 
14:55:16.0 +0100
+++ new/yast2-snapper-3.1.11/package/yast2-snapper.changes  2016-06-07 
10:52:59.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Jun  7 08:25:45 UTC 2016 - igonzalezs...@suse.com
+
+- Stop generating autodocs (fate#320356)
+- 3.1.11
+
+---
 Wed Nov 18 11:15:53 UTC 2015 - tecla...@gmail.com
 
 - disable delete and modify snapshots if not exist (bsc#951179)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.10/package/yast2-snapper.spec 
new/yast2-snapper-3.1.11/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.10/package/yast2-snapper.spec 2015-11-18 
14:55:16.0 +0100
+++ new/yast2-snapper-3.1.11/package/yast2-snapper.spec 2016-06-07 
10:52:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.10
+Version:3.1.11
 Release:0
 Group: System/YaST
 




commit yast2-snapper for openSUSE:Factory

2015-11-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-11-24 22:31:58

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is "yast2-snapper"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2015-06-16 15:29:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-11-24 22:31:59.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 18 11:15:53 UTC 2015 - tecla...@gmail.com
+
+- disable delete and modify snapshots if not exist (bsc#951179)
+- 3.1.10
+
+---

Old:

  yast2-snapper-3.1.9.tar.bz2

New:

  yast2-snapper-3.1.10.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.sLNwcF/_old  2015-11-24 22:31:59.0 +0100
+++ /var/tmp/diff_new_pack.sLNwcF/_new  2015-11-24 22:31:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.9
+Version:3.1.10
 Release:0
 
 # change to noarch causes problems according to behlert

++ yast2-snapper-3.1.9.tar.bz2 -> yast2-snapper-3.1.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.9/package/yast2-snapper.changes 
new/yast2-snapper-3.1.10/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.9/package/yast2-snapper.changes   2015-06-16 
10:35:10.0 +0200
+++ new/yast2-snapper-3.1.10/package/yast2-snapper.changes  2015-11-18 
14:55:16.0 +0100
@@ -1,4 +1,10 @@
 ---
+Wed Nov 18 11:15:53 UTC 2015 - tecla...@gmail.com
+
+- disable delete and modify snapshots if not exist (bsc#951179)
+- 3.1.10
+
+---
 Mon Jun 15 16:18:54 CEST 2015 - aschn...@suse.de
 
 - removed noarch tag again (bsc#934856)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.9/package/yast2-snapper.spec 
new/yast2-snapper-3.1.10/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.9/package/yast2-snapper.spec  2015-06-16 
10:35:10.0 +0200
+++ new/yast2-snapper-3.1.10/package/yast2-snapper.spec 2015-11-18 
14:55:16.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.9
+Version:3.1.10
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.9/src/include/snapper/dialogs.rb 
new/yast2-snapper-3.1.10/src/include/snapper/dialogs.rb
--- old/yast2-snapper-3.1.9/src/include/snapper/dialogs.rb  2015-06-15 
16:30:10.0 +0200
+++ new/yast2-snapper-3.1.10/src/include/snapper/dialogs.rb 2015-11-18 
14:55:16.0 +0100
@@ -94,6 +94,14 @@
   ret
 end
 
+
+# grouped enable condition based on snapshot presence for modification 
widgets
+def enable_snapshot_buttons(condition)
+  UI.ChangeWidget(Id(:show), :Enabled, condition) 
+  UI.ChangeWidget(Id(:modify), :Enabled, condition)
+  UI.ChangeWidget(Id(:delete), :Enabled, condition)
+end
+
 
 # Popup for modification of existing snapshot
 # @return true if new snapshot was created
@@ -309,12 +317,12 @@
   UI.ChangeWidget(
 Id("post"),
 :Enabled,
-Ops.greater_than(Builtins.size(pre_items), 0)
+   !pre_items.empty?
   )
   UI.ChangeWidget(
 Id(:pre_list),
 :Enabled,
-Ops.greater_than(Builtins.size(pre_items), 0)
+   !pre_items.empty?
   )
 
   ret = nil
@@ -465,11 +473,7 @@
 Popup.ClearFeedback
 
 UI.ChangeWidget(Id(:snapshots_table), :Items, get_snapshot_items.call)
-UI.ChangeWidget(
-  Id(:show),
-  :Enabled,
-  Ops.greater_than(Builtins.size(snapshot_items), 0)
-)
+   enable_snapshot_buttons(!snapshot_items.empty?)
 
 nil
   end
@@ -520,11 +524,11 @@
   Wizard.HideAbortButton
 
   UI.SetFocus(Id(:snapshots_table))
-  UI.ChangeWidget(Id(:show), :Enabled, false) if snapshot_items == []
+  enable_snapshot_buttons(!snapshot_items.empty?)
   UI.ChangeWidget(
 Id(:configs),
 :Enabled,
-Ops.greater_than(Builtins.size(configs), 1)
+   configs.size > 1
   )
 
   ret = nil




commit yast2-snapper for openSUSE:Factory

2015-06-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-06-16 15:29:11

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2015-06-12 21:15:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-06-16 15:29:12.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun 15 16:18:54 CEST 2015 - aschn...@suse.de
+
+- removed noarch tag again (bsc#934856)
+- 3.1.9
+
+---

Old:

  yast2-snapper-3.1.8.tar.bz2

New:

  yast2-snapper-3.1.9.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.1MxDIT/_old  2015-06-16 15:29:13.0 +0200
+++ /var/tmp/diff_new_pack.1MxDIT/_new  2015-06-16 15:29:13.0 +0200
@@ -17,10 +17,11 @@
 
 
 Name:   yast2-snapper
-Version:3.1.8
+Version:3.1.9
 Release:0
 
-BuildArch:  noarch
+# change to noarch causes problems according to behlert
+# BuildArch:   noarch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2

++ yast2-snapper-3.1.8.tar.bz2 - yast2-snapper-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.8/package/yast2-snapper.changes 
new/yast2-snapper-3.1.9/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.8/package/yast2-snapper.changes   2015-06-11 
11:55:22.0 +0200
+++ new/yast2-snapper-3.1.9/package/yast2-snapper.changes   2015-06-16 
10:35:10.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon Jun 15 16:18:54 CEST 2015 - aschn...@suse.de
+
+- removed noarch tag again (bsc#934856)
+- 3.1.9
+
+---
 Thu Jun 11 11:35:26 CEST 2015 - aschn...@suse.de
 
 - removed hardcoded require for libsnapper (see bsc#934249)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.8/package/yast2-snapper.spec 
new/yast2-snapper-3.1.9/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.8/package/yast2-snapper.spec  2015-06-11 
11:55:22.0 +0200
+++ new/yast2-snapper-3.1.9/package/yast2-snapper.spec  2015-06-16 
10:35:10.0 +0200
@@ -17,11 +17,12 @@
 
 
 Name:   yast2-snapper
-Version:3.1.8
+Version:3.1.9
 Release:0
 Group: System/YaST
 
-BuildArch: noarch
+# change to noarch causes problems according to behlert
+# BuildArch:   noarch
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2




commit yast2-snapper for openSUSE:Factory

2015-06-12 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-06-12 21:15:32

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2015-06-01 09:34:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-06-12 21:15:34.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 11 11:35:26 CEST 2015 - aschn...@suse.de
+
+- removed hardcoded require for libsnapper (see bsc#934249)
+- 3.1.8
+
+---

Old:

  yast2-snapper-3.1.7.tar.bz2

New:

  yast2-snapper-3.1.8.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.dK5DWR/_old  2015-06-12 21:15:34.0 +0200
+++ /var/tmp/diff_new_pack.dK5DWR/_new  2015-06-12 21:15:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.7
+Version:3.1.8
 Release:0
 
 BuildArch:  noarch
@@ -32,13 +32,11 @@
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(ruby-dbus)
 
+Requires:   snapper
 Requires:   yast2 = 2.21.22
 Requires:   yast2-ruby-bindings = 1.0.0
 Supplements:packageand(snapper:yast2)
 
-# require the version of libsnapper used during build (bnc#845618)
-%requires_eq libsnapper2
-
 Summary:YaST - file system snapshots review
 License:GPL-2.0
 Group:  System/YaST

++ yast2-snapper-3.1.7.tar.bz2 - yast2-snapper-3.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.7/package/yast2-snapper.changes 
new/yast2-snapper-3.1.8/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.7/package/yast2-snapper.changes   2015-05-28 
16:05:10.0 +0200
+++ new/yast2-snapper-3.1.8/package/yast2-snapper.changes   2015-06-11 
11:55:22.0 +0200
@@ -1,4 +1,10 @@
 ---
+Thu Jun 11 11:35:26 CEST 2015 - aschn...@suse.de
+
+- removed hardcoded require for libsnapper (see bsc#934249)
+- 3.1.8
+
+---
 Tue May 12 12:44:42 CEST 2015 - aschn...@suse.de
 
 - use DBus interface instead of libsnapper (fate#316647)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.7/package/yast2-snapper.spec 
new/yast2-snapper-3.1.8/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.7/package/yast2-snapper.spec  2015-05-28 
16:05:10.0 +0200
+++ new/yast2-snapper-3.1.8/package/yast2-snapper.spec  2015-06-11 
11:55:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.7
+Version:3.1.8
 Release:0
 Group: System/YaST
 
@@ -37,11 +37,9 @@
 
 Requires:  yast2 = 2.21.22
 Requires:   yast2-ruby-bindings = 1.0.0
+Requires:  snapper
 Supplements:   packageand(snapper:yast2)
 
-# require the version of libsnapper used during build (bnc#845618)
-%requires_eq libsnapper2
-
 Summary:   YaST - file system snapshots review
 Url:http://github.com/yast/yast-snapper/
 




commit yast2-snapper for openSUSE:Factory

2015-06-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-06-01 09:34:16

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2015-02-22 17:23:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-06-01 09:34:18.0 +0200
@@ -1,0 +2,10 @@
+Tue May 12 12:44:42 CEST 2015 - aschn...@suse.de
+
+- use DBus interface instead of libsnapper (fate#316647)
+- tagged RPM as noarch
+- use status icons from yast2-branding
+- delete pre and post snapshot when selecting delete for a pre post
+  pair
+- 3.1.7
+
+---

Old:

  yast2-snapper-3.1.6.tar.bz2

New:

  yast2-snapper-3.1.7.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.5zO928/_old  2015-06-01 09:34:18.0 +0200
+++ /var/tmp/diff_new_pack.5zO928/_new  2015-06-01 09:34:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,22 +17,20 @@
 
 
 Name:   yast2-snapper
-Version:3.1.6
+Version:3.1.7
 Release:0
 
+BuildArch:  noarch
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
 BuildRequires:  doxygen
-BuildRequires:  gcc-c++
-BuildRequires:  libbtrfs-devel
-BuildRequires:  libsnapper-devel = 0.2.6
-BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-core-devel = 2.23.1
 BuildRequires:  yast2-devtools = 3.1.10
-BuildRequires:  yast2-testsuite
+BuildRequires:  rubygem(rspec)
+BuildRequires:  rubygem(ruby-dbus)
 
 Requires:   yast2 = 2.21.22
 Requires:   yast2-ruby-bindings = 1.0.0
@@ -47,7 +45,7 @@
 Url:http://github.com/yast/yast-snapper/
 
 %description
-YaST module for accessing and managing btrfs system snapshots
+YaST module for accessing and managing file-system snapshots
 
 %prep
 %setup -n %{name}-%{version}
@@ -63,10 +61,9 @@
 %dir %{yast_yncludedir}/snapper
 %{yast_yncludedir}/snapper/*
 %{yast_clientdir}/snapper.rb
-%{yast_moduledir}/Snapper.*
+%{yast_moduledir}/Snapper.rb
+%{yast_moduledir}/SnapperDbus.rb
 %{yast_desktopdir}/snapper.desktop
-%{yast_scrconfdir}/*.scr
-%{yast_plugindir}/libpy2ag_snapper*
 %doc %{yast_docdir}
 
 %changelog

++ yast2-snapper-3.1.6.tar.bz2 - yast2-snapper-3.1.7.tar.bz2 ++
 3795 lines of diff (skipped)




commit yast2-snapper for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2015-02-22 17:23:38

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-12-16 14:47:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2015-02-22 17:23:39.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb 16 12:10:50 CET 2015 - aschn...@suse.de
+
+- adapted to changes in snapper
+- 3.1.6
+
+---

Old:

  yast2-snapper-3.1.5.tar.bz2

New:

  yast2-snapper-3.1.6.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.de7wHC/_old  2015-02-22 17:23:40.0 +0100
+++ /var/tmp/diff_new_pack.de7wHC/_new  2015-02-22 17:23:40.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   yast2-snapper
-Version:3.1.5
+Version:3.1.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,7 +26,7 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libbtrfs-devel
-BuildRequires:  libsnapper-devel = 0.0.17
+BuildRequires:  libsnapper-devel = 0.2.6
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2

++ yast2-snapper-3.1.5.tar.bz2 - yast2-snapper-3.1.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-3.1.5/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-3.1.6/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-3.1.5/agent-snapper/src/SnapperAgent.cc   2014-12-12 
16:30:14.0 +0100
+++ new/yast2-snapper-3.1.6/agent-snapper/src/SnapperAgent.cc   2015-02-18 
19:20:11.0 +0100
@@ -1,10 +1,9 @@
-/* SnapperAgent.cc
+/*
+ * SnapperAgent.cc
  *
  * An agent for accessing snapper library
  *
  * Authors: Jiri Suchomel jsuch...@suse.cz
- *
- * $Id: SnapperAgent.cc 63174 2011-01-13 10:50:42Z jsuchome $
  */
 
 #include SnapperAgent.h
@@ -72,7 +71,7 @@
 
 YCPMap map2ycpmap (const mapstring, string userdata)
 {
-YCPMap m;  
+YCPMap m;
 for (mapstring, string::const_iterator it = userdata.begin(); it != 
userdata.end(); ++it)
 {
 m-add (YCPString (it-first), YCPString (it-second));
@@ -82,7 +81,7 @@
 
 mapstring, string ycpmap2stringmap (const YCPMap ycp_map)
 {
-mapstring, string m; 
+mapstring, string m;
 
 for (YCPMap::const_iterator i = ycp_map-begin(); i != ycp_map-end(); 
i++) {
 string key = i-first-asString()-value();
@@ -113,15 +112,14 @@
 // call ioctl to create or delete specific btrfs subvolume
 YCPBoolean btrfs_ioctl_call(string path, int request)
 {
-
-if (path == ) {
+if (path.empty()) {
 y2error ('path' attribute missing!);
 return YCPBoolean (false);
 }
 
 // find a directory one level up
 // (FIXME check for path ending with /)
-int idx = path.rfind('/');
+string::size_type idx = path.rfind('/');
 string updir= path.substr(0, idx);
 string name = path.substr(idx + 1);
 
@@ -131,7 +129,7 @@
 y2error(opening directory '%s' failed, updir.c_str());
 return YCPBoolean (false);
 }
- 
+
 struct btrfs_ioctl_vol_args args;
 memset(args, 0, sizeof(args));
 strncpy(args.name, name.c_str(), sizeof(args.name) - 1);
@@ -189,8 +187,8 @@
 /**
  * Read
  */
-YCPValue SnapperAgent::Read(const YCPPath path, const YCPValue arg, const 
YCPValue opt) {
-
+YCPValue SnapperAgent::Read(const YCPPath path, const YCPValue arg, const 
YCPValue opt)
+{
 y2debug (path in Read: '%s'., path-toString().c_str());
 YCPValue ret = YCPVoid();
 
@@ -203,7 +201,7 @@
snapper_error = not_initialized;
return YCPVoid();
 }
-   
+
 if (path-length() == 1) {
 
 /**
@@ -216,7 +214,7 @@
   path  = arg-asString()-value();
 }
 
-if (path == ) {
+if (path.empty()) {
   y2error (path attribute missing!);
   return YCPBoolean (false);
 }
@@ -238,7 +236,7 @@
YCPList retlist;
 
try {
-   listConfigInfo configs = Snapper::getConfigs();
+   

commit yast2-snapper for openSUSE:Factory

2014-12-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2014-12-16 14:47:39

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-12-05 21:03:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2014-12-16 14:47:03.0 +0100
@@ -1,0 +2,6 @@
+Fri Dec 12 13:11:35 CET 2014 - aschn...@suse.de
+
+- handle invalid UTF-8 in file diff (bsc#907679)
+- 3.1.5
+
+---

Old:

  yast2-snapper-3.1.4.tar.bz2

New:

  yast2-snapper-3.1.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.MlqPbJ/_old  2014-12-16 14:47:05.0 +0100
+++ /var/tmp/diff_new_pack.MlqPbJ/_new  2014-12-16 14:47:05.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.4
+Version:3.1.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-3.1.4.tar.bz2 - yast2-snapper-3.1.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/package/yast2-snapper.changes 
new/yast2-snapper-3.1.5/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.4/package/yast2-snapper.changes   2014-12-04 
11:10:36.0 +0100
+++ new/yast2-snapper-3.1.5/package/yast2-snapper.changes   2014-12-12 
16:30:14.0 +0100
@@ -1,4 +1,10 @@
 ---
+Fri Dec 12 13:11:35 CET 2014 - aschn...@suse.de
+
+- handle invalid UTF-8 in file diff (bsc#907679)
+- 3.1.5
+
+---
 Thu Dec  4 09:51:37 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/package/yast2-snapper.spec 
new/yast2-snapper-3.1.5/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.4/package/yast2-snapper.spec  2014-12-04 
11:10:36.0 +0100
+++ new/yast2-snapper-3.1.5/package/yast2-snapper.spec  2014-12-12 
16:30:14.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.4
+Version:3.1.5
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.4/src/modules/Snapper.rb 
new/yast2-snapper-3.1.5/src/modules/Snapper.rb
--- old/yast2-snapper-3.1.4/src/modules/Snapper.rb  2014-12-04 
11:10:37.0 +0100
+++ new/yast2-snapper-3.1.5/src/modules/Snapper.rb  2014-12-12 
16:30:14.0 +0100
@@ -133,7 +133,7 @@
 # the file diff
 elsif Ops.get(out, stdout) != 
   status = [diff]
-  Ops.set(ret, diff, Ops.get_string(out, stdout, ))
+  ret[diff] = out[stdout].encode(Encoding::UTF_8, { :invalid = 
:replace })
 end
 
 # check mode and ownerships

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



commit yast2-snapper for openSUSE:Factory

2014-12-05 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2014-12-05 21:03:08

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-05-27 18:23:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2014-12-05 21:03:01.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec  4 09:51:37 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---

Old:

  yast2-snapper-3.1.3.tar.bz2

New:

  yast2-snapper-3.1.4.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.0u7Kp1/_old  2014-12-05 21:03:02.0 +0100
+++ /var/tmp/diff_new_pack.0u7Kp1/_new  2014-12-05 21:03:02.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.3
+Version:3.1.4
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-3.1.3.tar.bz2 - yast2-snapper-3.1.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/.travis.yml 
new/yast2-snapper-3.1.4/.travis.yml
--- old/yast2-snapper-3.1.3/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/yast2-snapper-3.1.4/.travis.yml 2014-12-04 11:10:36.0 +0100
@@ -0,0 +1,16 @@
+language: cpp
+compiler:
+- gcc
+before_install:
+# disable rvm, use system Ruby
+- rvm reset
+- wget 
https://raw.githubusercontent.com/yast/yast-devtools/master/travis-tools/travis_setup.sh
+- sh ./travis_setup.sh -p rake yast2-devtools yast2-testsuite yast2 
yast2-core-dev libsnapper-dev btrfs-tools doxygen libboost1.54-dev -g 
yast-rake gettext
+script:
+- rake check:syntax
+- rake check:pot
+- make -f Makefile.cvs
+- make
+- sudo make install
+- make check
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/MAINTAINER 
new/yast2-snapper-3.1.4/MAINTAINER
--- old/yast2-snapper-3.1.3/MAINTAINER  2014-05-26 17:06:43.0 +0200
+++ new/yast2-snapper-3.1.4/MAINTAINER  2014-12-04 11:10:36.0 +0100
@@ -1 +1 @@
-Arvin Schnell aschn...@suse.de
+Deprecated file. Use `osc maintainer yast2-snapper` instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/README.md 
new/yast2-snapper-3.1.4/README.md
--- old/yast2-snapper-3.1.3/README.md   1970-01-01 01:00:00.0 +0100
+++ new/yast2-snapper-3.1.4/README.md   2014-12-04 11:10:36.0 +0100
@@ -0,0 +1,5 @@
+# YaST - The Snapper Module #
+
+[![Travis 
Build](https://travis-ci.org/yast/yast-snapper.svg?branch=master)](https://travis-ci.org/yast/yast-snapper)
+[![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-snapper-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-snapper-master/)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/package/yast2-snapper.changes 
new/yast2-snapper-3.1.4/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.3/package/yast2-snapper.changes   2014-05-26 
17:06:44.0 +0200
+++ new/yast2-snapper-3.1.4/package/yast2-snapper.changes   2014-12-04 
11:10:36.0 +0100
@@ -1,4 +1,9 @@
 ---
+Thu Dec  4 09:51:37 UTC 2014 - jreidin...@suse.com
+
+- remove X-KDE-Library from desktop file (bnc#899104)
+
+---
 Mon May 26 16:54:22 CEST 2014 - aschn...@suse.de
 
 - avoid time format that needs translation (bnc#878613)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/package/yast2-snapper.spec 
new/yast2-snapper-3.1.4/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.3/package/yast2-snapper.spec  2014-05-26 
17:06:44.0 +0200
+++ new/yast2-snapper-3.1.4/package/yast2-snapper.spec  2014-12-04 
11:10:36.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.3
+Version:3.1.4
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.3/src/desktop/snapper.desktop 
new/yast2-snapper-3.1.4/src/desktop/snapper.desktop
--- old/yast2-snapper-3.1.3/src/desktop/snapper.desktop 2014-05-26 
17:06:44.0 +0200
+++ 

commit yast2-snapper for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2014-05-27 18:23:34

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2014-05-10 08:31:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2014-05-27 18:23:40.0 +0200
@@ -1,0 +2,6 @@
+Mon May 26 16:54:22 CEST 2014 - aschn...@suse.de
+
+- avoid time format that needs translation (bnc#878613)
+- 3.1.3
+
+---

Old:

  yast2-snapper-3.1.2.tar.bz2

New:

  yast2-snapper-3.1.3.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.h13kmx/_old  2014-05-27 18:23:43.0 +0200
+++ /var/tmp/diff_new_pack.h13kmx/_new  2014-05-27 18:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.2
+Version:3.1.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-3.1.2.tar.bz2 - yast2-snapper-3.1.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/package/yast2-snapper.changes 
new/yast2-snapper-3.1.3/package/yast2-snapper.changes
--- old/yast2-snapper-3.1.2/package/yast2-snapper.changes   2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/package/yast2-snapper.changes   2014-05-26 
17:06:44.0 +0200
@@ -1,4 +1,10 @@
 ---
+Mon May 26 16:54:22 CEST 2014 - aschn...@suse.de
+
+- avoid time format that needs translation (bnc#878613)
+- 3.1.3
+
+---
 Tue May 06 16:23:35 CEST 2014 - aschn...@suse.de
 
 - improved error message on systems with no snapper configs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/package/yast2-snapper.spec 
new/yast2-snapper-3.1.3/package/yast2-snapper.spec
--- old/yast2-snapper-3.1.2/package/yast2-snapper.spec  2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/package/yast2-snapper.spec  2014-05-26 
17:06:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:3.1.2
+Version:3.1.3
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.2/src/include/snapper/dialogs.rb 
new/yast2-snapper-3.1.3/src/include/snapper/dialogs.rb
--- old/yast2-snapper-3.1.2/src/include/snapper/dialogs.rb  2014-05-07 
10:51:44.0 +0200
+++ new/yast2-snapper-3.1.3/src/include/snapper/dialogs.rb  2014-05-26 
17:06:44.0 +0200
@@ -43,6 +43,12 @@
   Yast.include include_target, snapper/helps.rb
 end
 
+
+def timestring(t)
+  return Time.at(t).strftime(%F %T)
+end
+
+
 def ReallyAbort
   Popup.ReallyAbort(true)
 end
@@ -376,11 +382,7 @@
   num = Ops.get_integer(s, num, 0)
   date = 
   if num != 0
-date = Builtins.timestring(
-  %c,
-  Ops.get_integer(s, date, 0),
-  false
-)
+date = timestring(Ops.get_integer(s, [date], 0))
   end
   userdata = userdata2string(Ops.get_map(s, userdata, {}))
   if Ops.get_symbol(s, type, :none) == :SINGLE
@@ -408,11 +410,7 @@
   next
 end
 desc = Ops.get_string(Snapper.snapshots, [index, description], 
)
-pre_date = Builtins.timestring(
-  %c,
-  Ops.get_integer(Snapper.snapshots, [index, date], 0),
-  false
-)
+pre_date = timestring(Ops.get_integer(Snapper.snapshots, [index, 
date], 0))
 snapshot_items = Builtins.add(
   snapshot_items,
   Item(
@@ -612,16 +610,8 @@
 [pre_index, description],
 
   )
-  pre_date = Builtins.timestring(
-%c,
-Ops.get_integer(Snapper.snapshots, [pre_index, date], 0),
-false
-  )
-  date = Builtins.timestring(
-%c,
-Ops.get_integer(snapshot, date, 0),
-false
-  )
+  pre_date = timestring(Ops.get_integer(Snapper.snapshots, [pre_index, 
date], 0))
+  date = timestring(Ops.get_integer(snapshot, date, 0))
   type = Ops.get_symbol(snapshot, type, :NONE)
   combo_items = []
   Builtins.foreach(Snapper.snapshots) do |s|

-- 
To 

commit yast2-snapper for openSUSE:Factory

2013-11-15 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-11-15 14:28:04

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-10-20 10:56:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-11-15 14:28:05.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 06 09:54:33 CET 2013 - aschn...@suse.de
+
+- added supplements snapper and yast2 (fate#314695)
+
+---



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.uCWvzZ/_old  2013-11-15 14:28:06.0 +0100
+++ /var/tmp/diff_new_pack.uCWvzZ/_new  2013-11-15 14:28:06.0 +0100
@@ -26,9 +26,8 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libbtrfs-devel
-BuildRequires:  libsnapper-devel = 0.0.11
+BuildRequires:  libsnapper-devel = 0.0.17
 BuildRequires:  libtool
-BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
 BuildRequires:  yast2-core-devel = 2.23.1
@@ -37,6 +36,7 @@
 
 Requires:   yast2 = 2.21.22
 Requires:   yast2-ruby-bindings = 1.0.0
+Supplements:packageand(snapper:yast2)
 
 # require the version of libsnapper used during build (bnc#845618)
 %requires_eq libsnapper2

++ yast2-snapper-3.1.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.1.1/CONTRIBUTING.md 
new/yast2-snapper-3.1.1/CONTRIBUTING.md
--- old/yast2-snapper-3.1.1/CONTRIBUTING.md 1970-01-01 01:00:00.0 
+0100
+++ new/yast2-snapper-3.1.1/CONTRIBUTING.md 2013-11-06 09:56:09.0 
+0100
@@ -0,0 +1,87 @@
+YaST Contribution Guidelines
+
+
+YaST is an open source project and as such it welcomes all kinds of
+contributions. If you decide to contribute, please follow these guidelines to
+ensure the process is effective and pleasant both for you and YaST maintainers.
+
+There are two main forms of contribution: reporting bugs and performing code
+changes.
+
+Bug Reports
+---
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guidedproduct=openSUSE+Factorycomponent=YaST2)
+or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
+registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
+if you don't have an account yet.)
+
+If you find a problem, please report it either using
+[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
+that every bug will be fixed, but we'll try.
+
+When creating a bug report, please follow our [bug reporting
+guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+
+Code Changes
+
+
+We welcome all kinds of code contributions, from simple bug fixes to 
significant
+refactorings and implementation of new features. However, before making any
+non-trivial contribution, get in touch with us first — this can prevent wasted
+effort on both sides. Also, have a look at our [development
+documentation](http://en.opensuse.org/openSUSE:YaST_development).
+
+To send us your code change, use GitHub pull requests. The workflow is as
+follows:
+
+  1. Fork the project.
+
+  2. Create a topic branch based on `master`.
+
+  3. Implement your change, including tests (if possible). Make sure you adhere
+ to the [Ruby style
+ guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
+
+  4. Make sure your change didn't break anything by building the RPM package
+ (`rake osc:build`). The build process includes running the full testsuite.
+
+  5. Publish the branch and create a pull request.
+
+  6. YaST developers will review your change and possibly point out issues.
+ Adapt the code under their guidance until they are all resolved.
+
+  7. Finally, the pull request will get merged or rejected.
+
+See also [GitHub's guide on
+contributing](https://help.github.com/articles/fork-a-repo).
+
+If you want to do multiple unrelated changes, use separate branches and pull
+requests.
+
+Do not change the `VERSION` and `*.changes` files as this could lead to
+conflicts.
+
+### Commits
+
+Each commit in the pull request should do only one thing, which is clearly
+described by its commit message. Especially avoid mixing formatting changes and
+functional changes into one commit. When writing commit messages, adhere to
+[widely used
+conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
+

commit yast2-snapper for openSUSE:Factory

2013-10-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-10-20 10:56:20

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-09-13 14:45:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-10-20 10:56:21.0 +0200
@@ -1,0 +2,13 @@
+Tue Oct 15 16:04:11 CEST 2013 - jsuch...@suse.cz
+
+- require the version of libsnapper used during build (bnc#845618) 
+- 3.1.1
+
+---
+Thu Sep 19 17:10:43 UTC 2013 - lsle...@suse.cz
+
+- do not use *.spec.in template, use *.spec file with RPM macros
+  instead
+- 3.1.0
+
+---

Old:

  yast2-snapper-3.0.1.tar.bz2

New:

  yast2-snapper-3.1.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.ozJ2I1/_old  2013-10-20 10:56:22.0 +0200
+++ /var/tmp/diff_new_pack.ozJ2I1/_new  2013-10-20 10:56:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# 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,63 +17,55 @@
 
 
 Name:   yast2-snapper
-Version:3.0.1
+Version:3.1.1
 Release:0
-Group: System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-%{version}.tar.bz2
-
+Source0:%{name}-%{version}.tar.bz2
 
-Requires:  yast2 = 2.21.22
-License:GPL-2.0
-BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libbtrfs-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libbtrfs-devel
 BuildRequires: libsnapper-devel = 0.0.11
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
 BuildRequires: yast2-core-devel = 2.23.1
-BuildRequires: libtool doxygen gcc-c++ perl-XML-Writer
+BuildRequires:  yast2-devtools = 3.0.6
+BuildRequires:  yast2-testsuite
 
+Requires:   yast2 = 2.21.22
 Requires:   yast2-ruby-bindings = 1.0.0
 
+# require the version of libsnapper used during build (bnc#845618)
+%requires_eq libsnapper2
+
 Summary:   YaST - file system snapshots review
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-%{version}
+%setup -n %{name}-%{version}
 
 %build
-%{_prefix}/bin/y2tool y2autoconf
-%{_prefix}/bin/y2tool y2automake
-autoreconf --force --install
-
-export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
-
-./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
-# V=1: verbose build in case we used AM_SILENT_RULES(yes)
-# so that RPM_OPT_FLAGS check works
-make %{?jobs:-j%jobs} V=1
+%yast_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
-d=${f##*/}
-%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
-done
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%yast_install
 
 %files
 %defattr(-,root,root)
-%dir /usr/share/YaST2/include/snapper
-/usr/share/YaST2/include/snapper/*
-/usr/share/YaST2/clients/snapper.rb
-/usr/share/YaST2/modules/Snapper.*
-%{_prefix}/share/applications/YaST2/snapper.desktop
-/usr/share/YaST2/scrconf/*.scr
-%{_libdir}/YaST2/plugin/libpy2ag_snapper*
-%doc %{_prefix}/share/doc/packages/yast2-snapper
+%dir %{yast_yncludedir}/snapper
+%{yast_yncludedir}/snapper/*
+%{yast_clientdir}/snapper.rb
+%{yast_moduledir}/Snapper.*
+%{yast_desktopdir}/snapper.desktop
+%{yast_scrconfdir}/*.scr
+%{yast_plugindir}/libpy2ag_snapper*
+%doc %{yast_docdir}
+
+%changelog

++ yast2-snapper-3.0.1.tar.bz2 - yast2-snapper-3.1.1.tar.bz2 ++
 51050 lines of diff (skipped)

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



commit yast2-snapper for openSUSE:Factory

2013-09-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-09-13 14:45:53

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-08-01 11:10:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-09-13 14:45:54.0 +0200
@@ -1,0 +2,6 @@
+Mon Sep  9 09:58:39 CEST 2013 - jsuch...@suse.cz
+
+- added API for subvolume handling
+- 3.0.1 
+
+---

Old:

  yast2-snapper-3.0.0.tar.bz2

New:

  yast2-snapper-3.0.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.toraKe/_old  2013-09-13 14:45:54.0 +0200
+++ /var/tmp/diff_new_pack.toraKe/_new  2013-09-13 14:45:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,29 +17,24 @@
 
 
 Name:   yast2-snapper
-Version:3.0.0
+Version:3.0.1
 Release:0
+Group: System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
+
 Requires:   yast2 = 2.21.22
-BuildRequires:  doxygen
-BuildRequires:  gcc-c++
+License:GPL-2.0
+BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libbtrfs-devel
 BuildRequires:  libsnapper-devel = 0.0.11
-BuildRequires:  libtool
-BuildRequires:  perl-XML-Writer
-BuildRequires:  update-desktop-files
-BuildRequires:  yast2
 BuildRequires:  yast2-core-devel = 2.23.1
-BuildRequires:  yast2-devtools
-BuildRequires:  yast2-testsuite
+BuildRequires: libtool doxygen gcc-c++ perl-XML-Writer
 
 Requires:   yast2-ruby-bindings = 1.0.0
 
 Summary:YaST - file system snapshots review
-License:GPL-2.0
-Group:  System/YaST
 
 %description
 YaST module for accessing and managing btrfs system snapshots
@@ -68,6 +63,7 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -81,5 +77,3 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{_prefix}/share/doc/packages/yast2-snapper
-
-%changelog

++ yast2-snapper-3.0.0.tar.bz2 - yast2-snapper-3.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-3.0.0/Makefile.am.common 
new/yast2-snapper-3.0.1/Makefile.am.common
--- old/yast2-snapper-3.0.0/Makefile.am.common  2013-07-31 12:27:03.0 
+0200
+++ new/yast2-snapper-3.0.1/Makefile.am.common  2013-09-13 10:23:04.0 
+0200
@@ -15,6 +15,7 @@
 CLEANFILES = ${ybcfiles}
 DISTCLEANFILES = .dep
 
+if HAS_YCP_MODULES
 # Needs to be outside . because of cases
 # where ycpchook contains a symlink to .
 # Otherwise . keeps being newer than .dep and we loop.
@@ -26,14 +27,16 @@
${YCPMAKEDEP} --prefix=${prefix} ${YCPCFLAGS}  ${NEWDEP}
cat ${NEWDEP}  .dep
rm ${NEWDEP}
+-include .dep
+endif
 
 dist-hook: check-syntax
 
 CHECK_SYNTAX = true
-check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+check-syntax: $(client_DATA) $(module_DATA) $(ynclude_DATA) $(ydata_DATA) 
$(ycpchook) $(ybcfiles)
+   @if test $(filter %.ycp, $(client_DATA) $(ydata_DATA)); then \
  if $(CHECK_SYNTAX); then \
-   TO_CHECK=$(filter %.ycp,$^); \
+   TO_CHECK=$(filter %.ycp, $(client_DATA) $(ydata_DATA)); \
echo Checking syntax of $${TO_CHECK}; \
if ! $(YCPC) -qE -M. -I. $(YCPCFLAGS) $${TO_CHECK}; then \
  echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
@@ -43,5 +46,18 @@
echo Syntax check disabled; \
  fi; \
fi
+   @if test $(filter %.rb, $^); then \
+ if $(CHECK_SYNTAX); then \
+   TO_CHECK=$(filter %.rb, $^); \
+   echo Checking syntax of $${TO_CHECK}; \
+   for f in $${TO_CHECK}; do \
+ if ! ruby -c $$f  /dev/null; then \
+   echo Failed. Disable by 'make ... CHECK_SYNTAX=false' at your 
own risk; \
+   exit 1; \
+ fi; \
+   done; \
+ else \
+   echo Syntax check disabled; \
+ fi; \
+   fi
 
--include .dep
diff -urN 

commit yast2-snapper for openSUSE:Factory

2013-08-01 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-08-01 11:10:03

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-07-16 16:32:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-08-01 11:10:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Jul 31 08:39:37 UTC 2013 - yast-de...@opensuse.org
+
+- converted from YCP to Ruby by YCP Killer
+  (https://github.com/yast/ycp-killer)
+- version 3.0.0
+
+---

Old:

  yast2-snapper-2.24.1.tar.bz2

New:

  yast2-snapper-3.0.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.ByYVzc/_old  2013-08-01 11:10:06.0 +0200
+++ /var/tmp/diff_new_pack.ByYVzc/_new  2013-08-01 11:10:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.24.1
+Version:3.0.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -35,6 +35,8 @@
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 
+Requires:   yast2-ruby-bindings = 1.0.0
+
 Summary:YaST - file system snapshots review
 License:GPL-2.0
 Group:  System/YaST
@@ -73,7 +75,7 @@
 %defattr(-,root,root)
 %dir /usr/share/YaST2/include/snapper
 /usr/share/YaST2/include/snapper/*
-/usr/share/YaST2/clients/snapper.ycp
+/usr/share/YaST2/clients/snapper.rb
 /usr/share/YaST2/modules/Snapper.*
 %{_prefix}/share/applications/YaST2/snapper.desktop
 /usr/share/YaST2/scrconf/*.scr

++ yast2-snapper-2.24.1.tar.bz2 - yast2-snapper-3.0.0.tar.bz2 ++
 5549 lines of diff (skipped)

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



commit yast2-snapper for openSUSE:Factory

2013-07-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-07-16 16:32:44

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-05-16 11:44:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-07-16 16:32:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 12 11:05:16 CEST 2013 - aschn...@suse.de
+
+- adapted to libsnapper change
+- 2.24.1
+
+---

Old:

  yast2-snapper-2.24.0.tar.bz2

New:

  yast2-snapper-2.24.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.IWb7ev/_old  2013-07-16 16:32:46.0 +0200
+++ /var/tmp/diff_new_pack.IWb7ev/_new  2013-07-16 16:32:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.24.0
+Version:2.24.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-2.24.0.tar.bz2 - yast2-snapper-2.24.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.24.0/Makefile.am 
new/yast2-snapper-2.24.1/Makefile.am
--- old/yast2-snapper-2.24.0/Makefile.am2013-05-13 14:12:39.0 
+0200
+++ new/yast2-snapper-2.24.1/Makefile.am2013-07-12 11:11:02.0 
+0200
@@ -158,14 +158,19 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-# check if there is no modified files and all commits were pushed
-check-up-to-date:
-   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
- (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
+check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
+   if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
+   else \
+ cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
fi
 
 check-tagversion:
-   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
+   @if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
+   else \
+ cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
+   fi /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.24.0/Makefile.am.common 
new/yast2-snapper-2.24.1/Makefile.am.common
--- old/yast2-snapper-2.24.0/Makefile.am.common 2013-05-13 14:12:39.0 
+0200
+++ new/yast2-snapper-2.24.1/Makefile.am.common 2013-07-12 11:11:01.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(filter %.ycp,client_DATA); then \
+   @if test $(client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.24.0/Makefile.in 
new/yast2-snapper-2.24.1/Makefile.in
--- old/yast2-snapper-2.24.0/Makefile.in2013-05-13 14:12:52.0 
+0200
+++ new/yast2-snapper-2.24.1/Makefile.in2013-07-12 11:11:14.0 
+0200
@@ -1064,14 +1064,19 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-# check if there is no modified files and all commits were pushed
-check-up-to-date:
-   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
- (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
+check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
+   if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
+   else \
+ cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
fi
 
 check-tagversion:
-   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
+   @if [ -d $(srcdir)/CVS ]; then \
+ cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
+   else \
+ cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
+   fi /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit yast2-snapper for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-05-16 11:44:20

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2013-03-08 10:02:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-05-16 11:44:21.0 +0200
@@ -1,0 +2,8 @@
+Wed Apr 24 14:11:46 CEST 2013 - jsuch...@suse.cz
+
+- disable Show Changes when there's no snapshot (bnc#815177)
+  adapt the layout so it does not break with lower resolution
+  (bnc#814542)
+- 2.24.0
+
+---

Old:

  yast2-snapper-2.23.1.tar.bz2

New:

  yast2-snapper-2.24.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.Lcodf1/_old  2013-05-16 11:44:22.0 +0200
+++ /var/tmp/diff_new_pack.Lcodf1/_new  2013-05-16 11:44:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.23.1
+Version:2.24.0
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-2.23.1.tar.bz2 - yast2-snapper-2.24.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.23.1/Makefile.am 
new/yast2-snapper-2.24.0/Makefile.am
--- old/yast2-snapper-2.23.1/Makefile.am2013-03-07 12:11:41.0 
+0100
+++ new/yast2-snapper-2.24.0/Makefile.am2013-05-13 14:12:39.0 
+0200
@@ -158,19 +158,14 @@
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 'tagversion' first; false )
 
 check-parse-old:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.23.1/Makefile.am.common 
new/yast2-snapper-2.24.0/Makefile.am.common
--- old/yast2-snapper-2.23.1/Makefile.am.common 2013-03-07 12:11:41.0 
+0100
+++ new/yast2-snapper-2.24.0/Makefile.am.common 2013-05-13 14:12:39.0 
+0200
@@ -31,7 +31,7 @@
 
 CHECK_SYNTAX = true
 check-syntax: $(client_DATA) $(ycpchook) $(ybcfiles)
-   @if test $(client_DATA); then \
+   @if test $(filter %.ycp,client_DATA); then \
  if $(CHECK_SYNTAX); then \
TO_CHECK=$(filter %.ycp,$^); \
echo Checking syntax of $${TO_CHECK}; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.23.1/Makefile.in 
new/yast2-snapper-2.24.0/Makefile.in
--- old/yast2-snapper-2.23.1/Makefile.in2013-03-07 12:11:54.0 
+0100
+++ new/yast2-snapper-2.24.0/Makefile.in2013-05-13 14:12:52.0 
+0200
@@ -1064,19 +1064,14 @@
 
 package: check-up-to-date check-tagversion check-textdomain package-local
 
-check-up-to-date check-cvs-up-to-date check-svn-up-to-date:
-   if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  ! cvs -q -n up 2/dev/null | grep '^[MCAR] ';\
-   else \
- cd $(srcdir)  ! LC_ALL=C svn status --show-updates --quiet | grep 
-v '^Status against revision' ;\
+# check if there is no modified files and all commits were pushed
+check-up-to-date:
+   if [ `git status --short --branch | sed '/##[^[]*$/d;/^??/d' | wc -l` 
-gt 0 ]; then \
+ (echo ERROR: Source is not commited and pushed. See `git status`; 
false) \
fi
 
 check-tagversion:
-   @if [ -d $(srcdir)/CVS ]; then \
- cd $(srcdir)  cvs status -v VERSION | grep -w `$(TAGVERSION) -n` ;\
-   else \
- cd $(srcdir)  svn cat `$(TAGVERSION) --echourl`/VERSION; \
-   fi /dev/null; \
+   cd $(srcdir)  $(TAGVERSION) --check /dev/null; \
[ $$? = 0 ] || ( echo ERROR: Please run 

commit yast2-snapper for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2013-03-08 10:02:48

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2012-11-29 09:21:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2013-03-08 10:02:49.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar  7 11:43:27 CET 2013 - jsuch...@suse.cz
+
+- mark visible strings for translations (bnc#807719)
+- 2.23.1
+
+---

Old:

  yast2-snapper-2.23.0.tar.bz2

New:

  yast2-snapper-2.23.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.aRLPpf/_old  2013-03-08 10:02:50.0 +0100
+++ /var/tmp/diff_new_pack.aRLPpf/_new  2013-03-08 10:02:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# 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:   yast2-snapper
-Version:2.23.0
+Version:2.23.1
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-2.23.0.tar.bz2 - yast2-snapper-2.23.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.23.0/VERSION 
new/yast2-snapper-2.23.1/VERSION
--- old/yast2-snapper-2.23.0/VERSION2012-11-26 15:12:40.0 +0100
+++ new/yast2-snapper-2.23.1/VERSION2013-03-07 12:11:33.0 +0100
@@ -1 +1 @@
-2.23.0
+2.23.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.23.0/configure 
new/yast2-snapper-2.23.1/configure
--- old/yast2-snapper-2.23.0/configure  2012-11-26 15:13:50.0 +0100
+++ new/yast2-snapper-2.23.1/configure  2013-03-07 12:11:52.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for yast2-snapper 2.23.0.
+# Generated by GNU Autoconf 2.69 for yast2-snapper 2.23.1.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-snapper'
 PACKAGE_TARNAME='yast2-snapper'
-PACKAGE_VERSION='2.23.0'
-PACKAGE_STRING='yast2-snapper 2.23.0'
+PACKAGE_VERSION='2.23.1'
+PACKAGE_STRING='yast2-snapper 2.23.1'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1375,7 +1375,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-snapper 2.23.0 to adapt to many kinds of systems.
+\`configure' configures yast2-snapper 2.23.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1446,7 +1446,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-snapper 2.23.0:;;
+ short | recursive ) echo Configuration of yast2-snapper 2.23.1:;;
esac
   cat \_ACEOF
 
@@ -1564,7 +1564,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-snapper configure 2.23.0
+yast2-snapper configure 2.23.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2017,7 +2017,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-snapper $as_me 2.23.0, which was
+It was created by yast2-snapper $as_me 2.23.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2956,7 +2956,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-snapper'
- VERSION='2.23.0'
+ VERSION='2.23.1'
 
 
 cat confdefs.h _ACEOF
@@ -3079,7 +3079,7 @@
 
 
 
-VERSION=2.23.0
+VERSION=2.23.1
 RPMNAME=yast2-snapper
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -16722,7 +16722,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-snapper $as_me 2.23.0, which was
+This file was extended by yast2-snapper $as_me 2.23.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16788,7 +16788,7 

commit yast2-snapper for openSUSE:Factory

2012-09-11 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2012-09-12 07:15:53

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2012-06-13 22:47:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2012-09-12 07:15:59.0 +0200
@@ -1,0 +2,15 @@
+Tue Sep 11 14:24:18 CEST 2012 - jsuch...@suse.cz
+
+- enable deleting snapshots
+- enable editing lonely pre snapshots
+- read, show and edit cleanup algorithm
+- 2.22.7 
+
+---
+Wed Sep  5 12:33:23 CEST 2012 - jsuch...@suse.cz
+
+- added support for creating and modifying snapshots (fate#313041)
+- show and enable editing of userdata
+- 2.22.6
+
+---

Old:

  yast2-snapper-2.22.5.tar.bz2

New:

  yast2-snapper-2.22.7.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.Uvwaxu/_old  2012-09-12 07:16:01.0 +0200
+++ /var/tmp/diff_new_pack.Uvwaxu/_new  2012-09-12 07:16:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.22.5
+Version:2.22.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-snapper-2.22.5.tar.bz2 - yast2-snapper-2.22.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.5/COPYING 
new/yast2-snapper-2.22.7/COPYING
--- old/yast2-snapper-2.22.5/COPYING2012-06-13 14:01:48.0 +0200
+++ new/yast2-snapper-2.22.7/COPYING2012-09-11 14:26:39.0 +0200
@@ -1,12 +1,12 @@
-GNU GENERAL PUBLIC LICENSE
-   Version 2, June 1991
+   GNU GENERAL PUBLIC LICENSE
+  Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+ 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-Preamble
+   Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Lesser General Public License instead.)  You can apply it to
+the GNU Library General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-GNU GENERAL PUBLIC LICENSE
+
+   GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 original copyright holder who places the Program under this License
@@ -255,7 +255,7 @@
 of preserving the free status of all derivatives of our free 

commit yast2-snapper for openSUSE:Factory

2012-06-13 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2012-06-13 22:46:59

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2012-03-30 14:22:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2012-06-13 22:47:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 12 10:14:40 CEST 2012 - aschn...@suse.de
+
+- adapted to logging changes in libsnapper (fate #313242)
+- 2.22.5
+
+---

Old:

  yast2-snapper-2.22.4.tar.bz2

New:

  yast2-snapper-2.22.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.W20Vlp/_old  2012-06-13 22:47:02.0 +0200
+++ /var/tmp/diff_new_pack.W20Vlp/_new  2012-06-13 22:47:02.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-snapper
-Version:2.22.4
+Version:2.22.5
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -26,12 +26,12 @@
 Requires:   yast2 = 2.21.22
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libsnapper-devel
+BuildRequires:  libsnapper-devel = 0.0.11
 BuildRequires:  libtool
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2
-BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-core-devel = 2.23.1
 BuildRequires:  yast2-devtools
 BuildRequires:  yast2-testsuite
 

++ yast2-snapper-2.22.4.tar.bz2 - yast2-snapper-2.22.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.4/COPYING 
new/yast2-snapper-2.22.5/COPYING
--- old/yast2-snapper-2.22.4/COPYING2012-03-29 16:01:45.0 +0200
+++ new/yast2-snapper-2.22.5/COPYING2012-06-13 14:01:48.0 +0200
@@ -1,12 +1,12 @@
-   GNU GENERAL PUBLIC LICENSE
-  Version 2, June 1991
+GNU GENERAL PUBLIC LICENSE
+   Version 2, June 1991
 
- Copyright (C) 1989, 1991 Free Software Foundation, Inc.
- 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
-   Preamble
+Preamble
 
   The licenses for most software are designed to take away your
 freedom to share and change it.  By contrast, the GNU General Public
@@ -15,7 +15,7 @@
 General Public License applies to most of the Free Software
 Foundation's software and to any other program whose authors commit to
 using it.  (Some other Free Software Foundation software is covered by
-the GNU Library General Public License instead.)  You can apply it to
+the GNU Lesser General Public License instead.)  You can apply it to
 your programs, too.
 
   When we speak of free software, we are referring to freedom, not
@@ -55,8 +55,8 @@
 
   The precise terms and conditions for copying, distribution and
 modification follow.
-
-   GNU GENERAL PUBLIC LICENSE
+
+GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
   0. This License applies to any program or other work which contains
@@ -110,7 +110,7 @@
 License.  (Exception: if the Program itself is interactive but
 does not normally print such an announcement, your work based on
 the Program is not required to print an announcement.)
-
+
 These requirements apply to the modified work as a whole.  If
 identifiable sections of that work are not derived from the Program,
 and can be reasonably considered independent and separate works in
@@ -168,7 +168,7 @@
 access to copy the source code from the same place counts as
 distribution of the source code, even though third parties are not
 compelled to copy the source along with the object code.
-
+
   4. You may not copy, modify, sublicense, or distribute the Program
 except as expressly provided under this License.  Any attempt
 otherwise to copy, modify, sublicense or distribute the Program is
@@ -225,7 +225,7 @@
 
 This section is intended to make thoroughly clear what is believed to
 be a consequence of the rest of this License.
-
+
   8. If the distribution and/or use of the Program is restricted in
 certain countries either by patents or by copyrighted interfaces, the
 

commit yast2-snapper for openSUSE:Factory

2012-03-30 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2012-03-30 14:22:09

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2012-01-17 16:17:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2012-03-30 14:22:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 29 16:01:03 CEST 2012 - jsuch...@suse.cz
+
+- merge proofread texts 
+- 2.22.4 
+
+---

Old:

  yast2-snapper-2.22.3.tar.bz2

New:

  yast2-snapper-2.22.4.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.DlRsfs/_old  2012-03-30 14:22:14.0 +0200
+++ /var/tmp/diff_new_pack.DlRsfs/_new  2012-03-30 14:22:14.0 +0200
@@ -16,21 +16,28 @@
 #
 
 
-
 Name:   yast2-snapper
-Version:2.22.3
+Version:2.22.4
 Release:0
-Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
 Requires:   yast2 = 2.21.22
-License:GPL-2.0
-BuildRequires:  libsnapper-devel update-desktop-files yast2 yast2-devtools 
yast2-testsuite
-BuildRequires:  doxygen gcc-c++ libtool perl-XML-Writer yast2-core-devel
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  libsnapper-devel
+BuildRequires:  libtool
+BuildRequires:  perl-XML-Writer
+BuildRequires:  update-desktop-files
+BuildRequires:  yast2
+BuildRequires:  yast2-core-devel
+BuildRequires:  yast2-devtools
+BuildRequires:  yast2-testsuite
 
 Summary:YaST - file system snapshots review
+License:GPL-2.0
+Group:  System/YaST
 
 %description
 YaST module for accessing and managing btrfs system snapshots

++ yast2-snapper-2.22.3.tar.bz2 - yast2-snapper-2.22.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.3/VERSION 
new/yast2-snapper-2.22.4/VERSION
--- old/yast2-snapper-2.22.3/VERSION2012-01-16 15:07:37.0 +0100
+++ new/yast2-snapper-2.22.4/VERSION2012-03-29 16:01:12.0 +0200
@@ -1 +1 @@
-2.22.3
+2.22.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.3/src/Snapper.ycp 
new/yast2-snapper-2.22.4/src/Snapper.ycp
--- old/yast2-snapper-2.22.3/src/Snapper.ycp2012-01-16 15:07:11.0 
+0100
+++ new/yast2-snapper-2.22.4/src/Snapper.ycp2012-03-29 16:00:55.0 
+0200
@@ -23,7 +23,7 @@
  * Summary:Snapper settings, input and output functions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: Snapper.ycp 66886 2011-11-21 14:29:37Z jsuchome $
+ * $Id: Snapper.ycp 67207 2012-01-16 15:09:57Z jsuchome $
  *
  * Representation of the configuration of snapper.
  * Input and output routines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.3/src/dialogs.ycp 
new/yast2-snapper-2.22.4/src/dialogs.ycp
--- old/yast2-snapper-2.22.3/src/dialogs.ycp2012-01-16 15:06:52.0 
+0100
+++ new/yast2-snapper-2.22.4/src/dialogs.ycp2012-03-29 16:01:29.0 
+0200
@@ -24,7 +24,7 @@
  * Summary:Dialogs definitions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: dialogs.ycp 66908 2011-11-24 11:00:14Z jsuchome $
+ * $Id: dialogs.ycp 67811 2012-03-29 14:01:29Z jsuchome $
  */
 
 {
@@ -406,7 +406,7 @@
}
 
// button label
-string restore_label= _(Restore From First);
+string restore_label= _(Restore from First);
// button label
 string restore_label_single = _(Restore);
 
@@ -421,7 +421,7 @@
`VSquash (`HBox (
`HStretch (),
type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), 
restore_label),
-   `PushButton (`id (`restore), type == `SINGLE ? 
restore_label_single : _(Restore From Second))
+   `PushButton (`id (`restore), type == `SINGLE ? 
restore_label_single : _(Restore from Second))
))
), `HSpacing (0.5))
);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.3/src/helps.ycp 
new/yast2-snapper-2.22.4/src/helps.ycp
--- old/yast2-snapper-2.22.3/src/helps.ycp  2012-01-16 15:06:59.0 
+0100
+++ new/yast2-snapper-2.22.4/src/helps.ycp  2012-03-29 16:00:55.0 
+0200
@@ -24,7 +24,7 @@
  * Summary:Help 

commit yast2-snapper for openSUSE:Factory

2012-01-17 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2012-01-17 11:36:29

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2011-11-25 23:06:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2012-01-17 16:17:56.0 +0100
@@ -1,0 +2,8 @@
+Mon Jan 16 15:06:11 CET 2012 - jsuch...@suse.cz
+
+- when reverting changes to selected snapshot, delete files as well
+  (bnc#741214)
+- confirmed license
+- 2.22.3
+
+---

Old:

  yast2-snapper-2.22.2.tar.bz2

New:

  yast2-snapper-2.22.3.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.MNEpf9/_old  2012-01-17 16:17:57.0 +0100
+++ /var/tmp/diff_new_pack.MNEpf9/_new  2012-01-17 16:17:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-snapper
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,11 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   yast2-snapper
-Version:2.22.2
+Version:2.22.3
 Release:0
 Group:  System/YaST
 
@@ -27,8 +26,9 @@
 Source0:yast2-snapper-%{version}.tar.bz2
 
 Requires:   yast2 = 2.21.22
-License:GPL-2.0+
-BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+License:GPL-2.0
+BuildRequires:  libsnapper-devel update-desktop-files yast2 yast2-devtools 
yast2-testsuite
+BuildRequires:  doxygen gcc-c++ libtool perl-XML-Writer yast2-core-devel
 
 Summary:YaST - file system snapshots review
 
@@ -46,7 +46,6 @@
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
-%{?suse_update_config:%{suse_update_config -f}}
 ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works

++ yast2-snapper-2.22.2.tar.bz2 - yast2-snapper-2.22.3.tar.bz2 ++
 16662 lines of diff (skipped)

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



commit yast2-snapper for openSUSE:Factory

2011-11-25 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2011-11-25 23:13:25

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2011-11-22 17:50:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2011-11-25 23:06:26.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 11:49:50 CET 2011 - jsuch...@suse.cz
+
+- removed fixed sizes in UI, to prevent breaking Gtk (bnc#731363)
+- 2.22.2
+
+---

Old:

  yast2-snapper-2.22.1.tar.bz2

New:

  yast2-snapper-2.22.2.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.I25mkh/_old  2011-11-25 23:06:31.0 +0100
+++ /var/tmp/diff_new_pack.I25mkh/_new  2011-11-25 23:06:31.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-snapper
-Version:2.22.1
+Version:2.22.2
 Release:0
 Group:  System/YaST
 

++ yast2-snapper-2.22.1.tar.bz2 - yast2-snapper-2.22.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/VERSION 
new/yast2-snapper-2.22.2/VERSION
--- old/yast2-snapper-2.22.1/VERSION2011-11-21 15:16:33.0 +0100
+++ new/yast2-snapper-2.22.2/VERSION2011-11-24 11:50:47.0 +0100
@@ -1 +1 @@
-2.22.1
+2.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/src/Snapper.ycp 
new/yast2-snapper-2.22.2/src/Snapper.ycp
--- old/yast2-snapper-2.22.1/src/Snapper.ycp2011-11-21 13:24:06.0 
+0100
+++ new/yast2-snapper-2.22.2/src/Snapper.ycp2011-11-21 15:29:39.0 
+0100
@@ -23,7 +23,7 @@
  * Summary:Snapper settings, input and output functions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: Snapper.ycp 66812 2011-11-16 10:20:49Z jsuchome $
+ * $Id: Snapper.ycp 66886 2011-11-21 14:29:37Z jsuchome $
  *
  * Representation of the configuration of snapper.
  * Input and output routines.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/src/dialogs.ycp 
new/yast2-snapper-2.22.2/src/dialogs.ycp
--- old/yast2-snapper-2.22.1/src/dialogs.ycp2011-11-16 11:20:50.0 
+0100
+++ new/yast2-snapper-2.22.2/src/dialogs.ycp2011-11-24 12:00:15.0 
+0100
@@ -24,7 +24,7 @@
  * Summary:Dialogs definitions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: dialogs.ycp 66812 2011-11-16 10:20:49Z jsuchome $
+ * $Id: dialogs.ycp 66908 2011-11-24 11:00:14Z jsuchome $
  */
 
 {
@@ -520,7 +520,7 @@
 }
 
 term contents = `HBox (
-   `HWeight (1, `HBox (`VSpacing (20), `VBox (`HSpacing(70),
+   `HWeight (1, `VBox (
`HBox (
`HSpacing (),
`ReplacePoint (`id (`reptree), `VBox (
@@ -538,7 +538,7 @@
  `Empty (),
`HSpacing (1.5)
)
-   ))),
+   )),
`HWeight (2, `VBox (
`Left (`Label (`id (`desc), description)),
date_widget,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.out 
new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.out
--- old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.out1970-01-01 
01:00:00.0 +0100
+++ new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.out2011-11-21 
15:28:35.0 +0100
@@ -0,0 +1,12 @@
+Read   .snapper.configs []
+Return []
+Return root
+Read   .snapper.configs nil
+Return [root]
+Return root
+Read   .snapper.configs [opt, var, root]
+Return [opt, var, root]
+Return root
+Read   .snapper.configs [opt, var]
+Return [opt, var]
+Return opt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.ycp 
new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.ycp
--- old/yast2-snapper-2.22.1/testsuite/tests/ReadConfigs.ycp1970-01-01 
01:00:00.0 +0100
+++ new/yast2-snapper-2.22.2/testsuite/tests/ReadConfigs.ycp2011-11-21 
15:28:18.0 +0100
@@ -0,0 +1,31 @@
+{
+// testedfiles: Snapper.ycp
+
+import Testsuite;
+import Snapper;
+
+map READ   = $[
+   snapper   : $[
+   configs   : []
+   ]
+];
+
+Testsuite::Test (``(Snapper::ReadConfigs ()), [ READ, $[], $[] ], 0);
+Testsuite::Test 

commit yast2-snapper for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2011-11-22 17:50:27

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2011-11-16 17:23:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2011-11-22 17:50:29.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 14:56:44 CET 2011 - jsuch...@suse.cz
+
+- there might be other configs than 'root' (bnc#731687)
+- 2.22.1 
+
+---

Old:

  yast2-snapper-2.22.0.tar.bz2

New:

  yast2-snapper-2.22.1.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.U40xy5/_old  2011-11-22 17:50:30.0 +0100
+++ /var/tmp/diff_new_pack.U40xy5/_new  2011-11-22 17:50:30.0 +0100
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-snapper
-Version:2.22.0
+Version:2.22.1
 Release:0
 Group:  System/YaST
 

++ yast2-snapper-2.22.0.tar.bz2 - yast2-snapper-2.22.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.0/VERSION 
new/yast2-snapper-2.22.1/VERSION
--- old/yast2-snapper-2.22.0/VERSION2011-11-16 11:20:29.0 +0100
+++ new/yast2-snapper-2.22.1/VERSION2011-11-21 15:16:33.0 +0100
@@ -1 +1 @@
-2.22.0
+2.22.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.0/src/Snapper.ycp 
new/yast2-snapper-2.22.1/src/Snapper.ycp
--- old/yast2-snapper-2.22.0/src/Snapper.ycp2011-11-16 11:19:55.0 
+0100
+++ new/yast2-snapper-2.22.1/src/Snapper.ycp2011-11-21 13:24:06.0 
+0100
@@ -23,7 +23,7 @@
  * Summary:Snapper settings, input and output functions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: Snapper.ycp 66356 2011-10-10 10:54:07Z jsuchome $
+ * $Id: Snapper.ycp 66812 2011-11-16 10:20:49Z jsuchome $
  *
  * Representation of the configuration of snapper.
  * Input and output routines.
@@ -206,6 +206,10 @@
Report::Error (_(File /etc/sysconfig/snapper is not available.));
configs = [ root ];
 }
+if (!contains (configs, root)  size (configs)  0)
+{
+   current_config  = configs[0]:root;
+}
 return configs;
 }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.0/src/dialogs.ycp 
new/yast2-snapper-2.22.1/src/dialogs.ycp
--- old/yast2-snapper-2.22.0/src/dialogs.ycp2011-11-16 11:19:55.0 
+0100
+++ new/yast2-snapper-2.22.1/src/dialogs.ycp2011-11-16 11:20:50.0 
+0100
@@ -24,7 +24,7 @@
  * Summary:Dialogs definitions
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: dialogs.ycp 66438 2011-10-14 08:16:10Z jsuchome $
+ * $Id: dialogs.ycp 66812 2011-11-16 10:20:49Z jsuchome $
  */
 
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.22.0/src/helps.ycp 
new/yast2-snapper-2.22.1/src/helps.ycp
--- old/yast2-snapper-2.22.0/src/helps.ycp  2011-11-16 11:19:55.0 
+0100
+++ new/yast2-snapper-2.22.1/src/helps.ycp  2011-11-16 11:20:50.0 
+0100
@@ -24,7 +24,7 @@
  * Summary:Help texts of all the dialogs
  * Authors:Jiri Suchomel jsuch...@suse.cz
  *
- * $Id: helps.ycp 63520 2011-03-07 09:21:10Z jsuchome $
+ * $Id: helps.ycp 66812 2011-11-16 10:20:49Z jsuchome $
  */
 
 {

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



commit yast2-snapper for openSUSE:Factory

2011-11-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory 
checked in at 2011-11-16 17:22:57

Comparing /work/SRC/openSUSE:Factory/yast2-snapper (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-snapper.new (New)


Package is yast2-snapper, Maintainer is jsuch...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/yast2-snapper/yast2-snapper.changes  
2011-10-19 00:57:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-snapper.new/yast2-snapper.changes 
2011-11-16 17:23:51.0 +0100
@@ -1,0 +2,6 @@
+Wed Nov 16 11:20:22 CET 2011 - jsuch...@suse.cz
+
+- merged texts from proofreading
+- 2.22.0 
+
+---

Old:

  yast2-snapper-2.21.16.tar.bz2

New:

  yast2-snapper-2.22.0.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.qhkKKr/_old  2011-11-16 17:23:53.0 +0100
+++ /var/tmp/diff_new_pack.qhkKKr/_new  2011-11-16 17:23:53.0 +0100
@@ -19,17 +19,16 @@
 
 
 Name:   yast2-snapper
-Version:2.21.16
+Version:2.22.0
 Release:0
 Group: System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
-
 Requires:  yast2 = 2.21.22
 License: GPL-2.0+
-BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libsnapper-devel doxygen yast2-core-devel gcc-c++ perl-XML-Writer
+BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 Summary:   YaST - file system snapshots review
 
@@ -61,7 +60,6 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -75,3 +73,5 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{_prefix}/share/doc/packages/yast2-snapper
+
+%changelog

++ yast2-snapper-2.21.16.tar.bz2 - yast2-snapper-2.22.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/VERSION 
new/yast2-snapper-2.22.0/VERSION
--- old/yast2-snapper-2.21.16/VERSION   2011-10-14 10:15:55.0 +0200
+++ new/yast2-snapper-2.22.0/VERSION2011-11-16 11:20:29.0 +0100
@@ -1 +1 @@
-2.21.16
+2.22.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/Snapper.ycp 
new/yast2-snapper-2.22.0/src/Snapper.ycp
--- old/yast2-snapper-2.21.16/src/Snapper.ycp   2011-10-10 12:54:08.0 
+0200
+++ new/yast2-snapper-2.22.0/src/Snapper.ycp2011-11-16 11:19:55.0 
+0100
@@ -203,7 +203,7 @@
 if (configs == nil)
 {
// error popup
-   Report::Error (_(File /etc/sysconfig/snapper is not available));
+   Report::Error (_(File /etc/sysconfig/snapper is not available.));
configs = [ root ];
 }
 return configs;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/dialogs.ycp 
new/yast2-snapper-2.22.0/src/dialogs.ycp
--- old/yast2-snapper-2.21.16/src/dialogs.ycp   2011-10-14 10:16:11.0 
+0200
+++ new/yast2-snapper-2.22.0/src/dialogs.ycp2011-11-16 11:19:55.0 
+0100
@@ -410,9 +410,9 @@
`VSquash (`HBox (
`HStretch (),
// button label
-   type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), 
_(Restore From First)),
+   type == `SINGLE ? `Empty () : `PushButton (`id (`restore_pre), 
_(Restore from First)),
// button label
-   `PushButton (`id (`restore), type == `SINGLE ? _(Restore) : 
_(Restore From Second))
+   `PushButton (`id (`restore), type == `SINGLE ? _(Restore) : 
_(Restore from Second))
))
), `HSpacing (0.5))
);
@@ -677,7 +677,7 @@
// popup headline
if (Popup::AnyQuestionRichText (_(Restoring files),
// popup message, %1 is snapshot number, %2 list of files
-   sformat (_(These files will be copied from snapshot '%1' to 
current system: p%2/pAre you sure?),
+   sformat (_(These files will be copied from snapshot '%1' to 
current system: p%2./pAre you sure?),
previous_num, mergestring (to_restore, br)),
60, 20,  Label::YesButton (), Label::NoButton (), `focus_no))
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.16/src/helps.ycp 
new/yast2-snapper-2.22.0/src/helps.ycp
--- old/yast2-snapper-2.21.16/src/helps.ycp 2011-10-07 

commit yast2-snapper for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Oct 18 14:35:53 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-10-11 
17:08:37.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-10-14 10:17:20.0 +0200
@@ -1,0 +2,21 @@
+Fri Oct 14 10:15:38 CEST 2011 - jsuch...@suse.cz
+
+- use the pre tag for the diff, so spaces are not lost
+  (bnc#723621)
+- 2.21.16
+
+---
+Thu Oct 13 10:40:50 CEST 2011 - jsuch...@suse.cz
+
+- colorize the diff output (bnc#723660)
+- 2.21.15 
+
+---
+Wed Oct 12 16:40:44 CEST 2011 - jsuch...@suse.cz
+
+- more optimalization in C++ code
+- use fixed font for showing the diff (bnc#723621)
+- escape HTML tags in diff output
+- 2.21.14
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.13.tar.bz2

New:

  yast2-snapper-2.21.16.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.JyYBMf/_old  2011-10-18 14:35:47.0 +0200
+++ /var/tmp/diff_new_pack.JyYBMf/_new  2011-10-18 14:35:47.0 +0200
@@ -19,16 +19,17 @@
 
 
 Name:   yast2-snapper
-Version:2.21.13
+Version:2.21.16
 Release:0
 Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
+
 Requires:   yast2 = 2.21.22
 License:GPL-2.0+
-BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+BuildRequires: update-desktop-files yast2 yast2-devtools yast2-testsuite 
libsnapper-devel doxygen yast2-core-devel gcc-c++ perl-XML-Writer
 
 Summary:YaST - file system snapshots review
 
@@ -60,6 +61,7 @@
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -73,5 +75,3 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{_prefix}/share/doc/packages/yast2-snapper
-
-%changelog

++ yast2-snapper-2.21.13.tar.bz2 - yast2-snapper-2.21.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.13/VERSION 
new/yast2-snapper-2.21.16/VERSION
--- old/yast2-snapper-2.21.13/VERSION   2011-10-10 12:45:23.0 +0200
+++ new/yast2-snapper-2.21.16/VERSION   2011-10-14 10:15:55.0 +0200
@@ -1 +1 @@
-2.21.13
+2.21.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.16/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 2011-10-10 
12:43:23.0 +0200
+++ new/yast2-snapper-2.21.16/agent-snapper/src/SnapperAgent.cc 2011-10-12 
16:05:09.0 +0200
@@ -18,11 +18,11 @@
 /*
  * search the map for value of given key; both key and value have to be strings
  */
-string SnapperAgent::getValue (const YCPMap map, const string key, const 
string deflt)
+string SnapperAgent::getValue (const YCPMap map, const YCPString key, const 
string deflt)
 {
-if (!map-value(YCPString(key)).isNull()
-map-value(YCPString(key))-isString())
-   return map-value(YCPString(key))-asString()-value();
+YCPValue val = map-value(key);
+if (!val.isNull()  val-isString())
+   return val-asString()-value();
 else
return deflt;
 }
@@ -33,15 +33,15 @@
  * @param key key we are looking for
  * @param deflt the default value to be returned if key is not found
  */
-int SnapperAgent::getIntValue (const YCPMap map, const string key, const int 
deflt)
+int SnapperAgent::getIntValue (const YCPMap map, const YCPString key, const 
int deflt)
 {
-if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isInteger()) {
-   return map-value(YCPString(key))-asInteger()-value(); 
+YCPValue val = map-value(key);
+
+if (!val.isNull()  val-isInteger()) {
+   return val-asInteger()-value();
 }
-else if (!map-value(YCPString(key)).isNull() 
-map-value(YCPString(key))-isString()) {
-   YCPInteger i (map-value(YCPString(key))-asString()-value().c_str());
-   return i-value();
+else if (!val.isNull()  val-isString()) {
+   return YCPInteger (val-asString()-value().c_str())-value ();
 }
 return deflt;
 }
@@ -50,10 +50,11 @@
  * Search the map for value of given key;
  * key is string and value is YCPList
  */
-YCPList SnapperAgent::getListValue (const YCPMap map, const string key)
+YCPList SnapperAgent::getListValue (const YCPMap map, 

commit yast2-snapper for openSUSE:Factory

2011-10-13 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Thu Oct 13 12:28:34 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-10-11 
17:08:37.0 +0200
+++ yast2-snapper/yast2-snapper.changes 2011-10-13 10:44:23.0 +0200
@@ -1,0 +2,14 @@
+Thu Oct 13 10:40:50 CEST 2011 - jsuch...@suse.cz
+
+- colorize the diff output (bnc#723660)
+- 2.21.15 
+
+---
+Wed Oct 12 16:40:44 CEST 2011 - jsuch...@suse.cz
+
+- more optimalization in C++ code
+- use fixed font for showing the diff (bnc#723621)
+- escape HTML tags in diff output
+- 2.21.14
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.13.tar.bz2

New:

  yast2-snapper-2.21.15.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.P4gd5j/_old  2011-10-13 12:28:14.0 +0200
+++ /var/tmp/diff_new_pack.P4gd5j/_new  2011-10-13 12:28:14.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-snapper
-Version:2.21.13
+Version:2.21.15
 Release:0
 Group:  System/YaST
 

++ yast2-snapper-2.21.13.tar.bz2 - yast2-snapper-2.21.15.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.13/VERSION 
new/yast2-snapper-2.21.15/VERSION
--- old/yast2-snapper-2.21.13/VERSION   2011-10-10 12:45:23.0 +0200
+++ new/yast2-snapper-2.21.15/VERSION   2011-10-13 10:41:07.0 +0200
@@ -1 +1 @@
-2.21.13
+2.21.15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.15/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 2011-10-10 
12:43:23.0 +0200
+++ new/yast2-snapper-2.21.15/agent-snapper/src/SnapperAgent.cc 2011-10-12 
16:05:09.0 +0200
@@ -18,11 +18,11 @@
 /*
  * search the map for value of given key; both key and value have to be strings
  */
-string SnapperAgent::getValue (const YCPMap map, const string key, const 
string deflt)
+string SnapperAgent::getValue (const YCPMap map, const YCPString key, const 
string deflt)
 {
-if (!map-value(YCPString(key)).isNull()
-map-value(YCPString(key))-isString())
-   return map-value(YCPString(key))-asString()-value();
+YCPValue val = map-value(key);
+if (!val.isNull()  val-isString())
+   return val-asString()-value();
 else
return deflt;
 }
@@ -33,15 +33,15 @@
  * @param key key we are looking for
  * @param deflt the default value to be returned if key is not found
  */
-int SnapperAgent::getIntValue (const YCPMap map, const string key, const int 
deflt)
+int SnapperAgent::getIntValue (const YCPMap map, const YCPString key, const 
int deflt)
 {
-if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isInteger()) {
-   return map-value(YCPString(key))-asInteger()-value(); 
+YCPValue val = map-value(key);
+
+if (!val.isNull()  val-isInteger()) {
+   return val-asInteger()-value();
 }
-else if (!map-value(YCPString(key)).isNull() 
-map-value(YCPString(key))-isString()) {
-   YCPInteger i (map-value(YCPString(key))-asString()-value().c_str());
-   return i-value();
+else if (!val.isNull()  val-isString()) {
+   return YCPInteger (val-asString()-value().c_str())-value ();
 }
 return deflt;
 }
@@ -50,10 +50,11 @@
  * Search the map for value of given key;
  * key is string and value is YCPList
  */
-YCPList SnapperAgent::getListValue (const YCPMap map, const string key)
+YCPList SnapperAgent::getListValue (const YCPMap map, const YCPString key)
 {
-if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isList())
-   return map-value(YCPString(key))-asList();
+YCPValue val = map-value(key);
+if (!val.isNull()  val-isList())
+   return val-asList();
 else
return YCPList();
 }
@@ -155,7 +156,7 @@
 * Read (.snapper.path, $[ num : num]) - returns the path to 
directory with given snapshot
 */
if (PC(0) == path) {
-   unsigned int num= getIntValue (argmap, num, 0);
+   unsigned int num= getIntValue (argmap, YCPString (num), 0);
const Snapshots snapshots = sh-getSnapshots();
Snapshots::const_iterator snap = snapshots.find(num);
if (snap == snapshots.end())
@@ -203,8 +204,8 @@
return retlist;
}
 
-   unsigned int num1   = getIntValue (argmap, from, 0);
-   unsigned int num2   = getIntValue (argmap, to, 0);
+   unsigned int num1   = getIntValue (argmap, YCPString (from), 0);
+ 

commit yast2-snapper for openSUSE:Factory

2011-10-12 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Thu Oct 13 00:03:14 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-10-11 
17:08:37.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-10-12 16:45:30.0 +0200
@@ -1,0 +2,8 @@
+Wed Oct 12 16:40:44 CEST 2011 - jsuch...@suse.cz
+
+- more optimalization in C++ code
+- use fixed font for showing the diff (bnc#723621)
+- escape HTML tags in diff output
+- 2.21.14
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.13.tar.bz2

New:

  yast2-snapper-2.21.14.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.TRKUXD/_old  2011-10-13 00:03:10.0 +0200
+++ /var/tmp/diff_new_pack.TRKUXD/_new  2011-10-13 00:03:10.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   yast2-snapper
-Version:2.21.13
+Version:2.21.14
 Release:0
 Group:  System/YaST
 

++ yast2-snapper-2.21.13.tar.bz2 - yast2-snapper-2.21.14.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.13/VERSION 
new/yast2-snapper-2.21.14/VERSION
--- old/yast2-snapper-2.21.13/VERSION   2011-10-10 12:45:23.0 +0200
+++ new/yast2-snapper-2.21.14/VERSION   2011-10-12 16:41:56.0 +0200
@@ -1 +1 @@
-2.21.13
+2.21.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.14/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 2011-10-10 
12:43:23.0 +0200
+++ new/yast2-snapper-2.21.14/agent-snapper/src/SnapperAgent.cc 2011-10-12 
16:05:09.0 +0200
@@ -18,11 +18,11 @@
 /*
  * search the map for value of given key; both key and value have to be strings
  */
-string SnapperAgent::getValue (const YCPMap map, const string key, const 
string deflt)
+string SnapperAgent::getValue (const YCPMap map, const YCPString key, const 
string deflt)
 {
-if (!map-value(YCPString(key)).isNull()
-map-value(YCPString(key))-isString())
-   return map-value(YCPString(key))-asString()-value();
+YCPValue val = map-value(key);
+if (!val.isNull()  val-isString())
+   return val-asString()-value();
 else
return deflt;
 }
@@ -33,15 +33,15 @@
  * @param key key we are looking for
  * @param deflt the default value to be returned if key is not found
  */
-int SnapperAgent::getIntValue (const YCPMap map, const string key, const int 
deflt)
+int SnapperAgent::getIntValue (const YCPMap map, const YCPString key, const 
int deflt)
 {
-if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isInteger()) {
-   return map-value(YCPString(key))-asInteger()-value(); 
+YCPValue val = map-value(key);
+
+if (!val.isNull()  val-isInteger()) {
+   return val-asInteger()-value();
 }
-else if (!map-value(YCPString(key)).isNull() 
-map-value(YCPString(key))-isString()) {
-   YCPInteger i (map-value(YCPString(key))-asString()-value().c_str());
-   return i-value();
+else if (!val.isNull()  val-isString()) {
+   return YCPInteger (val-asString()-value().c_str())-value ();
 }
 return deflt;
 }
@@ -50,10 +50,11 @@
  * Search the map for value of given key;
  * key is string and value is YCPList
  */
-YCPList SnapperAgent::getListValue (const YCPMap map, const string key)
+YCPList SnapperAgent::getListValue (const YCPMap map, const YCPString key)
 {
-if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isList())
-   return map-value(YCPString(key))-asList();
+YCPValue val = map-value(key);
+if (!val.isNull()  val-isList())
+   return val-asList();
 else
return YCPList();
 }
@@ -155,7 +156,7 @@
 * Read (.snapper.path, $[ num : num]) - returns the path to 
directory with given snapshot
 */
if (PC(0) == path) {
-   unsigned int num= getIntValue (argmap, num, 0);
+   unsigned int num= getIntValue (argmap, YCPString (num), 0);
const Snapshots snapshots = sh-getSnapshots();
Snapshots::const_iterator snap = snapshots.find(num);
if (snap == snapshots.end())
@@ -203,8 +204,8 @@
return retlist;
}
 
-   unsigned int num1   = getIntValue (argmap, from, 0);
-   unsigned int num2   = getIntValue (argmap, to, 0);
+   unsigned int num1   = getIntValue (argmap, YCPString (from), 0);
+   unsigned int num2   = getIntValue (argmap, YCPString (to), 0);
 
/**
 * Read(.snapper.diff_list) - show difference 

commit yast2-snapper for openSUSE:Factory

2011-10-11 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Oct 11 17:08:43 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-10-04 
18:03:32.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-10-10 12:47:17.0 +0200
@@ -1,0 +2,22 @@
+Mon Oct 10 12:44:44 CEST 2011 - jsuch...@suse.cz
+
+- agent: pass map refereces as arguments
+- quote strings passed to bash commands
+- fixed testsuite
+- 2.21.13
+
+---
+Fri Oct  7 14:36:51 CEST 2011 - jsuch...@suse.cz
+
+- removed conflicting statusToString
+- 2.21.12
+
+---
+Fri Oct  7 11:15:53 CEST 2011 - jsuch...@suse.cz
+
+- support more snapper configurations (bnc#719482)
+- show path to current subvolume above filesystem tree (bnc#719482)
+- close the feedback window correctly (bnc#722477)
+- 2.21.11 
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.10.tar.bz2

New:

  yast2-snapper-2.21.13.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.vyEr0f/_old  2011-10-11 17:08:35.0 +0200
+++ /var/tmp/diff_new_pack.vyEr0f/_new  2011-10-11 17:08:35.0 +0200
@@ -19,17 +19,15 @@
 
 
 Name:   yast2-snapper
-Version:2.21.10
+Version:2.21.13
 Release:0
 Group:  System/YaST
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:yast2-snapper-%{version}.tar.bz2
 
-Prefix: /usr
-
 Requires:   yast2 = 2.21.22
-License:GPL v2 or later
+License:GPL-2.0+
 BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 Summary:YaST - file system snapshots review
@@ -41,23 +39,23 @@
 %setup -n yast2-snapper-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_prefix}/bin/y2tool y2autoconf
+%{_prefix}/bin/y2tool y2automake
 autoreconf --force --install
 
 export CFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 export CXXFLAGS=$RPM_OPT_FLAGS -DNDEBUG
 
 %{?suse_update_config:%{suse_update_config -f}}
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
-[ -e %{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
+[ -e %{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK ] || 
Y2DIR=$RPM_BUILD_ROOT/usr/share/YaST2 make check DESTDIR=$RPM_BUILD_ROOT
+for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name 
*.desktop` ; do
 d=${f##*/}
 %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
 done
@@ -71,9 +69,9 @@
 /usr/share/YaST2/include/snapper/*
 /usr/share/YaST2/clients/snapper.ycp
 /usr/share/YaST2/modules/Snapper.*
-%{prefix}/share/applications/YaST2/snapper.desktop
+%{_prefix}/share/applications/YaST2/snapper.desktop
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
-%doc %{prefix}/share/doc/packages/yast2-snapper
+%doc %{_prefix}/share/doc/packages/yast2-snapper
 
 %changelog

++ yast2-snapper-2.21.10.tar.bz2 - yast2-snapper-2.21.13.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.10/VERSION 
new/yast2-snapper-2.21.13/VERSION
--- old/yast2-snapper-2.21.10/VERSION   2011-09-28 23:05:13.0 +0200
+++ new/yast2-snapper-2.21.13/VERSION   2011-10-10 12:45:23.0 +0200
@@ -1 +1 @@
-2.21.10
+2.21.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.10/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.10/agent-snapper/src/SnapperAgent.cc 2011-09-28 
23:04:27.0 +0200
+++ new/yast2-snapper-2.21.13/agent-snapper/src/SnapperAgent.cc 2011-10-10 
12:43:23.0 +0200
@@ -18,13 +18,13 @@
 /*
  * search the map for value of given key; both key and value have to be strings
  */
-string SnapperAgent::getValue (const YCPMap map, const string key)
+string SnapperAgent::getValue (const YCPMap map, const string key, const 
string deflt)
 {
 if (!map-value(YCPString(key)).isNull()
 map-value(YCPString(key))-isString())
return map-value(YCPString(key))-asString()-value();
 

commit yast2-snapper for openSUSE:Factory

2011-10-04 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Oct 4 18:03:31 CEST 2011.




--- openSUSE:Factory/yast2-snapper/yast2-snapper.changes2011-09-23 
12:53:23.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-09-28 23:08:06.0 +0200
@@ -1,0 +2,6 @@
+Wed Sep 28 23:04:59 CEST 2011 - vis...@suse.cz
+
+- set dialog title
+- 2.21.10 
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.9.tar.bz2

New:

  yast2-snapper-2.21.10.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.ylE1zI/_old  2011-10-04 18:03:27.0 +0200
+++ /var/tmp/diff_new_pack.ylE1zI/_new  2011-10-04 18:03:27.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-snapper
-Version:2.21.9
-Release:1
-
+Version:2.21.10
+Release:0
 Group:  System/YaST
+
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.9.tar.bz2
+Source0:yast2-snapper-%{version}.tar.bz2
 
 Prefix: /usr
 
-Requires:   yast2
+Requires:   yast2 = 2.21.22
 License:GPL v2 or later
 BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.9
+%setup -n yast2-snapper-%{version}
 
 %build
 %{prefix}/bin/y2tool y2autoconf
@@ -75,4 +75,5 @@
 /usr/share/YaST2/scrconf/*.scr
 %{_libdir}/YaST2/plugin/libpy2ag_snapper*
 %doc %{prefix}/share/doc/packages/yast2-snapper
+
 %changelog

++ yast2-snapper-2.21.9.tar.bz2 - yast2-snapper-2.21.10.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/Makefile.am 
new/yast2-snapper-2.21.10/Makefile.am
--- old/yast2-snapper-2.21.9/Makefile.am2011-06-23 16:00:15.0 
+0200
+++ new/yast2-snapper-2.21.10/Makefile.am   2011-09-28 23:06:23.0 
+0200
@@ -20,7 +20,6 @@
 IS_DEVTOOLS= $(findstring yast2-devtools,$(RPMNAME))
 
 DEVTOOLS_DIR   = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES   = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR   = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 
 COPYRIGHT_files_gpl= README COPYING
@@ -155,7 +154,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: check-up-to-date check-tagversion check-all-packages check-textdomain 
package-local
+package: check-up-to-date check-tagversion check-textdomain package-local
 
 TAGVERSION  = $(Y2TOOL) tagversion
 
@@ -185,21 +184,6 @@
 check-parse:
@echo Not running parseycp.
 
-check-all-packages:
-   @if [ ! -e $(ALL_PACKAGES) ]; then\
-   echo ERROR: Can't find $(ALL_PACKAGES); false;\
-   fi
-   @if ! grep -q ^$(RPMNAME)[[:space:]] $(ALL_PACKAGES); then
\
-   echo ERROR: $(RPMNAME) not in $(ALL_PACKAGES); false; \
-   fi
-   @if grep -q ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); then \
-   echo ERROR: $(RPMNAME) info in $(ALL_PACKAGES) contains some 
unknown (?) fields:; \
-   echo;   \
-   grep ^$(RPMNAME)[[:space:]]\+.*? $(ALL_PACKAGES); \
-   echo;   \
-   false;  \
-   fi
-
 check-textdomain:
$(Y2TOOL) check-textdomain $(srcdir)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.9/Makefile.in 
new/yast2-snapper-2.21.10/Makefile.in
--- old/yast2-snapper-2.21.9/Makefile.in2011-06-23 16:00:24.0 
+0200
+++ new/yast2-snapper-2.21.10/Makefile.in   2011-09-28 23:06:29.0 
+0200
@@ -315,7 +315,6 @@
 # do we do Makefile.am for devtools? It is a little special...
 IS_DEVTOOLS = $(findstring yast2-devtools,$(RPMNAME))
 DEVTOOLS_DIR = $(if 
$(IS_DEVTOOLS),$(srcdir)/devtools,$(Y2DEVTOOLS_PREFIX)/share/YaST2/data/devtools)
-ALL_PACKAGES = $(DEVTOOLS_DIR)/admin/all-packages
 LEGALESE_DIR = $(if 
$(HAS_YAST_LICENSE),$(DEVTOOLS_DIR)/admin/copyright/yast,$(DEVTOOLS_DIR)/admin/copyright/gpl)
 COPYRIGHT_files_gpl = README COPYING
 COPYRIGHT_files_yast = YAST_LICENSE README COPYING COPYRIGHT.english \
@@ -986,7 +985,7 @@
$(Y2TOOL) create-spec  $$i  $$here/package/$${newname} ; \
done
 
-package: 

commit yast2-snapper for openSUSE:Factory

2011-08-31 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Wed Aug 31 10:36:56 CEST 2011.




--- yast2-snapper/yast2-snapper.changes 2011-07-26 14:53:26.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-08-30 11:57:07.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 30 11:41:09 CEST 2011 - jsuch...@suse.cz
+
+- added icon (bnc#711193)
+- 2.21.9
+
+---
+Fri Aug  5 12:35:12 CEST 2011 - tgoettlic...@suse.de
+
+- fixed .desktop file (bnc #681249)
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.8.tar.bz2

New:

  yast2-snapper-2.21.9.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.9pIku3/_old  2011-08-31 10:36:45.0 +0200
+++ /var/tmp/diff_new_pack.9pIku3/_new  2011-08-31 10:36:45.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   yast2-snapper
-Version:2.21.8
+Version:2.21.9
 Release:1
 
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.8.tar.bz2
+Source0:yast2-snapper-2.21.9.tar.bz2
 
 Prefix: /usr
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.8
+%setup -n yast2-snapper-2.21.9
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-snapper-2.21.8.tar.bz2 - yast2-snapper-2.21.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.8/VERSION 
new/yast2-snapper-2.21.9/VERSION
--- old/yast2-snapper-2.21.8/VERSION2011-07-26 14:44:34.0 +0200
+++ new/yast2-snapper-2.21.9/VERSION2011-08-30 11:43:39.0 +0200
@@ -1 +1 @@
-2.21.8
+2.21.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.8/configure 
new/yast2-snapper-2.21.9/configure
--- old/yast2-snapper-2.21.8/configure  2011-07-26 14:51:23.0 +0200
+++ new/yast2-snapper-2.21.9/configure  2011-06-23 16:00:22.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.8.
+# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.7.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-snapper'
 PACKAGE_TARNAME='yast2-snapper'
-PACKAGE_VERSION='2.21.8'
-PACKAGE_STRING='yast2-snapper 2.21.8'
+PACKAGE_VERSION='2.21.7'
+PACKAGE_STRING='yast2-snapper 2.21.7'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1490,7 +1490,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-snapper 2.21.8 to adapt to many kinds of systems.
+\`configure' configures yast2-snapper 2.21.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1561,7 +1561,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-snapper 2.21.8:;;
+ short | recursive ) echo Configuration of yast2-snapper 2.21.7:;;
esac
   cat \_ACEOF
 
@@ -1675,7 +1675,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-snapper configure 2.21.8
+yast2-snapper configure 2.21.7
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2128,7 +2128,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-snapper $as_me 2.21.8, which was
+It was created by yast2-snapper $as_me 2.21.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3058,7 +3058,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-snapper'
- VERSION='2.21.8'
+ VERSION='2.21.7'
 
 
 cat confdefs.h _ACEOF
@@ -3180,7 +3180,7 @@
 
 
 
-VERSION=2.21.8
+VERSION=2.21.7
 RPMNAME=yast2-snapper
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -15994,7 +15994,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-snapper $as_me 2.21.8, which was
+This file was extended by yast2-snapper $as_me 2.21.7, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16060,7 +16060,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2-snapper config.status 

commit yast2-snapper for openSUSE:Factory

2011-07-27 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Wed Jul 27 11:38:31 CEST 2011.




--- yast2-snapper/yast2-snapper.changes 2011-06-22 12:59:11.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-07-26 14:53:26.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 22 15:52:51 CEST 2011 - loci...@suse.cz
+
+- Obsoleted X-KDE-SubstituteUID replaced with xdg-su in Exec in
+  desktop file (bnc#540627)
+- 2.21.8
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.7.tar.bz2

New:

  yast2-snapper-2.21.8.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.Do83HY/_old  2011-07-27 11:38:13.0 +0200
+++ /var/tmp/diff_new_pack.Do83HY/_new  2011-07-27 11:38:13.0 +0200
@@ -19,12 +19,12 @@
 
 
 Name:   yast2-snapper
-Version:2.21.7
+Version:2.21.8
 Release:1
 
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.7.tar.bz2
+Source0:yast2-snapper-2.21.8.tar.bz2
 
 Prefix: /usr
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.7
+%setup -n yast2-snapper-2.21.8
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-snapper-2.21.7.tar.bz2 - yast2-snapper-2.21.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.7/VERSION 
new/yast2-snapper-2.21.8/VERSION
--- old/yast2-snapper-2.21.7/VERSION2011-06-22 12:58:27.0 +0200
+++ new/yast2-snapper-2.21.8/VERSION2011-07-26 14:44:34.0 +0200
@@ -1 +1 @@
-2.21.7
+2.21.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.7/configure 
new/yast2-snapper-2.21.8/configure
--- old/yast2-snapper-2.21.7/configure  2011-06-22 11:47:39.0 +0200
+++ new/yast2-snapper-2.21.8/configure  2011-07-26 14:51:23.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.6.
+# Generated by GNU Autoconf 2.68 for yast2-snapper 2.21.8.
 #
 # Report bugs to http://bugs.opensuse.org/.
 #
@@ -709,8 +709,8 @@
 # Identity of this package.
 PACKAGE_NAME='yast2-snapper'
 PACKAGE_TARNAME='yast2-snapper'
-PACKAGE_VERSION='2.21.6'
-PACKAGE_STRING='yast2-snapper 2.21.6'
+PACKAGE_VERSION='2.21.8'
+PACKAGE_STRING='yast2-snapper 2.21.8'
 PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
 PACKAGE_URL=''
 
@@ -1490,7 +1490,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures yast2-snapper 2.21.6 to adapt to many kinds of systems.
+\`configure' configures yast2-snapper 2.21.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1561,7 +1561,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of yast2-snapper 2.21.6:;;
+ short | recursive ) echo Configuration of yast2-snapper 2.21.8:;;
esac
   cat \_ACEOF
 
@@ -1675,7 +1675,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-yast2-snapper configure 2.21.6
+yast2-snapper configure 2.21.8
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2128,7 +2128,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by yast2-snapper $as_me 2.21.6, which was
+It was created by yast2-snapper $as_me 2.21.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3058,7 +3058,7 @@
 
 # Define the identity of the package.
  PACKAGE='yast2-snapper'
- VERSION='2.21.6'
+ VERSION='2.21.8'
 
 
 cat confdefs.h _ACEOF
@@ -3180,7 +3180,7 @@
 
 
 
-VERSION=2.21.6
+VERSION=2.21.8
 RPMNAME=yast2-snapper
 MAINTAINER=Jiri Suchomel jsuch...@suse.cz
 
@@ -15994,7 +15994,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log=
-This file was extended by yast2-snapper $as_me 2.21.6, which was
+This file was extended by yast2-snapper $as_me 2.21.8, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -16060,7 +16060,7 @@
 cat $CONFIG_STATUS _ACEOF || ac_write_fail=1
 ac_cs_config=`$as_echo $ac_configure_args | sed 's/^ //; 
s/[\\\`\$]//g'`
 ac_cs_version=\\
-yast2-snapper config.status 2.21.6
+yast2-snapper config.status 2.21.8
 configured by $0, generated by GNU Autoconf 2.68,
   with 

commit yast2-snapper for openSUSE:Factory

2011-05-18 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Wed May 18 09:22:39 CEST 2011.




--- yast2-snapper/yast2-snapper.changes 2011-04-18 09:20:39.0 +0200
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-05-11 11:27:09.0 +0200
@@ -1,0 +2,7 @@
+Wed May 11 10:41:42 CEST 2011 - jsuch...@suse.cz
+
+- added initialization code to agent, check for exceptions
+- updated agent documentation
+- 2.21.5 
+
+---

calling whatdependson for head-i586


Old:

  _cvsignore
  yast2-snapper-2.21.4.tar.bz2

New:

  yast2-snapper-2.21.5.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.WnyffJ/_old  2011-05-18 09:17:57.0 +0200
+++ /var/tmp/diff_new_pack.WnyffJ/_new  2011-05-18 09:17:57.0 +0200
@@ -19,18 +19,18 @@
 
 
 Name:   yast2-snapper
-Version:2.21.4
+Version:2.21.5
 Release:1
 
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.4.tar.bz2
+Source0:yast2-snapper-2.21.5.tar.bz2
 
 Prefix: /usr
 
-Requires:   yast2 libsnapper
-License:GPLv2+
-BuildRequires:  doxygen gcc-c++ libsnapper libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
+Requires:   yast2
+License:GPL v2 or later
+BuildRequires:  doxygen gcc-c++ libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
 Summary:YaST - file system snapshots review
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.4
+%setup -n yast2-snapper-2.21.5
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-snapper-2.21.4.tar.bz2 - yast2-snapper-2.21.5.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.4/VERSION 
new/yast2-snapper-2.21.5/VERSION
--- old/yast2-snapper-2.21.4/VERSION2011-04-18 09:18:55.0 +0200
+++ new/yast2-snapper-2.21.5/VERSION2011-05-11 10:42:39.0 +0200
@@ -1 +1 @@
-2.21.4
+2.21.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.4/agent-snapper/doc/snapper.html 
new/yast2-snapper-2.21.5/agent-snapper/doc/snapper.html
--- old/yast2-snapper-2.21.4/agent-snapper/doc/snapper.html 2011-03-24 
13:15:50.0 +0100
+++ new/yast2-snapper-2.21.5/agent-snapper/doc/snapper.html 2011-05-11 
11:24:58.0 +0200
@@ -32,6 +32,8 @@
 
 ultt.snapper/tt/ul
 
+The initialization call of Execute (.snapper) must be done before any other 
calls.
+
 P
 h2Complete Read paths table/h2
 
@@ -43,7 +45,18 @@
th align=leftResult/th
 /tr
 
-   trtdtt.snapper.snapshots/tdtd/tdtd 
align=leftYCPList/td
+   trtdtt.snapper.error/tdtd(none)/tdtd 
align=leftYCPMap/td
+   tdReturn information about last error.br
+   bExample of result/b:
+   pre
+   $[
+   type  : config_not_found
+   ]
+   /pre
+   /td
+   /tr
+
+   trtdtt.snapper.snapshots/tdtd(none)/tdtd 
align=leftYCPList/td
tdReturn list of current snapshot maps.br
bExample of result/b:
pre
@@ -75,7 +88,7 @@
/td
/tr
 
-   trtdtt.snapper.diff/tdtdYCPMap/tdtd 
align=leftYCPList/td
+   trtdtt.snapper.diff_list/tdtdYCPMap/tdtd 
align=leftYCPList/td
tdReturns the list of files modified between given snapshots.
Each file is described by YCPMap which contains file path and type of 
the change.
Argument map contains 2 integers, identifying the snapshots.br
@@ -100,6 +113,93 @@
  ]
/pre
/td/tr
+
+   trtdtt.snapper.diff_index/tdtdYCPMap/tdtd 
align=leftYCPMap/td
+   tdReturns the differences between snapnots num1 and num2 as one-level 
map
+   (mapping each file to its changes).br
+   bExample of argument map/b:
+   pre
+   $[
+   from  : 1,
+   to: 2
+   $]
+   /pre
+   bExample of result/b:
+   pre
+ $[
+   /etc/group: c...,
+   /etc/group.YaST2save  : c...
+ ]
+   /pre
+   /td/tr
+
+   trtdtt.snapper.diff_tree/tdtdYCPMap/tdtd 
align=leftYCPMap/td
+   tdReturns the differences between snapnots num1 and num2 as a tree.
+   Map is recursively describing the filesystem structure; it is used to 
build Tree widget contents
+   in yast2-snapper UI.
+   br
+   bExample of argument map/b:
+   pre
+   $[
+   from  : 1,
+   to: 2
+   $]
+

commit yast2-snapper for openSUSE:Factory

2011-04-19 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Tue Apr 19 12:59:20 CEST 2011.




--- yast2-snapper/yast2-snapper.changes 2011-03-24 13:25:29.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-04-18 09:20:39.0 +0200
@@ -1,0 +2,15 @@
+Mon Apr 18 09:16:36 CEST 2011 - jsuch...@suse.cz
+
+- removed YCP code for Tree recursive selection, widget can do it
+  itself now (bnc#686639) 
+- 2.21.4
+
+---
+Fri Apr 15 11:35:28 CEST 2011 - jsuch...@suse.cz
+
+- return map structures from agent, to speed up building tree
+  content (bnc#686639)
+- solve restoring directories (bnc#686619)
+- 2.21.3 
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.2.tar.bz2

New:

  yast2-snapper-2.21.4.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.6VEbIc/_old  2011-04-19 12:57:42.0 +0200
+++ /var/tmp/diff_new_pack.6VEbIc/_new  2011-04-19 12:57:42.0 +0200
@@ -19,16 +19,16 @@
 
 
 Name:   yast2-snapper
-Version:2.21.2
+Version:2.21.4
 Release:1
 
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.2.tar.bz2
+Source0:yast2-snapper-2.21.4.tar.bz2
 
 Prefix: /usr
 
-Requires:   yast2
+Requires:   yast2 libsnapper
 License:GPLv2+
 BuildRequires:  doxygen gcc-c++ libsnapper libsnapper-devel perl-XML-Writer 
update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-testsuite
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.2
+%setup -n yast2-snapper-2.21.4
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-snapper-2.21.2.tar.bz2 - yast2-snapper-2.21.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-snapper-2.21.2/VERSION 
new/yast2-snapper-2.21.4/VERSION
--- old/yast2-snapper-2.21.2/VERSION2011-03-24 13:22:02.0 +0100
+++ new/yast2-snapper-2.21.4/VERSION2011-04-18 09:18:55.0 +0200
@@ -1 +1 @@
-2.21.2
+2.21.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-snapper-2.21.2/agent-snapper/src/SnapperAgent.cc 
new/yast2-snapper-2.21.4/agent-snapper/src/SnapperAgent.cc
--- old/yast2-snapper-2.21.2/agent-snapper/src/SnapperAgent.cc  2011-03-07 
08:25:45.0 +0100
+++ new/yast2-snapper-2.21.4/agent-snapper/src/SnapperAgent.cc  2011-04-15 
11:37:11.0 +0200
@@ -9,6 +9,7 @@
 
 #include SnapperAgent.h
 #include ctype.h
+#include boost/algorithm/string.hpp
 
 #define PC(n)   (path-component_str(n))
 
@@ -45,6 +46,19 @@
 return deflt;
 }
 
+/**
+ * Search the map for value of given key;
+ * key is string and value is YCPList
+ */
+YCPList SnapperAgent::getListValue (const YCPMap map, const string key)
+{
+if (!map-value(YCPString(key)).isNull()  
map-value(YCPString(key))-isList())
+   return map-value(YCPString(key))-asList();
+else
+   return YCPList();
+}
+
+
 string statusToString(unsigned int status)
 {
string ret;
@@ -93,12 +107,27 @@
 return YCPNull();
 }
 
+
+struct Tree { mapstring, Tree trees; };
+
+static YCPMap
+make_ycpmap(const Tree tree)
+{
+YCPMap ret;
+
+for (mapstring, Tree::const_iterator it = tree.trees.begin(); it != 
tree.trees.end(); ++it)
+   ret-add(YCPString(it-first), make_ycpmap(it-second));
+
+return ret;
+}
+
+
 /**
  * Read
  */
 YCPValue SnapperAgent::Read(const YCPPath path, const YCPValue arg, const 
YCPValue opt) {
 
-y2internal (path in Read: '%s'., path-toString().c_str());
+y2debug (path in Read: '%s'., path-toString().c_str());
 YCPValue ret = YCPVoid();
 
 YCPMap argmap;
@@ -145,35 +174,79 @@
s-add (YCPString (pre_num), YCPInteger 
(it-getPreNum()));
}
 
-   y2internal (snapshot %s, s.toString().c_str());
+   y2debug (snapshot %s, s.toString().c_str());
retlist-add (s);
}
return retlist;
}
 
+   unsigned int num1   = getIntValue (argmap, from, 0);
+   unsigned int num2   = getIntValue (argmap, to, 0);
+
/**
-* Read(.snapper.diff) - show difference between snapnots num1 and 
num2.
+* Read(.snapper.diff_list) - show difference between snapnots num1 
and num2 as list.
 */
-   if (PC(0) == diff) {
+   if (PC(0) == diff_list) {
YCPList retlist;
-   unsigned int num1   = getIntValue (argmap, from, 0);
-   unsigned int num2   = getIntValue (argmap, to, 0);
 
const 

commit yast2-snapper for openSUSE:Factory

2011-03-24 Thread h_root

Hello community,

here is the log from the commit of package yast2-snapper for openSUSE:Factory
checked in at Thu Mar 24 17:35:57 CET 2011.




--- yast2-snapper/yast2-snapper.changes 2011-03-23 11:49:50.0 +0100
+++ /mounts/work_src_done/STABLE/yast2-snapper/yast2-snapper.changes
2011-03-24 13:25:29.0 +0100
@@ -1,0 +2,6 @@
+Thu Mar 24 13:21:37 CET 2011 - jsuch...@suse.cz
+
+- added agent documentation 
+- 2.21.2
+
+---

calling whatdependson for head-i586


Old:

  yast2-snapper-2.21.1.tar.bz2

New:

  yast2-snapper-2.21.2.tar.bz2



Other differences:
--
++ yast2-snapper.spec ++
--- /var/tmp/diff_new_pack.1SepSS/_old  2011-03-24 17:35:48.0 +0100
+++ /var/tmp/diff_new_pack.1SepSS/_new  2011-03-24 17:35:48.0 +0100
@@ -19,12 +19,12 @@
 
 
 Name:   yast2-snapper
-Version:2.21.1
+Version:2.21.2
 Release:1
 
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Source0:yast2-snapper-2.21.1.tar.bz2
+Source0:yast2-snapper-2.21.2.tar.bz2
 
 Prefix: /usr
 
@@ -38,7 +38,7 @@
 YaST module for accessing and managing btrfs system snapshots
 
 %prep
-%setup -n yast2-snapper-2.21.1
+%setup -n yast2-snapper-2.21.2
 
 %build
 %{prefix}/bin/y2tool y2autoconf

++ yast2-snapper-2.21.1.tar.bz2 - yast2-snapper-2.21.2.tar.bz2 ++
 3372 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-snapper-2.21.1/VERSION new/yast2-snapper-2.21.2/VERSION
--- old/yast2-snapper-2.21.1/VERSION2011-03-23 11:48:17.0 +0100
+++ new/yast2-snapper-2.21.2/VERSION2011-03-24 13:22:02.0 +0100
@@ -1 +1 @@
-2.21.1
+2.21.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-snapper-2.21.1/agent-snapper/doc/Makefile.am 
new/yast2-snapper-2.21.2/agent-snapper/doc/Makefile.am
--- old/yast2-snapper-2.21.1/agent-snapper/doc/Makefile.am  2011-03-07 
08:25:45.0 +0100
+++ new/yast2-snapper-2.21.2/agent-snapper/doc/Makefile.am  2011-03-24 
10:35:15.0 +0100
@@ -1 +1,7 @@
 SUBDIRS = autodocs
+
+htmldir = $(docdir)
+
+html_DATA = snapper.html
+EXTRA_DIST = $(html_DATA)
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yast2-snapper-2.21.1/agent-snapper/doc/snapper.html 
new/yast2-snapper-2.21.2/agent-snapper/doc/snapper.html
--- old/yast2-snapper-2.21.1/agent-snapper/doc/snapper.html 1970-01-01 
01:00:00.0 +0100
+++ new/yast2-snapper-2.21.2/agent-snapper/doc/snapper.html 2011-03-24 
13:15:50.0 +0100
@@ -0,0 +1,114 @@
+html
+head
+titleSnapper agent description/title
+/head
+body
+h1Snapper agent description/h1
+hr
+
+h2Purpose/h2 
+The Snapper agent (ttag_snapper/tt) is used to access API of 
ttlibsnappertt library from YaST
+(libsnapper is a library for managing btrfs filesystem snapshots).
+
+It is part of YaST2 SCR, the system configuration repository,
+used to access configuration data on the target system. The general
+SCR API allows ttRead()/tt and ttWrite()/tt access to get and
+change data. However, snapper agent currently provides only Read calls.
+
+p
+h2Implementation/h2
+It is simple wrapper for libsnapper C++ library. The library initialization 
routines are used to read list of current snapshots and their data.
+p
+Each snapshot is described in YCPMap. Snapshot is identified by number. The 
map also contains the snapshot type (`SINGLE, `PRE, `POST) and the date of 
snapshot creation. SINGLE and PRE types of snapshot have the description 
string. The snapshot of PRE type contains number of relevant POST snapshot and 
vice versa.
+
+P
+ibNote:/b The complete development documentation is available in the
+a href=autodocs/index.htmlttautodocs//tt/a directory./i
+
+P
+h2Interface for snapper-agent/h2
+The interface is implemented as a SCR agent with the usual ttRead()/tt,
+ttWrite()/tt and ttDir()/tt interface. The path prefix used is
+
+ultt.snapper/tt/ul
+
+P
+h2Complete Read paths table/h2
+
+table border=3
+tr
+   th width=20% align=leftPath/th
+