From 33af7a8baca83044721ef2d3c9c2f4938ed2856d Mon Sep 17 00:00:00 2001 From: lleyton Date: Sun, 30 Oct 2022 18:28:02 -0700 Subject: [PATCH 1/4] Bump libhelium --- anda/lib/libhelium/libhelium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/lib/libhelium/libhelium.spec b/anda/lib/libhelium/libhelium.spec index 0aa37cb6b9..3258040ce2 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.1.0 +Version: 1.1.1 Release: 1%{?dist} License: GPLv3 URL: https://tauos.co From 65ee2639d1343a9d0288ab11fea5ee74afd6f383 Mon Sep 17 00:00:00 2001 From: lleyton Date: Sun, 30 Oct 2022 18:30:42 -0700 Subject: [PATCH 2/4] Use tags for tau-helium --- anda/tau-helium/tau-helium.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/anda/tau-helium/tau-helium.spec b/anda/tau-helium/tau-helium.spec index 229b18eb81..97b25a5959 100644 --- a/anda/tau-helium/tau-helium.spec +++ b/anda/tau-helium/tau-helium.spec @@ -1,10 +1,10 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.0 -Release: 87 +Version: 1.1.1 +Release: 1 License: GPLv3 URL: https://tauos.co -Source0: https://github.com/tau-OS/tau-helium/archive/refs/heads/main.zip +Source0: https://github.com/tau-OS/tau-helium/archive/refs/tags/%{version}.tar.gz BuildArch: noarch BuildRequires: sass BuildRequires: meson @@ -14,7 +14,7 @@ BuildRequires: ninja-build A set of GTK/GNOME Shell Themes for tauOS %prep -%autosetup -n tau-helium-main +%autosetup -n tau-helium-%{version} %build %meson From 0fbd5d747cf9a12e14fa422a2b61195c45505b85 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Mon, 31 Oct 2022 12:14:36 +0800 Subject: [PATCH 3/4] Update update.yml --- .github/workflows/update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f9ee58e917..55bf12a61e 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -35,8 +35,7 @@ jobs: if [[ `git status --porcelain` ]]; then git config user.name "Package Update Checker" git config user.email "<>" - git status | grep modified | sed -r "s@.+/([^/]+)/[^/]+\n?@\1 @g" | tr -d '\n' > $m - git commit -a -m "Automatic Update: $m" + git commit -a -m "Automatic Update: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')" git push -u origin main echo "updated=1" >> $GITHUB_OUTPUT fi From f9834658f6c81fc9ebd186ea93c7a0a07a4a810d Mon Sep 17 00:00:00 2001 From: lleyton Date: Mon, 31 Oct 2022 00:46:03 -0700 Subject: [PATCH 4/4] Bump tau-helium --- anda/tau-helium/tau-helium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anda/tau-helium/tau-helium.spec b/anda/tau-helium/tau-helium.spec index 97b25a5959..39344c6f9b 100644 --- a/anda/tau-helium/tau-helium.spec +++ b/anda/tau-helium/tau-helium.spec @@ -1,6 +1,6 @@ Summary: tauOS GTK/GNOME Shell Themes Name: tau-helium -Version: 1.1.1 +Version: 1.1.2 Release: 1 License: GPLv3 URL: https://tauos.co