diff --git a/texstudio-2.7.0.tar.gz b/texstudio-2.7.0.tar.gz deleted file mode 100644 index d09ca62..0000000 --- a/texstudio-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61a0a91e29d5e4670f871e8badb2584d51b4c1c9368940b794c588e92c3aed98 -size 23224443 diff --git a/texstudio-2.8.0.tar.gz b/texstudio-2.8.0.tar.gz new file mode 100644 index 0000000..9947105 --- /dev/null +++ b/texstudio-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cc16964c7ed38313b0ed6a25249429439bd74916480b916919f9df148f462bb +size 23418801 diff --git a/texstudio.changes b/texstudio.changes index a702ff6..1573afb 100644 --- a/texstudio.changes +++ b/texstudio.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jun 20 12:48:53 UTC 2014 - dmitry_r@opensuse.org + +- Update to version 2.8.0 + * completion and syntax check on keyval options, e.g. + \includegraphics (graphicx!) + * search and replace over several documents improved + * improved parser for log files (better detection of filenames) + * todo-style commands (e.g. \todo{}) are added to the list of todos + * the keyboard modifier key for the context menu (spellcheck + suppression) is configurable via texstudio.ini + "Editor/ContextMenuKeyboardModifiers" + * improved auto-hide toolbars feature in embedded viewer + * users can overwrite the default language definitions and add own ones + * makeglossaries support + * allow quoted filenames in include-like commands to support + filenames and directories containing spaces + * updated LaTeX reference manual + * several bugfixes + ------------------------------------------------------------------- Fri Apr 4 05:49:58 UTC 2014 - dmitry_r@opensuse.org diff --git a/texstudio.spec b/texstudio.spec index 39947f1..9217a1b 100644 --- a/texstudio.spec +++ b/texstudio.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package texstudio # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,17 +17,17 @@ Name: texstudio -Version: 2.7.0 +Version: 2.8.0 Release: 0 Summary: LaTeX Editor License: GPL-2.0 Group: Productivity/Publishing/TeX/Frontends -URL: http://texstudio.sf.net +Url: http://texstudio.sf.net Source0: http://downloads.sourceforge.net/texstudio/%{name}-%{version}.tar.gz # PATCH-FIX-OPENSUSE texstudio-correct-doc-location.patch Patch1: texstudio-correct-doc-location.patch -BuildRequires: libqt4-devel BuildRequires: libpoppler-qt4-devel +BuildRequires: libqt4-devel Requires: hunspell Requires: texlive-latex BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,5 +56,7 @@ make INSTALL_ROOT=%{buildroot} install %{_bindir}/texstudio %{_datadir}/texstudio/ %{_datadir}/applications/texstudio.desktop +%dir %{_datadir}/appdata +%{_datadir}/appdata/texstudio.appdata.xml %changelog