Update to version 0.16.7

epel9 imports/e9/rust-gix-packetline-0.16.7-1.el9
blinxen 1 year ago
parent e3fa49b019
commit db5c6fb458

1
.gitignore vendored

@ -1,2 +1,3 @@
/gix-packetline-0.16.4.crate
/gix-packetline-0.16.6.crate
/gix-packetline-0.16.7.crate

@ -1,11 +0,0 @@
--- gix-packetline-0.16.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gix-packetline-0.16.6/Cargo.toml 2023-09-14T18:23:29.740059+00:00
@@ -20,7 +20,7 @@
"LICENSE-*",
"CHANGELOG.md",
]
-description = "A crate of the gitoxide project implementing the pkt-line serialization format"
+description = "Implementation of the the pkt-line serialization format for gix"
license = "MIT OR Apache-2.0"
repository = "https://github.com/Byron/gitoxide"

@ -1,25 +1,23 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate gix-packetline
Name: rust-gix-packetline
Version: 0.16.6
Version: 0.16.7
Release: %autorelease
Summary: Implementation of the the pkt-line serialization format for gix
License: MIT OR Apache-2.0
URL: https://crates.io/crates/gix-packetline
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * improve crate summary / description
Patch: gix-packetline-fix-metadata.diff
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation of the the pkt-line serialization format for gix.}
A crate of the gitoxide project implementing the pkt-line serialization
format.}
%description %{_description}
@ -135,7 +133,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

@ -0,0 +1,2 @@
[package]
summary = "Implementation of the the pkt-line serialization format for gix"

@ -1 +1 @@
SHA512 (gix-packetline-0.16.6.crate) = f83f6ab3154b99d578f0abe402d71d01783d74d43739432d53a34b62f0a3b6c9b3a3417f534e3a6418a916388ceca7b3a4bc87011c8dc710adb976555d1bffd9
SHA512 (gix-packetline-0.16.7.crate) = 657f5759ea34c21da7da00cee65236b2c997a30e63ec1d1715e5214712c4950de4a9d13e0a7e91e6075d32a6a44701ce33b30d12e9f6fd99e77e2c60ec363ccf

Loading…
Cancel
Save