Changes of Revision 3

chromium-plugin-widevinecdm.changes Changed
x
 
1
@@ -1,4 +1,12 @@
2
 -------------------------------------------------------------------
3
+Fri Dec  2 13:43:15 UTC 2016 - sor.alexei@meowr.ru
4
+
5
+- Update to version 1.4.8.903:
6
+  * No changelog available.
7
+- Use a versioned Google Chrome 'tarball'.
8
+- Add a snippet on getting the real version of Widevine CDM.
9
+
10
+-------------------------------------------------------------------
11
 Fri Oct 07 20:18:21 UTC 2016 - joerg.lorenzen@ki.tng.de
12
 
13
 - Removed service file because build often fails with 'bad temdir'
14
chromium-plugin-widevinecdm.spec Changed
21
 
1
@@ -16,14 +16,17 @@
2
 #
3
 
4
 
5
+# To find out the real version of Widevine CDM, do something like this.
6
+# d="$(mktemp -d)" && rpm2cpio *.rpm|cpio -idmD"$d" && strings "$d"/*/*/*/libwidevinecdm.so|grep -A3 widevine_cdm_version && rm -r "$d"
7
+%define _chrome_version 54.0.2840.100
8
 Name:           chromium-plugin-widevinecdm
9
-Version:        1.4.8.893
10
+Version:        1.4.8.903
11
 Release:        0
12
 Summary:        Chromium Widevine CDM plugin
13
 License:        SUSE-NonFree
14
 Group:          Productivity/Networking/Web/Browsers
15
 Url:            https://google.com/chrome
16
-Source:         https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
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
 Requires:       chromium-browser
21
google-chrome-stable-54.0.2840.100-1.x86_64.rpm Added
google-chrome-stable_current_x86_64.rpm Deleted