summaryrefslogtreecommitdiff
path: root/makemkv/makemkv.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-06-20 18:02:13 -0400
committerB. Stack <bgstack15@gmail.com>2023-06-20 18:02:13 -0400
commit3394e269a07dfadb039212c58e11688fc4685b75 (patch)
tree43db92f86ba15991c31b6a993e5ff3f254299e55 /makemkv/makemkv.spec
parentfix changelog (diff)
parentmmkv: fix branch in _service (diff)
downloadstackrpms-3394e269a07dfadb039212c58e11688fc4685b75.tar.gz
stackrpms-3394e269a07dfadb039212c58e11688fc4685b75.tar.bz2
stackrpms-3394e269a07dfadb039212c58e11688fc4685b75.zip
Merge branch 'makemkv-bump'
Diffstat (limited to 'makemkv/makemkv.spec')
-rw-r--r--makemkv/makemkv.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index df851cd..6bf7a3a 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -15,7 +15,7 @@
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.17.2
+Version: 1.17.4
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -171,6 +171,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Tue May 30 2023 B. Stack <bgstack15@gmail.com> - 1.17.4-10
+- Update version
+
* Tue Oct 18 2022 B. Stack <bgstack15@gmail.com> - 1.17.2-10
- Update version
bgstack15