Hello community,

here is the log from the commit of package taglib for openSUSE:Factory checked 
in at 2019-08-16 15:31:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/taglib (Old)
 and      /work/SRC/openSUSE:Factory/.taglib.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "taglib"

Fri Aug 16 15:31:13 2019 rev:57 rq:723220 version:1.11.2~git20190725.79bc9ccf

Changes:
--------
--- /work/SRC/openSUSE:Factory/taglib/taglib.changes    2019-07-31 
14:14:25.722862322 +0200
+++ /work/SRC/openSUSE:Factory/.taglib.new.22127/taglib.changes 2019-08-16 
15:31:16.593950029 +0200
@@ -1,0 +2,6 @@
+Wed Aug 14 07:57:12 UTC 2019 - tchva...@suse.com
+
+- Update to version 1.11.2~git20190725.79bc9ccf:
+  * Call fflush() before ftruncate() to drop all buffered data (#914)
+
+-------------------------------------------------------------------

Old:
----
  taglib-1.11.2~git20190531.ba7adc2b.tar.xz

New:
----
  taglib-1.11.2~git20190725.79bc9ccf.tar.xz

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

Other differences:
------------------
++++++ taglib.spec ++++++
--- /var/tmp/diff_new_pack.gGC1jk/_old  2019-08-16 15:31:17.505949764 +0200
+++ /var/tmp/diff_new_pack.gGC1jk/_new  2019-08-16 15:31:17.509949763 +0200
@@ -27,7 +27,7 @@
 %bcond_with tests
 %endif
 Name:           taglib%{psuffix}
-Version:        1.11.2~git20190531.ba7adc2b
+Version:        1.11.2~git20190725.79bc9ccf
 Release:        0
 Summary:        Audio Meta-Data Library
 License:        LGPL-2.1-or-later AND MPL-1.1

++++++ taglib-1.11.2~git20190531.ba7adc2b.tar.xz -> 
taglib-1.11.2~git20190725.79bc9ccf.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/taglib-1.11.2~git20190531.ba7adc2b/taglib/toolkit/tfilestream.cpp 
new/taglib-1.11.2~git20190725.79bc9ccf/taglib/toolkit/tfilestream.cpp
--- old/taglib-1.11.2~git20190531.ba7adc2b/taglib/toolkit/tfilestream.cpp       
2019-05-31 13:21:16.000000000 +0200
+++ new/taglib-1.11.2~git20190725.79bc9ccf/taglib/toolkit/tfilestream.cpp       
2019-07-25 04:57:49.000000000 +0200
@@ -493,6 +493,7 @@
 
 #else
 
+  fflush(d->file);
   const int error = ftruncate(fileno(d->file), length);
   if(error != 0)
     debug("FileStream::truncate() -- Coundn't truncate the file.");


Reply via email to