From 8d581aa3cfac33a52a56d4cc6121a9e67a10e9a1 Mon Sep 17 00:00:00 2001 From: hannes Date: Oct 27 2012 09:01:55 +0000 Subject: Update to 2.5 --- diff --git a/.gitignore b/.gitignore index f95890c..6928bf8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /texstudio-2.2.tar.gz /texstudio-2.3.tar.gz /texstudio-2.4.tar.gz +/texstudio-2.5.tar.gz diff --git a/sources b/sources index 2375078..a8f36a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b158c73ffcea28ac35e318ef55e853f texstudio-2.4.tar.gz +84818db5999d2724eba525aa6f116e8b texstudio-2.5.tar.gz diff --git a/texstudio-viewers-use-xdg-open.patch b/texstudio-viewers-use-xdg-open.patch index 9ae1e2c..667ee31 100644 --- a/texstudio-viewers-use-xdg-open.patch +++ b/texstudio-viewers-use-xdg-open.patch @@ -11,7 +11,7 @@ diff --git buildmanager.cpp buildmanager.cpp index ac7027a..ac913d0 100644 --- buildmanager.cpp +++ buildmanager.cpp -@@ -761,25 +761,13 @@ QString getCommandLineGhostscript(){ +@@ -762,25 +762,13 @@ // xdvi %.dvi -sourceposition @:%.tex // kdvi "file:%.dvi#src:@ %.tex" QString getCommandLineViewDvi(){ @@ -36,10 +36,7 @@ index ac7027a..ac913d0 100644 - case 4: return "okular %.pdf > /dev/null"; - default: return "evince %.pdf > /dev/null"; - }; -+ return "xdg-open %.pdf > /dev/null"; ++ return "xdg-open %.pdf > /dev/null"; } QString getCommandLineGhostscript(){ return ""; } - #endif --- -1.7.11.4 - + diff --git a/texstudio.spec b/texstudio.spec index 3731d10..c7fd99c 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,6 +1,6 @@ Name: texstudio -Version: 2.4 -Release: 2%{?dist} +Version: 2.5 +Release: 1%{?dist} Summary: A feature-rich editor for LaTeX documents Group: Applications/Publishing @@ -14,7 +14,6 @@ Source1: texstudio.desktop Patch0: texstudio-use-system-hunspell-instead-of-bundled-one.patch Patch1: texstudio-use-system-qtsingleapplication-instead-of-bundled-on.patch Patch2: texstudio-viewers-use-xdg-open.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt4-devel @@ -106,6 +105,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||: %{_datadir}/texstudio/latexhelp.html %{_datadir}/texstudio/usermanual.css %{_datadir}/texstudio/*.stopWords +%{_datadir}/texstudio/*.stopWords.level2 +%{_datadir}/texstudio/de.badWords %{_datadir}/texstudio/template_*.tex %{_datadir}/texstudio/texstudio.svg %{_datadir}/texstudio/th_*.dat @@ -116,18 +117,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||: %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt %changelog -* Sun Sep 09 2012 Johannes Lips 2.4-2 -- removed files which are listed twice - -* Sun Sep 09 2012 Johannes Lips 2.4-1 +* Sat Oct 27 2012 Johannes Lips 2.5-1 - update to recent upstream version -* Sat Jul 21 2012 Fedora Release Engineering - 2.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Wed May 16 2012 Marek Kasik - 2.3-3 -- Rebuild (poppler-0.20.0) - * Sat Feb 18 2012 Johannes Lips 2.3-2 - disabled the build of debug files