Changes of Revision 5
chromium-plugin-widevinecdm.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed May 23 12:05:41 UTC 2018 - scarabeus@opensuse.org
4
+
5
+- Update to version 1.4.9.1076:
6
+ * Match up the current chrome release 66
7
+
8
+-------------------------------------------------------------------
9
Sun Oct 29 17:06:28 UTC 2017 - scarabeus@opensuse.org
10
11
- Update to latest version 1.4.8.1029:
12
chromium-plugin-widevinecdm.spec
Changed
28
1
2
3
# To find out the real version of Widevine CDM, do something like this.
4
# d="$(mktemp -d)" && rpm2cpio *.rpm|cpio -idmD"$d" && strings "$d"/*/*/*/libwidevinecdm.so|grep -A3 widevine_cdm_version && rm -r "$d"
5
-%define _chrome_version 62.0.3202.75
6
+%define _chrome_version 66.0.3359.181
7
Name: chromium-plugin-widevinecdm
8
-Version: 1.4.8.1029
9
+Version: 1.4.9.1076
10
Release: 0
11
Summary: Chromium Widevine CDM plugin
12
-License: SUSE-NonFree
13
+License: NonFree
14
Group: Productivity/Networking/Web/Browsers
15
-Url: https://google.com/chrome
16
+URL: https://google.com/chrome
17
Source: https://dl.google.com/linux/chrome/rpm/stable/x86_64/google-chrome-stable-%{_chrome_version}-1.x86_64.rpm
18
BuildRequires: cpio
19
BuildRequires: rpm
20
21
%{buildroot}%{_libdir}/chromium/libwidevinecdmadapter.so
22
23
%files
24
-%defattr(-,root,root)
25
%dir %{_libdir}/chromium/
26
%{_libdir}/chromium/libwidevinecdm.so
27
%{_libdir}/chromium/libwidevinecdmadapter.so
28
google-chrome-stable-62.0.3202.75-1.x86_64.rpm -> google-chrome-stable-66.0.3359.181-1.x86_64.rpm
Changed