Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gnome-subtitles for openSUSE:Factory
checked in at 2021-09-27 20:09:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-subtitles (Old)
and /work/SRC/openSUSE:Factory/.gnome-subtitles.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-subtitles"
Mon Sep 27 20:09:01 2021 rev:23 rq:921804 version:1.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-subtitles/gnome-subtitles.changes
2021-09-21 21:13:51.326687000 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-subtitles.new.1899/gnome-subtitles.changes
2021-09-27 20:09:27.474498431 +0200
@@ -1,0 +2,27 @@
+Mon Sep 27 11:47:57 UTC 2021 - Paolo Stivanin <[email protected]>
+
+- Update to version 1.7:
+ * Fixed multiple issues related to audio and video playback
+ * GStreamer media playback engine rewrite
+ * Subtitle lines displayed on the video are now immediately
+ refreshed if changed
+ * Fixed an issue which didn't allow for multiple Gnome Subtitles
+ instances to be running simultaneously
+ * Fixed an issue which prevented the application from appearing
+ translated/localized
+ * Fixed an issue with Autocheck Spelling not working immediately
+ when the app is opened
+ * Help menu items now open correctly
+ * Improved the Set Languages dialog window with information on
+ how to install additional language packs
+ * Fixed an issue with the side bar constantly resizing
+ during playback
+ * Fixed an issue where opening an audio file after a video
+ would show the last frame played from the video
+ * Added support for Enchant 2 (in addition to Enchant 1
+ which is still supported)
+ * Optimization to only save the window state when closing
+ the application
+ * AppData and Desktop files have been updated
+
+-------------------------------------------------------------------
Old:
----
gnome-subtitles-1.6.tar.gz
New:
----
gnome-subtitles-1.7.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-subtitles.spec ++++++
--- /var/tmp/diff_new_pack.WWvUNY/_old 2021-09-27 20:09:28.078499096 +0200
+++ /var/tmp/diff_new_pack.WWvUNY/_new 2021-09-27 20:09:28.078499096 +0200
@@ -17,7 +17,7 @@
Name: gnome-subtitles
-Version: 1.6
+Version: 1.7
Release: 0
Summary: Subtitle editor for GNOME
License: GPL-2.0-or-later
@@ -26,7 +26,7 @@
Source0:
https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE gnome-subtitles-gtk-sharp-build-fix.patch [email protected]
-- fix build against new gtk-sharp.
Patch0: gnome-subtitles-gtk-sharp-build-fix.patch
-
+BuildRequires: enchant-devel > 2.0
BuildRequires: fdupes
BuildRequires: gtk-doc
BuildRequires: intltool >= 0.50
@@ -55,13 +55,14 @@
%configure \
--enable-gtk-doc \
%{nil}
-# Disable parallel build - mono fails to often with it
+# Disable parallel build - mono fails too often with it
make -j1
%install
%make_install
find %{buildroot}%{_libdir} -type f -name "*.la" -delete
%find_lang %{name} %{?no_lang_C}
+%find_lang org.gnome.GnomeSubtitles %{?no_lang_C}
%files
%license COPYING
@@ -76,6 +77,6 @@
%dir %{_datadir}/metainfo
%{_datadir}/metainfo/org.gnome.GnomeSubtitles.appdata.xml
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f org.gnome.GnomeSubtitles.lang
%changelog
++++++ gnome-subtitles-1.6.tar.gz -> gnome-subtitles-1.7.tar.gz ++++++
++++ 54942 lines of diff (skipped)
++++++ gnome-subtitles-gtk-sharp-build-fix.patch ++++++
--- /var/tmp/diff_new_pack.WWvUNY/_old 2021-09-27 20:09:28.370499418 +0200
+++ /var/tmp/diff_new_pack.WWvUNY/_new 2021-09-27 20:09:28.370499418 +0200
@@ -1,16 +1,15 @@
-diff -urp
gnome-subtitles-1.6.orig/src/GnomeSubtitles/Execution/ExecutionContext.cs
gnome-subtitles-1.6/src/GnomeSubtitles/Execution/ExecutionContext.cs
---- gnome-subtitles-1.6.orig/src/GnomeSubtitles/Execution/ExecutionContext.cs
2019-06-08 04:05:41.000000000 -0500
-+++ gnome-subtitles-1.6/src/GnomeSubtitles/Execution/ExecutionContext.cs
2020-04-05 12:09:28.544167997 -0500
-@@ -96,7 +96,7 @@ public class ExecutionContext {
+--- a/src/GnomeSubtitles/Execution/ExecutionContext.cs.orig 2021-09-27
13:54:53.269696779 +0200
++++ b/src/GnomeSubtitles/Execution/ExecutionContext.cs 2021-09-27
13:55:00.817727007 +0200
+@@ -97,7 +97,7 @@
methodToExecute();
};
-
+
- app.Run(0, "");
+ app.Run("gnome-subtitles", new string[0]);
}
-@@ -114,4 +114,4 @@ public class ExecutionContext {
+@@ -115,4 +115,4 @@
}