Hello community,

here is the log from the commit of package octave for openSUSE:Factory checked 
in at 2018-06-07 15:29:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave (Old)
 and      /work/SRC/openSUSE:Factory/.octave.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave"

Thu Jun  7 15:29:16 2018 rev:56 rq:614262 version:4.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave/octave.changes    2018-05-29 
10:32:55.211072719 +0200
+++ /work/SRC/openSUSE:Factory/.octave.new/octave.changes       2018-06-07 
15:29:22.444423024 +0200
@@ -1,0 +2,6 @@
+Mon Jun  4 12:26:52 UTC 2018 - [email protected]
+
+- Add Fix-build-with-Qt-511.patch.
+- Use %license for license files
+
+-------------------------------------------------------------------

New:
----
  Fix-build-with-Qt-511.patch

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

Other differences:
------------------
++++++ octave.spec ++++++
--- /var/tmp/diff_new_pack.bLLuDg/_old  2018-06-07 15:29:23.672378089 +0200
+++ /var/tmp/diff_new_pack.bLLuDg/_new  2018-06-07 15:29:23.676377942 +0200
@@ -67,6 +67,8 @@
 Source:         ftp://ftp.gnu.org/gnu/octave/%{name}-%{src_ver}.tar.lz
 Source2:        octave.pc.in
 Source3:        octave.macros
+# PATCH-FIX-UPSTREAM -- Fix-build-with-Qt-511.patch Add a missing include
+Patch0:         Fix-build-with-Qt-511.patch
 BuildRequires:  arpack-ng-devel
 BuildRequires:  bison
 %if 0%{?with_openblas}
@@ -231,6 +233,7 @@
 
 %prep
 %setup -q -n %{name}-%{src_ver}
+%patch0 -p1
 
 # define octave_blas macros
 %if 0%{?with_openblas}
@@ -329,8 +332,8 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS BUGS COPYING NEWS
+%license COPYING
+%doc AUTHORS BUGS  NEWS
 %doc README ChangeLog
 %if 0%{?with_gui}
 %{_libdir}/%{name}/%{src_ver}/exec/*-*-linux-gnu*/octave-gui
@@ -345,7 +348,6 @@
 %endif
 
 %files cli
-%defattr(-,root,root)
 %{_bindir}/octave
 %{_bindir}/octave-%{src_ver}
 %{_bindir}/octave-cli
@@ -379,7 +381,6 @@
 %{_libdir}/%{name}/site
 
 %files devel
-%defattr(-,root,root)
 %{_bindir}/mkoctfile
 %{_bindir}/mkoctfile-%{src_ver}
 %if 0%{?with_doc}
@@ -392,7 +393,6 @@
 %config %{_sysconfdir}/rpm/macros.octave
 
 %files doc
-%defattr(-,root,root)
 %doc doc/interpreter/octave.pdf
 %doc doc/liboctave/liboctave.pdf
 %doc doc/refcard/refcard-a4.pdf

++++++ Fix-build-with-Qt-511.patch ++++++
changeset:   25410:cdaa884568b1
branch:      stable
parent:      25394:9e39a53b4e00
user:        Mike Miller <[email protected]>
date:        Thu May 24 19:20:35 2018 -0700
summary:     add Qt include needed to build against Qt 5.11 (bug #53978)

diff -r 9e39a53b4e00 -r cdaa884568b1 libgui/src/settings-dialog.cc
--- a/libgui/src/settings-dialog.cc     Fri May 18 19:26:41 2018 -0400
+++ b/libgui/src/settings-dialog.cc     Thu May 24 19:20:35 2018 -0700
@@ -34,6 +34,8 @@
 #include "workspace-model.h"
 #include "settings-dialog.h"
 #include "ui-settings-dialog.h"
+
+#include <QButtonGroup>
 #include <QDir>
 #include <QFileInfo>
 #include <QFileDialog>



Reply via email to