aboutsummaryrefslogtreecommitdiff
path: root/myautomount.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-14 15:33:40 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-14 15:33:40 -0400
commit021a4b5a438960b25ea644984895ce672a9756f4 (patch)
tree2840b448f01b84fd3c416e91a1a128596c6c4be7 /myautomount.spec
parentadd _service to scm (diff)
downloadmyautomount-021a4b5a438960b25ea644984895ce672a9756f4.tar.gz
myautomount-021a4b5a438960b25ea644984895ce672a9756f4.tar.bz2
myautomount-021a4b5a438960b25ea644984895ce672a9756f4.zip
v0.0.4 add floppy icon, reenable /browse/sdc1 format
Diffstat (limited to 'myautomount.spec')
-rw-r--r--myautomount.spec5
1 files changed, 4 insertions, 1 deletions
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 <bgstack15@gmail.com> - 0.0.4-1
+- New version
+
* Wed Oct 04 2023 B. Stack <bgstack15@gmail.com> - 0.0.3-1
- New version
bgstack15