Update to 2.12.2

This commit is contained in:
hannes 2017-01-25 07:31:25 +01:00
parent 352621b470
commit 4feba66e7c
4 changed files with 7 additions and 16 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/texstudio-2.11.0.tar.gz
/texstudio-2.11.2.tar.gz
/texstudio-2.12.0.tar.gz
/texstudio-2.12.2.tar.gz

View File

@ -1 +1 @@
SHA512 (texstudio-2.12.0.tar.gz) = 6ce7d2fe2bda46463577eefa1881f5a98db20d7b03f63fe8bd3b87f3727b60d25ef08b7ae074ccd070c373950b698e0683de34cf5eb091250c2a1c8d8472b3ee
SHA512 (texstudio-2.12.2.tar.gz) = 255b211fe715ffc91706ab20877ffaa4b8e0710d3e6f381e7a6b8eed19bb889d89d0913756839c1f0c427029c0da9713b78bd1e21769ccc46cf976b65c91c6f6

View File

@ -1,12 +0,0 @@
diff -Naur texstudio2.12.0/buildmanager.cpp texstudio2.12.0.new/buildmanager.cpp
--- texstudio2.12.0/buildmanager.cpp 2017-01-06 21:32:26.000000000 +0100
+++ texstudio2.12.0.new/buildmanager.cpp 2017-01-20 10:00:32.103909199 +0100
@@ -599,7 +599,7 @@
QString addPathDelimeter(const QString &a)
{
- return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + "\\"));
+ return ((a.endsWith("/") || a.endsWith("\\")) ? a : (a + QDir::separator()));
}
QString BuildManager::findFileInPath(QString fileName)

View File

@ -1,6 +1,6 @@
Name: texstudio
Version: 2.12.0
Release: 2%{?dist}
Version: 2.12.2
Release: 1%{?dist}
Summary: A feature-rich editor for LaTeX documents
Group: Applications/Publishing
@ -56,7 +56,6 @@ so it keeps it look&feel.
%patch2 -p1 -b .arm
%patch3 -p1 -b .update_check
%patch4 -p1 -b .wtf_flags
%patch5 -p1 -b .command_detection
rm -rf {hunspell,qtsingleapplication,quazip}
@ -142,6 +141,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||:
%doc utilities/AUTHORS utilities/COPYING utilities/manual/CHANGELOG.txt
%changelog
* Sat Jan 07 2017 Johannes Lips <hannes@fedoraproject.org> 2.12.2-1
- Update to latest upstream bugfix release 2.12.2
* Fri Jan 20 2017 Christian Dersch <lupinix@mailbox.org> - 2.12.0-2
- Added patch to fix command detection