summaryrefslogtreecommitdiff
path: root/makemkv/makemkv.spec
diff options
context:
space:
mode:
Diffstat (limited to 'makemkv/makemkv.spec')
-rw-r--r--makemkv/makemkv.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/makemkv/makemkv.spec b/makemkv/makemkv.spec
index 313a1eb..e42ee38 100644
--- a/makemkv/makemkv.spec
+++ b/makemkv/makemkv.spec
@@ -10,10 +10,11 @@
# on x86_64.
%global _missing_build_ids_terminate_build 0
+%define debug_package %{nil}
Summary: DVD and Blu-ray to MKV converter and network streamer
Name: makemkv
-Version: 1.16.4
+Version: 1.16.5
Release: 10%{?dist}
License: GuinpinSoft inc and Mozilla Public License Version 1.1 and LGPLv2.1+
URL: http://www.%{name}.com/
@@ -140,6 +141,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_bindir}/makemkv
%{_bindir}/makemkvcon
%{_bindir}/sdftool
+%{_bindir}/mmccextr
%{_bindir}/%{name}-wrapper
%{_datadir}/MakeMKV
%if 0%{?fedora}
@@ -152,6 +154,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_libdir}/libmmbd.so.0
%changelog
+* Fri Nov 05 2021 B. Stack <bgstack15@gmail.com> - 1.16.5-10
+- Update
+- Remove debug package
+
* Thu Jul 08 2021 B. Stack <bgstack15@gmail.com> - 1.16.4-10
- Update
bgstack15