Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libmlt for openSUSE:Factory checked 
in at 2021-04-14 10:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmlt (Old)
 and      /work/SRC/openSUSE:Factory/.libmlt.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmlt"

Wed Apr 14 10:11:29 2021 rev:52 rq:885174 version:6.26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmlt/libmlt.changes    2021-04-12 
12:40:01.957555368 +0200
+++ /work/SRC/openSUSE:Factory/.libmlt.new.2401/libmlt.changes  2021-04-14 
10:11:56.705591558 +0200
@@ -1,0 +2,7 @@
+Tue Apr 13 19:10:53 UTC 2021 - Luigi Baldoni <aloi...@gmx.com>
+
+- Update to version 6.26.1
+  * This version fixes a major regression in version 6.26.0 in
+    the avformat producer to read from network URLs.
+
+-------------------------------------------------------------------

Old:
----
  mlt-6.26.0.tar.gz

New:
----
  mlt-6.26.1.tar.gz

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

Other differences:
------------------
++++++ libmlt.spec ++++++
--- /var/tmp/diff_new_pack.9zRZnQ/_old  2021-04-14 10:11:57.205592403 +0200
+++ /var/tmp/diff_new_pack.9zRZnQ/_new  2021-04-14 10:11:57.209592409 +0200
@@ -18,14 +18,14 @@
 
 %define _name mlt
 %define libname lib%{_name}
-%define lversion 6.26.0
+%define lversion 6.26.1
 %define soname 6
 %define _name_pp %{_name}++
 %define libname_pp lib%{_name_pp}
 %define soname_pp 3
 
 Name:           %{libname}
-Version:        6.26.0
+Version:        6.26.1
 Release:        0
 Summary:        Multimedia framework for television broadcasting
 License:        GPL-3.0-or-later

++++++ mlt-6.26.0.tar.gz -> mlt-6.26.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/CMakeLists.txt 
new/mlt-6.26.1/CMakeLists.txt
--- old/mlt-6.26.0/CMakeLists.txt       2021-04-10 20:16:00.000000000 +0200
+++ new/mlt-6.26.1/CMakeLists.txt       2021-04-13 20:06:13.000000000 +0200
@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 3.14)
 
 project(MLT
-  VERSION 6.26.0
+  VERSION 6.26.1
   DESCRIPTION "Multimedia Framework"
   HOMEPAGE_URL "https://www.mltframework.org";
   LANGUAGES C CXX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/Dockerfile new/mlt-6.26.1/Dockerfile
--- old/mlt-6.26.0/Dockerfile   2021-04-10 20:16:00.000000000 +0200
+++ new/mlt-6.26.1/Dockerfile   2021-04-13 20:06:13.000000000 +0200
@@ -1,4 +1,4 @@
-FROM ubuntu:18.04 AS base
+FROM ubuntu:20.04 AS base
 
 ENV DEBIAN_FRONTEND noninteractive
 ENV HOME /tmp
@@ -13,7 +13,7 @@
   libsox-dev libsdl2-dev libgtk2.0-dev libsoup2.4-dev \
   qt5-default libqt5webkit5-dev libqt5svg5-dev \
   libexif-dev libtheora-dev libvorbis-dev python3-dev cmake xutils-dev \
-  libegl1-mesa-dev libeigen3-dev libfftw3-dev libvdpau-dev
+  libegl1-mesa-dev libeigen3-dev libfftw3-dev libvdpau-dev meson ninja-build
 
 # Get and run the build script
 RUN wget --quiet -O /tmp/build-melt.sh 
https://raw.githubusercontent.com/mltframework/mlt-scripts/master/build/build-melt.sh
 && \
@@ -36,11 +36,12 @@
   # Additional runtime libs \
   libgavl1 libsox3 libexif12 xvfb libxkbcommon-x11-0 libhyphen0 libwebp6 \
   # LADSPA plugins \
-  amb-plugins ambdec autotalent blepvco blop bs2b-ladspa calf-ladspa caps cmt \
+  amb-plugins ambdec autotalent blepvco blop bs2b-ladspa caps cmt \
   csladspa fil-plugins guitarix-ladspa invada-studio-plugins-ladspa 
mcp-plugins \
   omins rev-plugins ste-plugins swh-plugins tap-plugins vco-plugins 
wah-plugins \
+  lsp-plugins-ladspa dpf-plugins-ladspa \
   # Fonts \
-  fonts-liberation 'ttf-adf-.+'
+  fonts-liberation 'ttf-.+'
 
 # Install the build
 COPY --from=build /usr/local/ /usr/local/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/NEWS new/mlt-6.26.1/NEWS
--- old/mlt-6.26.0/NEWS 2021-04-10 20:16:00.000000000 +0200
+++ new/mlt-6.26.1/NEWS 2021-04-13 20:06:13.000000000 +0200
@@ -1,6 +1,12 @@
 MLT Release Notes
 -----------------
 
+Version 6.26.1
+
+This version fixes a major regression in the avformat producer to read from
+network URLs.
+
+
 Version 6.26.0
 
 This is the last planned release of major version 6. Version 7 will be released
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/configure new/mlt-6.26.1/configure
--- old/mlt-6.26.0/configure    2021-04-10 20:16:00.000000000 +0200
+++ new/mlt-6.26.1/configure    2021-04-13 20:06:13.000000000 +0200
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-export version=6.26.0
+export version=6.26.1
 export soversion=6
 
 show_help()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/docs/melt.1 new/mlt-6.26.1/docs/melt.1
--- old/mlt-6.26.0/docs/melt.1  2021-04-10 20:16:00.000000000 +0200
+++ new/mlt-6.26.1/docs/melt.1  2021-04-13 20:06:13.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.4.
-.TH MELT "1" "April 2021" "melt 6.26.0" "User Commands"
+.TH MELT "1" "April 2021" "melt 6.26.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.26.0/src/framework/mlt_version.h 
new/mlt-6.26.1/src/framework/mlt_version.h
--- old/mlt-6.26.0/src/framework/mlt_version.h  2021-04-10 20:16:00.000000000 
+0200
+++ new/mlt-6.26.1/src/framework/mlt_version.h  2021-04-13 20:06:13.000000000 
+0200
@@ -28,7 +28,7 @@
 
 #define LIBMLT_VERSION_MAJOR    6
 #define LIBMLT_VERSION_MINOR    26
-#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          
MLT_STRINGIZE(LIBMLT_VERSION_MAJOR.LIBMLT_VERSION_MINOR.LIBMLT_VERSION_REVISION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mlt-6.26.0/src/modules/avformat/producer_avformat.c 
new/mlt-6.26.1/src/modules/avformat/producer_avformat.c
--- old/mlt-6.26.0/src/modules/avformat/producer_avformat.c     2021-04-10 
20:16:00.000000000 +0200
+++ new/mlt-6.26.1/src/modules/avformat/producer_avformat.c     2021-04-13 
20:06:13.000000000 +0200
@@ -544,7 +544,7 @@
        char *url = strchr( protocol, ':' );
 
        // Truncate protocol string
-       if (url && url - protocol > 1) { // if defined and not a drive letter
+       if (url && (url - protocol) > 1 && avio_check(URL, 0) < 0) { // if 
defined and not a drive letter
                url[0] = '\0';
                ++url;
                mlt_log_debug( NULL, "%s: protocol=%s resource=%s\n", 
__FUNCTION__, protocol, url );

Reply via email to