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-xmp] rawhide: Update to version 0.5.0-alpha
Date: Fri, 07 Aug 2026 19:53:11 GMT	[thread overview]
Message-ID: <178613239162.1.4511959202851450659.rpms-rust-gufo-xmp-88b8378244d0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gufo-xmp
Branch : rawhide
Commit : 88b8378244d0cd7fc3c0422a7134ad32d969e395
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-07T21:53:05+02:00
Stats  : +18/-4 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gufo-xmp/c/88b8378244d0cd7fc3c0422a7134ad32d969e395?branch=rawhide

Log:
Update to version 0.5.0-alpha

---
diff --git a/.gitignore b/.gitignore
index 77f3032..06643f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gufo-xmp-0.3.0-beta.crate
 /gufo-xmp-0.3.0.crate
 /gufo-xmp-0.4.0.crate
+/gufo-xmp-0.5.0-alpha.crate

diff --git a/rust-gufo-xmp.spec b/rust-gufo-xmp.spec
index 7ddfc42..b44fe12 100644
--- a/rust-gufo-xmp.spec
+++ b/rust-gufo-xmp.spec
@@ -3,15 +3,16 @@
 %global debug_package %{nil}
 
 %global crate gufo-xmp
+%global crate_version 0.5.0-alpha
 
 Name:           rust-gufo-xmp
-Version:        0.4.0
+Version:        0.5.0~alpha
 Release:        %autorelease
 Summary:        Reading and editing for XMP data
 
 License:        MPL-2.0 OR LGPL-2.1-or-later
 URL:            https://crates.io/crates/gufo-xmp
-Source:         %{crates_source}
+Source:         %{crates_source %{crate} %{crate_version}}
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -60,8 +61,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 1e1d7ae..2629a0f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gufo-xmp-0.4.0.crate) = ca36fafcf62df6f4c10017d9e8905df99c75fa1f69a3d0336761f6502831166b0e12b2e94d1344be9e15304639b448ff0b49762f7432def21b5393f2fc28596e
+SHA512 (gufo-xmp-0.5.0-alpha.crate) = b596268327dbcc0f59da5f39d8db60c3773f4f01e4d0939f2ba6148632c0ef5db8a735b6ad7882bb1ec6dde0aa0ad8305f5232434d696b6aa790260ebad81896

                 reply	other threads:[~2026-08-07 19:53 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=178613239162.1.4511959202851450659.rpms-rust-gufo-xmp-88b8378244d0@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