Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2018-02-15 13:23:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Thu Feb 15 13:23:39 2018 rev:146 rq:576776 version:6.0.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2018-02-05 
10:47:57.682488583 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes     
2018-02-15 13:24:08.118964029 +0100
@@ -1,0 +2,16 @@
+Mon Feb 12 09:24:51 UTC 2018 - [email protected]
+
+- Make sure we execute everything with python3
+  * 0001-Use-PYTHON_FOR_BUILD-instead-of-calling-python-direc.patch
+- Bump version of bundled gpgme to 1.9.0
+
+-------------------------------------------------------------------
+Fri Feb  9 11:59:11 UTC 2018 - [email protected]
+
+- Version update to 6.0.1.1:
+  * various fixes all around
+  * Fixes data exposure bsc#1080249 CVE-2018-1055 CVE-2018-6871
+- Bump the version of libgpg-error
+- Drop the libreoffice-poppler-0.62.patch merged upstream
+
+-------------------------------------------------------------------

Old:
----
  gpgme-1.8.0.tar.bz2
  libgpg-error-1.26.tar.bz2
  libreoffice-6.0.0.3.tar.xz
  libreoffice-help-6.0.0.3.tar.xz
  libreoffice-poppler-0.62.patch
  libreoffice-translations-6.0.0.3.tar.xz

New:
----
  0001-Use-PYTHON_FOR_BUILD-instead-of-calling-python-direc.patch
  gpgme-1.9.0.tar.bz2
  libgpg-error-1.27.tar.bz2
  libreoffice-6.0.1.1.tar.xz
  libreoffice-help-6.0.1.1.tar.xz
  libreoffice-translations-6.0.1.1.tar.xz

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.xgkmuz/_old  2018-02-15 13:24:26.490296674 +0100
+++ /var/tmp/diff_new_pack.xgkmuz/_new  2018-02-15 13:24:26.494296529 +0100
@@ -22,8 +22,8 @@
 %define         numbertext_version 0.9.5
 # Urls
 %define external_url http://dev-www.libreoffice.org/src/
-#%define tarball_url 
http://download.documentfoundation.org/libreoffice/src/6.0.0
-%define tarball_url  http://dev-builds.libreoffice.org/pre-releases/src/
+%define tarball_url 
http://download.documentfoundation.org/libreoffice/src/6.0.1
+#%define tarball_url  http://dev-builds.libreoffice.org/pre-releases/src/
 # Enable the kde integration on openSUSE only
 %if 0%{?is_opensuse}
 %bcond_without kdeintegration
@@ -46,7 +46,7 @@
 %bcond_with system_gpgme
 %endif
 Name:           libreoffice
-Version:        6.0.0.3
+Version:        6.0.1.1
 Release:        0
 Summary:        A Free Office Suite (Framework)
 License:        LGPL-3.0+ and MPL-2.0+
@@ -64,8 +64,8 @@
 Source450:      
%{external_url}/1f467e5bb703f12cbbb09d5cf67ecf4a-converttexttonumber-1-5-0.oxt
 Source452:      
%{external_url}/90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.tar.bz2
 # GPGME bundle list
-Source1000:     %{external_url}/gpgme-1.8.0.tar.bz2
-Source1001:     %{external_url}/libgpg-error-1.26.tar.bz2
+Source1000:     %{external_url}/gpgme-1.9.0.tar.bz2
+Source1001:     %{external_url}/libgpg-error-1.27.tar.bz2
 Source1002:     %{external_url}/libassuan-2.4.3.tar.bz2
 # Internal bundled stuff we can't remove
 # To build this we would pull cygwin; not worth it
@@ -87,10 +87,10 @@
 Patch1:         scp2-user-config-suse.diff
 # do not use the broken help; unopkg complained about it when registering 
extensions
 # FIXME: the right fix is to compile the help and produce the .db_, .ht_, and 
other files
-Patch4:         nlpsolver-no-broken-help.diff
-Patch5:         mediawiki-no-broken-help.diff
-Patch6:         kde5-configure-checks.patch
-Patch7:         libreoffice-poppler-0.62.patch
+Patch2:         nlpsolver-no-broken-help.diff
+Patch3:         mediawiki-no-broken-help.diff
+Patch4:         kde5-configure-checks.patch
+Patch5:         0001-Use-PYTHON_FOR_BUILD-instead-of-calling-python-direc.patch
 # try to save space by using hardlinks
 Patch990:       install-with-hardlinks.diff
 BuildRequires:  %{name}-share-linker
@@ -877,10 +877,10 @@
 %if 0%{?suse_version} < 1330
 %patch1
 %endif
-%patch4
-%patch5
-%patch6 -p1
-%patch7 -p1
+%patch2
+%patch3
+%patch4 -p1
+%patch5 -p1
 %patch990 -p1
 
 # Disable some of the failing tests (some are random)

++++++ 0001-Use-PYTHON_FOR_BUILD-instead-of-calling-python-direc.patch ++++++
>From 5c4c83dd7ee9145408d80dbac606547c8006ad2a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= <[email protected]>
Date: Tue, 13 Feb 2018 10:57:54 +0100
Subject: [PATCH] Use PYTHON_FOR_BUILD instead of calling python directly

Change-Id: I85ff669c3cfd6d9b3284972cfa1d8a805ea3b6d4
---
 postprocess/CustomTarget_images.mk            | 2 +-
 testtools/source/bridgetest/pyuno/makefile.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postprocess/CustomTarget_images.mk 
b/postprocess/CustomTarget_images.mk
index 603c73d522d4..871c7bd6470c 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -33,7 +33,7 @@ $(packimages_DIR)/%.zip : \
        $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2)
        $(call gb_Helper_abbreviate_dirs, \
                ILSTFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(filter 
%.ilst,$^)) && \
-               $(PYTHON) $(SRCDIR)/solenv/bin/pack_images.py \
+               $(PYTHON_FOR_BUILD) $(SRCDIR)/solenv/bin/pack_images.py \
                        $(if $(DEFAULT_THEME),\
                                -g $(packimages_DIR) -m $(packimages_DIR) -c 
$(packimages_DIR),\
                                -g $(SRCDIR)/icon-themes/$(subst images_,,$*) 
-m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst 
images_,,$*) \
diff --git a/testtools/source/bridgetest/pyuno/makefile.mk 
b/testtools/source/bridgetest/pyuno/makefile.mk
index 5dbd0038f009..112be23c9ce8 100644
--- a/testtools/source/bridgetest/pyuno/makefile.mk
+++ b/testtools/source/bridgetest/pyuno/makefile.mk
@@ -46,7 +46,7 @@ REGEXC=$(DLLDEST)$/regcomp$(EXECPOST)
 .IF "$(SYSTEM_PYTHON)"!="YES"
 PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(SOLARBINDIR)/python
 .ELSE                   # "$(SYSTEM_PYTHON)"!="YES"
-PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) python
+PYTHON=$(AUGMENT_LIBRARY_PATH) $(WRAPCMD) $(PYTHON_FOR_BUILD)
 .ENDIF                  # "$(SYSTEM_PYTHON)"!="YES"
 .IF "$(OS)"=="WNT"
 
PYTHONPATH:=$(SOLARLIBDIR)$/pyuno;$(PWD);$(SOLARLIBDIR);$(SOLARLIBDIR)$/python;$(SOLARLIBDIR)$/python$/lib-dynload
-- 
2.16.1








++++++ gpgme-1.8.0.tar.bz2 -> gpgme-1.9.0.tar.bz2 ++++++
++++ 18309 lines of diff (skipped)

++++++ libgpg-error-1.26.tar.bz2 -> libgpg-error-1.27.tar.bz2 ++++++
++++ 18810 lines of diff (skipped)

++++++ libreoffice-6.0.0.3.tar.xz -> libreoffice-6.0.1.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-6.0.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-6.0.1.1.tar.xz differ: 
char 26, line 1

++++++ libreoffice-help-6.0.0.3.tar.xz -> libreoffice-help-6.0.1.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-6.0.0.3/ChangeLog-helpcontent2 
new/libreoffice-6.0.1.1/ChangeLog-helpcontent2
--- old/libreoffice-6.0.0.3/ChangeLog-helpcontent2      2018-01-24 
21:43:33.000000000 +0100
+++ new/libreoffice-6.0.1.1/ChangeLog-helpcontent2      2018-02-08 
15:49:45.000000000 +0100
@@ -1,22 +1,8 @@
-2018-01-24  Christian Lohmaier  <[email protected]>  
[ef5d38c8be10f5f4fb1b8b2a146fe303ac303558]
+2018-02-08  Christian Lohmaier  <[email protected]>  
[9aa23345b5527c26658be077e5d9ced1b65cf821]
 
-        Version 6.0.0.3, tag libreoffice-6.0.0.3
+        Version 6.0.1.1, tag libreoffice-6.0.1.1
         
-        Change-Id: Ieada358b423c3e838a2a6c4e5849ed56e47a8d3d
-
-2018-01-11  Xisco Fauli  <[email protected]>  
[bce4974417460c963d45db9e02aac8f83c8905b8]
-
-        Branch libreoffice-6-0-0
-        
-        This is 'libreoffice-6-0-0' - the stable branch for the 6.0.0 release.
-        Only very safe changes, reviewed by three people are allowed.
-        
-        If you want to commit more complicated fix for the next 6.0.x release,
-        please use the 'libreoffice-6-0' branch.
-        
-        If you want to build something cool, unstable, and risky, use master.
-        
-        Change-Id: I52d803ed6cd4b8c4beea995e98a9b40cc598262d
+        Change-Id: Iae7239b4110d81fc0047aaae9dd1a47e8764b815
 
 2018-01-02  Olivier Hallot  <[email protected]>  
[6d883096dc275e1b384ed9ad08fd9ab4ad26bb3f]
 

++++++ libreoffice-translations-6.0.0.3.tar.xz -> 
libreoffice-translations-6.0.1.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-6.0.0.3.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-translations-6.0.1.1.tar.xz
 differ: char 26, line 1


Reply via email to