|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## 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 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -199,4 +209,51 @@ echo 'pkgconfig(sqlite3) >= 3.7.16'
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.25.2-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Tue Mar 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.25.2-1
|
|
|
|
|
- Update to version 0.25.2; Fixes RHBZ#2059009
|
|
|
|
|
|
|
|
|
|
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 0.23.2-5
|
|
|
|
|
- Bump bindgen from 0.59 to 0.63
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.23.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Dec 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.23.2-1
|
|
|
|
|
- Update to version 0.23.2; Fixes RHBZ#2030144
|
|
|
|
|
|
|
|
|
|
* Fri Nov 12 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.23.1-1
|
|
|
|
|
- Update to 0.23.1 Close: rhbz#1946044
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.1-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 31 21:56:13 CEST 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.20.1-2
|
|
|
|
|
- Bump to bindgen 0.57
|
|
|
|
|
|
|
|
|
|
* Fri Mar 05 2021 Fabio Valentini <decathorpe@gmail.com> - 0.20.1-1
|
|
|
|
|
- Update to version 0.20.1.
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 27 2020 Fabio Valentini <decathorpe@gmail.com> - 0.18.0-4
|
|
|
|
|
- Bump to bindgen 0.56.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat May 30 2020 Josh Stone <jistone@redhat.com> - 0.18.0-2
|
|
|
|
|
- Bump to bindgen 0.54
|
|
|
|
|
|
|
|
|
|
* Sat May 16 09:59:25 CEST 2020 Igor Raits <i.gnatenko.brain@gmail.com> - 0.18.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|