public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-rustyline-derive] epel9: Update to version 0.11.1; Fixes RHBZ#2326528
@ 2026-09-24 23:38 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-24 23:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-rustyline-derive
Branch : epel9
Commit : 59718e025333f529d0d07c013ccda365415765d3
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-12-18T16:12:19+01:00
Stats : +16/-6 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-rustyline-derive/c/59718e025333f529d0d07c013ccda365415765d3?branch=epel9
Log:
Update to version 0.11.1; Fixes RHBZ#2326528
---
diff --git a/.gitignore b/.gitignore
index c1c0161..3d912fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/rustyline-derive-0.4.0.crate
/rustyline-derive-0.9.0.crate
/rustyline-derive-0.10.0.crate
+/rustyline-derive-0.11.1.crate
diff --git a/rust-rustyline-derive.spec b/rust-rustyline-derive.spec
index 822b550..70e0a48 100644
--- a/rust-rustyline-derive.spec
+++ b/rust-rustyline-derive.spec
@@ -1,18 +1,18 @@
-# Generated by rust2rpm 25
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
%global debug_package %{nil}
%global crate rustyline-derive
Name: rust-rustyline-derive
-Version: 0.10.0
+Version: 0.11.1
Release: %autorelease
Summary: Rustyline derive macros (Completer, Helper, Hinter, Highlighter)
License: MIT
URL: https://crates.io/crates/rustyline-derive
Source: %{crates_source}
-Source: https://github.com/kkawakam/rustyline/raw/v13.0.0/LICENSE
+Source2: https://github.com/kkawakam/rustyline/raw/v17.0.2/LICENSE
BuildRequires: cargo-rpm-macros >= 24
@@ -50,7 +50,7 @@ use the "default" feature of the "%{crate}" crate.
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
-cp -pav %{SOURCE1} .
+cp -pav %{SOURCE2} .
%generate_buildrequires
%cargo_generate_buildrequires
diff --git a/rust2rpm.toml b/rust2rpm.toml
index acfc080..1db8bf2 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,2 +1,11 @@
[package]
summary = "Rustyline derive macros (Completer, Helper, Hinter, Highlighter)"
+license-files = ["LICENSE"]
+
+[[package.extra-sources]]
+number = 2
+file = "https://github.com/kkawakam/rustyline/raw/v17.0.2/LICENSE"
+
+[scripts]
+prep.post = ["cp -pav %{SOURCE2} ."]
+
diff --git a/sources b/sources
index a3bc095..1497abb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rustyline-derive-0.10.0.crate) = e6d2df22138cc3d71247a6c62a63f5c6acea6c06de627ad4504680738e234b6a07fa63b6995546846e5e72143608524e6c113d2b54fee5d23c3542a85cbecf00
+SHA512 (rustyline-derive-0.11.1.crate) = cf071b804a9ce6b8ee385bb113573b2aa7767c15511aa1baab4cf6ad73e3f26f8ef21e4db8b3f872e2d0141117737cc6a5d69bb505e53048cb71ca0ec0a39846
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-24 23:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 23:38 [rpms/rust-rustyline-derive] epel9: Update to version 0.11.1; Fixes RHBZ#2326528 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox