public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gufo-exif] rawhide: Update to version 0.5.0-alpha
@ 2026-08-07 20:16 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-08-07 20:16 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gufo-exif
Branch : rawhide
Commit : b978bf55c5ff2052723d6c6232386fe945220981
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-08-07T22:16:19+02:00
Stats : +20/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gufo-exif/c/b978bf55c5ff2052723d6c6232386fe945220981?branch=rawhide
Log:
Update to version 0.5.0-alpha
---
diff --git a/.gitignore b/.gitignore
index 610ee48..9a035a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/gufo-exif-0.3.0.crate
/gufo-exif-0.3.1.crate
/gufo-exif-0.4.0.crate
+/gufo-exif-0.5.0-alpha.crate
diff --git a/rust-gufo-exif.spec b/rust-gufo-exif.spec
index fa508a4..04b9f5c 100644
--- a/rust-gufo-exif.spec
+++ b/rust-gufo-exif.spec
@@ -4,20 +4,21 @@
%global debug_package %{nil}
%global crate gufo-exif
+%global crate_version 0.5.0-alpha
Name: rust-gufo-exif
-Version: 0.4.0
+Version: 0.5.0~alpha
Release: %autorelease
-Summary: Exif loading and editing
+Summary: Read and manipulate Exif metadata
License: MPL-2.0 OR LGPL-2.1-or-later
URL: https://crates.io/crates/gufo-exif
-Source: %{crates_source}
+Source: %{crates_source %{crate} %{crate_version}}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
-Exif loading and editing.}
+Read and manipulate Exif metadata.}
%description %{_description}
@@ -61,8 +62,20 @@ use the "chrono" feature of the "%{crate}" crate.
%files -n %{name}+chrono-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+tracing-devel
+Summary: %{summary}
+BuildArch: noarch
+
+%description -n %{name}+tracing-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "tracing" feature of the "%{crate}" crate.
+
+%files -n %{name}+tracing-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
-%autosetup -n %{crate}-%{version} -p1
+%autosetup -n %{crate}-%{crate_version} -p1
%cargo_prep
%generate_buildrequires
diff --git a/sources b/sources
index 1dcae88..5c04b7d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gufo-exif-0.4.0.crate) = bd2a8171335f94317e5d3d8c192a5ed0e2d28667b1399e5f679825acde1667519f8b8f08788fbd9f2fa8682d87699a45d0cbc57da93d9c0f3ec2b1b219c394e3
+SHA512 (gufo-exif-0.5.0-alpha.crate) = 3b8f2f9d328c2e5eeae2df4d7668d5bbb69ae96a059cb53d63e7eabd9a2637d52c457e0e44ef23d2702cbddf0908e2705bc7750920a60dfaea1114455f2679d5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 20:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 20:16 [rpms/rust-gufo-exif] rawhide: Update to version 0.5.0-alpha Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox