Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package recordmydesktop for openSUSE:Factory
checked in at 2021-05-11 23:03:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/recordmydesktop (Old)
and /work/SRC/openSUSE:Factory/.recordmydesktop.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "recordmydesktop"
Tue May 11 23:03:56 2021 rev:7 rq:892086 version:0.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/recordmydesktop/recordmydesktop.changes
2014-10-05 20:33:57.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.recordmydesktop.new.2988/recordmydesktop.changes
2021-05-11 23:04:00.129000988 +0200
@@ -1,0 +2,17 @@
+Fri May 7 14:41:16 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 0.4.0
+ * Respect TMPDIR if set instead of always using /tmp
+ * Fix crash when XFixesGetCursorImage() returns NULL
+ * Fix video encoding with newer versions of libtheora by defaulting
+ v_bitrate to 0
+ * Change default ALSA device to "default"
+ * Make --rescue work again
+ * Completely reformat man page
+ * Use libpopt for option parsing
+- Drop upstream fixed patches
+ * recordmydesktop-x11-includes.patch
+ * recordmydesktop-gcc-includes.patch
+ * recordmydesktop-sane-theora-defaults.patch
+
+-------------------------------------------------------------------
Old:
----
recordmydesktop-0.3.8.1.tar.gz
recordmydesktop-gcc-includes.patch
recordmydesktop-sane-theora-defaults.patch
recordmydesktop-x11-includes.patch
New:
----
recordmydesktop-0.4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ recordmydesktop.spec ++++++
--- /var/tmp/diff_new_pack.K3ClD3/_old 2021-05-11 23:04:00.652998598 +0200
+++ /var/tmp/diff_new_pack.K3ClD3/_new 2021-05-11 23:04:00.656998579 +0200
@@ -1,7 +1,7 @@
#
# spec file for package recordmydesktop
#
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,19 +17,13 @@
Name: recordmydesktop
-Version: 0.3.8.1
+Version: 0.4.0
Release: 0
Summary: Desktop Recorder
License: GPL-2.0
Group: Productivity/Multimedia/Video/Editors and Convertors
-Url: http://recordmydesktop.sourceforge.net
-Source: %{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE add x11 includes (>= 11.3 only)
-Patch0: recordmydesktop-x11-includes.patch
-# PATCH-FIX-OPENSUSE add gcc includes
-Patch1: recordmydesktop-gcc-includes.patch
-# PATCH-FIX-UPSTREAM recordmydesktop-sane-theora-defaults.patch rh#525155
[email protected] -- Use sane default values for Theora encoder
-Patch2: recordmydesktop-sane-theora-defaults.patch
+URL: https://enselic.github.io/recordmydesktop/
+Source:
https://github.com/Enselic/recordmydesktop/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: alsa-devel
BuildRequires: jack-devel
BuildRequires: libogg-devel
@@ -37,6 +31,7 @@
BuildRequires: libvorbis-devel
BuildRequires: zlib-devel
BuildRequires: pkgconfig(ice)
+BuildRequires: pkgconfig(popt)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xdamage)
@@ -52,26 +47,18 @@
%prep
%setup -q
-%if 0%{?suse_version} >= 1130
-%patch0 -p1
-%endif
-%patch1 -p1
-%patch2 -p1
%build
%configure --enable-jack=yes
-make %{?_smp_mflags}
+%make_build
%install
-%makeinstall
-
-%clean
-rm -rf %{buildroot}
+%make_install
%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README TODO
%{_bindir}/recordmydesktop
-%doc %{_mandir}/man1/recordmydesktop.1*
+%{_mandir}/man1/recordmydesktop.1%{?ext_man}
%changelog
++++++ recordmydesktop-0.3.8.1.tar.gz -> recordmydesktop-0.4.0.tar.gz ++++++
++++ 26941 lines of diff (skipped)