Update to v1.2.6
- SHA
07879acd5f23725808e48b59e43abd6d6c6c010f- Parents
-
b6be9c2 - Tree
4b9e819
07879ac
07879acd5f23725808e48b59e43abd6d6c6c010fb6be9c2
4b9e819| Status | File | + | - |
|---|---|---|---|
| M |
fuss.spec
|
5 | 1 |
fuss.specmodified@@ -1,5 +1,5 @@ | |||
| 1 | Name: fuss | 1 | Name: fuss |
| 2 | -Version: 1.2.5 | 2 | +Version: 1.2.6 |
| 3 | Release: 1%{?dist} | 3 | Release: 1%{?dist} |
| 4 | Summary: A tree utility for dirty git files, written in modern Fortran | 4 | Summary: A tree utility for dirty git files, written in modern Fortran |
| 5 | 5 | ||
@@ -12,6 +12,7 @@ BuildRequires: gfortran >= 4.8 | |||
| 12 | BuildRequires: make | 12 | BuildRequires: make |
| 13 | Requires: glibc | 13 | Requires: glibc |
| 14 | Requires: git | 14 | Requires: git |
| 15 | +Requires: fzf | ||
| 15 | 16 | ||
| 16 | %description | 17 | %description |
| 17 | FUSS is a tree utility for dirty git files, written in modern Fortran. | 18 | FUSS is a tree utility for dirty git files, written in modern Fortran. |
@@ -46,6 +47,9 @@ install -Dm644 README.md %{buildroot}%{_docdir}/%{name}/README.md | |||
| 46 | %{_docdir}/%{name}/README.md | 47 | %{_docdir}/%{name}/README.md |
| 47 | 48 | ||
| 48 | %changelog | 49 | %changelog |
| 50 | +* Tue Nov 05 2024 mfw <espadon@outlook.com> - 1.2.6-1 | ||
| 51 | +- Updates and improvements | ||
| 52 | + | ||
| 49 | * Tue Nov 05 2024 mfw <espadon@outlook.com> - 1.2.5-1 | 53 | * Tue Nov 05 2024 mfw <espadon@outlook.com> - 1.2.5-1 |
| 50 | - Updates and improvements | 54 | - Updates and improvements |
| 51 | 55 | ||