diff --git a/brasero-libdvdcss.patch b/brasero-libdvdcss.patch index 1b9ceef..fa5d60f 100644 --- a/brasero-libdvdcss.patch +++ b/brasero-libdvdcss.patch @@ -4,15 +4,15 @@ brasero incorrectly assumes it's the wrong version. https://bugzilla.redhat.com/show_bug.cgi?id=1193628 diff -Naur brasero-3.12.1.orig/plugins/dvdcss/burn-dvdcss.c brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c ---- brasero-3.12.1.orig/plugins/dvdcss/burn-dvdcss.c 2014-03-06 07:59:54.000000000 -0600 -+++ brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c 2015-05-27 10:57:23.929044954 -0500 +--- brasero-3.12.1.orig/plugins/dvdcss/burn-dvdcss.c 2015-11-12 09:48:53.782886516 -0600 ++++ brasero-3.12.1/plugins/dvdcss/burn-dvdcss.c 2015-11-12 09:53:03.152656908 -0600 @@ -95,9 +95,6 @@ - if (!module) - goto error_doesnt_exist; - -- if (!g_module_symbol (module, "dvdcss_interface_2", &address)) -- goto error_version; + if (!module) + goto error_doesnt_exist; + +- if (!g_module_symbol (module, "dvdcss_interface_2", &address)) +- goto error_version; - - if (!g_module_symbol (module, "dvdcss_open", &address)) - goto error_version; - dvdcss_open = address; + if (!g_module_symbol (module, "dvdcss_open", &address)) + goto error_version; + dvdcss_open = address; diff --git a/brasero.spec b/brasero.spec index 7ed309b..edc591c 100644 --- a/brasero.spec +++ b/brasero.spec @@ -199,7 +199,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog -* Tue Nov 27 2015 Richard Shaw - 3.12.1-3 +* Tue Nov 17 2015 Richard Shaw - 3.12.1-3 - Add patch to fix libdvdcss version detection, fixes BZ#1193628. - Use %%license tag.