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-gufo-exif] rawhide: Update to version 0.5.0-alpha
Date: Fri, 07 Aug 2026 20:16:26 GMT	[thread overview]
Message-ID: <178613378655.1.6250021221349076968.rpms-rust-gufo-exif-b978bf55c5ff@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-07 20:16 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=178613378655.1.6250021221349076968.rpms-rust-gufo-exif-b978bf55c5ff@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