Compare commits

...

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

34
.gitignore vendored

@ -1,33 +1 @@
/time-0.1.38.crate
/time-0.1.39.crate
/time-0.1.40.crate
/time-0.1.41.crate
/time-0.1.42.crate
/time-0.2.6.crate
/time-0.2.7.crate
/time-0.2.11.crate
/time-0.2.15.crate
/time-0.2.16.crate
/time-0.2.21.crate
/time-0.2.22.crate
/time-0.2.23.crate
/time-0.2.24.crate
/time-0.2.25.crate
/time-0.2.26.crate
/time-0.3.5.crate
/time-0.3.9.crate
/time-0.3.11.crate
/time-0.3.12.crate
/time-0.3.13.crate
/time-0.3.14.crate
/time-0.3.15.crate
/time-0.3.17.crate
/time-0.3.19.crate
/time-0.3.20.crate
/time-0.3.21.crate
/time-0.3.22.crate
/time-0.3.23.crate
/time-0.3.28.crate
/time-0.3.29.crate
/time-0.3.30.crate
/time-0.3.31.crate
SOURCES/time-0.3.37.crate

@ -0,0 +1 @@
88f5b89a1eaa3d55c25e3f04a2fdebae74f8c066 SOURCES/time-0.3.37.crate

@ -0,0 +1,7 @@
[package]
cargo-toml-patch-comments = [
"remove WASM-specific features",
"remove references to tests that are not included in published crates",
"allow rstest 0.23.0 and rstest_reuse 0.7.0: https://github.com/time-rs/time/pull/716",
]

@ -1,6 +1,6 @@
--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:39.946955+00:00
@@ -169,18 +169,7 @@
--- time-0.3.37/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.37/Cargo.toml 2024-12-08T18:20:11.323118+00:00
@@ -170,18 +170,7 @@
"alloc",
"deranged/std",
]
@ -9,7 +9,7 @@
-[target."cfg(__ui_tests)".dev-dependencies.trybuild]
-version = "1.0.68"
-
-[target."cfg(all(target_family = \"wasm\", not(any(target_os = \"emscripten\", target_os = \"wasi\"))))".dependencies.js-sys]
-[target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.js-sys]
-version = "0.3.58"
-optional = true
-
@ -18,9 +18,9 @@
-default-features = false
+wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc]
[target.'cfg(target_family = "unix")'.dependencies.libc]
version = "0.2.98"
@@ -274,3 +263,4 @@
@@ -291,3 +280,4 @@
[lints.rustdoc]
private-doc-tests = "warn"
unescaped-backticks = "warn"

@ -0,0 +1,10 @@
--- time-0.3.37/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.37/Cargo.toml 2024-12-08T18:20:27.319203+00:00
@@ -170,7 +170,6 @@
"alloc",
"deranged/std",
]
-wasm-bindgen = []
[target.'cfg(target_family = "unix")'.dependencies.libc]
version = "0.2.98"

@ -0,0 +1,427 @@
## 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}
%global crate time
Name: rust-time
Version: 0.3.37
Release: %autorelease
Summary: Date and time library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/time
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: time-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * remove WASM-specific features
# * remove references to tests that are not included in published crates
# * allow rstest 0.23.0 and rstest_reuse 0.7.0:
# https://github.com/time-rs/time/pull/716
Patch: time-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Date and time library. Fully interoperable with the standard library.
Mostly compatible with #![no_std].}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-Apache
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+formatting-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+formatting-devel %{_description}
This package contains library source intended for building other packages which
use the "formatting" feature of the "%{crate}" crate.
%files -n %{name}+formatting-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+large-dates-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+large-dates-devel %{_description}
This package contains library source intended for building other packages which
use the "large-dates" feature of the "%{crate}" crate.
%files -n %{name}+large-dates-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+local-offset-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+local-offset-devel %{_description}
This package contains library source intended for building other packages which
use the "local-offset" feature of the "%{crate}" crate.
%files -n %{name}+local-offset-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+macros-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+macros-devel %{_description}
This package contains library source intended for building other packages which
use the "macros" feature of the "%{crate}" crate.
%files -n %{name}+macros-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parsing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parsing-devel %{_description}
This package contains library source intended for building other packages which
use the "parsing" feature of the "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+quickcheck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+quickcheck-devel %{_description}
This package contains library source intended for building other packages which
use the "quickcheck" feature of the "%{crate}" crate.
%files -n %{name}+quickcheck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rand-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rand-devel %{_description}
This package contains library source intended for building other packages which
use the "rand" feature of the "%{crate}" crate.
%files -n %{name}+rand-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-human-readable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-human-readable-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-human-readable" feature of the "%{crate}" crate.
%files -n %{name}+serde-human-readable-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-well-known-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-well-known-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-well-known" feature of the "%{crate}" crate.
%files -n %{name}+serde-well-known-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.3.37-1
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.37-1
- Update to version 0.3.37; Fixes RHBZ#2330138
* Fri Nov 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.3.36-3
- Allow rstest 0.23 and rstest_reuse 0.7.0
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Apr 16 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.36-1
- Update to version 0.3.36; Fixes RHBZ#2274289
* Sat Feb 17 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.34-1
- Update to version 0.3.34; Fixes RHBZ#2262208
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.31-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.31-1
- Update to version 0.3.31; Fixes RHBZ#2255215
* Mon Nov 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.30-1
- Update to version 0.3.30; Fixes RHBZ#2244157
* Mon Sep 25 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.29-1
- Update to version 0.3.29; Fixes RHBZ#2240432
* Tue Sep 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.28-1
- Update to version 0.3.28; Fixes RHBZ#2227581
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.23-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.23-1
- Update to version 0.3.23; Fixes RHBZ#2221448
* Wed Jun 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.22-1
- Update to version 0.3.22; Fixes RHBZ#2213341
* Mon May 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.21-1
- Update to version 0.3.21; Fixes RHBZ#2195840
* Thu Mar 16 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.20-1
- Update to version 0.3.20; Fixes RHBZ#2173244
* Sun Feb 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.19-1
- Update to version 0.3.19; Fixes RHBZ#2137245
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Oct 05 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.15-1
- Update to version 0.3.15; Fixes RHBZ#2131915
* Thu Aug 25 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.14-1
- Update to version 0.3.14; Fixes RHBZ#2121274
* Fri Aug 12 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
- Update to version 0.3.13; Fixes RHBZ#2116722
* Tue Aug 02 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.12-1
- Update to version 0.3.12; Fixes RHBZ#2112802
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jul 15 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.11-1
- Update to version 0.3.11; Fixes RHBZ#2098522
* Tue May 31 2022 Fabio Valentini <decathorpe@gmail.com> - 0.3.9-1
- Update to version 0.3.9; Fixes RHBZ#2043327
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Nov 18 2021 Fabio Valentini <decathorpe@gmail.com> - 0.3.5-1
- Update to version 0.3.5; Fixes RHBZ#1988247
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.26-1
- Update to version 0.2.26.
- Fixes RHBZ#1939365
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.25-1
- Update to version 0.2.25.
- Fixes RHBZ#1920132
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.24-1
- Update to version 0.2.24.
- Fixes RHBZ#1914480
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.23-1
- Update to version 0.2.23.
- Fixes RHBZ#1898717
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.22-1
- Update to version 0.2.22.
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1
- Update to version 0.2.21.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.2.16-1
- Update to 0.2.16
* Mon May 04 2020 Josh Stone <jistone@redhat.com> - 0.2.15-1
- Update to 0.2.15
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9
* Sun Feb 23 10:26:00 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.7-1
- Update to 0.2.7
* Wed Feb 12 2020 Josh Stone <jistone@redhat.com> - 0.2.6-1
- Update to 0.2.6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jun 21 22:09:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-6
- Regenerate
* Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-5
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-4
- Do not pull optional dependencies
* Tue Mar 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-3
- Run tests in infrastructure
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.42-1
- Update to 0.1.42
* Thu Dec 13 2018 Josh Stone <jistone@redhat.com> - 0.1.41-1
- Update to 0.1.41
* Wed Oct 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.40-3
- Adapt to new packaging
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat May 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.40-1
- Update to 0.1.40
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.39-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-2
- Rebuild for rust-packaging v5
* Thu Jan 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-1
- Update to 0.1.39
* Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-2
- Exclude unneeded files
* Fri Jul 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-1
- Update to 0.1.38
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-3
- Port to use rust-packaging
* Fri Feb 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-2
- Use rich dependencies
* Sat Feb 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-1
- Initial package
## END: Generated by rpmautospec

@ -1,112 +0,0 @@
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Mar 26 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.26-1
- Update to version 0.2.26.
- Fixes RHBZ#1939365
* Thu Mar 04 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.25-1
- Update to version 0.2.25.
- Fixes RHBZ#1920132
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 09 2021 Fabio Valentini <decathorpe@gmail.com> - 0.2.24-1
- Update to version 0.2.24.
- Fixes RHBZ#1914480
* Thu Nov 19 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.23-1
- Update to version 0.2.23.
- Fixes RHBZ#1898717
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.22-1
- Update to version 0.2.22.
* Mon Sep 21 2020 Fabio Valentini <decathorpe@gmail.com> - 0.2.21-1
- Update to version 0.2.21.
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.16-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue May 12 2020 Josh Stone <jistone@redhat.com> - 0.2.16-1
- Update to 0.2.16
* Mon May 04 2020 Josh Stone <jistone@redhat.com> - 0.2.15-1
- Update to 0.2.15
* Wed Apr 29 2020 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Fri Apr 17 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9
* Sun Feb 23 10:26:00 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.2.7-1
- Update to 0.2.7
* Wed Feb 12 2020 Josh Stone <jistone@redhat.com> - 0.2.6-1
- Update to 0.2.6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Fri Jun 21 22:09:19 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-6
- Regenerate
* Sun Jun 09 21:44:41 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-5
- Regenerate
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-4
- Do not pull optional dependencies
* Tue Mar 05 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.42-3
- Run tests in infrastructure
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.42-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Tue Jan 08 2019 Josh Stone <jistone@redhat.com> - 0.1.42-1
- Update to 0.1.42
* Thu Dec 13 2018 Josh Stone <jistone@redhat.com> - 0.1.41-1
- Update to 0.1.41
* Wed Oct 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.40-3
- Adapt to new packaging
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat May 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.40-1
- Update to 0.1.40
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.39-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-2
- Rebuild for rust-packaging v5
* Thu Jan 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.39-1
- Update to 0.1.39
* Mon Nov 06 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-2
- Exclude unneeded files
* Fri Jul 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.38-1
- Update to 0.1.38
* Wed Jun 14 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-3
- Port to use rust-packaging
* Fri Feb 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-2
- Use rich dependencies
* Sat Feb 18 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.36-1
- Initial package

@ -1,220 +0,0 @@
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate time
Name: rust-time
Version: 0.3.31
Release: %autorelease
Summary: Date and time library
License: MIT OR Apache-2.0
URL: https://crates.io/crates/time
Source: %{crates_source}
# Automatically generated patch to strip dependencies and normalize metadata
Patch: time-fix-metadata-auto.diff
# Manually created patch for downstream crate metadata changes
# * remove WASM-specific features
# * remove references to tests that are not included in published crates
Patch: time-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Date and time library. Fully interoperable with the standard library.
Mostly compatible with #![no_std].}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-Apache
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+alloc-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+alloc-devel %{_description}
This package contains library source intended for building other packages which
use the "alloc" feature of the "%{crate}" crate.
%files -n %{name}+alloc-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+formatting-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+formatting-devel %{_description}
This package contains library source intended for building other packages which
use the "formatting" feature of the "%{crate}" crate.
%files -n %{name}+formatting-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+large-dates-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+large-dates-devel %{_description}
This package contains library source intended for building other packages which
use the "large-dates" feature of the "%{crate}" crate.
%files -n %{name}+large-dates-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+local-offset-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+local-offset-devel %{_description}
This package contains library source intended for building other packages which
use the "local-offset" feature of the "%{crate}" crate.
%files -n %{name}+local-offset-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+macros-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+macros-devel %{_description}
This package contains library source intended for building other packages which
use the "macros" feature of the "%{crate}" crate.
%files -n %{name}+macros-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+parsing-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+parsing-devel %{_description}
This package contains library source intended for building other packages which
use the "parsing" feature of the "%{crate}" crate.
%files -n %{name}+parsing-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+quickcheck-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+quickcheck-devel %{_description}
This package contains library source intended for building other packages which
use the "quickcheck" feature of the "%{crate}" crate.
%files -n %{name}+quickcheck-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rand-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rand-devel %{_description}
This package contains library source intended for building other packages which
use the "rand" feature of the "%{crate}" crate.
%files -n %{name}+rand-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-devel %{_description}
This package contains library source intended for building other packages which
use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-human-readable-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-human-readable-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-human-readable" feature of the "%{crate}" crate.
%files -n %{name}+serde-human-readable-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-well-known-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+serde-well-known-devel %{_description}
This package contains library source intended for building other packages which
use the "serde-well-known" feature of the "%{crate}" crate.
%files -n %{name}+serde-well-known-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
%autochangelog

@ -1 +0,0 @@
SHA512 (time-0.3.31.crate) = e1cf8197f1eb9556e6320268eea35ca4e5ef33020fae94b181cc21d97b56c074b87ea783804cd7b7ff072736e498f0890b7af8e16c5492a12a4597a4cf33c4fa

@ -1,26 +0,0 @@
--- time-0.3.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ time-0.3.31/Cargo.toml 2024-01-08T19:44:52.309999+00:00
@@ -53,15 +53,6 @@
[lib]
bench = false
-[[test]]
-name = "tests"
-path = "../tests/main.rs"
-
-[[bench]]
-name = "benchmarks"
-path = "../benchmarks/main.rs"
-harness = false
-
[dependencies.deranged]
version = "0.3.9"
features = ["powerfmt"]
@@ -169,7 +160,6 @@
"alloc",
"deranged/std",
]
-wasm-bindgen = []
[target."cfg(target_family = \"unix\")".dependencies.libc]
version = "0.2.98"
Loading…
Cancel
Save