Update spec to 1.2.0
- SHA
290b4022e89037ce2b5112bb433627ee87f8ba7d- Parents
-
df50753 - Tree
e81dc1b
290b402
290b4022e89037ce2b5112bb433627ee87f8ba7ddf50753
e81dc1b| Status | File | + | - |
|---|---|---|---|
| M |
fackr.spec
|
10 | 6 |
fackr.specmodified@@ -1,14 +1,12 @@ | ||
| 1 | 1 | Name: fackr |
| 2 | -Version: 0.9.7 | |
| 2 | +Version: 1.2.0 | |
| 3 | 3 | Release: 1%{?dist} |
| 4 | 4 | Summary: Terminal text editor written in Rust |
| 5 | 5 | |
| 6 | 6 | License: MIT |
| 7 | -URL: https://github.com/TenseleyFlow/fackr | |
| 7 | +URL: https://github.com/tenseleyFlow/fackr | |
| 8 | 8 | Source0: %{name}-%{version}.tar.gz |
| 9 | 9 | |
| 10 | -BuildArch: x86_64 | |
| 11 | - | |
| 12 | 10 | # Disable debug package |
| 13 | 11 | %global debug_package %{nil} |
| 14 | 12 | |
@@ -37,6 +35,8 @@ cargo build --release | ||
| 37 | 35 | mkdir -p %{buildroot}%{_bindir} |
| 38 | 36 | install -Dm755 target/release/fackr %{buildroot}%{_bindir}/fackr |
| 39 | 37 | |
| 38 | +# Note: Removed fac symlink to avoid conflict with facsimile package | |
| 39 | + | |
| 40 | 40 | # Install documentation |
| 41 | 41 | mkdir -p %{buildroot}%{_docdir}/%{name} |
| 42 | 42 | 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 || | ||
| 45 | 45 | %{_bindir}/fackr |
| 46 | 46 | |
| 47 | 47 | %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 | |
| 50 | 54 | |
| 51 | 55 | * Wed Dec 11 2024 mfw <espadon@outlook.com> - 0.9.6-1 |
| 52 | 56 | - Fix command palette char input |