Compare commits

...

No commits in common. 'epel10' and 'i10ce' have entirely different histories.

26
.gitignore vendored

@ -1,24 +1,2 @@
/jiff-0.1.8.crate
/jiff-0.1.10.crate
/jiff-0.1.12.crate
/jiff-0.1.13.crate
/jiff-0.1.14.crate
/jiff-0.1.15.crate
/jiff-0.1.16.crate
/jiff-0.1.17.crate
/jiff-0.1.18.crate
/jiff-0.1.19.crate
/jiff-0.1.20.crate
/jiff-0.1.21.crate
/jiff-0.1.23.crate
/jiff-0.1.23.tar.gz
/jiff-0.1.24.crate
/jiff-0.1.24.tar.gz
/jiff-0.1.26.crate
/jiff-0.1.26.tar.gz
/jiff-0.1.27.crate
/jiff-0.1.27.tar.gz
/jiff-0.1.28.crate
/jiff-0.1.28.tar.gz
/jiff-0.1.29.crate
/jiff-0.1.29.tar.gz
SOURCES/jiff-0.1.29.crate
SOURCES/jiff-0.1.29.tar.gz

@ -0,0 +1,2 @@
a9e57d8b85d6eafe62e8c4c2205dfba0a31ac378 SOURCES/jiff-0.1.29.crate
23aa549790b1f660ac75c3c63ba50a9a1c273bf8 SOURCES/jiff-0.1.29.tar.gz

@ -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 27
%bcond check 1
%global debug_package %{nil}
@ -210,4 +220,73 @@ tar -xzvf '%{SOURCE10}' --strip-components=1 \
%endif
%changelog
%autochangelog
## START: Generated by rpmautospec
* Sun Feb 02 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.29-1
- Update to 0.1.29 (close RHBZ#2343413)
* Tue Jan 28 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.28-1
- Update to 0.1.28 (close RHBZ#2342297)
* Sun Jan 26 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.27-1
- Update to 0.1.27 (close RHBZ#2339346)
* Fri Jan 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.24-1
- Update to 0.1.24 (close RHBZ#2338509)
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-2
- Restore testing by using the GitHub archive as an additional source
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-1
- Update to 0.1.23 (close RHBZ#2337484)
* Sun Jan 05 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.21-1
- Update to 0.1.21 (close RHBZ#2335585)
* Sat Jan 04 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.20-1
- Update to 0.1.20 (close RHBZ#2335533)
* Thu Jan 02 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.19-1
- Update to 0.1.19 (close RHBZ#2335313)
* Wed Jan 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.18-1
- Update to 0.1.18 (close RHBZ#2335119)
* Tue Dec 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.17-1
- Update to 0.1.17 (close RHBZ#2335070)
* Fri Dec 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.16-1
- Update to 0.1.16 (close RHBZ#2334259)
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.15-3
- Rebuilt for MSVSphere 10
* Mon Dec 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.15-3
- Add upstream link for chrono-tz patch
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-2
- Relax chrono-tz dependency to allow building with 0.9 and 0.10
* Sat Nov 30 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.15-1
- Update to 0.1.15 (close RHBZ#2329631)
* Mon Nov 11 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.14-1
- Update to 0.1.14 (close RHBZ#2323154)
* Thu Sep 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.13-2
- On EPEL9, disable doctests that require a newer Rust compiler
* Sun Sep 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.13-1
- Update to 0.1.13 (close RHBZ#2310620)
* Mon Sep 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.12-1
- Update to 0.1.12 (close RHBZ#2309076)
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.10-1
- Update to 0.1.10
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.8-3
- Stop allowing chrono-tz 0.8, since we have 0.9
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.8-1
- Initial package (close RHBZ#2307325)
## END: Generated by rpmautospec

@ -1,2 +0,0 @@
SHA512 (jiff-0.1.29.crate) = 914d11c611134de173fb2e3b504ae201066a75cd45bcce39dc4e914d30b83cebd7e417a81d6538cf83bdd11cc47792cb406f3a02bdbf82e496733ed0a4dc21f9
SHA512 (jiff-0.1.29.tar.gz) = ef01782af0aff1dfca90d414bc48434dc527f512b3ef642a51a0dc4fa69f9214956a879304e7281eaa04ff04392baaebcce1e5819754f9eec6cc16a863603cef
Loading…
Cancel
Save