|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -107,4 +117,37 @@ tomcli-set Cargo.toml del 'dev-dependencies.lodepng'
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.3.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sat Aug 10 2024 blinxen <h-k-81@hotmail.com> - 4.3.3-1
|
|
|
|
|
- Update to version 4.3.3 (rhbz#2302752)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 blinxen <h-k-81@hotmail.com> - 4.3.1-1
|
|
|
|
|
- Update to version 4.3.1 (rhbz#2277527)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 blinxen <h-k-81@hotmail.com> - 4.3.0-1
|
|
|
|
|
- Update to version 4.3.0 (rhbz#2259755)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 17 2023 blinxen <h-k-81@hotmail.com> - 4.2.2-1
|
|
|
|
|
- Update to version 4.2.2 (rhbz#2243883)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 18 2023 blinxen <h-k-81@hotmail.com> - 4.2.1-1
|
|
|
|
|
- Update to version 4.2.1 (rhbz#2238258)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue May 02 2023 blinxen <h-k-81@hotmail.com> - 4.2.0-1
|
|
|
|
|
- Update to version 4.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Mar 10 2023 blinxen <h-k-81@hotmail.com> - 4.1.1-1
|
|
|
|
|
- Update to version 4.1.1
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 blinxen <h-k-81@hotmail.com> - 4.1.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
## END: Generated by rpmautospec
|