Update to 2.5

This commit is contained in:
hannes 2012-10-27 11:01:55 +02:00
parent e6b9e2dbeb
commit 8d581aa3cf
4 changed files with 10 additions and 20 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/texstudio-2.2.tar.gz
/texstudio-2.3.tar.gz
/texstudio-2.4.tar.gz
/texstudio-2.5.tar.gz

View File

@ -1 +1 @@
5b158c73ffcea28ac35e318ef55e853f texstudio-2.4.tar.gz
84818db5999d2724eba525aa6f116e8b texstudio-2.5.tar.gz

View File

@ -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

View File

@ -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 <hannes@fedoraproject.org> 2.4-2
- removed files which are listed twice
* Sun Sep 09 2012 Johannes Lips <hannes@fedoraproject.org> 2.4-1
* Sat Oct 27 2012 Johannes Lips <hannes@fedoraproject.org> 2.5-1
- update to recent upstream version
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 2.3-3
- Rebuild (poppler-0.20.0)
* Sat Feb 18 2012 Johannes Lips <Johannes.Lips googlemail com> 2.3-2
- disabled the build of debug files