Hello community,

here is the log from the commit of package subtitlecomposer for 
openSUSE:Leap:15.2 checked in at 2020-02-19 18:35:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/subtitlecomposer (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.subtitlecomposer.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "subtitlecomposer"

Wed Feb 19 18:35:48 2020 rev:15 rq:770620 version:0.7.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/subtitlecomposer/subtitlecomposer.changes      
2020-01-15 16:04:23.159956166 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.subtitlecomposer.new.26092/subtitlecomposer.changes
   2020-02-19 18:36:12.301666082 +0100
@@ -1,0 +2,36 @@
+Thu Jun 27 19:10:58 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 0.7.0
+  * Fixed parsing of absolute paths containing '#' character
+  * Fixed open dialogs not showing all supported files
+  * Fixed subtitle text not respecting system font configuration
+  * Fixed waveform not rendering correctly/completely on some
+    formats
+  * Fixed waveform displaying subtitles at wrong times
+  * Fixed waveform not working with some
+  * Fixes to MPV, GStreamer and Xine video player backends
+  * Waveform scrolling is configurable
+  * PocketSphinx language models and VAD are configurable
+  * Added show status bar action to main window popup menu
+  * Improved (scripting) performance
+  * Spell checker will use translation text when it is selected
+  * Waveform and video docks can be hidden
+  * Split lines won't split text on spaces while there are
+    multiple lines
+  * Subtitle lines will always stay sorted by their time
+  * Improved fullscreen video player
+  * Added ability to step by frame
+  * Added play rate controls to video menu
+  * Updated Croatian translation
+  * Updated Italian translation
+  * Updated Russian translation
+
+- Dropped fix_build_with_qt5.11.patch (merged upstream)
+
+-------------------------------------------------------------------
+Tue Jun 12 17:58:02 UTC 2018 - [email protected]
+
+- Added a patch (fix_build_with_qt5.11.patch), taken from upstream,
+  to fix build failure with Qt 5.11.
+
+-------------------------------------------------------------------

Old:
----
  subtitlecomposer-0.6.6.tar.gz

New:
----
  subtitlecomposer-0.7.0.tar.gz

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

Other differences:
------------------
++++++ subtitlecomposer.spec ++++++
--- /var/tmp/diff_new_pack.H2flEL/_old  2020-02-19 18:36:12.661666835 +0100
+++ /var/tmp/diff_new_pack.H2flEL/_new  2020-02-19 18:36:12.665666844 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package subtitlecomposer
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,15 +12,15 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           subtitlecomposer
-Version:        0.6.6
+Version:        0.7.0
 Release:        0
 Summary:        A text-based subtitle editor
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Video/Editors and Convertors
 URL:            https://github.com/maxrd2/subtitlecomposer/
 Source0:        
https://github.com/maxrd2/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -69,15 +69,15 @@
 %lang_package
 
 %prep
-%setup -q
+%setup -q -n SubtitleComposer-%{version}
 
 # Fix permissions
 chmod 644 ChangeLog
 
 # Fix shebang
-sed -i '1s|/usr/bin/env python|%{__python}|' \
+sed -i '1s|%{_bindir}/env python|%{_bindir}/python|' \
        src/scripting/examples/*.py
-sed -i '1s|/usr/bin/env ruby|%{_bindir}/ruby|' \
+sed -i '1s|%{_bindir}/env ruby|%{_bindir}/ruby|' \
        src/scripting/examples/*.rb
 
 %build
@@ -95,7 +95,7 @@
 cp -a %{buildroot}%{_kf5_appsdir}/%{name}/scripts/api/ files_for_doc/
 rm -rf %{buildroot}%{_kf5_appsdir}/%{name}/scripts/api/
 # Point to the correct path of the header files directory (doc)
-perl -pi -e "s|'api'|'/usr/share/doc/packages/subtitlecomposer/api'|" 
%{buildroot}%{_kf5_appsdir}/%{name}/scripts/README
+perl -pi -e "s|'api'|'%{_docdir}/subtitlecomposer/api'|" 
%{buildroot}%{_kf5_appsdir}/%{name}/scripts/README
 
 %suse_update_desktop_file -r %{name} Qt KDE AudioVideo AudioVideoEditing
 
@@ -112,14 +112,15 @@
 %endif
 
 %files
-%doc AUTHORS ChangeLog README.md TODO files_for_doc/api
-%license COPYING
+%doc ChangeLog README.md files_for_doc/api
+%license LICENSE
 %{_kf5_applicationsdir}/%{name}.desktop
 %{_kf5_appsdir}/%{name}/
 %{_kf5_bindir}/%{name}
 %config(noreplace) %{_kf5_configdir}/%{name}rc
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
+%{_kf5_appstreamdir}/%{name}.desktop.appdata.xml
 %{_kf5_iconsdir}/hicolor/*/*/*
 %{_kf5_kxmlguidir}/%{name}/
 %{_kf5_libdir}/%{name}/

++++++ subtitlecomposer-0.6.6.tar.gz -> subtitlecomposer-0.7.0.tar.gz ++++++
++++ 102901 lines of diff (skipped)


Reply via email to