Hello community, here is the log from the commit of package chromium for openSUSE:Factory checked in at 2013-08-27 20:39:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/chromium (Old) and /work/SRC/openSUSE:Factory/.chromium.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "chromium" Changes: -------- --- /work/SRC/openSUSE:Factory/chromium/chromium.changes 2013-08-15 20:58:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.chromium.new/chromium.changes 2013-08-27 20:39:37.000000000 +0200 @@ -1,0 +2,32 @@ +Mon Aug 26 20:57:18 UTC 2013 - [email protected] + +- require mozilla-nss-devel >= 3.14 and mozilla-nspr-devel >= 4.10 + To build against openSUSE 12.2, aggregate mozilla-{nss,nspr} + from mozilla for this target. + +------------------------------------------------------------------- +Mon Aug 26 09:35:02 UTC 2013 - [email protected] + +- Add patch exclude_ymp.diff to ensure that 1-click-install files + are downloaded and NOT opened (bnc#836059) + +------------------------------------------------------------------- +Sun Aug 25 08:25:22 UTC 2013 - [email protected] + +- Update to 31.0.1611 + * Bug and stability fixes + +------------------------------------------------------------------- +Sun Aug 18 15:51:38 UTC 2013 - [email protected] + +- Update to 31.0.1605 + * Bug and stability fixes + +------------------------------------------------------------------- +Fri Aug 16 13:31:17 UTC 2013 - [email protected] + +- Change the startup script so that Chromium will not start + when the chrome_sandbox doesn't have the SETUID. + (bnc#779448) + +------------------------------------------------------------------- Old: ---- chromium.31.0.1601.0.svn217573.tar.xz New: ---- chromium.31.0.1611.0.svn219475.tar.xz exclude_ymp.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ chromium.spec ++++++ --- /var/tmp/diff_new_pack.TpkmpC/_old 2013-08-27 20:39:50.000000000 +0200 +++ /var/tmp/diff_new_pack.TpkmpC/_new 2013-08-27 20:39:50.000000000 +0200 @@ -16,12 +16,12 @@ # -%define svn_revision 217573 +%define svn_revision 219475 %define chromium_no_dlopen 1 %define chromium_system_libs 0%{?suse_version} > 1220 Name: chromium -Version: 31.0.1601.0 +Version: 31.0.1611.0 Release: 0 Summary: Google's opens source browser project License: BSD-3-Clause and LGPL-2.1+ @@ -48,6 +48,8 @@ # Many changes to the gyp systems so we can use system libraries # PATCH-FIX-OPENSUSE Test sources have been removed to shrink the tarball Patch1: chromium-23.0.1245-no-test-sources.patch +# PATCH-FIX-OPENSUSE Make the 1-click-install ymp file always download [bnc#836059] +Patch2: exclude_ymp.diff # PATCH-FIX-OPENSUSE removes build part for courgette Patch13: chromium-no-courgette.patch # PATCH-FIX-OPENSUSE enables reading of the master preference @@ -82,8 +84,8 @@ BuildRequires: libgnome-keyring-devel BuildRequires: libicu-devel >= 4.0 BuildRequires: libpulse-devel -BuildRequires: mozilla-nspr-devel -BuildRequires: mozilla-nss-devel +BuildRequires: pkgconfig(nspr) >= 4.10 +BuildRequires: pkgconfig(nss) >= 3.14 BuildRequires: ninja BuildRequires: pam-devel BuildRequires: pciutils-devel @@ -222,6 +224,7 @@ %setup -q -n %{name} %patch1 -p1 +%patch2 -p1 %patch64 %patch13 -p1 %patch14 -p1 ++++++ chromium-browser.sh ++++++ --- /var/tmp/diff_new_pack.TpkmpC/_old 2013-08-27 20:39:51.000000000 +0200 +++ /var/tmp/diff_new_pack.TpkmpC/_new 2013-08-27 20:39:51.000000000 +0200 @@ -92,7 +92,8 @@ fi if [ ! -u $CHROME_SANDBOX ] ; then - SANDBOX="--no-sandbox" + echo "The chrome_sandbox binary does not have the SETUID set.\n" + echo "This is most likely caused by the permission state (Secure/Paranoid) of the system. Therefore running Chromium is not possible." fi # Allow users to override command-line options ++++++ chromium.31.0.1601.0.svn217573.tar.xz -> chromium.31.0.1611.0.svn219475.tar.xz ++++++ /work/SRC/openSUSE:Factory/chromium/chromium.31.0.1601.0.svn217573.tar.xz /work/SRC/openSUSE:Factory/.chromium.new/chromium.31.0.1611.0.svn219475.tar.xz differ: char 26, line 1 ++++++ exclude_ymp.diff ++++++ --- chromium/src/net/base/mime_util.cc 2013-08-25 10:12:05.428599992 +0200 +++ chromium/src/net/base/mime_util.cc 2013-08-25 10:12:05.428599992 +0200 @@ -376,6 +376,7 @@ "text/x-csv", "text/x-vcf", "text/rtf", + "text/x-suse-ymp", "text/comma-separated-values", "text/csv", "text/tab-separated-values", -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
