Update to version 0.6.4; Fixes RHBZ#2241659

epel9
Fabio Valentini 1 year ago
parent 32ebb93c1a
commit b8fa717c89
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/bytecount-0.6.1.crate /bytecount-0.6.1.crate
/bytecount-0.6.2.crate /bytecount-0.6.2.crate
/bytecount-0.6.3.crate /bytecount-0.6.3.crate
/bytecount-0.6.4.crate

@ -1,11 +1,11 @@
--- bytecount-0.6.3/Cargo.toml 1970-01-01T00:00:01+00:00 --- bytecount-0.6.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ bytecount-0.6.3/Cargo.toml 2023-08-06T13:05:22.169071+00:00 +++ bytecount-0.6.4/Cargo.toml 2023-10-08T13:28:58.674059+00:00
@@ -42,10 +42,6 @@ @@ -41,10 +41,6 @@
version = "0.3.8"
optional = true optional = true
package = "packed_simd_2"
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.4"
-default-features = false -default-features = false
- -
[dev-dependencies.quickcheck] [dev-dependencies.quickcheck]

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate bytecount %global crate bytecount
Name: rust-bytecount Name: rust-bytecount
Version: 0.6.3 Version: 0.6.4
Release: %autorelease Release: %autorelease
Summary: Count occurrences of a given byte, or the number of UTF-8 code points Summary: Count occurrences of a given byte, or the number of UTF-8 code points
@ -14,10 +14,10 @@ License: Apache-2.0 OR MIT
URL: https://crates.io/crates/bytecount URL: https://crates.io/crates/bytecount
Source: %{crates_source} Source: %{crates_source}
# Manually created patch for downstream crate metadata changes # 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: bytecount-fix-metadata.diff Patch: bytecount-fix-metadata.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Count occurrences of a given byte, or the number of UTF-8 code points, Count occurrences of a given byte, or the number of UTF-8 code points,
@ -77,7 +77,7 @@ use the "runtime-dispatch-simd" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1,5 +0,0 @@
[DEFAULT]
summary = Count occurrences of a given byte, or the number of UTF-8 code points
unwanted-features =
generic-simd
packed_simd

@ -0,0 +1,9 @@
[package]
summary = "Count occurrences of a given byte, or the number of UTF-8 code points"
[features]
hide = [
"generic-simd",
"packed_simd",
]

@ -1 +1 @@
SHA512 (bytecount-0.6.3.crate) = 0c5f424329883726589e69842d2ac0767dc0b440d744a4452a14cbd449b8ca2e8117fa2978b4aa9b803a1a7cf79e9cf67e948057e8ee521e2422ca2e145ea670 SHA512 (bytecount-0.6.4.crate) = c42367ed5aaddf903d7033dbacece46bc509f9be273a6f8bc11d0c409ad40d0be6425d7518cc19ec0540df806ef039454567cbe9c24284bba02e4f91b8473547

Loading…
Cancel
Save