From 4167fea654f0355bf720bf3fd871607ed5ee13b4 Mon Sep 17 00:00:00 2001 From: Suyog Tandel Date: Sat, 17 Jan 2026 09:51:53 +0530 Subject: [PATCH] chore: bump spec file release version --- picoforge.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/picoforge.spec b/picoforge.spec index 32859af..5715070 100644 --- a/picoforge.spec +++ b/picoforge.spec @@ -1,7 +1,7 @@ %global debug_package %{nil} Name: picoforge Version: 0.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: An open source commissioning tool for Pico FIDO security keys. Developed with Rust, Tauri, and Svelte. License: AGPL-3.0 URL: https://github.com/librekeys/picoforge @@ -76,6 +76,9 @@ install -m 644 src-tauri/icons/in.suyogtandel.picoforge.svg %{buildroot}%{_datad %{_datadir}/icons/hicolor/scalable/apps/in.suyogtandel.picoforge.svg %changelog +* Sat Jan 17 2026 Suyog Tandel +- fix: rust path in spec file (git@suyogtandel.in) + * Sat Jan 17 2026 Suyog Tandel 0.2.1-3 - bump spec file release version (git@suyogtandel.in) - fix: rust install command in spec file (git@suyogtandel.in)