Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package openshot-qt for openSUSE:Factory 
checked in at 2023-07-05 15:31:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openshot-qt (Old)
 and      /work/SRC/openSUSE:Factory/.openshot-qt.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openshot-qt"

Wed Jul  5 15:31:41 2023 rev:5 rq:1096949 version:3.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/openshot-qt/openshot-qt.changes  2023-04-11 
13:51:54.227619500 +0200
+++ /work/SRC/openSUSE:Factory/.openshot-qt.new.23466/openshot-qt.changes       
2023-07-05 15:32:24.127222011 +0200
@@ -1,0 +2,32 @@
+Wed Jul 05 10:58:59 UTC 2023 - adr...@suse.de
+
+- Update to version 3.1.1:
+  * Adding back in "layers", "markers" to webview changes - since we 
accidentally filtered them out.
+  * Allow "duration" to be sent to the webview, to allow auto-increase project 
duration / auto resize the timeline
+  * Protect setWindowTitle from being called by a different thread 
(preview_thread - if sample_rate is updated). Protect preview_thread::update() 
method from triggering with 'sample_rate' update.
+  * Protecting timeline webview from unrelated changes - which can sometimes 
happen prior to the webview being fully loaded (causing a freeze on launch of 
OpenShot)
+  * On launch of OpenShot, convert float sample_rate into Integer (if needed), 
and update settings::sample_rate if needed. This causes our audio device to 
freeze
+  * Bumping version to 3.1.1, min libopenshot dependency to 0.3.2
+  * Updating donors and supporters
+  * Updating translations for 3.1.1 release
+  * Protect from generating a waveform for a NULL clip (we should skip clips 
that we can't find or query). Reported in Sentry: OPENSHOT-1WJ5
+  * Show friendly error to user when Export dialog fails to parse project JSON 
data: Reported in Sentry: OPENSHOT-6X
+  * Refactor some logic in Parent / Child property context menus - to be 
simpler, and more efficient. This solves a bug on Windows also, where file 
paths were not matching correctly.
+  * Adding debug logs to property widget context menus
+  * Removing items from "Parent" and "Child Clip ID" and "Parent Effect" 
context menus in the Property dialog - for example, clips with no effects, or 
clips with no tracking data, etc... Also, making things more consistent with 
parent folders in context menus (None, Clips, Tracked Objects)
+  * Fix object detector and tracker effects when using context menus, color 
pickers, and other property dialog editors - to correctly update the JSON 
without destroying certain data or "objects"
+  * Allow clearing the "Parent" and "Child Clip ID" properties of a clip / 
effect, and allow setting of the initial value to work correctly.
+  * Extending objects protections to color_update and remove_keyframe methods 
- to ignore when an object_id is not found, or a clip has no 'objects' dict
+  * Updating timeline `changed` callback to always reset the current value of 
ENABLE_PLAYBACK_CACHING. For example, sometimes we have already disabled this 
setting before changing the timeline data - and we would like it to stay 
disabled until further notice. This method was accidentally re-enabling the 
caching when we were not expecting it to.
+  * Protecting property widget exception when a label returns an invalid data 
tuple for the current selected property label: Sentry reported this error: 
OPENSHOT-43. This also fixes a regression related to updating ObjectDetector 
and Tracker objects.
+  * Protecting property widget exception when a label returns an invalid data 
tuple for the current selected property label: Setnry reported this error: 
OPENSHOT-43.
+  * Protecting timeline args from non-Integer values. Detected on Sentry: 
OPENSHOT-245G
+  * Fix for editing a title and trying to update a thumbnail on the timeline - 
was missing a required arg
+  * Removing freeze from github actions - too difficult to maintain 
compatibility with all the different builders
+  * Fixing issue where we still had many duplicate profile descriptions 
causing issues. Adding `- width x height | DAR` suffix for only the duplicate 
ones.
+  * Removing old ubuntu 18.04 github builder, adding 22.04
+  * Ignore profile folders on Export dialog init - removes warning log about 
"failed to process" profile folder
+  * Adding Profile search button to Preferences for easier filtering and 
searching for a default profile
+  * Updating duplicate profile names to use unique name (with DAR appended 
onto the end)
+
+-------------------------------------------------------------------

Old:
----
  openshot-qt-3.1.0.obscpio
  openshot-qt-3.1.0.tar.xz

New:
----
  openshot-qt-3.1.1.obscpio

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

Other differences:
------------------
++++++ openshot-qt.spec ++++++
--- /var/tmp/diff_new_pack.PLrjlm/_old  2023-07-05 15:32:25.495230128 +0200
+++ /var/tmp/diff_new_pack.PLrjlm/_new  2023-07-05 15:32:25.503230175 +0200
@@ -18,7 +18,7 @@
 
 %define appname org.openshot.OpenShot
 Name:           openshot-qt
-Version:        3.1.0
+Version:        3.1.1
 Release:        0
 Summary:        Non-linear video editor with broad format support
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PLrjlm/_old  2023-07-05 15:32:25.535230365 +0200
+++ /var/tmp/diff_new_pack.PLrjlm/_new  2023-07-05 15:32:25.539230389 +0200
@@ -1,13 +1,13 @@
 <services>
-  <service name="obs_scm" mode="disabled">
+  <service name="obs_scm" mode="manual">
     <param name="url">https://github.com/OpenShot/openshot-qt.git</param>
     <param name="scm">git</param>
-    <param name="revision">v3.1.0</param>
+    <param name="revision">v3.1.1</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="set_version" mode="disabled"/>
+  <service name="set_version" mode="manual"/>
 
   <service name="tar" mode="buildtime" />
   <service name="recompress" mode="buildtime">

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.PLrjlm/_old  2023-07-05 15:32:25.563230531 +0200
+++ /var/tmp/diff_new_pack.PLrjlm/_new  2023-07-05 15:32:25.563230531 +0200
@@ -1,5 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/OpenShot/openshot-qt.git</param>
-              <param 
name="changesrevision">6ff5f4bc896b2083706e864e470dea72aafc2df0</param></service></servicedata>
+              <param 
name="changesrevision">5416a16b93923d7488d62ae23073e57c8c961e55</param></service></servicedata>
+(No newline at EOF)
 

++++++ openshot-qt-3.1.0.obscpio -> openshot-qt-3.1.1.obscpio ++++++
/work/SRC/openSUSE:Factory/openshot-qt/openshot-qt-3.1.0.obscpio 
/work/SRC/openSUSE:Factory/.openshot-qt.new.23466/openshot-qt-3.1.1.obscpio 
differ: char 49, line 1

++++++ openshot-qt.obsinfo ++++++
--- /var/tmp/diff_new_pack.PLrjlm/_old  2023-07-05 15:32:25.603230768 +0200
+++ /var/tmp/diff_new_pack.PLrjlm/_new  2023-07-05 15:32:25.607230792 +0200
@@ -1,5 +1,5 @@
 name: openshot-qt
-version: 3.1.0
-mtime: 1680332644
-commit: 6ff5f4bc896b2083706e864e470dea72aafc2df0
+version: 3.1.1
+mtime: 1681968435
+commit: 5416a16b93923d7488d62ae23073e57c8c961e55
 

Reply via email to