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-glycin-utils] rawhide: Update to version 5.0.0-alpha
Date: Fri, 07 Aug 2026 20:42:05 GMT	[thread overview]
Message-ID: <178613532518.1.118918136396110366.rpms-rust-glycin-utils-19a543e50c44@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-glycin-utils
Branch : rawhide
Commit : 19a543e50c44e56669f9c68956f804d57cbcd3f1
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-08-07T22:41:58+02:00
Stats  : +30/-17 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-glycin-utils/c/19a543e50c44e56669f9c68956f804d57cbcd3f1?branch=rawhide

Log:
Update to version 5.0.0-alpha

---
diff --git a/.gitignore b/.gitignore
index f02b527..8fff4e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /glycin-utils-4.0.3.crate
 /glycin-utils-4.0.4.crate
 /glycin-utils-4.1.0.crate
+/glycin-utils-5.0.0-alpha.crate

diff --git a/monitoring.toml b/monitoring.toml
deleted file mode 100644
index e80fbc5..0000000
--- a/monitoring.toml
+++ /dev/null
@@ -1,13 +0,0 @@
-# Enable/disable monitoring
-monitoring = true
-# Enable/disable filling bugzilla ticket for new release
-# When disabled it will also disable scratch builds
-bugzilla = true
-# Enable/disable reporting only stable versions
-# Stable versions are recognized based on release-monitoring.org project settings
-stable_only = false
-# Enable/disable reporting all new versions instead of the latest one
-# Enabling this will disable scratch builds
-all_versions = false
-# Enable/disable scratch build for newly opened version
-scratch_build = false

diff --git a/rust-glycin-utils.spec b/rust-glycin-utils.spec
index 31451e7..fb2fa04 100644
--- a/rust-glycin-utils.spec
+++ b/rust-glycin-utils.spec
@@ -3,15 +3,16 @@
 %global debug_package %{nil}
 
 %global crate glycin-utils
+%global crate_version 5.0.0-alpha
 
 Name:           rust-glycin-utils
-Version:        4.1.0
+Version:        5.0.0~alpha
 Release:        %autorelease
 Summary:        Sandboxed image decoding
 
 License:        MPL-2.0 OR LGPL-2.1-or-later
 URL:            https://crates.io/crates/glycin-utils
-Source:         %{crates_source}
+Source:         %{crates_source %{crate} %{crate_version}}
 
 BuildRequires:  cargo-rpm-macros >= 24
 
@@ -59,6 +60,30 @@ use the "async-io" feature of the "%{crate}" crate.
 %files       -n %{name}+async-io-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+builtin-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+builtin-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "builtin" feature of the "%{crate}" crate.
+
+%files       -n %{name}+builtin-devel
+%ghost %{crate_instdir}/Cargo.toml
+
+%package     -n %{name}+external-devel
+Summary:        %{summary}
+BuildArch:      noarch
+
+%description -n %{name}+external-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "external" feature of the "%{crate}" crate.
+
+%files       -n %{name}+external-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %package     -n %{name}+glib-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -120,7 +145,7 @@ use the "tokio" feature of the "%{crate}" crate.
 %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 fa893f4..0711252 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glycin-utils-4.1.0.crate) = 9425e6bdd77d85955fd9968bdea720d425e827e2d690071b506a2a761b40f737f499d0e05c7a3837bdc1f1368f1c8c56152179925b61b9cd3d2dddc229241ef5
+SHA512 (glycin-utils-5.0.0-alpha.crate) = e0b7d331abc73877068e5db247a2fd723b6bd9c6e9622b30ee96b3e764a1bc64c3cc6959e94fa8344ecfd2b2310518d2596e52b58bdf76da91ac45eb1eca8720

                 reply	other threads:[~2026-08-07 20:42 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=178613532518.1.118918136396110366.rpms-rust-glycin-utils-19a543e50c44@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