Compare commits

...

5 Commits

Author SHA1 Message Date
Fabio Valentini 20b328dcec
Update to version 0.17.7; Fixes RHBZ#2311159
5 months ago
Fedora Release Engineering 62d3aa4116 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fabio Valentini f217d6ee92
Update to version 0.17.6; Fixes RHBZ#2239606
1 year ago
Fedora Release Engineering 9ee1f83ee3 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fedora Release Engineering 4dfcd80092 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

2
.gitignore vendored

@ -1,2 +1,4 @@
/orion-0.17.4.crate
/orion-0.17.5.crate
/orion-0.17.6.crate
/orion-0.17.7.crate

@ -1,6 +1,18 @@
--- orion-0.17.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ orion-0.17.5/Cargo.toml 2023-07-05T19:17:21.853231+00:00
@@ -77,9 +77,6 @@
--- orion-0.17.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ orion-0.17.7/Cargo.toml 2024-09-16T21:05:57.071949+00:00
@@ -56,11 +56,6 @@
name = "orion"
path = "src/lib.rs"
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
[dependencies.ct-codecs]
version = "1.1.1"
optional = true
@@ -87,9 +82,6 @@
version = "1.1.0"
default-features = false

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate orion
Name: rust-orion
Version: 0.17.5
Version: 0.17.7
Release: %autorelease
Summary: Usable, easy and safe pure-Rust crypto
@ -13,10 +13,10 @@ License: MIT
URL: https://crates.io/crates/orion
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * drop unused, benchmark-only criterion dev-dependency to speed up builds
# * drop unused, benchmark-only criterion dev-dependency
Patch: orion-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Usable, easy and safe pure-Rust crypto.}
@ -125,7 +125,7 @@ use the "serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (orion-0.17.5.crate) = 0ea3f0609a5a376174fdd8edf54384e4bf49b50bd9997cfa76516f79c476eab3ef687c9b1e5ef2e1d90a4f5d673a4727c984371585fd8f10296289176474b81b
SHA512 (orion-0.17.7.crate) = 6d885e300cd6eda26bd53f86a4811b54d8bd767613e8245cfdf38c42c8c86385a9dd080dc40b06b62e04677da39583f26a96333d90d9d55431067ce21deda47b

Loading…
Cancel
Save