Hello community,

here is the log from the commit of package simplescreenrecorder for 
openSUSE:Factory checked in at 2018-06-29 22:26:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/simplescreenrecorder (Old)
 and      /work/SRC/openSUSE:Factory/.simplescreenrecorder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "simplescreenrecorder"

Fri Jun 29 22:26:13 2018 rev:6 rq:616651 version:0.3.11

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/simplescreenrecorder/simplescreenrecorder.changes    
    2016-11-16 13:32:59.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.simplescreenrecorder.new/simplescreenrecorder.changes
   2018-06-29 22:26:24.206483463 +0200
@@ -1,0 +2,18 @@
+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.3.11.tar.gz

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

Other differences:
------------------
++++++ simplescreenrecorder.spec ++++++
--- /var/tmp/diff_new_pack.oAXSRY/_old  2018-06-29 22:26:24.854482974 +0200
+++ /var/tmp/diff_new_pack.oAXSRY/_new  2018-06-29 22:26:24.854482974 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package simplescreenrecorder
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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.3.11
 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)
@@ -116,18 +117,17 @@
 # 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
@@ -140,7 +140,8 @@
 
 %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.3.11.tar.gz ++++++
++++ 111669 lines of diff (skipped)


Reply via email to