-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
Summary: Dead simple tool for working with paths | ||
Name: path | ||
Version: 1.0.2 | ||
Version: 1.0.3 | ||
Release: 0%{?dist} | ||
Group: Applications/System | ||
License: Apache License, Version 2.0 | ||
|
@@ -22,7 +22,7 @@ Source100: checksum.sha512 | |
|
||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | ||
|
||
BuildRequires: golang >= 1.21 | ||
BuildRequires: golang >= 1.22 | ||
|
||
Provides: %{name} = %{version}-%{release} | ||
|
||
|
@@ -47,7 +47,7 @@ fi | |
|
||
%build | ||
pushd %{name} | ||
go build %{name}.go | ||
%{__make} %{?_smp_mflags} all | ||
cp LICENSE .. | ||
popd | ||
|
||
|
@@ -103,6 +103,9 @@ fi | |
################################################################################ | ||
|
||
%changelog | ||
* Tue Sep 24 2024 Anton Novojilov <[email protected]> - 1.0.3-0 | ||
- Dependencies update | ||
|
||
* Sun Jun 23 2024 Anton Novojilov <[email protected]> - 1.0.2-0 | ||
- Code refactoring | ||
- Dependencies update | ||
|