[f40] fix(audacity, extest, gcm-core, uwufetch): Update scripts (#3933) (#3948)

This commit is contained in:
Gilver
2025-03-15 12:53:39 -05:00
committed by GitHub
parent 303ae61089
commit fa03527ba0
8 changed files with 15 additions and 12 deletions
@@ -1,8 +1,8 @@
%global __requires_exclude ^lib-.*.so
%global __provides_exclude ^lib-.*.so
%global ver Audacity-3.7.1
%global sanitized_ver %(echo "$( sed 's/Audacity-//' <<< "%{ver}" )")
%global ver Audacity-3.7.3
%global sanitized_ver %(echo %{ver} | sed 's/Audacity-//g')
Name: audacity-freeworld
Version: %{sanitized_ver}
@@ -749,4 +749,4 @@ rm -f %{buildroot}%{_prefix}/%{realname}
- New upstream version 1.2.0-pre3
* Sat Oct 25 2003 Gerard Milmeister <gemi@bluewin.ch> - 0:1.2.0-pre2.fdr.1
- First Fedora release
- First Fedora release
+4 -1
View File
@@ -1 +1,4 @@
rpm.global("ver", gh_tag("audacity/audacity"));
rpm.global("ver", gh("audacity/audacity"));
if rpm.changed() {
rpm.release();
}
+1 -1
View File
@@ -25,7 +25,7 @@ Release: 1%?dist
Summary: X11 XTEST reimplementation primarily for Steam Controller on Wayland
License: MIT
URL: https://github.com/KyleGospo/extest
URL: https://github.com/bazzite-org/extest
Source0: %{url}/archive/%{commit}.tar.gz
+2 -2
View File
@@ -1,5 +1,5 @@
rpm.global("commit", gh_commit("KyleGospo/extest"));
rpm.global("commit", gh_commit("bazzite-org/extest"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
}
}
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("TheDarkBug/uwufetch"));
rpm.version(gh("ad-oliviero/uwufetch"));
+2 -2
View File
@@ -3,7 +3,7 @@ Version: 2.1
Release: 1%?dist
Summary: A meme system info tool for Linux, based on nyan/uwu trend on r/linuxmasterrace.
License: GPL-3.0
URL: https://github.com/TheDarkBug/uwufetch
URL: https://github.com/ad-oliviero/uwufetch
BuildRequires: make gcc git anda-srpm-macros
%description
@@ -30,4 +30,4 @@ rm -rf %{?buildroot}%{_includedir}
%changelog
* Thu Jun 22 2023 Alyxia Sother <alyxia@riseup.net>
- Initial package.
- Initial package.
+1 -1
View File
@@ -3,7 +3,7 @@
%global long_name git-credential-manager
%global forgeurl https://github.com/GitCredentialManager/git-credential-manager
%global forgeurl https://github.com/git-ecosystem/git-credential-manager
Name: gcm-core
Version: 2.6.1
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh("GitCredentialManager/git-credential-manager"));
rpm.version(gh("git-ecosystem/git-credential-manager"));