Hello community,

here is the log from the commit of package opera for openSUSE:Factory:NonFree 
checked in at 2016-05-08 10:45:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/opera (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.opera.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "opera"

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/opera/opera.changes      2016-03-31 
13:03:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.opera.new/opera.changes 2016-05-08 
10:46:31.000000000 +0200
@@ -1,0 +2,40 @@
+Wed May  4 16:34:01 UTC 2016 - [email protected]
+
+- Update to version 37.0.2178.32.
+- Disable IA32 build as rpmlint has a memory error with it.
+
+-------------------------------------------------------------------
+Wed Apr 13 16:22:21 UTC 2016 - [email protected]
+
+- Update to 36.0.2130.65:
+  * HiDPI: page scrollbar too narrow.
+  * Pinch to zoom is not working.
+  * Crash in 
+    web_modal::WebContentsModalDialogManager::ShowDialogWithManager 
+    with simplified printing option.
+  * Download resumption not working after restart.
+  * Tabs page view sticks permanently when “Adjust Speed Dial 
+    animations for slower hardware” is enabled.
+  * Tablet mode layout and tablet mode fullscreen button not 
+    working.
+  * Chromium is updated to version 49.0.2623.110.
+
+-------------------------------------------------------------------
+Thu Apr  7 20:01:03 UTC 2016 - [email protected]
+
+- Exclude libffmpeg.so* and libfreetype.so* from provides and
+  requires as these are bundled and shouldn't be populated
+  (boo#974251).
+
+-------------------------------------------------------------------
+Wed Mar 30 17:50:44 UTC 2016 - [email protected]
+
+- Update to 36.0.2130.46:
+  * [Linux] Can’t play h264 videos
+  * Crash when refreshing page with mouse locked sliding toolbar 
+    notification
+  * Go to browser settings not translated to any language
+  * User-deleted speed dials with an “added” field are re-added on 
+    browser update without DPC version change
+
+-------------------------------------------------------------------

Old:
----
  opera-stable_36.0.2130.32_amd64.deb
  opera-stable_36.0.2130.32_i386.deb

New:
----
  opera-stable_37.0.2178.32_amd64.deb
  opera-stable_37.0.2178.32_i386.deb

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opera.spec ++++++
--- /var/tmp/diff_new_pack.9R1d3Z/_old  2016-05-08 10:46:35.000000000 +0200
+++ /var/tmp/diff_new_pack.9R1d3Z/_new  2016-05-08 10:46:35.000000000 +0200
@@ -16,6 +16,9 @@
 #
 
 
+%global __provides_exclude_from ^%{_libdir}/opera/.*\\.so.*$
+# libffmpeg.so* and libfreetype.so* are currently bundled.
+%global __requires_exclude ^lib(ffmpeg|freetype)\\.so.*$
 %ifarch x86_64
 %define deb_arch amd64
 %define alt_deb_arch i386
@@ -24,7 +27,7 @@
 %define alt_deb_arch amd64
 %endif
 Name:           opera
-Version:        36.0.2130.32
+Version:        37.0.2178.32
 Release:        0
 Summary:        Proprietary web browser
 License:        SUSE-NonFree
@@ -43,7 +46,9 @@
 Obsoletes:      %{name}-gtk < %{version}
 Provides:       %{name}-kde4 = %{version}
 Obsoletes:      %{name}-kde4 < %{version}
-ExclusiveArch:  x86_64 %ix86
+# rpmlint has a memory error with a IA32 build.
+#ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  x86_64
 
 %description
 Opera is a proprietary, fast, and user-friendly web browser.
@@ -86,6 +91,9 @@
 install -Dm 0755 %{name}.sh %{buildroot}%{_bindir}/%{name}
 install -Dm 0644 %{name}.conf %{buildroot}%{_sysconfdir}/default/%{name}
 
+# Fix rpmlint warning - ab_tests.json is not suposed to be executable.
+chmod -x %{buildroot}%{_libdir}/%{name}/resources/ab_tests.json
+
 %fdupes %{buildroot}%{_libdir}/
 
 %post
@@ -99,10 +107,9 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog COPYING
-%defattr(-,root,root)
+%config(noreplace) %{_sysconfdir}/default/%{name}
 %{_bindir}/%{name}
 %{_libdir}/%{name}/
-%config(noreplace) %{_sysconfdir}/default/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/*
 


Reply via email to