Hello community,

here is the log from the commit of package simplescreenrecorder for 
openSUSE:Leap:15.2 checked in at 2020-04-14 14:22:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/simplescreenrecorder (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.simplescreenrecorder.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simplescreenrecorder"

Tue Apr 14 14:22:38 2020 rev:11 rq:793771 version:0.4.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/simplescreenrecorder/simplescreenrecorder.changes  
    2020-01-15 16:02:49.311906427 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.simplescreenrecorder.new.3248/simplescreenrecorder.changes
    2020-04-14 14:24:19.401424161 +0200
@@ -1,0 +2,51 @@
+Fri Apr 10 04:39:15 UTC 2020 - Dmitriy Perlow <dap.darkn...@gmail.com>
+
+- Update to 0.4.0 (since 0.3.11):
+  * Use av_muxer_iterate/av_codec_iterate instead of av_oformat_next/av_c.
+  * Added support for Serbian language.
+  * Mouse grabbing when SSR loses focus while selecting a rectangle/w.
+  * Try to disable high-DPI scaling since it breaks too many things in SSR.
+  * Rename EventData for consistency.*
+  * Use the X11 Xinerama extension to get screen resolutions in X11Input.*
+  * High-DPI drawing for VideoPreviewer.
+  * High DPI support for PageInput.
+  * Follow mouse mode in X11input.
+  * Add 'follow fullscreen' recording mode to X11Input.
+  * Update translations.
+  * Actually in X11Input dead space calculation.
+  * Add missing tooltips.
+  * Improve appearance for non-integer scale factors.
+  * Automatically use the right version of lrelease.
+  * Add option to skip the welcome page.
+  * Add xinerama build dep.
+  * Increase maximum image size to 20000x20000.
+  * Add screenshot to readme.
+  * Update copyright year.
+  * Improve command-line option parsing, add option to change settings file.
+  * Add option to start recording immediately after launch.
+  * Add recording schedule.
+  * Add option to start schedule automatically.
+  * Add command-line control over stdin.
+  * Reentrancy problem in stdin handler.
+  * Change default hotkey t.
+- Fixed W: empty-%post & W: empty-%postun.
+
+-------------------------------------------------------------------
+Sun Jun 10 11:21:46 UTC 2018 - dap.darkn...@gmail.com
+
+- Update to 0.3.11 (since 0.3.8):
+  * Fixed FFmpeg 4.0 compatibility.
+  * Fixed AAC codec (missing channel layout).
+  * Improved build system.
+  * Custom recording frame to replace QRubberBand (for Qt5).
+  * Improved build system.
+  * Switch to CMake build system.
+  * Add RGB24 support.
+  * Automatically add scroll bars.
+  * Improve PulseAudio latency handling of monitors.
+  * Add a separate checkbox to enable timestamps.
+  * All options are set to a sensible default value.
+  * Use base-10 units for bitrate for consistency with FFmpeg.
+  * Minor bugfixes.
+
+-------------------------------------------------------------------

Old:
----
  0.3.8.tar.gz

New:
----
  0.4.0.tar.gz

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

Other differences:
------------------
++++++ simplescreenrecorder.spec ++++++
--- /var/tmp/diff_new_pack.YdxNWs/_old  2020-04-14 14:24:19.757424427 +0200
+++ /var/tmp/diff_new_pack.YdxNWs/_new  2020-04-14 14:24:19.761424429 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package simplescreenrecorder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -17,24 +17,25 @@
 
 
 Name:           simplescreenrecorder
-Version:        0.3.8
+Version:        0.4.0
 Release:        0
 Summary:        A feature-rich screen recorder that supports X11 and OpenGL
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          System/X11/Utilities
 Url:            http://www.maartenbaert.be/simplescreenrecorder
 Source:         https://github.com/MaartenBaert/ssr/archive/%{version}.tar.gz
 Source9:        baselibs.conf
 
 BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libjpeg8-devel
 BuildRequires:  libqt5-linguist
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Gui)       >= 5.1
-BuildRequires:  pkgconfig(Qt5Widgets)   >= 5.1
-BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.1
+BuildRequires:  pkgconfig(Qt5Gui)       >= 5.7
+BuildRequires:  pkgconfig(Qt5Widgets)   >= 5.7
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.7
 BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(glu)
@@ -48,6 +49,7 @@
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xi)
+BuildRequires:  pkgconfig(xinerama)
 %ifarch %{ix86} x86_64
 # openGL apps:
 Recommends:     libssr-glinject
@@ -116,31 +118,23 @@
 # if Qt was built with -reduce-relocations."
 export CFLAGS="%{optflags} -fPIC"
 export CXXFLAGS="%{optflags} -fPIC"
-%configure --with-qt5
+%cmake -DWITH_QT5=True
 %else
-%configure \
-           --with-qt5 \
-           --disable-x86-asm \
-           --disable-glinjectlib
+%cmake \
+       -DWITH_QT5=True \
+       -DWITH_GLINJECT=False
 %endif
 make V=1 %{?_smp_mflags}
 
 %install
-%make_install V=1
-find %{buildroot} -type f -name "*.la" -delete -print
+%cmake_install
+%fdupes -s %{buildroot}%{_datadir}/icons/hicolor
 %suse_update_desktop_file %{name}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root)
-%doc COPYING *.txt *.md data/resources/about.htm
+%doc *.txt *.md data/resources/about.htm
+%license COPYING
 %{_bindir}/%{name}
 %{_bindir}/ssr-glinject
 %dir %{_datadir}/appdata

++++++ 0.3.8.tar.gz -> 0.4.0.tar.gz ++++++
++++ 118870 lines of diff (skipped)


Reply via email to