Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2016-08-18 09:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2016-08-05 
18:13:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes     
2016-08-18 09:15:56.000000000 +0200
@@ -1,0 +2,13 @@
+Fri Aug 12 21:02:23 UTC 2016 - [email protected]
+
+- Build KDE integration on openSUSE 13.2 as well
+
+-------------------------------------------------------------------
+Wed Aug 10 11:21:14 UTC 2016 - [email protected]
+
+- Update _constraints file: set the 25GB HDD / 4GB RAM limit as
+  general requirement (global) which only aarch64 overrides at the
+  moment. Prior, there was no 'default' limit set and all archs
+  were exceptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.bY75Eh/_old  2016-08-18 09:16:02.000000000 +0200
+++ /var/tmp/diff_new_pack.bY75Eh/_new  2016-08-18 09:16:02.000000000 +0200
@@ -24,7 +24,7 @@
 %define         external_url       http://dev-www.libreoffice.org/src/
 %define         tarball_url        
http://download.documentfoundation.org/libreoffice/src/5.2.0
 # Wether to enable the kde integration
-%if 0%{?is_opensuse}
+%if 0%{?is_opensuse} || %{suse_version} == 1320
 %bcond_without kdeintegration
 %else
 %bcond_with kdeintegration





++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.bY75Eh/_old  2016-08-18 09:16:03.000000000 +0200
+++ /var/tmp/diff_new_pack.bY75Eh/_new  2016-08-18 09:16:03.000000000 +0200
@@ -1,4 +1,12 @@
 <constraints>
+  <hardware>
+    <physicalmemory>
+      <size unit="M">4000</size>
+    </physicalmemory>
+    <disk>
+      <size unit="G">25</size>
+    </disk>
+  </hardware>
 
   <overwrite>
     <conditions>
@@ -14,19 +22,4 @@
     </hardware>
   </overwrite>
 
-  <overwrite>
-    <conditions>
-      <arch>i586</arch>
-      <arch>x86_64</arch>
-      <arch>ppc64</arch>
-    </conditions>
-    <hardware>
-      <physicalmemory>
-        <size unit="M">4000</size>
-      </physicalmemory>
-      <disk>
-        <size unit="G">25</size>
-      </disk>
-    </hardware>
-  </overwrite>
 </constraints>




Reply via email to