tenseleyflow/gitswitch / cdf6178

Browse files

update spec

Authored by espadonne
SHA
cdf61780d58702f6aec9772cb2c79bb8f574ca13
Parents
046bc15
Tree
ca853f5

1 changed file

StatusFile+-
M gitswitch.spec 27 2
gitswitch.specmodified
@@ -1,5 +1,5 @@
1
 Name:           gitswitch
1
 Name:           gitswitch
2
-Version:        1.0.0
2
+Version:        1.1.4
3
 Release:        1%{?dist}
3
 Release:        1%{?dist}
4
 Summary:        Safe Git identity switching with SSH/GPG isolation
4
 Summary:        Safe Git identity switching with SSH/GPG isolation
5
 
5
 
@@ -8,6 +8,10 @@ URL: https://github.com/tenseleyFlow/gitswitch
8
 Source0:        %{name}-%{version}.tar.gz
8
 Source0:        %{name}-%{version}.tar.gz
9
 
9
 
10
 BuildArch:      x86_64
10
 BuildArch:      x86_64
11
+
12
+# Disable debug package
13
+%global debug_package %{nil}
14
+
11
 BuildRequires:  gcc
15
 BuildRequires:  gcc
12
 BuildRequires:  make
16
 BuildRequires:  make
13
 BuildRequires:  openssl-devel
17
 BuildRequires:  openssl-devel
@@ -47,9 +51,30 @@ install -m 644 README.md %{buildroot}%{_docdir}/%{name}/
47
 %files
51
 %files
48
 %doc README.md
52
 %doc README.md
49
 /usr/local/bin/gitswitch
53
 /usr/local/bin/gitswitch
50
-%{_docdir}/%{name}/
51
 
54
 
52
 %changelog
55
 %changelog
56
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.1.4-1
57
+- Feat: persistent SSH agents with session state tracking
58
+- Docs: add fish shell syntax to SSH integration tip
59
+
60
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.1.0-1
61
+- Fix: use rotating buffers in display_colorize to prevent overwrite
62
+- Fix: flush stdout after display_status to ensure output is shown
63
+
64
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.8-1
65
+- Feat: improve account switch status messages
66
+
67
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.7-1
68
+- Fix: improve SSH connection test for git hosting services
69
+
70
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.5-1
71
+- Fix: remove stale ssh agent sockets before starting new agent
72
+
73
+* Fri Dec 20 2024 mfw <espadonne@outlook.com> - 1.0.3-1
74
+- Fix: use warn log level for release builds
75
+- Fix: silence errors for missing optional config fields
76
+- Fix: verify git config against correct scope and suppress ssh logging
77
+
53
 * Sun Aug 24 2025 mfw <espadonne@outlook.com> - 1.0.0-1
78
 * Sun Aug 24 2025 mfw <espadonne@outlook.com> - 1.0.0-1
54
 - Initial RPM release
79
 - Initial RPM release
55
 - C port with security hardening
80
 - C port with security hardening