[telegram-desktop/f33] Disabled LTO on Fedora 33+ due to Qt regressions.
by Vitaly Zaitsev
commit c29a6228e529b38dcc09ea6f5beba8909fc7dbdf
Author: Vitaly Zaitsev <vitaly(a)easycoding.org>
Date: Mon Sep 21 17:51:43 2020 +0200
Disabled LTO on Fedora 33+ due to Qt regressions.
telegram-desktop.spec | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 516521a..4cfce50 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -3,7 +3,6 @@
# Build conditionals (with - OFF, without - ON)...
%bcond_with rlottie
-%bcond_without ipo
%bcond_without webrtc
%bcond_with gtk3
%bcond_with clang
@@ -14,6 +13,13 @@
%bcond_without mapbox
%endif
+# F33+ has some issues with LTO: https://bugzilla.redhat.com/show_bug.cgi?id=1880290
+%if 0%{?fedora} && 0%{?fedora} >= 33
+%bcond_with ipo
+%else
+%bcond_without ipo
+%endif
+
# Telegram Desktop's constants...
%global appname tdesktop
%global launcher telegramdesktop
@@ -40,7 +46,7 @@
Name: telegram-desktop
Version: 2.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPLv3+ with OpenSSL exception -- main tarball;
@@ -283,6 +289,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{launcher}.desktop
%{_metainfodir}/%{launcher}.appdata.xml
%changelog
+* Mon Sep 21 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.3.2-2
+- Fixed startup crash on Fedora 33+.
+
* Sun Aug 30 2020 Vitaly Zaitsev <vitaly(a)easycoding.org> - 2.3.2-1
- Updated to version 2.3.2.
4 years, 2 months
[simplescreenrecorder] Drop ppc64 exclude
by Nicolas Chauvet
commit 53e6602eee3249809eebfde605ae7fd52a5fb2eb
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Sep 21 16:59:56 2020 +0200
Drop ppc64 exclude
simplescreenrecorder.spec | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/simplescreenrecorder.spec b/simplescreenrecorder.spec
index d758bd8..cf11c67 100644
--- a/simplescreenrecorder.spec
+++ b/simplescreenrecorder.spec
@@ -4,7 +4,7 @@
Name: simplescreenrecorder
Version: 0.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Simple Screen Recorder is a screen recorder for Linux
License: GPLv3
@@ -31,10 +31,8 @@ BuildRequires: qt5-linguist
BuildRequires: libappstream-glib
Requires: hicolor-icon-theme
-Obsoletes: %{name}-libs
+Obsoletes: %{name}-libs < %{version}-3
-#https://github.com/MaartenBaert/ssr/issues/533
-ExcludeArch: %{power64}
%description
It is a screen recorder for Linux.
@@ -85,6 +83,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
%{_datadir}/metainfo/%{name}.metainfo.xml
%changelog
+* Mon Sep 21 2020 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.2-3
+- Drop ppc64 exclude
+- Add versionned obsoletes
+
* Tue Aug 18 2020 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
4 years, 2 months
[vidcutter] Development has been discontinued.
by Martin Gansser
commit c04cc09e909144b8ca269ed10f7f20ab8fa71c8c
Author: Martin Gansser <mgansser(a)online.de>
Date: Mon Sep 21 15:57:40 2020 +0200
Development has been discontinued.
.gitignore | 6 -
...s-apparently-never-actually-done-anything.patch | 98 ---------------
dead.package | 1 +
sources | 1 -
vidcutter.spec | 133 ---------------------
5 files changed, 1 insertion(+), 238 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 0000000..7d27910
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Development has been discontinued.
4 years, 2 months
[qmmp-plugins-freeworld] version bump to 1.4.2
by Karel Volný
commit ad296400cc5c12be901c489b5ae76a94c76df5d3
Author: Karel Volný <kvolny(a)redhat.com>
Date: Mon Sep 21 15:42:31 2020 +0200
version bump to 1.4.2
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0480df1..6dd4e0c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-1.3.6.tar.bz2
/qmmp-1.3.7.tar.bz2
/qmmp-1.4.1.tar.bz2
+/qmmp-1.4.2.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index cf4051f..ed96b2b 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,5 +1,5 @@
Name: qmmp-plugins-freeworld
-Version: 1.4.1
+Version: 1.4.2
Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
@@ -170,6 +170,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg-enque
%changelog
+* Mon Sep 21 2020 Karel Volný <kvolny(a)redhat.com> 1.4.2-1
+- version bump to 1.4.2
+
* Tue Aug 18 2020 Karel Volný <kvolny(a)redhat.com> 1.4.1-1
- version bump to 1.4.1
- adapted to F33 System-Wide Change: CMake to do out-of-source builds
diff --git a/sources b/sources
index 689cbcd..f21f3ee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-1.4.1.tar.bz2) = af971447383730328e33dc724b9d598a26404517d5aa6e8bb5a2d84bbeb1f628d363383bb5ddc571855d8416b084edd09f64174de7985788671e47317ec9f1bf
+SHA512 (qmmp-1.4.2.tar.bz2) = 00ed0c4bd74dc50294c9d8e717f249a577fb26f5d4eb93dbc42c6c79964188fd885ab577904dea5aec31db0d2b828d7038febca1ffdfd2f4bfe81f931bbed7ff
4 years, 2 months
[nvidia-settings-390xx] Use 390xx in appdata name
by Leigh Scott
commit bf7301be965764ada69d37f36b85e2f5e0ae5b74
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Sun Sep 20 11:32:50 2020 +0100
Use 390xx in appdata name
nvidia-settings-390xx.appdata.xml | 2 +-
nvidia-settings-390xx.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nvidia-settings-390xx.appdata.xml b/nvidia-settings-390xx.appdata.xml
index d162692..9880d49 100644
--- a/nvidia-settings-390xx.appdata.xml
+++ b/nvidia-settings-390xx.appdata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>nvidia-settings-390xx.desktop</id>
- <name>NVIDIA Graphics Drivers Control Panel</name>
+ <name>NVIDIA 390xx Graphics Drivers Control Panel</name>
<summary>Accelerated Linux Graphics Driver Control Panel</summary>
<description>
<p>
diff --git a/nvidia-settings-390xx.spec b/nvidia-settings-390xx.spec
index c1bc065..98571cd 100644
--- a/nvidia-settings-390xx.spec
+++ b/nvidia-settings-390xx.spec
@@ -1,6 +1,6 @@
Name: nvidia-settings-390xx
Version: 390.138
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Configure the NVIDIA 390xx series graphics driver
License: GPLv2+
@@ -129,6 +129,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%changelog
+* Sun Sep 20 2020 Leigh Scott <leigh123linux(a)gmail.com> - 390.138-4
+- Use 390xx in appdata name
+
* Sun Sep 20 2020 Leigh Scott <leigh123linux(a)gmail.com> - 390.138-3
- Fix appdata conflict with nvidia main
4 years, 2 months