Hello community, here is the log from the commit of package libstorage for openSUSE:Factory checked in at 2013-09-13 14:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libstorage (Old) and /work/SRC/openSUSE:Factory/.libstorage.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libstorage" Changes: -------- --- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes 2013-08-25 13:34:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes 2013-09-13 14:51:05.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 10 12:19:43 CEST 2013 - [email protected] + +- removed warning popup during probing about parted not being + able to read partition table (fate#307585) +- version 2.24.4 + +------------------------------------------------------------------- @@ -4 +11 @@ -- make additonal types known to ruby/python bindings +- make additional types known to ruby/python bindings @@ -538 +545 @@ -- add option "-P _part" to make dmraid decativate raid (bnc#712671) +- add option "-P _part" to make dmraid deactivate raid (bnc#712671) Old: ---- libstorage-2.24.3.tar.bz2 New: ---- libstorage-2.24.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libstorage.spec ++++++ --- /var/tmp/diff_new_pack.bhzqHs/_old 2013-09-13 14:51:06.000000000 +0200 +++ /var/tmp/diff_new_pack.bhzqHs/_new 2013-09-13 14:51:06.000000000 +0200 @@ -17,7 +17,7 @@ Name: libstorage -Version: 2.24.3 +Version: 2.24.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: libstorage-%{version}.tar.bz2 ++++++ libstorage-2.24.3.tar.bz2 -> libstorage-2.24.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.24.3/VERSION new/libstorage-2.24.4/VERSION --- old/libstorage-2.24.3/VERSION 2013-08-22 12:32:57.000000000 +0200 +++ new/libstorage-2.24.4/VERSION 2013-09-13 11:11:49.000000000 +0200 @@ -1 +1 @@ -2.24.3 +2.24.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.24.3/storage/Disk.cc new/libstorage-2.24.4/storage/Disk.cc --- old/libstorage-2.24.3/storage/Disk.cc 2013-08-12 15:16:51.000000000 +0200 +++ new/libstorage-2.24.4/storage/Disk.cc 2013-09-10 12:26:49.000000000 +0200 @@ -507,22 +507,6 @@ { ronly = true; has_fake_partition = checkFakePartition(systeminfo, pl); - - Text txt = sformat( - // popup text %1$s is replaced by disk name e.g. /dev/hda -_("The partitioning on disk %1$s is not readable by\n" -"the partitioning tool parted, which is used to change the\n" -"partition table.\n" -"\n" -"You can use the partitions on disk %1$s as they are.\n" -"You can format them and assign mount points to them, but you\n" -"cannot add, edit, resize, or remove partitions from that\n" -"disk with this tool."), dev.c_str() ); - - if( has_fake_partition || getenv("LIBSTORAGE_NO_PART_CHECK")!=NULL ) - y2war( "ignoring failed partition check parted/kernel on disk:" << device() ); - else - getStorage()->addInfoPopupText( dev, txt ); } if( range_exceed>0 ) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libstorage-2.24.3/storage/gen_md5sum.cc new/libstorage-2.24.4/storage/gen_md5sum.cc --- old/libstorage-2.24.3/storage/gen_md5sum.cc 2013-08-22 12:38:30.000000000 +0200 +++ new/libstorage-2.24.4/storage/gen_md5sum.cc 2013-09-10 12:33:18.000000000 +0200 @@ -1,5 +1,5 @@ -#define SOURCES_MD5SUM "fb852c08cdc238877fe46e10d81434aa" -#define SOURCES_MD5_DATE " Thu Aug 22 12:38:30 CEST 2013 " +#define SOURCES_MD5SUM "7bb9bf00d5213abfb1af55d0f4810110" +#define SOURCES_MD5_DATE " Tue Sep 10 12:33:18 CEST 2013 " namespace storage { const char* GetSourceMd5() { return SOURCES_MD5SUM; } -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
