diff --git a/.gitignore b/.gitignore index 48c87b4..fcc3f91 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 48a065b..7208eed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (texstudio-2.12.0.tar.gz) = 6ce7d2fe2bda46463577eefa1881f5a98db20d7b03f63fe8bd3b87f3727b60d25ef08b7ae074ccd070c373950b698e0683de34cf5eb091250c2a1c8d8472b3ee +SHA512 (texstudio-2.12.2.tar.gz) = 255b211fe715ffc91706ab20877ffaa4b8e0710d3e6f381e7a6b8eed19bb889d89d0913756839c1f0c427029c0da9713b78bd1e21769ccc46cf976b65c91c6f6 diff --git a/texstudio-2.12.0_fix_command_detection.patch b/texstudio-2.12.0_fix_command_detection.patch deleted file mode 100644 index 686b5a7..0000000 --- a/texstudio-2.12.0_fix_command_detection.patch +++ /dev/null @@ -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) diff --git a/texstudio.spec b/texstudio.spec index d96adf0..e923a1c 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -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 2.12.2-1 +- Update to latest upstream bugfix release 2.12.2 + * Fri Jan 20 2017 Christian Dersch - 2.12.0-2 - Added patch to fix command detection