Tweak patch.
This commit is contained in:
parent
cdc0fca67b
commit
f7b6d2f39d
@ -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;
|
||||
|
@ -199,7 +199,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2015 Richard Shaw <hobbes1069@gmail.com> - 3.12.1-3
|
||||
* Tue Nov 17 2015 Richard Shaw <hobbes1069@gmail.com> - 3.12.1-3
|
||||
- Add patch to fix libdvdcss version detection, fixes BZ#1193628.
|
||||
- Use %%license tag.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user