diff options
author | B. Stack <bgstack15@gmail.com> | 2021-11-08 20:28:18 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-11-08 20:28:18 +0000 |
commit | 4e8fc0aca07546236cdcb528d674119e53e40e74 (patch) | |
tree | 7c473b8f291556751dcd40d87a2eea9668916245 /makemkv | |
parent | Merge branch 'notepadpp-bump' into 'master' (diff) | |
parent | makemkv 1.16.5 rpm rc2 (diff) | |
download | stackrpms-4e8fc0aca07546236cdcb528d674119e53e40e74.tar.gz stackrpms-4e8fc0aca07546236cdcb528d674119e53e40e74.tar.bz2 stackrpms-4e8fc0aca07546236cdcb528d674119e53e40e74.zip |
Merge branch 'makemkv-bump' into 'master'
Makemkv bump
See merge request bgstack15/stackrpms!269
Diffstat (limited to 'makemkv')
-rw-r--r-- | makemkv/makemkv.spec | 8 | ||||
-rw-r--r-- | makemkv/settings.conf.example | 4 |
2 files changed, 9 insertions, 3 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 diff --git a/makemkv/settings.conf.example b/makemkv/settings.conf.example index f341676..14a017e 100644 --- a/makemkv/settings.conf.example +++ b/makemkv/settings.conf.example @@ -1,12 +1,12 @@ # # MakeMKV settings file, written by MakeMKV v1.16.3 linux(x64-release) -# suitable for version 1.16.4 as of 2021-07-08 +# suitable for version 1.16.5 as of 2021-11-05 # However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work. app_DestinationDir = "" app_InterfaceLanguage = "eng" app_Java = "" -app_Key = "T-oDpQwQnTwMvNEFulk0bRciM7SWtVkY9ODCy8g8q1oHjUwZWkX0bkAPNZmCaKVNoWZv" +app_Key = "T-TwE7WcJc3CdIsCfVWztmTjeXqLsgGE8MApbZpXqf5ofCoKTw8qIcSBb71vQzrkZ0fW" app_PreferredLanguage = "eng" app_ccextractor = "" |