tenseleyflow/fackr / 290b402

Browse files

Update spec to 1.2.0

Authored by espadonne
SHA
290b4022e89037ce2b5112bb433627ee87f8ba7d
Parents
df50753
Tree
e81dc1b

1 changed file

StatusFile+-
M fackr.spec 10 6
fackr.specmodified
@@ -1,14 +1,12 @@
11
 Name:           fackr
2
-Version:        0.9.7
2
+Version:        1.2.0
33
 Release:        1%{?dist}
44
 Summary:        Terminal text editor written in Rust
55
 
66
 License:        MIT
7
-URL:            https://github.com/TenseleyFlow/fackr
7
+URL:            https://github.com/tenseleyFlow/fackr
88
 Source0:        %{name}-%{version}.tar.gz
99
 
10
-BuildArch:      x86_64
11
-
1210
 # Disable debug package
1311
 %global debug_package %{nil}
1412
 
@@ -37,6 +35,8 @@ cargo build --release
3735
 mkdir -p %{buildroot}%{_bindir}
3836
 install -Dm755 target/release/fackr %{buildroot}%{_bindir}/fackr
3937
 
38
+# Note: Removed fac symlink to avoid conflict with facsimile package
39
+
4040
 # Install documentation
4141
 mkdir -p %{buildroot}%{_docdir}/%{name}
4242
 install -Dm644 README.md %{buildroot}%{_docdir}/%{name}/README.md 2>/dev/null || true
@@ -45,8 +45,12 @@ install -Dm644 README.md %{buildroot}%{_docdir}/%{name}/README.md 2>/dev/null ||
4545
 %{_bindir}/fackr
4646
 
4747
 %changelog
48
-* Wed Dec 11 2024 mfw <espadon@outlook.com> - 0.9.7-1
49
-- Fix shift-key handling on kitty protocol terminals
48
+* Tue Jan 28 2026 mfw <espadonne@outlook.com> - 1.2.0-1
49
+- Version bump to 1.2.0
50
+- Bug fixes and improvements
51
+
52
+* Tue Jan 07 2025 mfw <espadonne@outlook.com> - 1.1.2-1
53
+- Version bump to 1.1.2
5054
 
5155
 * Wed Dec 11 2024 mfw <espadon@outlook.com> - 0.9.6-1
5256
 - Fix command palette char input