From cdb9c8580bc653d78ac6bd22718a51109fa28ecc Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Sat, 7 Dec 2024 02:40:44 -0600 Subject: [PATCH] Version bump and ignore archives --- .gitignore | 138 +++++++++++++++++++++++++++++++++++++++++++++++++++++ gitea.spec | 14 ++---- 2 files changed, 142 insertions(+), 10 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3df58be --- /dev/null +++ b/.gitignore @@ -0,0 +1,138 @@ +# ---> Archives +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.gzip +*.tgz +*.bzip +*.bzip2 +*.bz2 +*.xz +*.lzma +*.cab +*.xar + +# Packing-only formats +*.iso +*.tar + +# Package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp +*.txz + +# ---> Linux +*~ + +# temporary files which can be created if a process still has a handle open of a deleted file +.fuse_hidden* + +# KDE directory preferences +.directory + +# Linux trash folder which might appear on any partition or disk +.Trash-* + +# .nfs files are created when an open file is removed but is still being accessed +.nfs* + +# ---> Vim +# Swap +[._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files +[._]*.sw[a-p] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] +[._]sw[a-p] + +# Session +Session.vim +Sessionx.vim + +# Temporary +.netrwhist +*~ +# Auto-generated tag files +tags +# Persistent undo +[._]*.un~ + +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +# ---> Windows +# Windows thumbnail cache files +Thumbs.db +Thumbs.db:encryptable +ehthumbs.db +ehthumbs_vista.db + +# Dump file +*.stackdump + +# Folder config file +[Dd]esktop.ini + +# Recycle Bin used on file shares +$RECYCLE.BIN/ + +# Windows Installer files +*.cab +*.msi +*.msix +*.msm +*.msp + +# Windows shortcuts +*.lnk + +# ---> macOS +# General +.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk + diff --git a/gitea.spec b/gitea.spec index 76b78e7..0b3ba44 100644 --- a/gitea.spec +++ b/gitea.spec @@ -1,18 +1,9 @@ ExclusiveArch: %{go_arches} %if 0%{?el8} %global debug_package %{nil} -# -# Added for CentOS Stream 8, Alma, Oracle, Rocky lack the golang version? -# %endif %if 0%{?el9} %global debug_package %{nil} -# -# Added for CentOS Stream 9, Alma, Oracle, Rocky lack the golang version? -# -%endif -%if 0%{?fc39} -%global debug_package %{nil} %endif %if 0%{?fc40} %global debug_package %{nil} @@ -22,7 +13,7 @@ ExclusiveArch: %{go_arches} %endif Name: gitea -Version: 1.22.3 +Version: 1.22.4 Release: 1%{?dist} Summary: Gitea: Git with a cup of tea @@ -105,6 +96,9 @@ fi %changelog +* Thu Dec 05 2024 Jason Rothstein +- version bump to 1.22.4 + * Thu Oct 03 2024 Jason Rothstein - version bump to 1.22.3