summaryrefslogtreecommitdiff
path: root/makemkv/makemkv.spec
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-18 16:11:19 +0000
committerB. Stack <bgstack15@gmail.com>2022-10-18 16:11:19 +0000
commit4c3872ced9f3715ac59d72a9f2d94e196fc09fcc (patch)
tree288652a62e3ec52d9fe6efbc2ef35e7453ef7c50 /makemkv/makemkv.spec
parentMerge branch 'scite-bump' into 'master' (diff)
parentmakemkv 1.17.2 rc1 (diff)
downloadstackrpms-4c3872ced9f3715ac59d72a9f2d94e196fc09fcc.tar.gz
stackrpms-4c3872ced9f3715ac59d72a9f2d94e196fc09fcc.tar.bz2
stackrpms-4c3872ced9f3715ac59d72a9f2d94e196fc09fcc.zip
Merge branch 'makemkv-bump' into 'master'
makemkv 1.17.2 rc1 See merge request bgstack15/stackrpms!325
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 41003cc..df851cd 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.1
+Version: 1.17.2
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 Oct 18 2022 B. Stack <bgstack15@gmail.com> - 1.17.2-10
+- Update version
+
* Thu Jul 21 2022 B. Stack <bgstack15@gmail.com> - 1.17.1-10
- Update version
bgstack15