Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package octave-forge-video for openSUSE:Factory checked in at 2024-01-03 12:33:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/octave-forge-video (Old) and /work/SRC/openSUSE:Factory/.octave-forge-video.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-video" Wed Jan 3 12:33:03 2024 rev:2 rq:1136487 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/octave-forge-video/octave-forge-video.changes 2023-04-27 20:01:35.622158042 +0200 +++ /work/SRC/openSUSE:Factory/.octave-forge-video.new.28375/octave-forge-video.changes 2024-01-03 12:33:25.889990722 +0100 @@ -1,0 +2,10 @@ +Wed Jan 3 09:44:54 UTC 2024 - Stefan Brüns <stefan.bru...@rwth-aachen.de> + +- Update to version 2.1.1: + + Add support for FFMPEG 5.x. + + Drop support for old ffmpeg versions. + Lavu56.22.100, SwS5.3.100, Lavc58.35.100, Lavf58.20.100 + is the lowest tested combination. +- Update Source0 and URL tags to point to new upstream home. + +------------------------------------------------------------------- Old: ---- video-2.0.2.tar.gz New: ---- video-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ octave-forge-video.spec ++++++ --- /var/tmp/diff_new_pack.Eom0Ri/_old 2024-01-03 12:33:26.394009164 +0100 +++ /var/tmp/diff_new_pack.Eom0Ri/_new 2024-01-03 12:33:26.398009311 +0100 @@ -1,7 +1,7 @@ # # spec file for package octave-forge-video # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,20 @@ %define octpkg video Name: octave-forge-%{octpkg} -Version: 2.0.2 +Version: 2.1.1 Release: 0 Summary: A wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG License: GPL-3.0-or-later Group: Productivity/Scientific/Math -URL: http://octave.sourceforge.net -Source0: http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz +URL: https://gnu-octave.github.io/packages/video/ +Source0: https://github.com/Andy1978/octave-video/releases/download/%{version}/video-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: hdf5-devel BuildRequires: pkgconfig(octave) -BuildRequires: pkgconfig(libavcodec) < 59 -BuildRequires: pkgconfig(libavformat) < 59 -BuildRequires: pkgconfig(libswscale) < 6 -Requires: octave-cli >= 4.4.0 +BuildRequires: pkgconfig(libavcodec) >= 58.35.100 +BuildRequires: pkgconfig(libavformat) >= 58.20.100 +BuildRequires: pkgconfig(libswscale) >= 5.3.100 +Requires: octave-cli >= 4.4.1 %description A wrapper for OpenCV's CvCapture_FFMPEG and CvVideoWriter_FFMPEG. ++++++ video-2.0.2.tar.gz -> video-2.1.1.tar.gz ++++++ ++++ 3446 lines of diff (skipped)