automatic version update by autodist [release 3.2.0-1mamba;Sat May 28 2022]

This commit is contained in:
Automatic Build System 2024-01-05 23:03:27 +01:00
parent 15a92c798b
commit 8ddad8b3e5

View File

@ -1,5 +1,5 @@
Name: git-lfs Name: git-lfs
Version: 3.1.4 Version: 3.2.0
Release: 1mamba Release: 1mamba
Summary: Git extension for versioning large files Summary: Git extension for versioning large files
Group: Development/Tools Group: Development/Tools
@ -33,8 +33,8 @@ make man
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m755 git-lfs %{buildroot}%{_bindir}/git-lfs install -D -m755 git-lfs %{buildroot}%{_bindir}/git-lfs
install -D -m644 -t %{buildroot}%{_mandir}/man1 man/*.1 install -D -m644 -t %{buildroot}%{_mandir}/man1 man/man1/*.1
install -D -m644 -t %{buildroot}%{_mandir}/man5 man/*.5 install -D -m644 -t %{buildroot}%{_mandir}/man5 man/man5/*.5
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -47,5 +47,8 @@ install -D -m644 -t %{buildroot}%{_mandir}/man5 man/*.5
%doc LICENSE.md %doc LICENSE.md
%changelog %changelog
* Sat May 28 2022 Automatic Build System <autodist@mambasoft.it> 3.2.0-1mamba
- automatic version update by autodist
* Sat Apr 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.4-1mamba * Sat Apr 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.1.4-1mamba
- package created using the webbuild interface - package created using the webbuild interface