Hello community, here is the log from the commit of package equalx for openSUSE:Factory checked in at 2018-06-19 11:56:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/equalx (Old) and /work/SRC/openSUSE:Factory/.equalx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "equalx" Tue Jun 19 11:56:35 2018 rev:12 rq:616323 version:0.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/equalx/equalx.changes 2016-10-04 15:59:15.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.equalx.new/equalx.changes 2018-06-19 11:56:39.181649608 +0200 @@ -1,0 +2,8 @@ +Tue Jun 12 11:35:40 UTC 2018 - [email protected] + +- Add equalx-adapt-headers-for-qt5_11.patch: Include additional + header files where needed for compilation against Qt 5.11 +- Only run post(un) scripts for openSUSE < 1500; rpm file triggers + take care of these for newer releases. + +------------------------------------------------------------------- New: ---- equalx-adapt-headers-for-qt5_11.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ equalx.spec ++++++ --- /var/tmp/diff_new_pack.XBEPCI/_old 2018-06-19 11:56:39.721629562 +0200 +++ /var/tmp/diff_new_pack.XBEPCI/_new 2018-06-19 11:56:39.725629413 +0200 @@ -1,7 +1,7 @@ # # spec file for package equalx # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,15 @@ Version: 0.7.1 Release: 0 Summary: Editor for writing and exporting TeX/LaTeX equations -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Productivity/Publishing/TeX/Frontends Url: http://equalx.sourceforge.net/ Source0: http://downloads.sourceforge.net/equalx/%{name}-%{version}.tar.gz Source1: %{name}.appdata.xml # PATCH-FIX-OPENSUSE equalx-fix-desktop-file.patch [email protected] -- Fix icon tag in desktop file and categories for compatibility with openSUSE defined ones Patch0: equalx-fix-desktop-file.patch +# PATCH-FIX-UPSTREAM equalx-adapt-headers-for-qt5_11.patch [email protected] -- Include additional header files where needed for compilation against Qt 5.11 +Patch1: equalx-adapt-headers-for-qt5_11.patch BuildRequires: desktop-file-utils BuildRequires: fdupes BuildRequires: ghostscript @@ -62,6 +64,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 sed -i 's/\r$//' LICENSE README %build @@ -108,6 +111,7 @@ %fdupes %{buildroot}%{_datadir}/%{name} +%if 0%{?suse_version} < 1500 %post %icon_theme_cache_post %desktop_database_post @@ -115,6 +119,7 @@ %postun %icon_theme_cache_postun %desktop_database_postun +%endif %files %defattr(-,root,root) ++++++ equalx-adapt-headers-for-qt5_11.patch ++++++ Index: equalx-0.7.1/src/DialogPreferences.cpp =================================================================== --- equalx-0.7.1.orig/src/DialogPreferences.cpp +++ equalx-0.7.1/src/DialogPreferences.cpp @@ -19,6 +19,7 @@ #include <QButtonGroup> #include <QFileDialog> +#include <QAction> #include "defines.h" #include "DialogPreferences.h"
