Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cutterff for openSUSE:Factory 
checked in at 2021-08-31 19:55:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cutterff (Old)
 and      /work/SRC/openSUSE:Factory/.cutterff.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cutterff"

Tue Aug 31 19:55:51 2021 rev:8 rq:915273 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cutterff/cutterff.changes        2019-08-07 
14:00:45.404853295 +0200
+++ /work/SRC/openSUSE:Factory/.cutterff.new.1899/cutterff.changes      
2021-08-31 19:56:52.738053899 +0200
@@ -1,0 +2,64 @@
+Tue Aug 31 13:52:39 UTC 2021 - enzok...@kabelmail.de
+
+- Update to version 1.0
+  * main.c
+    + replaced 'GLIB_MAJOR_VERSION' with
+      'GLIB_MINOR_VERSION' and 'glib_major_version'
+      with 'glib_minor_version'
+  * gui.c
+    + setting '-GtkMenuBar-shadow-type' only for
+      versions < 3.20 (GTK-3 only)
+    + if closing a file with unsaved cutpoints a
+      dialog asks for discarding changes
+    + replaced in 'cff_gui_css_load_from_data'
+      'gtk_style_context_add_provider_for_screen'
+      with 'gtk_style_context_add_provider'
+    + changed priority in 'cff_gui_logwindow_color_set'
+      from 'GTK_STYLE_PROVIDER_PRIORITY_APPLICATION' to
+      '..._USER' (GTK-3 only)
+    + changed tag color and font in 'textview' to
+        GTK-2 'gtk_widget_modify_...' or
+        GTK-3 'cff_gui_css_load_from_data'
+    + in 'cff_gui_logwindow_color_parse' converting
+      'rgb(r,g,b)' to '#rrggbb' (GTK-2 only)
+    + popup in 'cff_gui_file_save' for selecting the
+      encoder for soft cutting
+    + may hang if log was set to 'debug'. So
+      'g_main_context_invoke_full' in 'cff_gui_logwindow_cb'
+      was removed, 'cff_gui_logwindow_mainthread' is now
+      called every 5ms using 'g_timeout_add_full'
+    + remove last '\n' from log string in 'cff_gui_logwindow_cb'
+    + '_textview_scroll_to_iter' in 'cff_gui_logwindow_cb'
+      was removed. Now down scrolling is done using the
+      signal 'changed', and setting the new value in
+      'cff_gui_logwindow_adjustment' with the function
+      'gtk_adjustment_set_value'
+    + the slider is now 'GtkScale'
+    + using 'Cairo' instead of 'GdkDraw' (GTK-2 only)
+  * ffmpeg.c
+    + 'cff_ffmpeg_print_codecs_for_id': codecs separated
+      by commas, last space in front of terminating ')'
+      removed
+    + softcut is de- and encoding frames at the cutpoint(s)
+    + stream-sync starts copying packets if the timestamp
+      is greater or equal than the cutpoint
+    + test if bitstream filter 'mp4toannexb' is needed for
+      encoding in 'cff_ffmpeg_get_frame_dts' (h.264 + h.265)
+    + 'cff_ffmpeg_copy_open': if 'avformat_transfer_internal_
+      stream_timing_info' failed, try '(st->oStream)->time_
+      base = (st->iStream)->time_base' before 'av_stream_get_
+      codec_timebase'
+    + if the first DVB subtitle frame should clear a subtitle,
+      it is dropped (no subtitle shown yet). This will also
+      compute the right stream duration
+  * tools-gtk.c
+    + renamed 'guitl_' to 'cff_guitl_'
+    + moved 'cff_gui_beep' to 'cff_guitl_beep'
+    + 'cff_guitl_window_destroy' sets 'gWindata.topwin'
+      to NULL, if the main window is not on the top
+    + 'cff_guitl_dialog_icon' sets 'gWindata.topwin' to
+      'gWindata.mainwin', is the top window is NULL
+    + changed signal 'size-allocate' in 'cff_guitl_window_setup'
+      to 'configure-event'
+
+-------------------------------------------------------------------

Old:
----
  cutterff-0.9-src.tar.bz2

New:
----
  cutterff-1.0-src.tar.bz2

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

Other differences:
------------------
++++++ cutterff.spec ++++++
--- /var/tmp/diff_new_pack.CQX7Be/_old  2021-08-31 19:56:53.182054514 +0200
+++ /var/tmp/diff_new_pack.CQX7Be/_new  2021-08-31 19:56:53.186054519 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cutterff
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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:           cutterff
 Summary:        Video cutter that uses FFmpeg and GTK+
-Version:        0.9
+Version:        1.0
 Release:        0
-Url:            https://cutterff.sourceforge.io/
+URL:            https://cutterff.sourceforge.io/
 Source0:        %{name}-%{version}-src.tar.bz2
 Source1:        %{name}.desktop
 License:        GPL-3.0
@@ -48,12 +48,12 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-%{version}
+%autosetup
 
 %build
 export CPPFLAGS="%{optflags}"
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -62,16 +62,7 @@
 
 %find_lang %{name}
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-
-%postun
-%desktop_database_postun
-%endif
-
 %files
-%defattr(-,root,root)
 %license COPYING
 %doc README ChangeLog
 %{_bindir}/%{name}

++++++ cutterff-0.9-src.tar.bz2 -> cutterff-1.0-src.tar.bz2 ++++++
++++ 14175 lines of diff (skipped)

Reply via email to