Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2016-11-23 13:37:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2016-11-14 
20:17:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmlt.new/libmlt.changes       2016-11-23 
13:37:16.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Nov 16 09:14:15 UTC 2016 - [email protected]
+
+- Update to version 6.4.1
+  * This is a hot-fix release for v6.4 that fixes a symbol
+    version declaration problem for the new C++ method
+    Mlt::Profile::is_valid().
+
+-------------------------------------------------------------------

Old:
----
  v6.4.0.tar.gz

New:
----
  v6.4.1.tar.gz

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

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.dr534n/_old  2016-11-23 13:37:18.000000000 +0100
+++ /var/tmp/diff_new_pack.dr534n/_new  2016-11-23 13:37:18.000000000 +0100
@@ -32,7 +32,7 @@
 %define soname_pp 3
 
 Name:           %{libname}
-Version:        6.4.0
+Version:        6.4.1
 Release:        0
 Summary:        Multimedia framework designed and developed for television 
broadcasting
 License:        GPL-3.0+

++++++ v6.4.0.tar.gz -> v6.4.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/Doxyfile new/mlt-6.4.1/Doxyfile
--- old/mlt-6.4.0/Doxyfile      2016-11-12 07:27:39.000000000 +0100
+++ new/mlt-6.4.1/Doxyfile      2016-11-16 07:53:11.000000000 +0100
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER = 6.4.0
+PROJECT_NUMBER = 6.4.1
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/NEWS new/mlt-6.4.1/NEWS
--- old/mlt-6.4.0/NEWS  2016-11-12 07:27:39.000000000 +0100
+++ new/mlt-6.4.1/NEWS  2016-11-16 07:53:11.000000000 +0100
@@ -1,6 +1,12 @@
 MLT Release Notes
 -----------------
 
+Version 6.4.1 - November 15, 2016
+
+Hot fix for new C++ symbol Mlt::Profile::is_valid() not declare const in
+symbol versioning. This was breaking script bindings.
+
+
 Version 6.4.0 - November 11, 2016
 
 This is both a bugfix and enhancement release:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/configure new/mlt-6.4.1/configure
--- old/mlt-6.4.0/configure     2016-11-12 07:27:39.000000000 +0100
+++ new/mlt-6.4.1/configure     2016-11-16 07:53:11.000000000 +0100
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=6.4.0
+export version=6.4.1
 export soversion=6
 
 show_help()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/docs/melt.1 new/mlt-6.4.1/docs/melt.1
--- old/mlt-6.4.0/docs/melt.1   2016-11-12 07:27:39.000000000 +0100
+++ new/mlt-6.4.1/docs/melt.1   2016-11-16 07:53:11.000000000 +0100
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "November 2016" "melt 6.4.0" "User Commands"
+.TH MELT "1" "November 2016" "melt 6.4.1" "User Commands"
 .SH NAME
 melt \- author, play, and encode multitrack audio/video compositions
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/src/framework/mlt_version.h 
new/mlt-6.4.1/src/framework/mlt_version.h
--- old/mlt-6.4.0/src/framework/mlt_version.h   2016-11-12 07:27:39.000000000 
+0100
+++ new/mlt-6.4.1/src/framework/mlt_version.h   2016-11-16 07:53:11.000000000 
+0100
@@ -28,7 +28,7 @@
 
 #define LIBMLT_VERSION_MAJOR    6
 #define LIBMLT_VERSION_MINOR    4
-#define LIBMLT_VERSION_REVISION 0
+#define LIBMLT_VERSION_REVISION 1
 #define LIBMLT_VERSION_INT      
((LIBMLT_VERSION_MAJOR<<16)+(LIBMLT_VERSION_MINOR<<8)+LIBMLT_VERSION_REVISION)
 #define LIBMLT_VERSION          
STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.4.0/src/mlt++/mlt++.vers 
new/mlt-6.4.1/src/mlt++/mlt++.vers
--- old/mlt-6.4.0/src/mlt++/mlt++.vers  2016-11-12 07:27:39.000000000 +0100
+++ new/mlt-6.4.1/src/mlt++/mlt++.vers  2016-11-16 07:53:11.000000000 +0100
@@ -519,6 +519,6 @@
 MLTPP_6.4.0 {
   global:
     extern "C++" {
-      "Mlt::Profile::is_valid()";
+      "Mlt::Profile::is_valid() const";
   };
 } MLTPP_0.9.8;


Reply via email to