Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package QMPlay2 for openSUSE:Factory checked 
in at 2024-04-05 20:27:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/QMPlay2 (Old)
 and      /work/SRC/openSUSE:Factory/.QMPlay2.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "QMPlay2"

Fri Apr  5 20:27:55 2024 rev:82 rq:1165441 version:24.04.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/QMPlay2/QMPlay2.changes  2024-03-17 
22:17:08.238896754 +0100
+++ /work/SRC/openSUSE:Factory/.QMPlay2.new.1905/QMPlay2.changes        
2024-04-05 20:27:57.230864002 +0200
@@ -1,0 +2,19 @@
+Fri Apr 05 00:19:56 UTC 2024 - Simon Vogl <simon.v...@gmx.net>
+
+- Update to version 24.04.02:
+  * improve restoring playback position feature and make it enabled by default,
+  * remove possibility to move files from playlist using middle mouse button,
+  * minor RadioBrowser improvement for some server errors,
+  * fix executing FFmpeg process in downloader on Qt6,
+  * fix opening multiple files in QMPlay2 on Windows,
+  * set accurate seeking enabled but default,
+  * minor Vulkan fixes for old hardware,
+  * set Ctrl+Q as default close key,
+  * full Qt6 support on Windows,
+  * other minor fixes.
+- Adjusted 0001-add-opensuse-customizations.patch for the new
+  version
+- Switch to generating tarball directly from git to harden package
+  against supply chain attacks
+
+-------------------------------------------------------------------
@@ -100 +119 @@
-  version.
+  version

Old:
----
  QMPlay2-src-24.03.16.tar.xz

New:
----
  QMPlay2-24.04.02.1712076220.f1e5bd8.obscpio
  QMPlay2.obsinfo
  _service
  _servicedata

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

Other differences:
------------------
++++++ QMPlay2.spec ++++++
--- /var/tmp/diff_new_pack.dPHjtV/_old  2024-04-05 20:27:59.110933144 +0200
+++ /var/tmp/diff_new_pack.dPHjtV/_new  2024-04-05 20:27:59.118933438 +0200
@@ -19,14 +19,17 @@
 %define __builder Ninja
 %bcond_without qt6
 
+%define _mtime 1712076220
+%define _commit f1e5bd8
+
 Name:           QMPlay2
-Version:        24.03.16
+Version:        24.04.02
 Release:        0
 Summary:        A Qt based media player, streamer and downloader
 License:        LGPL-3.0-or-later
 Group:          Productivity/Multimedia/Video/Players
 URL:            https://github.com/zaps166/QMPlay2
-Source:         
https://github.com/zaps166/QMPlay2/releases/download/%{version}/QMPlay2-src-%{version}.tar.xz
+Source:         %{name}-%{version}.%{_mtime}.%{_commit}.tar.gz
 # PATCH-FEATURE-OPENSUSE 0001-add-opensuse-customizations.patch -- Fix python 
executable detection and add branding
 Patch1:         0001-add-opensuse-customizations.patch
 BuildRequires:  clang
@@ -104,8 +107,8 @@
 It's a development package for %{name}.
 
 %prep
-%autosetup -p1 -n %{name}-src-%{version}
-# %setup -q -n %{name}-src-%{version}
+%autosetup -p1 -n %{name}-%{version}.%{_mtime}.%{_commit}
+# %setup -q -n %{name}-%{version}.%{_mtime}.%{_commit}
 # %patch1 -p1
 
 %build

++++++ 0001-add-opensuse-customizations.patch ++++++
--- /var/tmp/diff_new_pack.dPHjtV/_old  2024-04-05 20:27:59.318940794 +0200
+++ /var/tmp/diff_new_pack.dPHjtV/_new  2024-04-05 20:27:59.350941971 +0200
@@ -7,9 +7,9 @@
 
 --- a/src/qmplay2/YouTubeDL.cpp
 +++ b/src/qmplay2/YouTubeDL.cpp
-@@ -434,29 +434,9 @@
+@@ -467,29 +467,9 @@
      QString program = m_ytDlPath;
- 
+
  #ifndef Q_OS_WIN
 -    QFile ytDlFile(program);
 -    if (ytDlFile.open(QFile::ReadOnly))
@@ -25,7 +25,7 @@
 -                program = pythonCmd;
 -            }
 -#ifdef Q_OS_MACOS
--            else if (QFileInfo("/usr/local/bin/" + pythonCmd).isExecutable())
+-            else if (QFileInfo(QString("/usr/local/bin/" + 
pythonCmd)).isExecutable())
 -            {
 -                args.prepend(program);
 -                program = "/usr/local/bin/" + pythonCmd;
@@ -38,7 +38,7 @@
 +    args.prepend(program);
 +    program = "python3";
  #endif
- 
+
      m_process.start(program, args);
 
 --- a/src/gui/AboutWidget.cpp

++++++ QMPlay2.obsinfo ++++++
name: QMPlay2
version: 24.04.02.1712076220.f1e5bd8
mtime: 1712076220
commit: f1e5bd81a6d1a097946dde25b5d6078c39d15e0b

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="manual">
    <param name="versionprefix">24.04.02</param>
    <param name="url">https://github.com/zaps166/QMPlay2.git</param>
    <param name="revision">f1e5bd81a6d1a097946dde25b5d6078c39d15e0b</param>
    <param name="scm">git</param>
    <param name="submodules">enable</param>
    <param name="changesgenerate">disable</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="compression">gz</param>
    <param name="file">*.tar</param>
  </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/zaps166/QMPlay2.git</param>
              <param 
name="changesrevision">f1e5bd81a6d1a097946dde25b5d6078c39d15e0b</param></service></servicedata>
(No newline at EOF)

Reply via email to