Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2013-07-27 15:47:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-07 
22:18:31.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes       
2013-07-27 15:47:40.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 23 17:02:29 CEST 2013 - [email protected]
+
+- remove obsolete empty function initDefaultLogger()
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libstorage-2.24.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libstorage-2.24.1/bindings/ruby/examples/output_test.rb 
new/libstorage-2.24.1/bindings/ruby/examples/output_test.rb
--- old/libstorage-2.24.1/bindings/ruby/examples/output_test.rb 2013-01-22 
11:28:07.000000000 +0100
+++ new/libstorage-2.24.1/bindings/ruby/examples/output_test.rb 2013-07-23 
17:20:13.000000000 +0200
@@ -2,7 +2,6 @@
 
 require 'storage'
 
-Storage::initDefaultLogger()
 env = Storage::Environment.new(true)
 storageInterface = Storage::createStorageInterface(env)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/Storage.cc 
new/libstorage-2.24.1/storage/Storage.cc
--- old/libstorage-2.24.1/storage/Storage.cc    2013-06-19 12:25:52.000000000 
+0200
+++ new/libstorage-2.24.1/storage/Storage.cc    2013-07-23 17:20:13.000000000 
+0200
@@ -64,13 +64,6 @@
     using namespace std;
 
 void
-initDefaultLogger()
-    {
-    /* initentionally left empty for backward compatibility         */
-    /* logdir initialisation is in constructor of class Environment */
-    }
-
-void
 initDefaultLogger( const string& logdir )
     {
     string path(logdir);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/StorageInterface.h 
new/libstorage-2.24.1/storage/StorageInterface.h
--- old/libstorage-2.24.1/storage/StorageInterface.h    2013-04-16 
17:08:01.000000000 +0200
+++ new/libstorage-2.24.1/storage/StorageInterface.h    2013-07-23 
17:20:13.000000000 +0200
@@ -2790,11 +2790,6 @@
     list<string> getPresentDisks();
 
     /**
-     * Initializes default logging.
-     */
-    void initDefaultLogger();
-
-    /**
      * Initializes default logging with explicit log dir.
      */
     void initDefaultLogger( const string& logdir );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libstorage-2.24.1/storage/gen_md5sum.cc 
new/libstorage-2.24.1/storage/gen_md5sum.cc
--- old/libstorage-2.24.1/storage/gen_md5sum.cc 2013-07-04 11:17:27.000000000 
+0200
+++ new/libstorage-2.24.1/storage/gen_md5sum.cc 2013-07-23 17:28:02.000000000 
+0200
@@ -1,5 +1,5 @@
-#define SOURCES_MD5SUM   "fae6721060325cccfb77feebdc3e7763"
-#define SOURCES_MD5_DATE " Thu Jul 4 11:17:27 CEST 2013 "
+#define SOURCES_MD5SUM   "e2d082378bc85881c543e00f8cbc1b1c"
+#define SOURCES_MD5_DATE " Tue Jul 23 17:28:02 CEST 2013 "
 namespace storage
 {
 const char* GetSourceMd5() { return SOURCES_MD5SUM; }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to