From 021a4b5a438960b25ea644984895ce672a9756f4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Sat, 14 Oct 2023 15:33:40 -0400 Subject: v0.0.4 add floppy icon, reenable /browse/sdc1 format --- myautomount.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'myautomount.spec') diff --git a/myautomount.spec b/myautomount.spec index 8f91f25..d401d85 100644 --- a/myautomount.spec +++ b/myautomount.spec @@ -20,7 +20,7 @@ %global git_commit 0d5f8b7657527eab8380f5aa81ecd072714cf13c %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %else -%global git_commit 0.0.3 +%global git_commit 0.0.4 %endif %global releasenum 1 @@ -103,6 +103,9 @@ update-desktop-database 1>/dev/null 2>&1 || : %endif %changelog +* Sat Oct 14 2023 B. Stack - 0.0.4-1 +- New version + * Wed Oct 04 2023 B. Stack - 0.0.3-1 - New version -- cgit