From 9d6dfaeeb1c7f2ffec12d3292ab8e04669ef2451 Mon Sep 17 00:00:00 2001 From: José Matos Date: May 01 2019 17:05:27 +0000 Subject: Try fix to show disappearing text after the first page (https://github.com/wxMaxima-developers/wxmaxima/issues/1113) --- diff --git a/wxMaxima.spec b/wxMaxima.spec index c9cc4c4..3ca8791 100644 --- a/wxMaxima.spec +++ b/wxMaxima.spec @@ -5,7 +5,7 @@ Summary: Graphical user interface for Maxima Name: wxMaxima Version: 19.04.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: https://wxmaxima-developers.github.io/wxmaxima/ @@ -13,6 +13,8 @@ Source0: https://github.com/wxMaxima-developers/wxmaxima/archive/Version-%{versi # Fix appdata file (bad xml file) Patch0: wxMaxima-19.04.03-fix_appdata.patch +# Potencial fix for the disappearing text +Patch1: wxMaxima-19.04.03-fix_disappearing_text.patch # match archs maxima uses ExclusiveArch: %{arm} %{ix86} x86_64 aarch64 ppc sparcv9 @@ -106,6 +108,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.wxmaxima_de %changelog +* Wed May 1 2019 José Matos - 19.04.3-2 +- Try fix to show disappearing text after the first page + (https://github.com/wxMaxima-developers/wxmaxima/issues/1113) + * Sun Apr 28 2019 José Matos - 19.04.3-1 - 19.04.3 - add upstream patch to fix bad xml appdata file