From f5ab04706731577fc6aca37b008aa2ede17a32a5de2b039560b41625b8dc3852 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 16 Jan 2012 16:22:12 +0000 Subject: [PATCH] Accepting request 98505 from home:badshah400:branches:Publishing Update to version 3.2.1 OBS-URL: https://build.opensuse.org/request/show/98505 OBS-URL: https://build.opensuse.org/package/show/Publishing/texmaker?expand=0&rev=29 --- texmaker-3.1.tar.bz2 | 3 -- texmaker-3.2.1.tar.bz2 | 3 ++ texmaker-correct-doc-location.patch | 13 ++++---- texmaker.changes | 46 +++++++++++++++++++++++++++++ texmaker.spec | 7 ++--- 5 files changed, 59 insertions(+), 13 deletions(-) delete mode 100644 texmaker-3.1.tar.bz2 create mode 100644 texmaker-3.2.1.tar.bz2 diff --git a/texmaker-3.1.tar.bz2 b/texmaker-3.1.tar.bz2 deleted file mode 100644 index 2b11047..0000000 --- a/texmaker-3.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8d0f4a5b70bd352b328376d7946ceb67e9af325d48ee027d0f4e7b7416bbb78 -size 6018840 diff --git a/texmaker-3.2.1.tar.bz2 b/texmaker-3.2.1.tar.bz2 new file mode 100644 index 0000000..16d080b --- /dev/null +++ b/texmaker-3.2.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d0ce105e5ec4dc2e58edf18c5d9c53e592d1c396bce30366e3a103f01497f6 +size 6712701 diff --git a/texmaker-correct-doc-location.patch b/texmaker-correct-doc-location.patch index 9cc0fa1..997c9f5 100644 --- a/texmaker-correct-doc-location.patch +++ b/texmaker-correct-doc-location.patch @@ -1,10 +1,11 @@ -diff -ur texmaker-3.0//texmaker.pro texmaker-3.0.new//texmaker.pro ---- texmaker-3.0//texmaker.pro 2011-04-03 15:46:58.000000000 +0530 -+++ texmaker-3.0.new//texmaker.pro 2011-04-04 22:34:34.089000336 +0530 -@@ -289,9 +289,6 @@ - doc/latexhelp.html \ - doc/usermanual_en.html \ +Index: texmaker-3.2/texmaker.pro +=================================================================== +--- texmaker-3.2.orig/texmaker.pro ++++ texmaker-3.2/texmaker.pro +@@ -337,9 +337,6 @@ utilities.files = doc/doc1.png \ doc/usermanual_fr.html \ + doc/usermanual_ru.html \ + doc/usermanual_hu.html \ - utilities/AUTHORS \ - utilities/COPYING \ - utilities/CHANGELOG.txt \ diff --git a/texmaker.changes b/texmaker.changes index f8baf06..e44f920 100644 --- a/texmaker.changes +++ b/texmaker.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Sun Jan 1 23:51:48 UTC 2012 - badshah400@gmail.com + +- Update to version 3.2.1: + + New features: + - Faster syntax highlighting and structure checking + - Additional parameter (#) for the current file name + - The log panel can now be closed directly with the escape key. + + Bugs fixed: + - Pdf synchronization with child files has been fixed + - Ctrl+x now works with block selection + - No longer crash whith ctrl+F with no opened documents + - Bad code for french and german quotes has been fixed + - Syntax highlighting in the \verb environment has been fixed + - Drag and drop with .asy files is now supported. + +------------------------------------------------------------------- +Sun Dec 18 07:40:38 UTC 2011 - badshah400@gmail.com + +- Update to version 3.2 (summary of major features; for + full list see http://www.xm1math.net/texmaker/log.html): + + New features: + - Block selection mode has been added (alt+mouse) + - "Search in folders" dialog has been added + - The settings file can now be saved, deleted or loaded + - All the colors for the syntax highlighting can now be + changed (a preconfigured dark theme is available) + - Graphics environments and .asy files have their own syntax + highlighting mode + - A selected piece of text can now be surrounded by + french/german quotes + - A panel can be added in the structure view to show the list + of opened files ("View" menu) + - The Texdoc tool can be launched directly via the Help menu + - The list of label and bibliography items can now be used + to customize the completion + - The "recent files" list can now be cleaned + - The shortcuts of some commands can now be changed + - *.asy files can now be opened directly without using the + "all files" filter + - *.jpeg has been added to the list of the "includegraphics + wizard" + - .thm and .pre files are now deleted while using the "clean" + command + + Several minor bugs fixed. + ------------------------------------------------------------------- Mon Jul 25 08:45:11 UTC 2011 - badshah400@gmail.com diff --git a/texmaker.spec b/texmaker.spec index 781ea21..c17ae6f 100644 --- a/texmaker.spec +++ b/texmaker.spec @@ -1,7 +1,7 @@ # # spec file for package texmaker # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,9 @@ Name: texmaker -Version: 3.1 +Version: 3.2.1 Release: 1 -License: GPLv2 +License: GPL-2.0 Summary: Free cross-platform LaTeX editor Url: http://www.xm1math.net/texmaker/ Group: Productivity/Publishing/TeX/Frontends @@ -62,7 +62,6 @@ make INSTALL_ROOT=%{buildroot} %install make INSTALL_ROOT=%{buildroot} install -%suse_update_desktop_file %{name} %fdupes %{buildroot}%{_datadir}/ %clean