public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-sequoia-policy-config] epel10: Update to version 0.4.0
@ 2026-06-15 12:50 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-15 12:50 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-sequoia-policy-config
Branch : epel10
Commit : 4603ea4b0cfda5c6d94d7b3d522bd1de5e020f10
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-11-14T17:26:07+01:00
Stats  : +33/-10 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-sequoia-policy-config/c/4603ea4b0cfda5c6d94d7b3d522bd1de5e020f10?branch=epel10

Log:
Update to version 0.4.0

---
diff --git a/.gitignore b/.gitignore
index af47e2f..c332c64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /sequoia-policy-config-0.3.0.crate
+/sequoia-policy-config-0.4.0.crate

diff --git a/rust-sequoia-policy-config.spec b/rust-sequoia-policy-config.spec
index d0af75e..1107417 100644
--- a/rust-sequoia-policy-config.spec
+++ b/rust-sequoia-policy-config.spec
@@ -1,11 +1,10 @@
 # Generated by rust2rpm 23
 %bcond_without check
-%global debug_package %{nil}
 
 %global crate sequoia-policy-config
 
 Name:           rust-sequoia-policy-config
-Version:        0.3.0
+Version:        0.4.0
 Release:        %autorelease
 Summary:        Configure Sequoia using a configuration file
 
@@ -18,13 +17,35 @@ Patch:          sequoia-policy-config-fix-metadata-auto.diff
 # * default to the nettle crypto backend of sequoia-openpgp
 Patch:          sequoia-policy-config-fix-metadata.diff
 
-BuildRequires:  rust-packaging >= 21
+BuildRequires:  rust-packaging >= 23
 
 %global _description %{expand:
 Configure Sequoia using a configuration file.}
 
 %description %{_description}
 
+%package     -n %{crate}
+Summary:        %{summary}
+# Apache-2.0 OR MIT
+# BSL-1.0
+# LGPL-2.0-or-later
+# LGPL-3.0 OR GPL-2.0 OR GPL-3.0
+# MIT
+# MIT OR Apache-2.0
+# MIT OR Apache-2.0 OR Zlib
+# Unlicense OR MIT
+# Zlib OR Apache-2.0 OR MIT
+License:        LGPL-3.0 AND BSL-1.0 AND MIT
+# LICENSE.dependencies contains a full license breakdown
+
+%description -n %{crate} %{_description}
+
+%files       -n %{crate}
+%license LICENSE.txt
+%license LICENSE.dependencies
+%doc README.md
+%{_bindir}/sequoia-policy-config-check
+
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -60,6 +81,7 @@ use the "default" feature of the "%{crate}" crate.
 
 %build
 %cargo_build
+%{cargo_license} > LICENSE.dependencies
 
 %install
 %cargo_install

diff --git a/sequoia-policy-config-fix-metadata-auto.diff b/sequoia-policy-config-fix-metadata-auto.diff
index a18c939..8b2c4fa 100644
--- a/sequoia-policy-config-fix-metadata-auto.diff
+++ b/sequoia-policy-config-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- sequoia-policy-config-0.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-policy-config-0.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
-@@ -55,10 +55,5 @@
+--- sequoia-policy-config-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-policy-config-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
+@@ -67,10 +67,5 @@
  features = ["crypto-nettle"]
  default-features = false
  

diff --git a/sequoia-policy-config-fix-metadata.diff b/sequoia-policy-config-fix-metadata.diff
index 03482df..4786799 100644
--- a/sequoia-policy-config-fix-metadata.diff
+++ b/sequoia-policy-config-fix-metadata.diff
@@ -1,6 +1,6 @@
---- sequoia-policy-config-0.3.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ sequoia-policy-config-0.3.0/Cargo.toml	2022-10-28T20:32:52.040456+00:00
-@@ -36,6 +36,7 @@
+--- sequoia-policy-config-0.4.0/Cargo.toml	1970-01-01T00:00:01+00:00
++++ sequoia-policy-config-0.4.0/Cargo.toml	2022-11-14T15:51:59.513811+00:00
+@@ -45,6 +45,7 @@
  
  [dependencies.sequoia-openpgp]
  version = "1"

diff --git a/sources b/sources
index 9c1cdee..73a5075 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (sequoia-policy-config-0.3.0.crate) = 2b17805b9d85b1d4e816c85af33c8a7373cb2e18a166999aef186efd4a253712e4b8b7133e0bd55de5250d1cd9d317a9a5df3f7068a85aedadf92a58323b1b06
+SHA512 (sequoia-policy-config-0.4.0.crate) = 926dbed04052ab5718b07c29c795c7afd0dd35f77b9b8bb412bd36dc7f064ca2d185d3e8a6f1b55f8a8d45018db0d11d44fdf1388565e491b2cd651213b67332

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-15 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 12:50 [rpms/rust-sequoia-policy-config] epel10: Update to version 0.4.0 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox