public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-sop] epel9: Update to version 0.3.1; Fixes RHBZ#1972712
Date: Mon, 15 Jun 2026 21:27:53 GMT	[thread overview]
Message-ID: <178155887391.1.14595654364053973644.rpms-rust-sop-8320d8bd2cda@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-sop
Branch : epel9
Commit : 8320d8bd2cdaffc9f6906491e454be43625ff84d
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-03-16T16:20:27+01:00
Stats  : +25/-27 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sop/c/8320d8bd2cdaffc9f6906491e454be43625ff84d?branch=epel9

Log:
Update to version 0.3.1; Fixes RHBZ#1972712

---
diff --git a/.gitignore b/.gitignore
index cec5ef7..ee933d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /*.src.rpm
 
 /sop-0.1.1.crate
+/sop-0.3.1.crate

diff --git a/rust-sop.spec b/rust-sop.spec
index f3baf31..45af9c9 100644
--- a/rust-sop.spec
+++ b/rust-sop.spec
@@ -1,26 +1,22 @@
-# Generated by rust2rpm 17
+# Generated by rust2rpm 21
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate sop
 
 Name:           rust-%{crate}
-Version:        0.1.1
+Version:        0.3.1
 Release:        %autorelease
 Summary:        Rust Interface for the Stateless OpenPGP Protocol
 
 # Upstream license specification: MIT
-# https://gitlab.com/sequoia-pgp/sop-rs/-/issues/2
 License:        MIT
 URL:            https://crates.io/crates/sop
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
-BuildRequires:  rust-packaging
+BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
 Rust Interface for the Stateless OpenPGP Protocol.}
@@ -33,12 +29,13 @@ BuildArch:      noarch
 
 %description    devel %{_description}
 
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
 
 %files          devel
-%doc README.md
-%{cargo_registry}/%{crate}-%{version_no_tilde}/
+%license %{crate_instdir}/LICENSE.txt
+%doc %{crate_instdir}/README.md
+%{crate_instdir}/
 
 %package     -n %{name}+default-devel
 Summary:        %{summary}
@@ -46,11 +43,11 @@ BuildArch:      noarch
 
 %description -n %{name}+default-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+anyhow-devel
 Summary:        %{summary}
@@ -58,11 +55,11 @@ BuildArch:      noarch
 
 %description -n %{name}+anyhow-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "anyhow" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "anyhow" feature of the "%{crate}" crate.
 
 %files       -n %{name}+anyhow-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+chrono-devel
 Summary:        %{summary}
@@ -70,11 +67,11 @@ BuildArch:      noarch
 
 %description -n %{name}+chrono-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "chrono" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "chrono" feature of the "%{crate}" crate.
 
 %files       -n %{name}+chrono-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+cli-devel
 Summary:        %{summary}
@@ -82,11 +79,11 @@ BuildArch:      noarch
 
 %description -n %{name}+cli-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "cli" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "cli" feature of the "%{crate}" crate.
 
 %files       -n %{name}+cli-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %package     -n %{name}+structopt-devel
 Summary:        %{summary}
@@ -94,11 +91,11 @@ BuildArch:      noarch
 
 %description -n %{name}+structopt-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "structopt" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "structopt" feature of the "%{crate}" crate.
 
 %files       -n %{name}+structopt-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%ghost %{crate_instdir}/Cargo.toml
 
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1

diff --git a/sources b/sources
index c2d1d8f..cb41d22 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sop-0.1.1.crate) = 733d1e8647122332a6a0a342dc1d73ea2c8b8e7c9ccbec5dadf5ab9ff47a4d94c45d1b22ad729a54aaac2146bc5bc79a2d2ab783f711f16c146687114bc8bcf5
+SHA512 (sop-0.3.1.crate) = e674b6f436d51b3fbde26fcb0d191e58a943e13248f0c4653829501b1ca829ac0e377d4c6da19246b9110bfee9bbf3bc30f125960c62363436044a3bf07d8f51

                 reply	other threads:[~2026-06-15 21:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178155887391.1.14595654364053973644.rpms-rust-sop-8320d8bd2cda@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox