Hello community,

here is the log from the commit of package chromium for openSUSE:Factory 
checked in at 2018-05-29 10:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chromium (Old)
 and      /work/SRC/openSUSE:Factory/.chromium.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chromium"

Tue May 29 10:47:56 2018 rev:189 rq:612440 version:66.0.3359.181

Changes:
--------
--- /work/SRC/openSUSE:Factory/chromium/chromium.changes        2018-05-17 
18:04:45.789318498 +0200
+++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes   2018-05-29 
10:48:00.497654914 +0200
@@ -1,0 +2,12 @@
+Sat May 26 23:01:20 UTC 2018 - astie...@suse.com
+
+- on SLE 12 with SUSE PackageHub 12, do not require the SDK for
+  libwebpmux1 (bsc#1070421)
+
+-------------------------------------------------------------------
+Sat May 26 07:08:04 UTC 2018 - astie...@suse.com
+
+- Fix installation issue on SUSE PackageHub 12 with libminizip1
+  (bsc#1093031)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ chromium.spec ++++++
--- /var/tmp/diff_new_pack.MbhLzB/_old  2018-05-29 10:48:10.749276671 +0200
+++ /var/tmp/diff_new_pack.MbhLzB/_new  2018-05-29 10:48:10.753276523 +0200
@@ -154,7 +154,6 @@
 BuildRequires:  pkgconfig(libtcmalloc)
 %endif
 BuildRequires:  pkgconfig(libudev)
-BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(libxslt)
 BuildRequires:  pkgconfig(minizip)
 BuildRequires:  pkgconfig(nspr) >= 4.9.5
@@ -181,7 +180,6 @@
 BuildRequires:  pkgconfig(xscrnsaver)
 BuildRequires:  pkgconfig(xt)
 BuildRequires:  pkgconfig(xtst)
-BuildRequires:  pkgconfig(zlib)
 Requires:       hicolor-icon-theme
 Requires:       xdg-utils
 Requires(pre):  permissions
@@ -220,6 +218,8 @@
 BuildRequires:  python-simplejson
 BuildRequires:  python-xml
 BuildRequires:  yasm-devel
+BuildRequires:  pkgconfig(libwebp)
+BuildRequires:  pkgconfig(zlib)
 %endif
 %if %{with system_icu}
 BuildRequires:  pkgconfig(icu-i18n) >= 59.0
@@ -406,11 +406,13 @@
 )
 %if %{with sle_bundles}
 keeplibs+=(
+    third_party/libwebp
     third_party/yasm
     third_party/simplejson
     third_party/catapult/third_party/beautifulsoup4
     third_party/catapult/third_party/html5lib-python
     third_party/catapult/third_party/six
+    third_party/zlib
 )
 %endif
 %if !%{with system_harfbuzz}
@@ -474,12 +476,10 @@
     libdrm
     libjpeg
     libpng
-    libwebp
     libxslt
     opus
     re2
     snappy
-    zlib
 )
 %if %{with system_harfbuzz}
 gn_system_libraries+=(
@@ -488,7 +488,9 @@
 )
 %endif
 %if !%{with sle_bundles}
+gn_system_libraries+=( libwebp )
 gn_system_libraries+=( yasm )
+gn_system_libraries+=( zlib )
 %endif
 %if %{with system_icu}
 gn_system_libraries+=( icu )
@@ -675,8 +677,8 @@
 /sbin/ldconfig %{_libdir}/chromium
 
 %files
-%verify(not mode) %{_libexecdir}/chrome_sandbox
 %license LICENSE
+%verify(not mode) %{_libexecdir}/chrome_sandbox
 %doc AUTHORS
 %config %{_sysconfdir}/chromium
 %config(noreplace) %{_sysconfdir}/default/chromium
@@ -697,6 +699,7 @@
 %{_bindir}/chromium
 
 %files -n chromedriver
+%license LICENSE
 %{_libdir}/chromium/chromedriver
 
 %changelog


Reply via email to