Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2016-09-24 15:18:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-09-08 
17:38:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes       
2016-09-24 15:18:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 22 11:32:34 CEST 2016 - shundham...@suse.de
+
+- Don't suppress subvol commit actions after resize (bsc#1000165)
+- 2.26.9
+
+-------------------------------------------------------------------

Old:
----
  libstorage-2.26.8.tar.bz2

New:
----
  libstorage-2.26.9.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libstorage.spec ++++++
--- /var/tmp/diff_new_pack.kPQfzW/_old  2016-09-24 15:18:52.000000000 +0200
+++ /var/tmp/diff_new_pack.kPQfzW/_new  2016-09-24 15:18:52.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libstorage
-Version:        2.26.8
+Version:        2.26.9
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         libstorage-%{version}.tar.bz2

++++++ libstorage-2.26.8.tar.bz2 -> libstorage-2.26.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.8/VERSION 
new/libstorage-2.26.9/VERSION
--- old/libstorage-2.26.8/VERSION       2016-09-07 16:45:12.000000000 +0200
+++ new/libstorage-2.26.9/VERSION       2016-09-22 14:40:09.000000000 +0200
@@ -1 +1 @@
-2.26.8
+2.26.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.8/po/Makefile.am 
new/libstorage-2.26.9/po/Makefile.am
--- old/libstorage-2.26.8/po/Makefile.am        2016-01-18 11:10:13.000000000 
+0100
+++ new/libstorage-2.26.9/po/Makefile.am        2016-09-16 17:05:10.000000000 
+0200
@@ -26,8 +26,8 @@
        files='$(POFILES)'; \
        for file in $$files; do \
            base=`basename $$file`; \
-           echo "$(MSGMERGE) --no-wrap --update $$base $(PACKAGE).pot"; \
-           $(MSGMERGE) --no-wrap --update $$base $(PACKAGE).pot; \
+           echo "$(MSGMERGE) --no-wrap --previous --update $$base 
$(PACKAGE).pot"; \
+           $(MSGMERGE) --no-wrap --previous --update $$base $(PACKAGE).pot; \
        done
 
 install-data-local: $(MOFILES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.8/po/Makefile.in 
new/libstorage-2.26.9/po/Makefile.in
--- old/libstorage-2.26.8/po/Makefile.in        2016-09-07 16:45:58.000000000 
+0200
+++ new/libstorage-2.26.9/po/Makefile.in        2016-09-22 14:41:24.000000000 
+0200
@@ -486,8 +486,8 @@
        files='$(POFILES)'; \
        for file in $$files; do \
            base=`basename $$file`; \
-           echo "$(MSGMERGE) --no-wrap --update $$base $(PACKAGE).pot"; \
-           $(MSGMERGE) --no-wrap --update $$base $(PACKAGE).pot; \
+           echo "$(MSGMERGE) --no-wrap --previous --update $$base 
$(PACKAGE).pot"; \
+           $(MSGMERGE) --no-wrap --previous --update $$base $(PACKAGE).pot; \
        done
 
 install-data-local: $(MOFILES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.8/storage/BtrfsCo.cc 
new/libstorage-2.26.9/storage/BtrfsCo.cc
--- old/libstorage-2.26.8/storage/BtrfsCo.cc    2016-01-18 11:10:13.000000000 
+0100
+++ new/libstorage-2.26.9/storage/BtrfsCo.cc    2016-09-22 14:40:09.000000000 
+0200
@@ -503,7 +503,6 @@
            y2mil( "ret:" << ret << " size_diff:" << size_diff );
            if( ret==0 )
            {
-               v->setSilent();
                v->setResizedSize( v->sizeK()+size_diff );
            }
            y2mil( "size_diff:" << size_diff );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.26.8/storage/gen_md5sum.cc 
new/libstorage-2.26.9/storage/gen_md5sum.cc
--- old/libstorage-2.26.8/storage/gen_md5sum.cc 2016-09-07 16:46:05.000000000 
+0200
+++ new/libstorage-2.26.9/storage/gen_md5sum.cc 2016-09-22 14:41:34.000000000 
+0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   "19a8ae8ead6e08771b4236a4c64b181a"
-#define SOURCES_MD5_DATE " Wed Sep 7 14:46:05 UTC 2016 "
+#define SOURCES_MD5SUM   "559e2954574c894dc7dba48006951743"
+#define SOURCES_MD5_DATE " Thu Sep 22 12:41:34 UTC 2016 "
 namespace storage
 {
 const char* GetSourceMd5() { return SOURCES_MD5SUM; }


Reply via email to