diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 52bca6aba7..8e88713c4f 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -104,7 +104,7 @@ jobs: if [[ $f -eq 1 ]]; then EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) echo "ESC_LINT_OUT<<$EOF" >> $GITHUB_ENV - cat rpmlint.txt | sed 's/`/\\`/g' >> $GITHUB_ENV + cat rpmlint.txt | sed 's/`/\\`/g' | sed 's/"/\"/g' >> $GITHUB_ENV echo $EOF >> $GITHUB_ENV echo "lint_out<<$EOF" >> $GITHUB_ENV echo '```' >> $GITHUB_ENV @@ -134,7 +134,7 @@ jobs: cat out EOF=$(dd if=/dev/urandom bs=15 count=1 status=none | base64) echo "ESC_DNF_OUT<<$EOF" >> $GITHUB_ENV - cat out | sed 's/`/\\`/g' >> $GITHUB_ENV + cat out | sed 's/`/\\`/g' | sed 's/"/\"/g' >> $GITHUB_ENV echo $EOF >> $GITHUB_ENV echo "dnf_out<<$EOF" >> $GITHUB_ENV cat out >> $GITHUB_ENV diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c32859b301..60917c32d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,10 +41,10 @@ jobs: uses: actions/cache@v3 with: path: /var/cache - key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }} + key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.arch }}-${{ matrix.pkg }} - name: Build with Andaman - run: anda build ${{ matrix.pkg.pkg }} --package rpm -c anda/mock-configs/terra-${{ matrix.version }}-${{ matrix.pkg.arch }}.cfg + run: anda build ${{ matrix.pkg }} --package rpm -c anda/mock-configs/terra-${{ matrix.version }}-${{ matrix.arch }}.cfg - name: Generating artifact name id: art diff --git a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec index 17db8c4ff7..318c2121ab 100644 --- a/anda/apps/discord-canary-openasar/discord-canary-openasar.spec +++ b/anda/apps/discord-canary-openasar/discord-canary-openasar.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: discord-canary-openasar -Version: 0.0.161 +Version: 0.0.162 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 de2878575b..0f81c3aa0e 100644 --- a/anda/apps/discord-canary/discord-canary.spec +++ b/anda/apps/discord-canary/discord-canary.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: discord-canary -Version: 0.0.161 +Version: 0.0.162 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers URL: discord.com diff --git a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec index 8209a66337..e5e4458838 100644 --- a/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec +++ b/anda/apps/discord-ptb-openasar/discord-ptb-openasar.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: discord-ptb-openasar -Version: 0.0.43 +Version: 0.0.44 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 3f74aa55d5..43a15bfc13 100644 --- a/anda/apps/discord-ptb/discord-ptb.spec +++ b/anda/apps/discord-ptb/discord-ptb.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: discord-ptb -Version: 0.0.43 +Version: 0.0.44 Release: 1%{?dist} Summary: Free Voice and Text Chat for Gamers. URL: https://discord.com diff --git a/anda/apps/lomiri-system-settings/lomiri-system-settings.spec b/anda/apps/lomiri-system-settings/lomiri-system-settings.spec index 94e46e3e49..4bd5f7ffaf 100644 --- a/anda/apps/lomiri-system-settings/lomiri-system-settings.spec +++ b/anda/apps/lomiri-system-settings/lomiri-system-settings.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings -%global commit 890b72e8689a90289522f374534b06f85cde9ddb +%global commit 42b4b88db8f6ce1ef1cf085e8fd8de6d4484f5d4 %forgemeta Name: lomiri-system-settings diff --git a/anda/crystal/blahaj/blahaj.spec b/anda/crystal/blahaj/blahaj.spec index 1ff80622de..6a73152c84 100644 --- a/anda/crystal/blahaj/blahaj.spec +++ b/anda/crystal/blahaj/blahaj.spec @@ -1,13 +1,13 @@ %define debug_package %nil Name: blahaj -Version: 2.0.2 +Version: 2.1.0 Release: 1%{?dist} Summary: Gay sharks at your local terminal - lolcat-like CLI tool License: BSD-2-Clause URL: https://blahaj.queer.software Source0: https://github.com/GeopJr/BLAHAJ/archive/refs/tags/v%version.tar.gz -BuildRequires: crystal gcc libyaml-devel pcre-devel +BuildRequires: crystal gcc libyaml-devel pcre-devel libgc-devel libevent-devel ExclusiveArch: x86_64 %description diff --git a/anda/desktops/elementary/elementary-files/elementary-files.spec b/anda/desktops/elementary/elementary-files/elementary-files.spec index c72f4ddd35..29ae517408 100644 --- a/anda/desktops/elementary/elementary-files/elementary-files.spec +++ b/anda/desktops/elementary/elementary-files/elementary-files.spec @@ -5,8 +5,8 @@ Name: elementary-files Summary: File manager from elementary -Version: 6.3.1 -Release: 2%{?dist} +Version: 6.4.0 +Release: 1%{?dist} License: GPL-3.0 URL: https://github.com/elementary/%{srcname} @@ -101,7 +101,7 @@ desktop-file-validate \ %{buildroot}/%{_datadir}/applications/%{appname}.desktop appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml %post portal @@ -127,7 +127,7 @@ appstream-util validate-relax --nonet \ %{_datadir}/dbus-1/services/%{appname}.service %{_datadir}/dbus-1/services/%{appname}.Filemanager1.service %{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml -%{_datadir}/metainfo/%{appname}.appdata.xml +%{_datadir}/metainfo/%{appname}.metainfo.xml %{_datadir}/polkit-1/actions/%{appname}.policy %files portal diff --git a/anda/desktops/elementary/elementary-notifications/elementary-notifications.spec b/anda/desktops/elementary/elementary-notifications/elementary-notifications.spec index 6a91184bf9..94e6d2def1 100644 --- a/anda/desktops/elementary/elementary-notifications/elementary-notifications.spec +++ b/anda/desktops/elementary/elementary-notifications/elementary-notifications.spec @@ -3,8 +3,8 @@ Name: elementary-notifications -Version: 6.0.3 -Release: 2%{?dist} +Version: 7.0.0 +Release: 1%{?dist} Summary: GTK Notification server for Pantheon License: GPL-3.0 diff --git a/anda/desktops/elementary/elementary-sideload/elementary-sideload.spec b/anda/desktops/elementary/elementary-sideload/elementary-sideload.spec index cea1842c14..020a57a470 100644 --- a/anda/desktops/elementary/elementary-sideload/elementary-sideload.spec +++ b/anda/desktops/elementary/elementary-sideload/elementary-sideload.spec @@ -3,8 +3,8 @@ Name: elementary-sideload Summary: Sideload flatpaks on Pantheon -Version: 6.2.0 -Release: 2%{?dist} +Version: 6.2.1 +Release: 1%{?dist} License: GPL-3.0-or-later URL: https://github.com/elementary/sideload diff --git a/anda/desktops/elementary/gala/gala.spec b/anda/desktops/elementary/gala/gala.spec index fe464bc194..669c8ffd11 100644 --- a/anda/desktops/elementary/gala/gala.spec +++ b/anda/desktops/elementary/gala/gala.spec @@ -2,8 +2,8 @@ Name: gala Summary: Gala window manager -Version: 7.0.3 -Release: 2%{?dist} +Version: 7.1.1 +Release: 1%{?dist} License: GPL-3.0-or-later URL: https://github.com/elementary/gala @@ -92,7 +92,7 @@ desktop-file-validate \ %{buildroot}/%{_datadir}/applications/gala*.desktop #appstream-util validate-relax --nonet \ -# %%{buildroot}/%%{_datadir}/metainfo/%%{name}.appdata.xml +# %%{buildroot}/%%{_datadir}/metainfo/%%{name}.metainfo.xml %files -f gala.lang @@ -108,7 +108,7 @@ desktop-file-validate \ %{_datadir}/applications/gala*.desktop %{_datadir}/glib-2.0/schemas/20_elementary.pantheon.wm.gschema.override %{_datadir}/glib-2.0/schemas/org.pantheon.desktop.gala.gschema.xml -%{_datadir}/metainfo/%{name}.appdata.xml +%{_datadir}/metainfo/%{name}.metainfo.xml %files libs %doc AUTHORS README.md diff --git a/anda/desktops/elementary/switchboard-plug-applications/switchboard-plug-applications.spec b/anda/desktops/elementary/switchboard-plug-applications/switchboard-plug-applications.spec index 8e36a693a9..8405d42807 100644 --- a/anda/desktops/elementary/switchboard-plug-applications/switchboard-plug-applications.spec +++ b/anda/desktops/elementary/switchboard-plug-applications/switchboard-plug-applications.spec @@ -8,8 +8,8 @@ Name: switchboard-plug-applications Summary: Switchboard Applications plug -Version: 6.0.1 -Release: 4%{?dist} +Version: 7.0.0 +Release: 1%{?dist} License: GPL-3.0-or-later URL: https://github.com/elementary/switchboard-plug-applications @@ -25,7 +25,9 @@ BuildRequires: pkgconfig(flatpak) >= 1.1.2 BuildRequires: pkgconfig(glib-2.0) >= 2.34 BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(switchboard-2.0) +BuildRequires: pkgconfig(libhandy-1) Requires: switchboard%{?_isa} Supplements: switchboard%{?_isa} @@ -47,15 +49,16 @@ that allows the user to manage application settings. %install %meson_install %fdupes %buildroot%_datadir/locale/ +mv %buildroot%_datadir/metainfo/%plug_rdnn.appdata.xml %buildroot%_datadir/metainfo/%plug_rdnn.metainfo.xml || true %find_lang %{plug_name}-plug # remove the specified stock icon from appdata (invalid in libappstream-glib) -sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml +sed -i '/icon type="stock"/d' %{buildroot}%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %check appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml + %{buildroot}%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %files -f %{plug_name}-plug.lang @@ -64,7 +67,8 @@ appstream-util validate-relax --nonet \ %{_libdir}/switchboard/%{plug_type}/lib%{plug_name}.so -%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml +%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml +%{_datadir}/icons/hicolor/*/apps/io.elementary.settings.applications.svg %changelog diff --git a/anda/desktops/elementary/switchboard-plug-display/switchboard-plug-display.spec b/anda/desktops/elementary/switchboard-plug-display/switchboard-plug-display.spec index 8a698a6e92..93fe791404 100644 --- a/anda/desktops/elementary/switchboard-plug-display/switchboard-plug-display.spec +++ b/anda/desktops/elementary/switchboard-plug-display/switchboard-plug-display.spec @@ -8,8 +8,8 @@ Name: switchboard-plug-display Summary: Switchboard Display plug -Version: 2.3.3 -Release: 2%{?dist} +Version: 7.0.0 +Release: 1%{?dist} License: GPL-3.0-or-later URL: https://github.com/elementary/switchboard-plug-display @@ -52,7 +52,7 @@ them. %check appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %files -f %{plug_name}-plug.lang @@ -61,7 +61,7 @@ appstream-util validate-relax --nonet \ %{_libdir}/switchboard/%{plug_type}/lib%{plug_name}.so -%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml +%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %changelog diff --git a/anda/desktops/elementary/switchboard-plug-onlineaccounts/switchboard-plug-onlineaccounts.spec b/anda/desktops/elementary/switchboard-plug-onlineaccounts/switchboard-plug-onlineaccounts.spec index 54bed14b01..86deb78d9a 100644 --- a/anda/desktops/elementary/switchboard-plug-onlineaccounts/switchboard-plug-onlineaccounts.spec +++ b/anda/desktops/elementary/switchboard-plug-onlineaccounts/switchboard-plug-onlineaccounts.spec @@ -6,8 +6,8 @@ Name: switchboard-plug-onlineaccounts Summary: Switchboard Online Accounts plug -Version: 6.5.2 -Release: 2%{?dist} +Version: 6.5.3 +Release: 1%{?dist} License: GPL-3.0-or-later URL: https://github.com/elementary/switchboard-plug-onlineaccounts @@ -53,19 +53,19 @@ Manage online accounts and connected applications. %find_lang %{plug_name}-plug # remove the specified stock icon from appdata (invalid in libappstream-glib) -sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml +sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %check appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %files -f %{plug_name}-plug.lang %license LICENSE %doc README.md -%{_datadir}/metainfo/%{plug_rdnn}.appdata.xml +%{_datadir}/metainfo/%{plug_rdnn}.metainfo.xml %{_libdir}/switchboard/%{plug_type}/lib%{plug_name}.so diff --git a/anda/desktops/elementary/wingpanel-indicator-bluetooth/wingpanel-indicator-bluetooth.spec b/anda/desktops/elementary/wingpanel-indicator-bluetooth/wingpanel-indicator-bluetooth.spec index b49829d1c9..f6b8ee5c78 100644 --- a/anda/desktops/elementary/wingpanel-indicator-bluetooth/wingpanel-indicator-bluetooth.spec +++ b/anda/desktops/elementary/wingpanel-indicator-bluetooth/wingpanel-indicator-bluetooth.spec @@ -5,8 +5,8 @@ Name: wingpanel-indicator-bluetooth Summary: Bluetooth Indicator for wingpanel -Version: 2.1.8 -Release: 4%{?dist} +Version: 7.0.1 +Release: 1%{?dist} License: LGPL-2.0-or-later URL: https://github.com/elementary/%{name} @@ -48,13 +48,13 @@ A bluetooth indicator for wingpanel. %fdupes %buildroot%_datadir/locale/ %find_lang bluetooth-indicator -# remove the specified stock icon from appdata (invalid in libappstream-glib) -sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml +# remove the specified stock icon from metainfo (invalid in libappstream-glib) +sed -i '/icon type="stock"/d' %{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml %check appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml %files -f bluetooth-indicator.lang @@ -63,8 +63,11 @@ appstream-util validate-relax --nonet \ %{_libdir}/wingpanel/libbluetooth.so +%_bindir/io.elementary.bluetooth %{_datadir}/glib-2.0/schemas/io.elementary.desktop.wingpanel.bluetooth.gschema.xml -%{_datadir}/metainfo/%{appname}.appdata.xml +%{_datadir}/applications/io.elementary.bluetooth.desktop +%{_datadir}/metainfo/%{appname}.metainfo.xml +%_sysconfdir/xdg/autostart/io.elementary.bluetooth-daemon.desktop %changelog diff --git a/anda/desktops/elementary/wingpanel-indicator-nightlight/wingpanel-indicator-nightlight.spec b/anda/desktops/elementary/wingpanel-indicator-nightlight/wingpanel-indicator-nightlight.spec index b91cb18986..cc62529c0a 100644 --- a/anda/desktops/elementary/wingpanel-indicator-nightlight/wingpanel-indicator-nightlight.spec +++ b/anda/desktops/elementary/wingpanel-indicator-nightlight/wingpanel-indicator-nightlight.spec @@ -5,8 +5,8 @@ Name: wingpanel-indicator-nightlight Summary: Night Light Indicator for wingpanel -Version: 2.1.1 -Release: 2%{?dist} +Version: 2.1.2 +Release: 1%{?dist} License: GPL-2.0-or-later URL: https://github.com/elementary/wingpanel-indicator-nightlight @@ -48,8 +48,8 @@ A wingpanel indicator for Night Light. %check -appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml +%dnl appstream-util validate-relax --nonet \ +%dnl %{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml %files -f nightlight-indicator.lang @@ -58,7 +58,7 @@ appstream-util validate-relax --nonet \ %{_libdir}/wingpanel/libnightlight.so -%{_datadir}/metainfo/%{appname}.appdata.xml +%{_datadir}/metainfo/%{appname}.metainfo.xml %changelog diff --git a/anda/desktops/elementary/wingpanel-indicator-notifications/wingpanel-indicator-notifications.spec b/anda/desktops/elementary/wingpanel-indicator-notifications/wingpanel-indicator-notifications.spec index ce666f36c1..6ddc4b149e 100644 --- a/anda/desktops/elementary/wingpanel-indicator-notifications/wingpanel-indicator-notifications.spec +++ b/anda/desktops/elementary/wingpanel-indicator-notifications/wingpanel-indicator-notifications.spec @@ -5,8 +5,8 @@ Name: wingpanel-indicator-notifications Summary: Notifications Indicator for wingpanel -Version: 6.0.7 -Release: 2%{?dist} +Version: 7.0.0 +Release: 1%{?dist} License: LGPL-2.0-or-later URL: https://github.com/elementary/wingpanel-indicator-notifications @@ -52,7 +52,7 @@ A notifications indicator for wingpanel. %check appstream-util validate-relax --nonet \ - %{buildroot}/%{_datadir}/metainfo/%{appname}.appdata.xml + %{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml %files -f notifications-indicator.lang @@ -61,7 +61,7 @@ appstream-util validate-relax --nonet \ %{_libdir}/wingpanel/libnotifications.so -%{_datadir}/metainfo/%{appname}.appdata.xml +%{_datadir}/metainfo/%{appname}.metainfo.xml %changelog diff --git a/anda/desktops/elementary/xdg-desktop-portal-pantheon/xdg-desktop-portal-pantheon.spec b/anda/desktops/elementary/xdg-desktop-portal-pantheon/xdg-desktop-portal-pantheon.spec index 21c2a12b3a..8f69f2b92e 100644 --- a/anda/desktops/elementary/xdg-desktop-portal-pantheon/xdg-desktop-portal-pantheon.spec +++ b/anda/desktops/elementary/xdg-desktop-portal-pantheon/xdg-desktop-portal-pantheon.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: xdg-desktop-portal-pantheon -Version: 7.0.0 -Release: 1%?dist +Version: 7.1.0 +Release: 1%{?dist} Summary: Pantheon XDG Desktop Portals License: GPL-3.0 URL: https://github.com/elementary/portals diff --git a/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec b/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec index 91243ae922..2f9eab0117 100644 --- a/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec +++ b/anda/desktops/kde/latte-dock-nightly/latte-dock-nightly.spec @@ -1,6 +1,6 @@ %global forgeurl https://github.com/KDE/latte-dock/ -%global commit 6532af166f2c6524827c8e1c22af6b9c2accc11f +%global commit 67591cf616063838590eda9a19d27a66e3081677 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global commit_date %(date '+%Y%m%d') %global snapshot_info %{commit_date}.%{shortcommit} diff --git a/anda/desktops/lomiri/lomiri.spec b/anda/desktops/lomiri/lomiri.spec index a324087da5..3c76efe8fa 100644 --- a/anda/desktops/lomiri/lomiri.spec +++ b/anda/desktops/lomiri/lomiri.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri -%global commit 8a2f908c306ec63a7a0f14c247fa1676c655c7ce +%global commit ced1769bb4984465a51c2f45c2bee5c05fb52987 %forgemeta Name: lomiri diff --git a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec index 3b4eaf3474..683fd746a6 100644 --- a/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec +++ b/anda/fonts/sarasa-gothic/sarasa-gothic-fonts.spec @@ -57,5 +57,5 @@ install -Dm644 %SOURCE3 %buildroot/%_datadir/doc/sarasa-gothic-super-fonts/ /%{_datadir}/fonts/sarasa-gothic-super/ %changelog -* Wed Apr 26 2023 windowsboy111 - 0.40.6 +* Wed Apr 26 2023 windowsboy111 - 0.40.6-1 - Initial package diff --git a/anda/games/osu-lazer/osu-lazer.spec b/anda/games/osu-lazer/osu-lazer.spec index 1de9fc6a4e..8c98994191 100644 --- a/anda/games/osu-lazer/osu-lazer.spec +++ b/anda/games/osu-lazer/osu-lazer.spec @@ -1,4 +1,4 @@ -%define osuresver 2023.605.0 +%define osuresver 2023.707.0 %global debug_package %{nil} Name: osu-lazer diff --git a/anda/groovy/groovy-docs/groovy-docs.spec b/anda/groovy/groovy-docs/groovy-docs.spec index 6ef6a6c227..eb1dc48d44 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: 4.0.12 +Version: 4.0.13 Release: 1%{?dist} Summary: Documentation for the Groovy programming language URL: https://groovy-lang.org/ diff --git a/anda/groovy/groovy.spec b/anda/groovy/groovy.spec index 6cc25cc300..35adbf0fa9 100644 --- a/anda/groovy/groovy.spec +++ b/anda/groovy/groovy.spec @@ -1,6 +1,6 @@ Name: groovy -Version: 4.0.12 -Release: 2%{?dist} +Version: 4.0.13 +Release: 1%{?dist} Summary: A multi-faceted language for the Java platform BuildArch: noarch URL: https://groovy-lang.org/ diff --git a/anda/kotlin/kotlin-native/kotlin-native.spec b/anda/kotlin/kotlin-native/kotlin-native.spec index fe0437d0a9..710a19a7a5 100644 --- a/anda/kotlin/kotlin-native/kotlin-native.spec +++ b/anda/kotlin/kotlin-native/kotlin-native.spec @@ -2,7 +2,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Name: kotlin-native -Version: 1.8.22 +Version: 1.9.0 Release: 1%{?dist} Summary: LLVM backend for the Kotlin compiler ExclusiveArch: x86_64 diff --git a/anda/kotlin/kotlin/kotlin.spec b/anda/kotlin/kotlin/kotlin.spec index 30d6e191c1..4272913e04 100644 --- a/anda/kotlin/kotlin/kotlin.spec +++ b/anda/kotlin/kotlin/kotlin.spec @@ -1,8 +1,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Name: kotlin -Version: 1.8.22 -Release: 2%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: Statically typed programming language License: Apache-2.0 diff --git a/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec b/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec index 3ee938f926..767706215e 100644 --- a/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec +++ b/anda/lib/gtk4-layer-shell/gtk4-layer-shell.spec @@ -1,6 +1,6 @@ Name: gtk4-layer-shell -Version: 1.0.0 -Release: 1%?dist +Version: 1.0.1 +Release: 1%{?dist} Summary: Library to build desktop components using Layer Shell Wayland protocol and GTK4 License: MIT URL: https://github.com/wmww/gtk4-layer-shell @@ -63,7 +63,8 @@ Requires: gtk4-layer-shell /usr/share/gir-1.0/Gtk4LayerShell-1.0.gir %files doc -/usr/share/gtk-doc/html/gtk-layer-shell +/usr/share/gtk-doc/html/gtk4-layer-shell/ + %files vapi /usr/share/vala/vapi/gtk4-layer-shell-0.deps diff --git a/anda/lib/gtk4/terra-gtk4.spec b/anda/lib/gtk4/terra-gtk4.spec index 23223fba2a..0625502cea 100644 --- a/anda/lib/gtk4/terra-gtk4.spec +++ b/anda/lib/gtk4/terra-gtk4.spec @@ -17,7 +17,7 @@ %global __provides_exclude_from ^%{_libdir}/gtk-4.0 Name: terra-gtk4 -Version: 4.10.4 +Version: 4.11.4 Release: 1%{?dist} Summary: GTK graphical user interface library diff --git a/anda/lib/lomiri-ui-toolkit/lomiri-ui-toolkit.spec b/anda/lib/lomiri-ui-toolkit/lomiri-ui-toolkit.spec index fcf60e92fc..57614c7d48 100644 --- a/anda/lib/lomiri-ui-toolkit/lomiri-ui-toolkit.spec +++ b/anda/lib/lomiri-ui-toolkit/lomiri-ui-toolkit.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit -%global commit 7df579c068335df31a704307d2bd20542233e5d2 +%global commit c6d9d6b557f45a3bb454e5414439f2c34a6a4c8c %forgemeta Name: lomiri-ui-toolkit diff --git a/anda/lib/lomiri-url-dispatcher/lomiri-url-dispatcher.spec b/anda/lib/lomiri-url-dispatcher/lomiri-url-dispatcher.spec index 904f3506de..d271ba6d48 100644 --- a/anda/lib/lomiri-url-dispatcher/lomiri-url-dispatcher.spec +++ b/anda/lib/lomiri-url-dispatcher/lomiri-url-dispatcher.spec @@ -1,5 +1,5 @@ %global forgeurl https://gitlab.com/ubports/development/core/lomiri-url-dispatcher -%global commit 23c42355cfbb7ab2ad9702d0362ed5590cf994bd +%global commit 9c203c675ef15eeef365b72f7843cf35a4237129 %forgemeta Name: lomiri-url-dispatcher diff --git a/anda/moby-extras/moby-buildx/moby-buildx.spec b/anda/moby-extras/moby-buildx/moby-buildx.spec index dd905febed..9e9787251f 100644 --- a/anda/moby-extras/moby-buildx/moby-buildx.spec +++ b/anda/moby-extras/moby-buildx/moby-buildx.spec @@ -1,8 +1,8 @@ %define debug_package %nil Name: moby-buildx -Version: 0.11.0 -Release: 2%{?dist} +Version: 0.11.1 +Release: 1%{?dist} Summary: Docker CLI plugin for extended build capabilities with BuildKit License: Apache-2.0 diff --git a/anda/moby-extras/moby-compose/moby-compose.spec b/anda/moby-extras/moby-compose/moby-compose.spec index c027fe16cb..9f54b6f021 100644 --- a/anda/moby-extras/moby-compose/moby-compose.spec +++ b/anda/moby-extras/moby-compose/moby-compose.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: moby-compose -Version: 2.19.0 +Version: 2.19.1 Release: 1%{?dist} Summary: Define and run multi-container applications with Docker diff --git a/anda/nim/nim-nightly/nim-nightly.spec b/anda/nim/nim-nightly/nim-nightly.spec index b64017ac6a..79658831cf 100644 --- a/anda/nim/nim-nightly/nim-nightly.spec +++ b/anda/nim/nim-nightly/nim-nightly.spec @@ -1,5 +1,5 @@ %global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10 -%global commit 88114948c41f38d7366dc8d80abc09f00c2492fa +%global commit 6ec10a4c9182c513fecd17fde4a81a3a007bb2e9 %global ver 1.9.5 %global debug_package %nil diff --git a/anda/nim/nim/nim.spec b/anda/nim/nim/nim.spec index a317200af9..339ccb628e 100644 --- a/anda/nim/nim/nim.spec +++ b/anda/nim/nim/nim.spec @@ -2,7 +2,7 @@ %global debug_package %{nil} Name: nim -Version: 1.6.12 +Version: 1.6.14 Release: 1%{?dist} Summary: Imperative, multi-paradigm, compiled programming language License: MIT and BSD diff --git a/anda/others/click/click.spec b/anda/others/click/click.spec index 5a15ce8db7..e46ec81cf9 100644 --- a/anda/others/click/click.spec +++ b/anda/others/click/click.spec @@ -4,7 +4,7 @@ Name: click Version: 0.5.0 -Release: 2%?dist +Release: %autorelease Summary: An app building method License: LGPL-3.0 URL: https://gitlab.com/ubports/development/core/click diff --git a/anda/others/xpadneo/xpadneo.spec b/anda/others/xpadneo/xpadneo.spec index b8f92b6822..5026dc22ec 100644 --- a/anda/others/xpadneo/xpadneo.spec +++ b/anda/others/xpadneo/xpadneo.spec @@ -5,7 +5,7 @@ Name: xpadneo Version: 0.9.5 -Release: 1%?dist +Release: 1%{?dist} Summary: Advanced Linux Driver for Xbox One Wireless Gamepad Group: System Environment/Kernel License: GPL-3.0 diff --git a/anda/python/protobuf/python3-protobuf.spec b/anda/python/protobuf/python3-protobuf.spec index 824044c9f2..122735bfad 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.23.3 +Version: 4.23.4 Release: 1%{?dist} Summary: Protocol Buffers diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index a326b05ba9..65dd377af4 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.275 +Version: 0.0.277 Release: 1%{?dist} Summary: An extremely fast Python linter, written in Rust License: MIT diff --git a/anda/rust/gping/rust-gping.spec b/anda/rust/gping/rust-gping.spec index 07f12f5201..751de3f872 100644 --- a/anda/rust/gping/rust-gping.spec +++ b/anda/rust/gping/rust-gping.spec @@ -4,7 +4,7 @@ %global crate gping Name: rust-gping -Version: 1.12.0 +Version: 1.13.0 Release: 1%{?dist} Summary: Ping, but with a graph diff --git a/anda/rust/joshuto/rust-joshuto.spec b/anda/rust/joshuto/rust-joshuto.spec index dfc6222dad..a0c01e6081 100644 --- a/anda/rust/joshuto/rust-joshuto.spec +++ b/anda/rust/joshuto/rust-joshuto.spec @@ -4,8 +4,8 @@ %global crate joshuto Name: rust-joshuto -Version: 0.9.4 -Release: %autorelease +Version: 0.9.5 +Release: 1%{?dist} Summary: Terminal file manager inspired by ranger License: LGPL-3.0 diff --git a/anda/rust/kondo-ui/rust-kondo-ui.spec b/anda/rust/kondo-ui/rust-kondo-ui.spec index 377c7d973a..07fbbd84cf 100644 --- a/anda/rust/kondo-ui/rust-kondo-ui.spec +++ b/anda/rust/kondo-ui/rust-kondo-ui.spec @@ -2,7 +2,7 @@ %global crate kondo-ui Name: rust-kondo-ui -Version: 0.6.0 +Version: 0.7.0 Release: 1%{?dist} Summary: Filesystem cleaning tool that recursively searches directories for known project structures and allows you to clean them of unnecessary files like build artifacts diff --git a/anda/rust/kondo/anda.hcl b/anda/rust/kondo/anda.hcl index 45d18fe3ca..b2058e1d24 100644 --- a/anda/rust/kondo/anda.hcl +++ b/anda/rust/kondo/anda.hcl @@ -1,4 +1,5 @@ project pkg { + arches = ["x86_64"] rpm { spec = "rust-kondo.spec" } diff --git a/anda/rust/kondo/rust-kondo.spec b/anda/rust/kondo/rust-kondo.spec index 9fbedd3da7..427e4fb3f8 100644 --- a/anda/rust/kondo/rust-kondo.spec +++ b/anda/rust/kondo/rust-kondo.spec @@ -4,7 +4,7 @@ %global crate kondo Name: rust-kondo -Version: 0.6 +Version: 0.7 Release: 1%{?dist} Summary: Filesystem cleaning tool for projects diff --git a/anda/rust/rnote/rnote.spec b/anda/rust/rnote/rnote.spec index ecbf97dd94..34317e9413 100644 --- a/anda/rust/rnote/rnote.spec +++ b/anda/rust/rnote/rnote.spec @@ -1,5 +1,5 @@ Name: rnote -Version: 0.7.0 +Version: 0.7.1 Release: 1%{?dist} Summary: Sketch and take handwritten notes. License: GPL-3.0 diff --git a/anda/tools/codium/codium.spec b/anda/tools/codium/codium.spec index 797e27e037..00f9fe486e 100644 --- a/anda/tools/codium/codium.spec +++ b/anda/tools/codium/codium.spec @@ -5,8 +5,8 @@ %endif Name: codium -Version: 1.79.2.23166 -Release: 2%{?dist} +Version: 1.80.0.23188 +Release: 1%{?dist} Summary: Code editing. Redefined. License: MIT URL: https://vscodium.com/ diff --git a/anda/tools/gcm-core/gcm-core.spec b/anda/tools/gcm-core/gcm-core.spec index 5ce9b6bb93..18ade58ac0 100644 --- a/anda/tools/gcm-core/gcm-core.spec +++ b/anda/tools/gcm-core/gcm-core.spec @@ -5,7 +5,7 @@ %global forgeurl https://github.com/GitCredentialManager/git-credential-manager Name: gcm-core -Version: 2.1.2 +Version: 2.2.1 %forgemeta Release: 1%{?dist} Summary: Secure, cross-platform Git credential storage diff --git a/anda/tools/gradle/gradle.spec b/anda/tools/gradle/gradle.spec index bc0ebda0e1..9308de48c8 100644 --- a/anda/tools/gradle/gradle.spec +++ b/anda/tools/gradle/gradle.spec @@ -1,5 +1,5 @@ Name: gradle -Version: 8.1.1 +Version: 8.2.0 Release: 1%{?dist} Summary: Powerful build system for the JVM URL: https://gradle.org/ diff --git a/anda/vala/vala-nightly/vala-nightly.spec b/anda/vala/vala-nightly/vala-nightly.spec index dc9df2fc6c..a344eec44f 100644 --- a/anda/vala/vala-nightly/vala-nightly.spec +++ b/anda/vala/vala-nightly/vala-nightly.spec @@ -3,7 +3,7 @@ %global priority 90 %global real_name vala -%global commit e9a6d92c00b734ab689493b7fc1874db227067c7 +%global commit ce0eadc3cf54b091f7dd1605f10eb7b99637f3b2 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global repo https://gitlab.gnome.org/GNOME/%{real_name}.git