commit yast2-storage for openSUSE:12.2

2012-08-24 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.2 
checked in at 2012-08-24 13:56:04

Comparing /work/SRC/openSUSE:12.2/yast2-storage (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-storage/yast2-storage.changes 2012-08-16 
21:58:39.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-storage.new/yast2-storage.changes
2012-08-24 13:56:05.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 15 16:14:12 CEST 2012 - f...@suse.de
+
+- 2.22.10
+- re-evaluate default fstab options after changed mount point 
+  (bnc#774499)
+
+---

Old:

  yast2-storage-2.22.9.tar.bz2

New:

  yast2-storage-2.22.10.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.j8tExj/_old  2012-08-24 13:56:05.0 +0200
+++ /var/tmp/diff_new_pack.j8tExj/_new  2012-08-24 13:56:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.22.9
+Version:2.22.10
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.22.9.tar.bz2 - yast2-storage-2.22.10.tar.bz2 ++
 5486 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-storage-2.22.9/VERSION new/yast2-storage-2.22.10/VERSION
--- old/yast2-storage-2.22.9/VERSION2012-08-13 16:02:37.0 +0200
+++ new/yast2-storage-2.22.10/VERSION   2012-08-23 17:36:48.0 +0200
@@ -1 +1 @@
-2.22.9
+2.22.10
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-storage-2.22.9/configure.in new/yast2-storage-2.22.10/configure.in
--- old/yast2-storage-2.22.9/configure.in   2012-07-24 19:02:20.0 
+0200
+++ new/yast2-storage-2.22.10/configure.in  2012-08-23 17:37:38.0 
+0200
@@ -3,7 +3,7 @@
 dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! --
 dnl(edit configure.in.in instead)
 
-AC_INIT(yast2-storage, 2.22.6, http://bugs.opensuse.org/, yast2-storage)
+AC_INIT(yast2-storage, 2.22.10, http://bugs.opensuse.org/, yast2-storage)
 dnl Check for presence of file 'RPMNAME'
 AC_CONFIG_SRCDIR([RPMNAME])
 
@@ -18,7 +18,7 @@
 AM_INIT_AUTOMAKE(tar-ustar -Wno-portability)
 
 dnl Important YaST2 variables
-VERSION=2.22.6
+VERSION=2.22.10
 RPMNAME=yast2-storage
 MAINTAINER=Arvin Schnell aschn...@suse.de
 
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-storage-2.22.9/storage/src/include/custom_part_lib.ycp 
new/yast2-storage-2.22.10/storage/src/include/custom_part_lib.ycp
--- old/yast2-storage-2.22.9/storage/src/include/custom_part_lib.ycp
2012-07-24 19:01:55.0 +0200
+++ new/yast2-storage-2.22.10/storage/src/include/custom_part_lib.ycp   
2012-08-23 17:36:48.0 +0200
@@ -612,7 +612,14 @@
string mp = (string)UI::QueryWidget(`id(`mount_point), `Value);
if( new[mount]:!=mp )
{
+string oldfst = FileSystems::DefaultFstabOptions(new);
new[mount] = mp;
+string newfst = FileSystems::DefaultFstabOptions(new);
+if( oldfst!=newfst )
+{
+/* Default fstab options have changed, set new default, 
bnc#774499 */
+new[fstopt] = newfst;
+}
new = HandleSubvol( new );
}
if( UI::WidgetExists( `id(`fstab_options) ))
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-storage-2.22.9/storage/src/modules/DualMultiSelectionBox.ycp 
new/yast2-storage-2.22.10/storage/src/modules/DualMultiSelectionBox.ycp
--- 

commit yast2-storage for openSUSE:12.2

2012-08-16 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.2 
checked in at 2012-08-16 21:58:28

Comparing /work/SRC/openSUSE:12.2/yast2-storage (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-storage/yast2-storage.changes 2012-08-08 
11:59:09.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-storage.new/yast2-storage.changes
2012-08-16 21:58:39.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 13 16:02:08 CEST 2012 - f...@suse.de
+
+- 2.22.9
+- rename dm maps according to crypttab during update (bnc#774247)
+
+---
+Wed Aug  8 13:31:00 CEST 2012 - f...@suse.de
+
+- 2.22.8
+- fix wrong proposal to format home when import fstab (bnc#774463)
+
+---

Old:

  yast2-storage-2.22.7.tar.bz2

New:

  yast2-storage-2.22.9.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.kWQO3a/_old  2012-08-16 21:58:40.0 +0200
+++ /var/tmp/diff_new_pack.kWQO3a/_new  2012-08-16 21:58:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.22.7
+Version:2.22.9
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -27,7 +27,7 @@
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
-BuildRequires:  libstorage-devel = 2.22.5
+BuildRequires:  libstorage-devel = 2.22.10
 BuildRequires:  libtool
 BuildRequires:  libxslt
 BuildRequires:  openssl-devel
@@ -82,6 +82,7 @@
 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-storage-2.22.7.tar.bz2 - yast2-storage-2.22.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-2.22.7/COPYING 
new/yast2-storage-2.22.9/COPYING
--- old/yast2-storage-2.22.7/COPYING2012-08-07 12:27:08.0 +0200
+++ new/yast2-storage-2.22.9/COPYING2012-08-13 17:24:07.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, 

commit yast2-storage for openSUSE:12.2

2012-08-08 Thread h_root
Hello community,

here is the log from the commit of package yast2-storage for openSUSE:12.2 
checked in at 2012-08-08 11:58:59

Comparing /work/SRC/openSUSE:12.2/yast2-storage (Old)
 and  /work/SRC/openSUSE:12.2/.yast2-storage.new (New)


Package is yast2-storage, Maintainer is aschn...@suse.com

Changes:

--- /work/SRC/openSUSE:12.2/yast2-storage/yast2-storage.changes 2012-07-30 
02:38:33.0 +0200
+++ /work/SRC/openSUSE:12.2/.yast2-storage.new/yast2-storage.changes
2012-08-08 11:59:09.0 +0200
@@ -1,0 +2,35 @@
+Tue Aug 07 11:42:41 CEST 2012 - aschn...@suse.de
+
+- added sanity check for arbitrary mount options (bnc#774521)
+- avoid too big error popups (bnc#774521)
+- 2.22.7
+
+---
+Mon Jul 30 12:07:47 CEST 2012 - aschn...@suse.de
+
+- fixed list of available physical volumes when creating new
+  volume group (bnc#772044)
+
+---
+Tue Jul 24 18:35:04 CEST 2012 - f...@suse.de
+
+- improve handling of btrfs on non-formatted root fs  
+
+---
+Thu Jul 19 11:39:18 CEST 2012 - f...@suse.de
+
+- 2.22.6
+- code FATE#313521 - Define disk order for MD Raid with Yast
+
+---
+Tue Jul 10 16:08:30 CEST 2012 - f...@suse.de
+
+- add pointer to mdadm man page for raid10 parity algo (bnc#757340)
+
+---
+Mon Jun 18 15:05:47 CEST 2012 - aschn...@suse.de
+
+- 2.22.5
+- set btrfs subvolumes during fstab import (bnc#765409)
+
+---

Old:

  yast2-storage-2.22.4.tar.bz2

New:

  yast2-storage-2.22.7.tar.bz2



Other differences:
--
++ yast2-storage.spec ++
--- /var/tmp/diff_new_pack.4iIjKw/_old  2012-08-08 11:59:09.0 +0200
+++ /var/tmp/diff_new_pack.4iIjKw/_new  2012-08-08 11:59:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-storage
-Version:2.22.4
+Version:2.22.7
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-storage-2.22.4.tar.bz2 - yast2-storage-2.22.7.tar.bz2 ++
 23193 lines of diff (skipped)

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