From 3f152af8dcda083b4f006d697958229422b05cfb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jan 2023 07:24:55 +0000 Subject: [PATCH 1/9] Automatic Update: discord-openasar dart libhelium tau-helium ruff --- anda/apps/discord-openasar/discord-openasar.spec | 5 ++--- anda/dart/dart.spec | 5 ++--- anda/lib/libhelium/libhelium.spec | 5 ++--- anda/others/tau-helium/tau-helium.spec | 5 ++--- anda/python/ruff/python3-ruff.spec | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index fb31529e88..cd1401d4a0 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -1,9 +1,8 @@ %define debug_package %{nil} Name: discord-openasar -Version: 0.0.38 -Release: 4%{?dist} -Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming +Version: 0.0.24 +Release: 1%{?dist}Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming License: MIT and https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz diff --git a/anda/dart/dart.spec b/anda/dart/dart.spec index d02af7138b..31c60fb525 100644 --- a/anda/dart/dart.spec +++ b/anda/dart/dart.spec @@ -1,7 +1,6 @@ Name: dart -Version: 2.18.7 -Release: 1%{?dist} -Summary: The Dart Language +Version: 2.19.0 +Release: 1%{?dist}Summary: The Dart Language License: BSD-3-Clause URL: https://dart.dev/ diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 6e794627e9..bfc94a1d7f 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,8 +1,7 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.2.99 -Release: 1%{?dist} -License: GPLv3 +Version: 1.3.1 +Release: 1%{?dist}License: GPLv3 URL: https://github.com/tau-OS/libhelium Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index 18ee7c5e93..c82df81faa 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,8 +1,7 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.100 -Release: 1%{?dist} -License: GPLv3 +Version: 1.2.5 +Release: 1%{?dist}License: GPLv3 URL: https://github.com/tau-OS/tau-helium Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 2118218fd2..3a322604e0 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,9 +1,8 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.229 -Release: %autorelease -Summary: An extremely fast Python linter, written in Rust +Version: 0.0.233 +Release: 1%{?dist}Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://github.com/charliermarsh/ruff Source0: %{url}/archive/refs/tags/v%{version}.tar.gz From 38992a63a6fe1722e8da275ae9ba77125ef50c53 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 25 Jan 2023 15:46:53 +0800 Subject: [PATCH 2/9] Quick disable --- .github/workflows/{update.yml => update.yml.bak} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{update.yml => update.yml.bak} (97%) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml.bak similarity index 97% rename from .github/workflows/update.yml rename to .github/workflows/update.yml.bak index de4c9550b1..525328d37a 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml.bak @@ -27,7 +27,7 @@ jobs: chmod 0700 ${{ runner.temp }}/signing_key - name: Run Update (anda) - run: anda update -vv + run: anda update -vvv env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 0e5cf42bd316222ed874c3b04d53df23cbedee97 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Wed, 25 Jan 2023 15:49:32 +0800 Subject: [PATCH 3/9] Revert "Automatic Update: discord-openasar dart libhelium tau-helium ruff" This reverts commit 3f152af8dcda083b4f006d697958229422b05cfb. --- anda/apps/discord-openasar/discord-openasar.spec | 5 +++-- anda/dart/dart.spec | 5 +++-- anda/lib/libhelium/libhelium.spec | 5 +++-- anda/others/tau-helium/tau-helium.spec | 5 +++-- anda/python/ruff/python3-ruff.spec | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index cd1401d4a0..fb31529e88 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -1,8 +1,9 @@ %define debug_package %{nil} Name: discord-openasar -Version: 0.0.24 -Release: 1%{?dist}Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming +Version: 0.0.38 +Release: 4%{?dist} +Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming License: MIT and https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz diff --git a/anda/dart/dart.spec b/anda/dart/dart.spec index 31c60fb525..d02af7138b 100644 --- a/anda/dart/dart.spec +++ b/anda/dart/dart.spec @@ -1,6 +1,7 @@ Name: dart -Version: 2.19.0 -Release: 1%{?dist}Summary: The Dart Language +Version: 2.18.7 +Release: 1%{?dist} +Summary: The Dart Language License: BSD-3-Clause URL: https://dart.dev/ diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index bfc94a1d7f..6e794627e9 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,7 +1,8 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.3.1 -Release: 1%{?dist}License: GPLv3 +Version: 1.2.99 +Release: 1%{?dist} +License: GPLv3 URL: https://github.com/tau-OS/libhelium Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index c82df81faa..18ee7c5e93 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,7 +1,8 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.2.5 -Release: 1%{?dist}License: GPLv3 +Version: 1.1.100 +Release: 1%{?dist} +License: GPLv3 URL: https://github.com/tau-OS/tau-helium Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 3a322604e0..2118218fd2 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,8 +1,9 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.233 -Release: 1%{?dist}Summary: An extremely fast Python linter, written in Rust +Version: 0.0.229 +Release: %autorelease +Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://github.com/charliermarsh/ruff Source0: %{url}/archive/refs/tags/v%{version}.tar.gz From 9160d4f5907088b1fc43d71861021c241082a88c Mon Sep 17 00:00:00 2001 From: lleyton Date: Wed, 25 Jan 2023 01:41:23 -0800 Subject: [PATCH 4/9] Re-enable autoupdate --- .github/workflows/{update.yml.bak => update.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{update.yml.bak => update.yml} (100%) diff --git a/.github/workflows/update.yml.bak b/.github/workflows/update.yml similarity index 100% rename from .github/workflows/update.yml.bak rename to .github/workflows/update.yml From 5a09b3fda428618af29847bf13fa3ff2f415e6bb Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jan 2023 09:42:58 +0000 Subject: [PATCH 5/9] Automatic Update: discord-openasar dart libhelium tau-helium ruff --- anda/apps/discord-openasar/discord-openasar.spec | 5 ++--- anda/dart/dart.spec | 5 ++--- anda/lib/libhelium/libhelium.spec | 5 ++--- anda/others/tau-helium/tau-helium.spec | 5 ++--- anda/python/ruff/python3-ruff.spec | 5 ++--- 5 files changed, 10 insertions(+), 15 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index fb31529e88..cd1401d4a0 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -1,9 +1,8 @@ %define debug_package %{nil} Name: discord-openasar -Version: 0.0.38 -Release: 4%{?dist} -Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming +Version: 0.0.24 +Release: 1%{?dist}Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming License: MIT and https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz diff --git a/anda/dart/dart.spec b/anda/dart/dart.spec index d02af7138b..31c60fb525 100644 --- a/anda/dart/dart.spec +++ b/anda/dart/dart.spec @@ -1,7 +1,6 @@ Name: dart -Version: 2.18.7 -Release: 1%{?dist} -Summary: The Dart Language +Version: 2.19.0 +Release: 1%{?dist}Summary: The Dart Language License: BSD-3-Clause URL: https://dart.dev/ diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 6e794627e9..bfc94a1d7f 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,8 +1,7 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.2.99 -Release: 1%{?dist} -License: GPLv3 +Version: 1.3.1 +Release: 1%{?dist}License: GPLv3 URL: https://github.com/tau-OS/libhelium Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index 18ee7c5e93..c82df81faa 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,8 +1,7 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.100 -Release: 1%{?dist} -License: GPLv3 +Version: 1.2.5 +Release: 1%{?dist}License: GPLv3 URL: https://github.com/tau-OS/tau-helium Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 2118218fd2..3a322604e0 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,9 +1,8 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.229 -Release: %autorelease -Summary: An extremely fast Python linter, written in Rust +Version: 0.0.233 +Release: 1%{?dist}Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://github.com/charliermarsh/ruff Source0: %{url}/archive/refs/tags/v%{version}.tar.gz From a503cdc90f70b2f9e7ac74a003ec317005fbe743 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Wed, 25 Jan 2023 01:44:29 -0800 Subject: [PATCH 6/9] Revert "Automatic Update: discord-openasar dart libhelium tau-helium ruff" This reverts commit 5a09b3fda428618af29847bf13fa3ff2f415e6bb. --- anda/apps/discord-openasar/discord-openasar.spec | 5 +++-- anda/dart/dart.spec | 5 +++-- anda/lib/libhelium/libhelium.spec | 5 +++-- anda/others/tau-helium/tau-helium.spec | 5 +++-- anda/python/ruff/python3-ruff.spec | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index cd1401d4a0..fb31529e88 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -1,8 +1,9 @@ %define debug_package %{nil} Name: discord-openasar -Version: 0.0.24 -Release: 1%{?dist}Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming +Version: 0.0.38 +Release: 4%{?dist} +Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming License: MIT and https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar Source0: https://dl.discordapp.net/apps/linux/%{version}/discord-%{version}.tar.gz diff --git a/anda/dart/dart.spec b/anda/dart/dart.spec index 31c60fb525..d02af7138b 100644 --- a/anda/dart/dart.spec +++ b/anda/dart/dart.spec @@ -1,6 +1,7 @@ Name: dart -Version: 2.19.0 -Release: 1%{?dist}Summary: The Dart Language +Version: 2.18.7 +Release: 1%{?dist} +Summary: The Dart Language License: BSD-3-Clause URL: https://dart.dev/ diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index bfc94a1d7f..6e794627e9 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,7 +1,8 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.3.1 -Release: 1%{?dist}License: GPLv3 +Version: 1.2.99 +Release: 1%{?dist} +License: GPLv3 URL: https://github.com/tau-OS/libhelium Source0: https://github.com/tau-OS/libhelium/archive/refs/tags/%{version}.tar.gz diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index c82df81faa..18ee7c5e93 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,7 +1,8 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.2.5 -Release: 1%{?dist}License: GPLv3 +Version: 1.1.100 +Release: 1%{?dist} +License: GPLv3 URL: https://github.com/tau-OS/tau-helium Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 3a322604e0..2118218fd2 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,8 +1,9 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.233 -Release: 1%{?dist}Summary: An extremely fast Python linter, written in Rust +Version: 0.0.229 +Release: %autorelease +Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://github.com/charliermarsh/ruff Source0: %{url}/archive/refs/tags/v%{version}.tar.gz From c1fbae38c8852235ce481f44733f6a29e5752da2 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Wed, 25 Jan 2023 01:45:37 -0800 Subject: [PATCH 7/9] Revert "Re-enable autoupdate" This reverts commit 9160d4f5907088b1fc43d71861021c241082a88c. --- .github/workflows/{update.yml => update.yml.bak} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{update.yml => update.yml.bak} (100%) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml.bak similarity index 100% rename from .github/workflows/update.yml rename to .github/workflows/update.yml.bak From 46d45f3b47fefdb7732dac35b4b0e0bc91d73bfb Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Wed, 25 Jan 2023 02:00:47 -0800 Subject: [PATCH 8/9] Revert "Revert "Re-enable autoupdate"" This reverts commit c1fbae38c8852235ce481f44733f6a29e5752da2. --- .github/workflows/{update.yml.bak => update.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{update.yml.bak => update.yml} (100%) diff --git a/.github/workflows/update.yml.bak b/.github/workflows/update.yml similarity index 100% rename from .github/workflows/update.yml.bak rename to .github/workflows/update.yml From 1d1bf4fa0268b68a5f5fd398fbdff950a3eeb4a7 Mon Sep 17 00:00:00 2001 From: Raboneko Date: Wed, 25 Jan 2023 10:02:54 +0000 Subject: [PATCH 9/9] Automatic Update: discord-openasar dart libhelium tau-helium ruff --- anda/apps/discord-openasar/discord-openasar.spec | 4 ++-- anda/dart/dart.spec | 2 +- anda/lib/libhelium/libhelium.spec | 2 +- anda/others/tau-helium/tau-helium.spec | 2 +- anda/python/ruff/python3-ruff.spec | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/anda/apps/discord-openasar/discord-openasar.spec b/anda/apps/discord-openasar/discord-openasar.spec index fb31529e88..cae317c2ee 100644 --- a/anda/apps/discord-openasar/discord-openasar.spec +++ b/anda/apps/discord-openasar/discord-openasar.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: discord-openasar -Version: 0.0.38 -Release: 4%{?dist} +Version: 0.0.24 +Release: 1%{?dist} Summary: OpenAsar is a rewrite of part of Discord's desktop code, making it snappier and include more features like further customization and theming License: MIT and https://discord.com/terms URL: https://github.com/GooseMod/OpenAsar diff --git a/anda/dart/dart.spec b/anda/dart/dart.spec index d02af7138b..c792361eb0 100644 --- a/anda/dart/dart.spec +++ b/anda/dart/dart.spec @@ -1,5 +1,5 @@ Name: dart -Version: 2.18.7 +Version: 2.19.0 Release: 1%{?dist} Summary: The Dart Language License: BSD-3-Clause diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 6e794627e9..24715a04dc 100644 --- a/anda/lib/libhelium/libhelium.spec +++ b/anda/lib/libhelium/libhelium.spec @@ -1,6 +1,6 @@ Summary: The Application Framework for tauOS apps Name: libhelium -Version: 1.2.99 +Version: 1.3.1 Release: 1%{?dist} License: GPLv3 URL: https://github.com/tau-OS/libhelium diff --git a/anda/others/tau-helium/tau-helium.spec b/anda/others/tau-helium/tau-helium.spec index 18ee7c5e93..33ae0e70e5 100644 --- a/anda/others/tau-helium/tau-helium.spec +++ b/anda/others/tau-helium/tau-helium.spec @@ -1,6 +1,6 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.100 +Version: 1.2.5 Release: 1%{?dist} License: GPLv3 URL: https://github.com/tau-OS/tau-helium diff --git a/anda/python/ruff/python3-ruff.spec b/anda/python/ruff/python3-ruff.spec index 2118218fd2..4d3d0cf8a9 100644 --- a/anda/python/ruff/python3-ruff.spec +++ b/anda/python/ruff/python3-ruff.spec @@ -1,8 +1,8 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.0.229 -Release: %autorelease +Version: 0.0.233 +Release: 1%{?dist} Summary: An extremely fast Python linter, written in Rust License: MIT URL: https://github.com/charliermarsh/ruff