[discord] Update discord to 0.0.38
by Leigh Scott
commit f81b9051606ecbe087f1a62bf1c1ca182284386a
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Dec 14 10:34:53 2023 +0000
Update discord to 0.0.38
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 5176e06..ea1381c 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.37
+Version: 0.0.38
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -81,6 +81,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Thu Dec 14 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.0.38-1
+- Update discord to 0.0.38
+
* Tue Dec 05 2023 Sérgio Basto <sergio(a)serjux.com> - 0.0.37-1
- Update discord to 0.0.37
diff --git a/sources b/sources
index c1f27ef..7f96077 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.37.tar.gz) = 495969155a99364a22fef5d830adec5c03c25ac118d560b1e346fa9190866f9a038c07664124f8f835b77ba4e4d2a268a8eab86dea54274de4904ec374a2c005
+SHA512 (discord-0.0.38.tar.gz) = b526231453bd2eabacd8fd353a8cd33fbc2a3992f5a29a4f21dd32ad79a4caa16cda21652b7d7b261b3a0bf6276a8d443e75d4deca5f47fc25540dbe23996598
1 year, 2 months
[telegram-desktop/f38: 2/2] Fix conflict.
by Vasiliy Glazov
commit 4f4a20151edff3ce10853af7da5af0f2b71c09e3
Merge: ca1b99c ea65018
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Dec 12 14:41:06 2023 +0300
Fix conflict.
telegram-desktop.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --cc telegram-desktop.spec
index 69517f1,eb2fc30..d2edd11
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@@ -161,9 -162,9 +161,12 @@@ desktop-file-validate %{buildroot}%{_da
%{_metainfodir}/*.metainfo.xml
%changelog
+* Tue Dec 12 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.8.4-4
+- Switch to Qt5
+
+ * Sun Nov 19 2023 Sérgio Basto <sergio(a)serjux.com> - 4.8.4-3.1
+ - Rebuilt for Qt_6.6_PRIVATE_API
+
* Fri Jul 28 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.8.4-3
- Rebuild for new Qt 6
1 year, 2 months
[telegram-desktop/f38: 1/2] Switch to use Qt5.
by Vasiliy Glazov
commit ca1b99c32d87e11fb61d85e198685935201d8226
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Dec 12 14:27:48 2023 +0300
Switch to use Qt5.
telegram-desktop.spec | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/telegram-desktop.spec b/telegram-desktop.spec
index 64fd6b4..69517f1 100644
--- a/telegram-desktop.spec
+++ b/telegram-desktop.spec
@@ -6,7 +6,7 @@
Name: telegram-desktop
Version: 4.8.4
-Release: 3%{?dist}
+Release: 4%{?dist}
# Application and 3rd-party modules licensing:
# * Telegram Desktop - GPL-3.0-or-later with OpenSSL exception -- main tarball;
@@ -27,17 +27,16 @@ ExclusiveArch: x86_64 aarch64
BuildRequires: cmake(Microsoft.GSL)
BuildRequires: cmake(OpenAL)
-BuildRequires: cmake(Qt6Concurrent)
-BuildRequires: cmake(Qt6Core)
-BuildRequires: cmake(Qt6Core5Compat)
-BuildRequires: cmake(Qt6DBus)
-BuildRequires: cmake(Qt6Gui)
-BuildRequires: cmake(Qt6Network)
-BuildRequires: cmake(Qt6OpenGL)
-BuildRequires: cmake(Qt6OpenGLWidgets)
-BuildRequires: cmake(Qt6Svg)
-BuildRequires: cmake(Qt6WaylandClient)
-BuildRequires: cmake(Qt6Widgets)
+BuildRequires: cmake(Qt5Concurrent)
+BuildRequires: cmake(Qt5Core)
+BuildRequires: cmake(Qt5DBus)
+BuildRequires: cmake(Qt5Gui)
+BuildRequires: cmake(Qt5Network)
+BuildRequires: cmake(Qt5OpenGL)
+BuildRequires: cmake(KF5CoreAddons)
+BuildRequires: cmake(Qt5Svg)
+BuildRequires: cmake(Qt5WaylandClient)
+BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(fmt)
BuildRequires: cmake(range-v3)
BuildRequires: cmake(tg_owt)
@@ -89,12 +88,12 @@ BuildRequires: libstdc++-devel
BuildRequires: minizip-compat-devel
BuildRequires: ninja-build
BuildRequires: python3
-BuildRequires: qt6-qtbase-private-devel
-BuildRequires: qt6-qtbase-static
+BuildRequires: qt5-qtbase-private-devel
+BuildRequires: qt5-qtbase-static
%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}}
Requires: hicolor-icon-theme
-Requires: qt6-qtimageformats%{?_isa}
+Requires: qt5-qtimageformats%{?_isa}
Requires: webkitgtk6.0%{?_isa}
# Short alias for the main package...
@@ -162,6 +161,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
%{_metainfodir}/*.metainfo.xml
%changelog
+* Tue Dec 12 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.8.4-4
+- Switch to Qt5
+
* Fri Jul 28 2023 Vasiliy Glazov <vascom2(a)gmail.com> - 4.8.4-3
- Rebuild for new Qt 6
1 year, 2 months
[shotcut/f38] Update to 23.11.29
by Martin Gansser
Summary of changes:
572ca75... Update to 23.11.29 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 2 months
[shotcut/f39] (2 commits) ...Update to 23.11.29
by Martin Gansser
Summary of changes:
cee1cb2... Rebuilt for Qt_6.6_PRIVATE_API on Fedora 38 only (*)
572ca75... Update to 23.11.29 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 2 months
[gr-dab] Rebuilt for new volk
by Jaroslav Škarvada
commit bf23208e256b5b9e9acdfc8d94aa0b606ed7d99b
Author: Jaroslav Škarvada <jskarvad(a)redhat.com>
Date: Mon Dec 11 18:01:19 2023 +0100
Rebuilt for new volk
gr-dab.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/gr-dab.spec b/gr-dab.spec
index 053889c..2a1065d 100644
--- a/gr-dab.spec
+++ b/gr-dab.spec
@@ -7,7 +7,7 @@
Name: gr-dab
URL: https://github.com/andrmuel/gr-dab
Version: 0.4
-Release: 17%{?dist}
+Release: 18%{?dist}
License: GPLv3+
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -109,6 +109,9 @@ popd
#%doc %{_docdir}/%{name}/xml
%changelog
+* Mon Dec 11 2023 Jaroslav Škarvada <jskarvad(a)redhat.com> - 0.4-18
+- Rebuilt for new volk
+
* Wed Nov 08 2023 Leigh Scott <leigh123linux(a)gmail.com> - 0.4-17
- Rebuild for new faad2 version
1 year, 2 months
[shotcut] Update to 23.11.29
by Martin Gansser
commit 572ca75420ac2d70ad4e50fc51e597ebc78fc332
Author: Martin Gansser <mgansser(a)online.de>
Date: Fri Dec 8 10:11:29 2023 +0100
Update to 23.11.29
.gitignore | 1 +
shotcut.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0046a0e..28787ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@
/shotcut-23.09.12.tar.gz
/shotcut-23.09.29.tar.gz
/shotcut-23.11.04.tar.gz
+/shotcut-23.11.29.tar.gz
diff --git a/shotcut.spec b/shotcut.spec
index 4e6612e..f76cd2f 100644
--- a/shotcut.spec
+++ b/shotcut.spec
@@ -1,6 +1,6 @@
Name: shotcut
-Version: 23.11.04
-Release: 1%{dist}.1
+Version: 23.11.29
+Release: 1%{dist}
Summary: A free, open source, cross-platform video editor
# The entire source code is GPLv3+ except mvcp/ which is LGPLv2+
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -184,6 +184,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
%doc doc
%changelog
+* Sat Dec 02 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.11.29-1
+- Update to 23.11.29
+
* Sun Nov 19 2023 Sérgio Basto <sergio(a)serjux.com> - 23.11.04-1.1
- Rebuilt for Qt_6.6_PRIVATE_API on Fedora 38 only
@@ -192,10 +195,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_metainfodir}/org.%{name}.S
- Add BR pkgconfig(Qt6Charts)
- Add Hebrew language
-* Thu Oct 05 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.97.29-1
+* Thu Oct 05 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.09.29-1
- Update to 23.09.29
-* Sun Sep 24 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.97.12-1
+* Sun Sep 24 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.09.12-1
- Update to 23.09.12
* Mon Aug 14 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.07.29-1
diff --git a/sources b/sources
index cc6a800..a1eec57 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (shotcut-23.11.04.tar.gz) = bf002b59eceff675cdfe5c5e80a7c8e55a217dde04a61f2079fb42492a008f4c8526ac18abd26b0ef8973ac677db99b67dab555bb47fb4d99a4d0edba85a0fa6
+SHA512 (shotcut-23.11.29.tar.gz) = 94856fd414e15a3cca59b5ee4445616848db7bdcf1974deaafbf1f378c1e3eeffe4afd72f7ee40c619dcf85748b525c905db60cdbc22331f059b78aa7d80fa78
1 year, 2 months