From cf17c44ba7b3fe89f62731336ec15528c0a47562 Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 7 Oct 2023 18:24:14 +0800 Subject: [PATCH] chore: sync with Terra 38 --- anda/apps/anki-bin/anki-bin.spec | 4 ++-- anda/apps/anki-qt5/anki-qt5.spec | 4 ++-- anda/apps/anki/anda.hcl | 1 + anda/apps/anki/anki.spec | 6 +++--- anda/apps/armcord-bin/armcord-bin.spec | 2 +- anda/apps/armcord/armcord.spec | 2 +- .../discord-canary-openasar.spec | 2 +- anda/apps/discord-canary/discord-canary.spec | 2 +- anda/apps/discord-openasar/discord-openasar.spec | 2 +- .../discord-ptb-openasar/discord-ptb-openasar.spec | 2 +- anda/apps/discord-ptb/discord-ptb.spec | 2 +- anda/apps/discord/discord.spec | 2 +- anda/audio/voicevox/voicevox.spec | 2 +- .../elementary-greeter/elementary-greeter.spec | 10 ++++------ anda/desktops/elementary/gala/gala.spec | 7 +++---- anda/desktops/elementary/wingpanel/wingpanel.spec | 6 +++--- anda/desktops/kde/kde-liquidshell/update.rhai | 2 +- anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec | 2 +- anda/groovy/groovy-docs/groovy-docs.spec | 2 +- anda/groovy/groovy-docs/update.rhai | 6 ++---- anda/groovy/groovy.spec | 2 +- anda/groovy/update.rhai | 6 ++---- .../kwin-system76-scheduler-integration.spec | 14 +++++++------- anda/others/sass/sass.spec | 2 +- anda/python/protobuf/python3-protobuf.spec | 2 +- anda/tools/codium/codium.spec | 2 +- anda/tools/electron/electron.spec | 2 +- anda/tools/limine/limine.spec | 2 +- 28 files changed, 47 insertions(+), 53 deletions(-) diff --git a/anda/apps/anki-bin/anki-bin.spec b/anda/apps/anki-bin/anki-bin.spec index 3f8dd8e44f..aaff6be442 100644 --- a/anda/apps/anki-bin/anki-bin.spec +++ b/anda/apps/anki-bin/anki-bin.spec @@ -1,13 +1,13 @@ Name: anki-bin Version: 2.1.66 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Flashcard program for using space repetition learning (Installed with wheel) License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ BuildRequires: python3-installer python3.11 rpm_macro(fdupes) Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat -Requires: python3-flask-cors python3-protobuf python3-requests python3-waitress +Requires: python3-flask-cors python3-protobuf python3-requests python3-waitress python3-pyqt6-webengine ExclusiveArch: x86_64 Conflicts: anki Source0: https://files.pythonhosted.org/packages/cp39/a/anki/anki-%{version}-cp39-abi3-manylinux_2_28_%{_arch}.whl diff --git a/anda/apps/anki-qt5/anki-qt5.spec b/anda/apps/anki-qt5/anki-qt5.spec index 9a1bb187ed..5d27322ef7 100644 --- a/anda/apps/anki-qt5/anki-qt5.spec +++ b/anda/apps/anki-qt5/anki-qt5.spec @@ -1,6 +1,6 @@ Name: anki-qt5 Version: 2.1.66 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Flashcard program for using space repetition learning License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ @@ -8,7 +8,7 @@ BuildRequires: python3-devel python3-setuptools python3-waitress python3-protob BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson python3-pyqt5-sip BuildRequires: python3-installer make mold cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash -Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat +Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat python3-pyqt5-sip ExclusiveArch: x86_64 Conflicts: anki Patch0: 0001-No-update.patch diff --git a/anda/apps/anki/anda.hcl b/anda/apps/anki/anda.hcl index 8c72e132cd..7da31b7cbe 100644 --- a/anda/apps/anki/anda.hcl +++ b/anda/apps/anki/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "anki.spec" } diff --git a/anda/apps/anki/anki.spec b/anda/apps/anki/anki.spec index e0717b4857..fa0b864e23 100644 --- a/anda/apps/anki/anki.spec +++ b/anda/apps/anki/anki.spec @@ -1,14 +1,14 @@ Name: anki Version: 2.1.66 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Flashcard program for using space repetition learning License: AGPL-3.0-or-later AND GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-3.0 AND Apache-2.0 AND CC-BY-2.5 URL: https://apps.ankiweb.net/ BuildRequires: python3-devel python3-setuptools python3-waitress python3-protobuf python3-pysocks rpm_macro(fdupes) BuildRequires: python3-distro python3-flask-cors python3-jsonschema python3-send2trash python3-certifi python3-simplejson -BuildRequires: python3-installer make mold cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc python3-pyqt6-devel python3-pyqt6 +BuildRequires: python3-installer make mold cargo git rsync ninja-build libxcrypt-compat nodejs python3.9 python-unversioned-command gcc python3-pyqt6-webengine Requires: hicolor-icon-theme python3-sqlalchemy python3-simplejson python3-matplotlib python3-decorator python3-markdown python3-send2trash -Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat python3-qt5-webengine python3-pyqt6 +Requires: python3-requests python3-pygame python3-beautifulsoup4 python3-httplib2 python3-pyaudio python3-jsonschema sox libxcrypt-compat python3-pyqt6-webengine Recommends: mpv Obsoletes: anki <= 2.1.15 Conflicts: anki-qt5 diff --git a/anda/apps/armcord-bin/armcord-bin.spec b/anda/apps/armcord-bin/armcord-bin.spec index 190319e0d8..2b907fa7a6 100644 --- a/anda/apps/armcord-bin/armcord-bin.spec +++ b/anda/apps/armcord-bin/armcord-bin.spec @@ -14,7 +14,7 @@ %global __provides_exclude_from %{_datadir}/armcord/.*\\.so Name: armcord-bin -Version: 3.2.4 +Version: 3.2.4.libwebp Release: 1%{?dist} License: OSL-3.0 Summary: Custom lightweight Discord client designed to enhance your experience diff --git a/anda/apps/armcord/armcord.spec b/anda/apps/armcord/armcord.spec index 2d1dc3fd9c..2ec3f229ab 100644 --- a/anda/apps/armcord/armcord.spec +++ b/anda/apps/armcord/armcord.spec @@ -1,7 +1,7 @@ %define debug_package %nil Name: armcord -Version: 3.2.4 +Version: 3.2.4.libwebp Release: 1%{?dist} License: OSL-3.0 Summary: Custom lightweight Discord client designed to enhance your experience diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 105d511ed7..e11f6dea79 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary-openasar -Version: 0.0.167 +Version: 0.0.170 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-canary/discord-canary.spec b/anda/apps/discord-canary/discord-canary.spec index 2e19194d7b..7a456fd5eb 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-canary -Version: 0.0.167 +Version: 0.0.170 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index be958b5b57..d6ab8b8524 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-openasar -Version: 0.0.30 +Version: 0.0.31 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index 8c4a80eb46..b1ab5ab5b6 100644 --- a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec +++ b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb-openasar -Version: 0.0.46 +Version: 0.0.49 Release: 1%{?dist} Summary: A snappier Discord rewrite with features like further customization and theming License: MIT AND https://discord.com/terms diff --git a/anda/apps/discord-ptb/discord-ptb.spec b/anda/apps/discord-ptb/discord-ptb.spec index 349b153a87..c221da593a 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord-ptb -Version: 0.0.46 +Version: 0.0.49 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/apps/discord/discord.spec b/anda/apps/discord/discord.spec index d8379a2ddb..1db2227e17 100644 --- a/anda/apps/discord/discord.spec +++ b/anda/apps/discord/discord.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from %{_datadir}/%{name}/.*\\.so Name: discord -Version: 0.0.30 +Version: 0.0.31 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: https://discord.com diff --git a/anda/audio/voicevox/voicevox.spec b/anda/audio/voicevox/voicevox.spec index 22134dbd91..a5d2da76dd 100644 --- a/anda/audio/voicevox/voicevox.spec +++ b/anda/audio/voicevox/voicevox.spec @@ -1,6 +1,6 @@ %global nodev 16.17.0 %global npmv 8.11.0 -%global ver 0.14.7 +%global ver 0.14.8 %define debug_package %nil %global _build_id_links none diff --git a/anda/desktops/elementary/elementary-greeter/elementary-greeter.spec b/anda/desktops/elementary/elementary-greeter/elementary-greeter.spec index 7883426b40..f439a76a57 100644 --- a/anda/desktops/elementary/elementary-greeter/elementary-greeter.spec +++ b/anda/desktops/elementary/elementary-greeter/elementary-greeter.spec @@ -11,8 +11,6 @@ URL: https://github.com/elementary/greeter Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz Source1: 40-%{appname}.conf -Patch0: https://github.com/elementary/greeter/commit/dbd9b6f9701f5992c3b3257c025b9cd80d041cc8.patch - BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: libappstream-glib @@ -36,9 +34,9 @@ BuildRequires: pkgconfig(granite) >= 5.0 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(liblightdm-gobject-1) -BuildRequires: pkgconfig(mutter-clutter-13) -BuildRequires: pkgconfig(mutter-cogl-13) -BuildRequires: pkgconfig(mutter-cogl-pango-13) +BuildRequires: pkgconfig(mutter-clutter-12) +BuildRequires: pkgconfig(mutter-cogl-12) +BuildRequires: pkgconfig(mutter-cogl-pango-12) BuildRequires: pkgconfig(x11) Provides: pantheon-greeter = %{version}-%{release} @@ -70,7 +68,7 @@ The elementary Greeter is a styled Login Screen for LightDM. %prep -%autosetup -p1 -n %{srcname}-%{version} +%autosetup -n %{srcname}-%{version} %build diff --git a/anda/desktops/elementary/gala/gala.spec b/anda/desktops/elementary/gala/gala.spec index dfbad398fd..105b786ab3 100644 --- a/anda/desktops/elementary/gala/gala.spec +++ b/anda/desktops/elementary/gala/gala.spec @@ -11,7 +11,6 @@ Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz # patch some default settings to better match Fedora Patch0: 0000-Modify-default-settings-for-Fedora.patch -Patch1: https://github.com/elementary/gala/commit/151e5f01750e9471cceac48f1999ac5e81f625b5.patch BuildRequires: desktop-file-utils BuildRequires: gettext @@ -32,9 +31,9 @@ BuildRequires: pkgconfig(granite) >= 5.4.0 BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libbamf3) BuildRequires: pkgconfig(libcanberra) -BuildRequires: pkgconfig(mutter-clutter-13) -BuildRequires: pkgconfig(mutter-cogl-13) -BuildRequires: pkgconfig(mutter-cogl-pango-13) +BuildRequires: pkgconfig(mutter-clutter-12) +BuildRequires: pkgconfig(mutter-cogl-12) +BuildRequires: pkgconfig(mutter-cogl-pango-12) Requires: %{name}-libs%{?_isa} = %{version}-%{release} diff --git a/anda/desktops/elementary/wingpanel/wingpanel.spec b/anda/desktops/elementary/wingpanel/wingpanel.spec index cda694cc5a..59ef67a72d 100644 --- a/anda/desktops/elementary/wingpanel/wingpanel.spec +++ b/anda/desktops/elementary/wingpanel/wingpanel.spec @@ -27,9 +27,9 @@ BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(glib-2.0) >= 2.32 BuildRequires: pkgconfig(granite) >= 5.4.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.10 -BuildRequires: pkgconfig(mutter-clutter-13) -BuildRequires: pkgconfig(mutter-cogl-13) -BuildRequires: pkgconfig(mutter-cogl-pango-13) +BuildRequires: pkgconfig(mutter-clutter-12) +BuildRequires: pkgconfig(mutter-cogl-12) +BuildRequires: pkgconfig(mutter-cogl-pango-12) Requires: %{name}-libs%{?_isa} = %{version}-%{release} diff --git a/anda/desktops/kde/kde-liquidshell/update.rhai b/anda/desktops/kde/kde-liquidshell/update.rhai index ff2cd867ca..7e018468ea 100644 --- a/anda/desktops/kde/kde-liquidshell/update.rhai +++ b/anda/desktops/kde/kde-liquidshell/update.rhai @@ -1,2 +1,2 @@ let html = get("https://download.kde.org/stable/liquidshell/"); -rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz`, html, 1)); +rpm.version(find(`>liquidshell-([.\d]+)\.tar\.xz`, html, 1)); diff --git a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec index ac96dfebbb..379cf7ef6b 100644 --- a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec +++ b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec @@ -1,5 +1,5 @@ Name: sarasa-gothic-fonts -Version: 0.42.0 +Version: 0.42.1 Release: 1%{?dist} URL: https://github.com/be5invis/Sarasa-Gothic Source0: %url/releases/download/v%version/sarasa-gothic-ttc-%version.7z diff --git a/anda/groovy/groovy-docs/groovy-docs.spec b/anda/groovy/groovy-docs/groovy-docs.spec index cfc8ffb654..87d9aa0074 100644 --- a/anda/groovy/groovy-docs/groovy-docs.spec +++ b/anda/groovy/groovy-docs/groovy-docs.spec @@ -1,5 +1,5 @@ Name: groovy-docs -Version: 5.0.0.ALPHA.2 +Version: 4.0.15 Release: 1%{?dist} Summary: Documentation for the Groovy programming language URL: https://groovy-lang.org/ diff --git a/anda/groovy/groovy-docs/update.rhai b/anda/groovy/groovy-docs/update.rhai index 1b24099d2c..8051d48b87 100644 --- a/anda/groovy/groovy-docs/update.rhai +++ b/anda/groovy/groovy-docs/update.rhai @@ -1,4 +1,2 @@ -let ver = gh_tag("apache/groovy"); -ver.replace("GROOVY_", ""); -ver.replace("_", "."); -rpm.version(ver); +let html = get("https://groovy.apache.org/download.html"); +rpm.version(find(`onclick='window\.location\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\d.]+)\.zip"'>`, html, 1)); diff --git a/anda/groovy/groovy.spec b/anda/groovy/groovy.spec index 66333d43ef..075efe7450 100644 --- a/anda/groovy/groovy.spec +++ b/anda/groovy/groovy.spec @@ -1,5 +1,5 @@ Name: groovy -Version: 5.0.0.ALPHA.2 +Version: 4.0.15 Release: 1%{?dist} Summary: A multi-faceted language for the Java platform BuildArch: noarch diff --git a/anda/groovy/update.rhai b/anda/groovy/update.rhai index 1b24099d2c..8051d48b87 100644 --- a/anda/groovy/update.rhai +++ b/anda/groovy/update.rhai @@ -1,4 +1,2 @@ -let ver = gh_tag("apache/groovy"); -ver.replace("GROOVY_", ""); -ver.replace("_", "."); -rpm.version(ver); +let html = get("https://groovy.apache.org/download.html"); +rpm.version(find(`onclick='window\.location\.href="https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-sdk-([\d.]+)\.zip"'>`, html, 1)); diff --git a/anda/others/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec b/anda/others/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec index 769531c676..cabe12438f 100644 --- a/anda/others/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec +++ b/anda/others/kwin-system76-scheduler-integration/kwin-system76-scheduler-integration.spec @@ -2,7 +2,7 @@ Name: kwin-system76-scheduler-integration Version: 0.1 -Release: 1%?dist +Release: 2%?dist Summary: Notify the System76 Scheduler which app has focus so it can be prioritized License: MIT URL: https://github.com/maxiberta/kwin-system76-scheduler-integration @@ -10,7 +10,7 @@ Source0: %url/archive/refs/tags/%version.tar.gz Source1: system76-scheduler-dbus-proxy.sh Source2: com.system76.Scheduler.dbusproxy.service Requires: bash dbus-tools system76-scheduler kde-cli-tools systemd kf5-kconfig-core qt -BuildRequires: kf5-kpackage systemd-rpm-macros +BuildRequires: systemd-rpm-macros %description System76 Scheduler is a service which optimizes Linux's CPU scheduler and @@ -23,13 +23,13 @@ via D-Bus, so it is prioritized. %autosetup %build -kpackagetool5 --type=KWin/Script -i . %install +mkdir -p %buildroot%_datadir/kwin/scripts/kwin-system76-scheduler-integration/ +cp -r * %buildroot%_datadir/kwin/scripts/kwin-system76-scheduler-integration/ install -Dm755 %SOURCE1 %buildroot/usr/local/bin/system76-scheduler-dbus-proxy.sh install -Dm644 %SOURCE2 %buildroot%_userunitdir/com.system76.Scheduler.dbusproxy.service -mkdir -p %buildroot%_datadir/kwin-system76-scheduler-integration -cp -r $HOME/.local/share/kwin-system76-scheduler-integration %buildroot%_datadir/kwin-system76-scheduler-integration +install -Dm644 metadata.desktop %buildroot%_datadir/kservices5/kwin-system76-scheduler-integration.desktop %post %systemd_user_post com.system76.Scheduler.dbusproxy.service @@ -42,8 +42,8 @@ cp -r $HOME/.local/share/kwin-system76-scheduler-integration %buildroot%_datadir %files %config %_userunitdir/com.system76.Scheduler.dbusproxy.service /usr/local/bin/system76-scheduler-dbus-proxy.sh -%_datadir/kwin-system76-scheduler-integration/ - +%_datadir/kwin/scripts/kwin-system76-scheduler-integration/ +%_datadir/kservices5/kwin-system76-scheduler-integration.desktop %changelog %autochangelog diff --git a/anda/others/sass/sass.spec b/anda/others/sass/sass.spec index b02d889f28..28e40574ad 100644 --- a/anda/others/sass/sass.spec +++ b/anda/others/sass/sass.spec @@ -4,7 +4,7 @@ %define _build_id_links none Name: sass -Version: 1.68.0 +Version: 1.69.0 Release: 1%{?dist} Summary: The reference implementation of Sass, written in Dart License: MIT diff --git a/anda/python/protobuf/python3-protobuf.spec b/anda/python/protobuf/python3-protobuf.spec index 11e4ec1ff2..27803f06b0 100644 --- a/anda/python/protobuf/python3-protobuf.spec +++ b/anda/python/protobuf/python3-protobuf.spec @@ -2,7 +2,7 @@ %global pypi_name protobuf Name: python-%{pypi_name} -Version: 4.24.3 +Version: 4.24.4 Release: 1%{?dist} Summary: Protocol Buffers diff --git a/anda/tools/codium/codium.spec b/anda/tools/codium/codium.spec index ff552f20ae..6fadcd6c26 100644 --- a/anda/tools/codium/codium.spec +++ b/anda/tools/codium/codium.spec @@ -12,7 +12,7 @@ %endif Name: codium -Version: 1.82.2.23257 +Version: 1.83.0.23277 Release: 1%{?dist} Summary: Code editing. Redefined. License: MIT diff --git a/anda/tools/electron/electron.spec b/anda/tools/electron/electron.spec index adf9af8ac2..9b3d0498fb 100644 --- a/anda/tools/electron/electron.spec +++ b/anda/tools/electron/electron.spec @@ -12,7 +12,7 @@ %global __provides_exclude_from %{_libdir}/%{name}/.*\\.so Name: electron -Version: 26.2.3 +Version: 26.3.0 Release: 1%{?dist} Summary: Build cross platform desktop apps with web technologies License: MIT diff --git a/anda/tools/limine/limine.spec b/anda/tools/limine/limine.spec index e1e9132c0e..2bec0fa091 100644 --- a/anda/tools/limine/limine.spec +++ b/anda/tools/limine/limine.spec @@ -1,5 +1,5 @@ Name: limine -Version: 5.20230924.0 +Version: 5.20231006.0 Release: 1%{?dist} Summary: Modern, advanced, portable, multiprotocol bootloader License: BSD-2-Clause