commit texmaker for openSUSE:Factory

2020-01-31 Thread root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2020-01-31 23:55:17

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new.26092 (New)


Package is "texmaker"

Fri Jan 31 23:55:17 2020 rev:47 rq:768567 version:5.0.4

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2019-03-26 
15:44:21.868153885 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new.26092/texmaker.changes 
2020-01-31 23:56:11.899617610 +0100
@@ -1,0 +2,22 @@
+Wed Jan 29 14:30:30 UTC 2020 - Atri Bhattacharya 
+
+- Update to version 5.0.4:
+  * The url used to check a new version has been fixed (website
+has moved to https).
+  * A bug after closing the internal pdf viewer during a session
+(not the embed one) has been fixed.
+  * The deactivation of the list of pages in the internal pdf
+viewer is now recorded in the viewer settings.
+  * The pos and size of the internal browser is now recorded.
+  * A typo in the english manual has been fixed.
+  * A workaround about the bad detection of dpi screen on Xorg has
+been added.
+  * The ctrl+, shortcut has been added for opening the
+configuration dialog.
+  * The ctrl+0 shortcut has been added for defining the master
+document.
+  * Updated translations.
+- Remove some doc files that are installed by the build script as
+  they are packaged using %doc/%license. 
+
+---

Old:

  texmaker-5.0.3.tar.bz2

New:

  texmaker-5.0.4.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.mkv4Rs/_old  2020-01-31 23:56:14.999619217 +0100
+++ /var/tmp/diff_new_pack.mkv4Rs/_new  2020-01-31 23:56:14.999619217 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   texmaker
-Version:5.0.3
+Version:5.0.4
 Release:0
 Summary:LaTeX editor
 License:GPL-2.0-only AND BSD-3-Clause
 Group:  Productivity/Publishing/TeX/Frontends
-Url:http://www.xm1math.net/texmaker/
+URL:http://www.xm1math.net/texmaker/
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  libqt5-qtbase-private-headers-devel >= 5.7
@@ -69,8 +69,12 @@
 %qmake5_install
 %fdupes %{buildroot}%{_datadir}/%{name}/
 
+# REMOVE DOC FILES PACKAGED ANYWAY USING %%doc
+rm %{buildroot}%{_datadir}/%{name}/{AUTHORS,COPYING,CHANGELOG.txt}
+
 %files
-%doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt
+%doc utilities/AUTHORS utilities/CHANGELOG.txt
+%license utilities/COPYING
 %{_bindir}/texmaker
 %{_datadir}/applications/texmaker.desktop
 %{_datadir}/pixmaps/texmaker.png

++ texmaker-5.0.3.tar.bz2 -> texmaker-5.0.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-5.0.3.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new.26092/texmaker-5.0.4.tar.bz2 differ: 
char 11, line 1




commit texmaker for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2019-03-26 15:43:54

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new.25356 (New)


Package is "texmaker"

Tue Mar 26 15:43:54 2019 rev:46 rq:688131 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2019-02-28 
21:38:58.409629426 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new.25356/texmaker.changes 
2019-03-26 15:44:21.868153885 +0100
@@ -1,0 +2,7 @@
+Sun Mar 24 16:30:52 UTC 2019 - badshah...@gmail.com
+
+- Remove a cache file .qmake.stash, the presence of which causes
+  build failures on openSUSE Leap 15.1 and 15.0.
+- Move appdata file to metainfo dir which is the standard now.
+
+---



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.ZTgG5p/_old  2019-03-26 15:44:22.620153004 +0100
+++ /var/tmp/diff_new_pack.ZTgG5p/_new  2019-03-26 15:44:22.620153004 +0100
@@ -61,7 +61,8 @@
 export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
 PREFIX=%{_prefix}
 
-%qmake5 METAINFODIR="%{_datadir}/appdata" -unix texmaker.pro
+find ./ -name ".qmake.stash" -delete -print
+%qmake5 METAINFODIR="%{_datadir}/metainfo" -unix texmaker.pro
 %make_jobs
 
 %install
@@ -74,7 +75,7 @@
 %{_datadir}/applications/texmaker.desktop
 %{_datadir}/pixmaps/texmaker.png
 %{_datadir}/texmaker/
-%dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/metainfo
+%{_datadir}/metainfo/%{name}.appdata.xml
 
 %changelog




commit texmaker for openSUSE:Factory

2019-02-28 Thread root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2019-02-28 21:38:57

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new.28833 (New)


Package is "texmaker"

Thu Feb 28 21:38:57 2019 rev:45 rq:673129 version:5.0.3

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2018-03-08 
10:57:07.914131187 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new.28833/texmaker.changes 
2019-02-28 21:38:58.409629426 +0100
@@ -1,0 +2,16 @@
+Sat Feb  9 16:19:31 UTC 2019 - badshah...@gmail.com
+
+- Update to version 5.0.3:
+  * Fix bad highlighting on misspelled text before a \cite{} or
+\label{} command.
+  * If no text is selected the "(un)comment" command will
+(un)comment the current line.
+  * The default size of the configuration dialog has been reduced.
+  * Fold/Unfold/Fold All/Unfold All menu options has been added.
+  * Fix bug about completion when citing references that contain
+numbers.
+  * Fix "recent files" menu with names including an ampersand.
+  * Fix typo in the documentation.
+  * Updated translations. 
+
+---

Old:

  texmaker-5.0.2.tar.bz2

New:

  texmaker-5.0.3.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Yi7Agu/_old  2019-02-28 21:38:59.381629120 +0100
+++ /var/tmp/diff_new_pack.Yi7Agu/_new  2019-02-28 21:38:59.381629120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
 
 
 Name:   texmaker
-Version:5.0.2
+Version:5.0.3
 Release:0
 Summary:LaTeX editor
-License:GPL-2.0 AND BSD-3-Clause
+License:GPL-2.0-only AND BSD-3-Clause
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.xm1math.net/texmaker/
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2

++ texmaker-5.0.2.tar.bz2 -> texmaker-5.0.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-5.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new.28833/texmaker-5.0.3.tar.bz2 differ: 
char 11, line 1




commit texmaker for openSUSE:Factory

2018-03-08 Thread root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2018-03-08 10:57:00

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is "texmaker"

Thu Mar  8 10:57:00 2018 rev:44 rq:582414 version:5.0.2

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2016-08-03 
11:43:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2018-03-08 
10:57:07.914131187 +0100
@@ -1,0 +2,49 @@
+Tue Dec 19 15:07:43 UTC 2017 - mplus...@suse.com
+
+- Use qmake macros
+- Cleanup a bit with spec-cleaner 
+
+---
+Tue Dec 19 13:06:45 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.0.2:
+  + A memory leak has been fixed in the internal pdf viewer.
+- Drop BuildRequires: libpoppler-qt5-devel; no longer required by
+  upstream as it uses bundled pdfium instead.
+
+---
+Sat Aug  5 14:08:31 UTC 2017 - badshah...@gmail.com
+
+- Update to version 5.0.1:
+  - A trouble with the MikTex's ps2pdf command has been fixed
+  - The "-dpiscale x" option has been added to the Texmaker
+command line : with this option the environment variable
+QT_SCALE_FACTOR will be set to x before building the GUI (same
+behavior than adding "export QT_SCALE_FACTOR=x" to the
+environment variables). Can be used to adjust the interface
+if the monitor dpi is not well detected.
+  - Updated translations.
+
+---
+Mon Jul 24 13:40:55 UTC 2017 - jeng...@inai.de
+
+- Remove redundant wording from descriptions.
+
+---
+Thu Jul 20 08:41:36 UTC 2017 - wer...@suse.de
+
+- Update to version 5.0:
+  + new and more modern interface look
+  + highdpi is now supported on windows and linux
+  + a spellcheck annoying trouble on kde5 has been fixed
+  + new pdf engine
+  + synctex updated to 1.18
+  + Qt4 support has been removed : Qt5 (>=5.7) is now required
+  + de, es, hu, pl, and zh_CN translations have been updated
+- Drop texmaker-correct-doc-location.patch as now part of upstream
+- Drop texmaker-appdata.patch as now part of upstream
+- Require libqt5-qtbase-private-headers-devel at build time
+- Require recommended LaTeX packages as runtime as well as at least
+  one WEB browser and the xdg-utils for e.g. open help files
+
+---

Old:

  texmaker-4.5.tar.bz2
  texmaker-appdata.patch
  texmaker-correct-doc-location.patch

New:

  texmaker-5.0.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.ihAv4P/_old  2018-03-08 10:57:08.826098359 +0100
+++ /var/tmp/diff_new_pack.ihAv4P/_new  2018-03-08 10:57:08.830098215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,17 @@
 
 
 Name:   texmaker
-Version:4.5
+Version:5.0.2
 Release:0
-Summary:Free cross-platform LaTeX editor
-License:GPL-2.0 and BSD-3-Clause
+Summary:LaTeX editor
+License:GPL-2.0 AND BSD-3-Clause
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.xm1math.net/texmaker/
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
-Patch1: texmaker-correct-doc-location.patch
-# PATCH-FIX-UPSTREAM texmaker-appdata.patch badshah...@gmail.com -- Install 
appstream metainfo file; patch sent upstream
-Patch2: texmaker-appdata.patch
 BuildRequires:  fdupes
+BuildRequires:  libqt5-qtbase-private-headers-devel >= 5.7
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-%if 0%{?suse_version} == 1315
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libpoppler-qt4-devel >= 0.16
-BuildRequires:  libqt4-devel >= 4.6.1
-Requires:   libQtWebKit4 >= 4.6.1
-%else
-BuildRequires:  libpoppler-qt5-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -46,50 +37,38 @@
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  

commit texmaker for openSUSE:Factory

2016-08-03 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2016-08-03 11:43:21

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is "texmaker"

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2015-11-08 
11:27:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2016-08-03 
11:43:22.0 +0200
@@ -1,0 +2,17 @@
+Tue Jul 26 02:50:25 UTC 2016 - badshah...@gmail.com
+
+- Add texmaker-appdata.patch to install an appstream metadata
+  file.
+- Remove references to %{buildroot} during the %build stage,
+  this is no loger required.
+- Pass METAINFODIR=%{_datadir}/appdata to install the metainfo
+  to openSUSE's currently preferred metainfo dir; the default
+  upstream specification for appdata recommends
+  /usr/share/metainfo instead, and is also the default metainfo
+  path set in texmaker-appdata.patch.
+- Run fdupes only inside the %{_datadir}/texmaker dir to prevent
+  /usr/share/pixmaps/texmaker.png from becoming a link; if this
+  happens, appstream generator fails to extract the icon and
+  promptly fails to generate the appdata.
+
+---

New:

  texmaker-appdata.patch



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.pQrcT1/_old  2016-08-03 11:43:23.0 +0200
+++ /var/tmp/diff_new_pack.pQrcT1/_new  2016-08-03 11:43:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
+# PATCH-FIX-UPSTREAM texmaker-appdata.patch badshah...@gmail.com -- Install 
appstream metainfo file; patch sent upstream
+Patch2: texmaker-appdata.patch
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} == 1315
@@ -58,6 +60,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %if 0%{?suse_version} == 1315
@@ -70,17 +73,20 @@
 LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
 DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
 export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
-PREFIX=%{buildroot}%{_prefix}
+PREFIX=%{_prefix}
+
 %if 0%{?suse_version} == 1315
-qmake QMAKE_CXXFLAGS="%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden" -unix texmaker.pro
+qmake QMAKE_CXXFLAGS="%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden" \
+  METAINFODIR="%{_datadir}/appdata" -unix texmaker.pro
 %else
-qmake-qt5 QMAKE_CXXFLAGS="%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden" -unix texmaker.pro
+qmake-qt5 QMAKE_CXXFLAGS="%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden" \
+  METAINFODIR="%{_datadir}/appdata" -unix texmaker.pro
 %endif
-make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
+make %{?_smp_mflags}
 
 %install
 make INSTALL_ROOT=%{buildroot} install
-%fdupes %{buildroot}%{_datadir}/
+%fdupes %{buildroot}%{_datadir}/%{name}/
 
 %files
 %defattr(-,root,root,-)
@@ -89,5 +95,7 @@
 %{_datadir}/applications/texmaker.desktop
 %{_datadir}/pixmaps/texmaker.png
 %{_datadir}/texmaker/
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog

++ texmaker-appdata.patch ++
Index: texmaker-4.5/utilities/texmaker.appdata.xml
===
--- /dev/null
+++ texmaker-4.5/utilities/texmaker.appdata.xml
@@ -0,0 +1,26 @@
+
+
+  texmaker.desktop
+  CC0-1.0
+  Texmaker LaTeX Editor
+  GPL-2.0 and BSD-3-Clause
+  Free cross-platform LaTeX editor
+  http://www.xm1math.net/texmaker/
+  
+Texmaker is a free LaTeX editor, that integrates many tools
+needed to develop documents with LaTeX, in just one application.
+Texmaker runs on unix, macosx and windows systems and is released
+under the GPL license .
+  
+  
+
+  http://www.xm1math.net/texmaker/texmakertop_big.png
+  Source editor and PDF preview side by side
+
+
+  http://www.xm1math.net/texmaker/sidebyside_big.png
+  Two documents side by side
+
+  
+  pbrac...@xm1math.net
+
Index: texmaker-4.5/texmaker.pro
===
--- 

commit texmaker for openSUSE:Factory

2015-11-08 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2015-11-08 11:26:50

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is "texmaker"

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2015-10-25 
19:13:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2015-11-08 
11:27:00.0 +0100
@@ -1,0 +2,18 @@
+Thu Nov  5 23:52:51 UTC 2015 - badshah...@gmail.com
+
+- Update to version 4.5:
+  + The content of the \cite{} command is no more scanned while
+the spell checking.
+  + A compilation trouble has been fixed with Qt 5.5.x.
+  + A new option allow the svn users to display the uncommitted
+lines with a different color in the line number widget
+(Configure Texmaker -> Editor).
+  + Two more options for the pdf internel viewer contextual menu
+(user request): number of words in the current pdf page and
+open the file browser at the pdf file location.
+  + De, hu, it, nl, pl, se and zh_CN translations have been
+updated.
+- Drop texmaker-include-qdatastream-header.patch: incorporated by
+  upstream.
+
+---

Old:

  texmaker-4.4.1.tar.bz2
  texmaker-include-qdatastream-header.patch

New:

  texmaker-4.5.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.HjTGwg/_old  2015-11-08 11:27:01.0 +0100
+++ /var/tmp/diff_new_pack.HjTGwg/_new  2015-11-08 11:27:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.4.1
+Version:4.5
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0 and BSD-3-Clause
@@ -26,8 +26,6 @@
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
-# PATCH-FIX-UPSTREAM texmaker-include-qdatastream-header.patch 
badshah...@gmail.com -- Include the qdatasream header to prevent build failures 
with Qt >= 5.5
-Patch2: texmaker-include-qdatastream-header.patch
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} == 1315
@@ -60,9 +58,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%if 0%{?suse_version} > 1320
-%patch2 -p1
-%endif
 
 %build
 %if 0%{?suse_version} == 1315

++ texmaker-4.4.1.tar.bz2 -> texmaker-4.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.5.tar.bz2 differ: char 11, 
line 1




commit texmaker for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2015-10-25 19:13:09

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is "texmaker"

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2015-08-15 
11:39:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2015-10-25 
19:13:11.0 +0100
@@ -1,0 +2,7 @@
+Mon Oct 19 09:57:54 UTC 2015 - badshah...@gmail.com
+
+- Add texmaker-include-qdatastream-header.patch to include
+  the QDataStream header where appropriate; fixes build failures
+  with Qt >= 5.5 (now in Factory).
+
+---

New:

  texmaker-include-qdatastream-header.patch



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.A6WndU/_old  2015-10-25 19:13:12.0 +0100
+++ /var/tmp/diff_new_pack.A6WndU/_new  2015-10-25 19:13:12.0 +0100
@@ -26,6 +26,8 @@
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
+# PATCH-FIX-UPSTREAM texmaker-include-qdatastream-header.patch 
badshah...@gmail.com -- Include the qdatasream header to prevent build failures 
with Qt >= 5.5
+Patch2: texmaker-include-qdatastream-header.patch
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 %if 0%{?suse_version} == 1315
@@ -58,6 +60,9 @@
 %prep
 %setup -q
 %patch1 -p1
+%if 0%{?suse_version} > 1320
+%patch2 -p1
+%endif
 
 %build
 %if 0%{?suse_version} == 1315

++ texmaker-include-qdatastream-header.patch ++
Index: texmaker-4.4.1/singleapp/qtlocalpeer.cpp
===
--- texmaker-4.4.1.orig/singleapp/qtlocalpeer.cpp
+++ texmaker-4.4.1/singleapp/qtlocalpeer.cpp
@@ -42,6 +42,7 @@
 #include "qtlocalpeer.h"
 #include 
 #include 
+#include 
 
 #if defined(Q_OS_WIN)
 #include 



commit texmaker for openSUSE:Factory

2015-08-15 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2015-08-15 11:39:51

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2015-05-02 
21:38:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2015-08-15 
11:39:52.0 +0200
@@ -1,0 +2,6 @@
+Sat Aug 15 04:46:52 UTC 2015 - badshah...@gmail.com
+
+- Build against qt4 for openSUSE:42 (old poppler in openSUSE:42
+  does not support qt5 bindings).
+
+---



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.b9SXtD/_old  2015-08-15 11:39:53.0 +0200
+++ /var/tmp/diff_new_pack.b9SXtD/_new  2015-08-15 11:39:53.0 +0200
@@ -27,8 +27,14 @@
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
 BuildRequires:  fdupes
-BuildRequires:  libpoppler-qt5-devel
 BuildRequires:  update-desktop-files
+%if 0%{?suse_version} == 1315
+BuildRequires:  libQtWebKit-devel
+BuildRequires:  libpoppler-qt4-devel = 0.16
+BuildRequires:  libqt4-devel = 4.6.1
+Requires:   libQtWebKit4 = 4.6.1
+%else
+BuildRequires:  libpoppler-qt5-devel
 BuildRequires:  pkgconfig(Qt5Concurrent)
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
@@ -38,6 +44,7 @@
 BuildRequires:  pkgconfig(Qt5WebKit)
 BuildRequires:  pkgconfig(Qt5WebKitWidgets)
 BuildRequires:  pkgconfig(Qt5Xml)
+%endif
 Requires:   hunspell
 Requires:   texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -53,13 +60,22 @@
 %patch1 -p1
 
 %build
+%if 0%{?suse_version} == 1315
+QTDIR=%{_libdir}/qt4
+%else
 QTDIR=%{_libdir}/qt5
+%endif
+
 PATH=$QTDIR/bin:$PATH
 LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
 DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
 export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
 PREFIX=%{buildroot}%{_prefix}
+%if 0%{?suse_version} == 1315
+qmake QMAKE_CXXFLAGS=%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden -unix texmaker.pro
+%else
 qmake-qt5 QMAKE_CXXFLAGS=%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden -unix texmaker.pro
+%endif
 make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
 
 %install




commit texmaker for openSUSE:Factory

2015-05-02 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2015-05-02 21:37:59

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2014-12-08 
16:56:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2015-05-02 
21:38:01.0 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 04:59:16 UTC 2015 - crrodrig...@opensuse.org
+
+- Honour RPM_OPT_FLAGS.
+- switch to QT5, no source code changes needed.
+
+---



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.FU02vC/_old  2015-05-02 21:38:02.0 +0200
+++ /var/tmp/diff_new_pack.FU02vC/_new  2015-05-02 21:38:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,18 @@
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
 BuildRequires:  fdupes
-BuildRequires:  libQtWebKit-devel
-BuildRequires:  libpoppler-qt4-devel = 0.16
-BuildRequires:  libqt4-devel = 4.6.1
+BuildRequires:  libpoppler-qt5-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Concurrent)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Gui)
+BuildRequires:  pkgconfig(Qt5Network)
+BuildRequires:  pkgconfig(Qt5PrintSupport)
+BuildRequires:  pkgconfig(Qt5Script)
+BuildRequires:  pkgconfig(Qt5WebKit)
+BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  pkgconfig(Qt5Xml)
 Requires:   hunspell
-Requires:   libQtWebKit4 = 4.6.1
 Requires:   texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -47,13 +53,13 @@
 %patch1 -p1
 
 %build
-QTDIR=%{_libdir}/qt4
+QTDIR=%{_libdir}/qt5
 PATH=$QTDIR/bin:$PATH
 LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
 DYLD_LIBRARY_PATH=$QTDIR/lib:$DYLD_LIBRARY_PATH
 export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
 PREFIX=%{buildroot}%{_prefix}
-qmake -unix texmaker.pro
+qmake-qt5 QMAKE_CXXFLAGS=%optflags -fvisibility=hidden 
-fvisibility-inlines-hidden -unix texmaker.pro
 make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
 
 %install




commit texmaker for openSUSE:Factory

2014-12-08 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2014-12-08 16:56:41

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2014-09-03 
21:14:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2014-12-08 
16:56:24.0 +0100
@@ -1,0 +2,24 @@
+Mon Dec  1 22:25:23 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.4.1:
+  + Bugs fixed :
+- Fix crash if the % !TEX encoding= meta tag is not valid
+- Fix bug related to some shorctuts (ctrl+shift+?).
+- Changes from version 4.4:
+  + Features :
+- New wizard for a standard XeLaTeX document
+- A script (User menu to execute it) to apply a hard word
+  wrap at 80 columns to the selected text
+- List of furnished scripts is displayed in the Run Script
+  sub-menu of the User menu
+- Add support for the meta tags % !TEX encoding= and
+  % !TEX spellcheck
+- Add .vrb,.listing and .spx extensions to the Clean
+  command
+  + Bugs fixed :
+- Include xelatex command in the Tools menu
+- Fix a bad behavior when spelling the document while a text
+  is selected (issue 1393)
+  + Updated translations.
+
+---

Old:

  texmaker-4.3.tar.bz2

New:

  texmaker-4.4.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.LEetWF/_old  2014-12-08 16:56:26.0 +0100
+++ /var/tmp/diff_new_pack.LEetWF/_new  2014-12-08 16:56:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.3
+Version:4.4.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0 and BSD-3-Clause

++ texmaker-4.3.tar.bz2 - texmaker-4.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.3.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.4.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2014-09-03 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2014-09-03 18:23:04

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2014-05-05 
21:14:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2014-09-03 
21:14:00.0 +0200
@@ -1,0 +2,21 @@
+Mon Sep  1 13:56:01 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.3:
+  + A visual diff view has been added to the source viewer
+(differences between the current files loaded in the editor
+and in the source viewer) based on jsdifflib from Chas
+Emerick (BSD license)
+  + When a command fails, the command is now displayed with the
+error message Could not start the command
+  + An reload all documents from file option has been added to
+the File menu
+  + If a completion.txt file is found in the same directory than
+texmaker.exe on windows, in the /usr/share/texmaker/ folder
+on linux and in the Resources subdirectory of the .app
+on macosx, all items from this file will be added
+automatically for the autocompletion
+  + An option to launch the Clean tool when exiting the program
+has been added
+  + The cs, el, es, hu and se translations have been updated.
+
+---

Old:

  texmaker-4.2.tar.bz2

New:

  texmaker-4.3.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.LXYxPU/_old  2014-09-03 21:14:02.0 +0200
+++ /var/tmp/diff_new_pack.LXYxPU/_new  2014-09-03 21:14:02.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   texmaker
-Version:4.2
+Version:4.3
 Release:0
 Summary:Free cross-platform LaTeX editor
-License:GPL-2.0
+License:GPL-2.0 and BSD-3-Clause
 Group:  Productivity/Publishing/TeX/Frontends
 Url:http://www.xm1math.net/texmaker/
 Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2

++ texmaker-4.2.tar.bz2 - texmaker-4.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.3.tar.bz2 differ: char 11, 
line 1

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.LXYxPU/_old  2014-09-03 21:14:02.0 +0200
+++ /var/tmp/diff_new_pack.LXYxPU/_new  2014-09-03 21:14:02.0 +0200
@@ -1,7 +1,7 @@
-Index: texmaker-4.2/texmaker.pro
+Index: texmaker-4.3/texmaker.pro
 ===
 texmaker-4.2.orig/texmaker.pro
-+++ texmaker-4.2/texmaker.pro
+--- texmaker-4.3.orig/texmaker.pro
 texmaker-4.3/texmaker.pro
 @@ -387,9 +387,6 @@ utilities.files = doc/doc1.png \
atd/atd.css \
atd/csshttprequest.js \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2014-01-07 14:44:33

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-11-07 
09:54:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2014-01-07 
14:44:36.0 +0100
@@ -1,0 +2,26 @@
+Mon Jan  6 21:22:48 UTC 2014 - badshah...@gmail.com
+
+- Update to version 4.1.1:
+  + The latex reference manual has been updated
+  + ca and pt dictionaries have been added
+  + ca, cs, de, es, pl and se translations have been updated
+  + The math mode \( \) is now supported by the syntax
+highlighting
+  + Double latex and pdflatex compilation has been added for the
+Quick build modes with asymptote (required for the cross
+references)
+  + While autocompletion, if the inserted item doesn't contain a
+placeholder the cursor will no more jump to the next
+placeholder [user request]
+  + The delay after regaining focus while the check for external
+changes option is used has been reduced [user request]
+  + Autocompletion with an underscore character is no more stopped
+after reaching the undescore [user request]
+  + .snm and .nav files are also deleted while using the Clean
+command [user request]
+  + If the log report an error for the line 1, the cursor doesn't
+jump anymore to the top of the document [user request]
+  + user completion items can now be directly modified [user
+request]  
+
+---

Old:

  texmaker-4.1.tar.bz2

New:

  texmaker-4.1.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Sn4MT4/_old  2014-01-07 14:44:36.0 +0100
+++ /var/tmp/diff_new_pack.Sn4MT4/_new  2014-01-07 14:44:36.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.1
+Version:4.1.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.1.tar.bz2 - texmaker-4.1.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.1.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-11-07 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-11-07 09:54:24

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-09-04 
14:05:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-11-07 
09:54:26.0 +0100
@@ -1,0 +2,22 @@
+Tue Nov  5 01:52:54 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.1
+  + Beamer presentation wizard has been added
+  + LuaLaTeX support has been added
+  + new predefined Quick build modes have been added :
+- lualatex + view pdf
+- pdflatex + bib(la)tex + pdflatex + pdflatex + view pdf
+- latex + bib(la)tex + latex + latex + dvips + ps2pdf + view
+  pdf
+- sweave + pdflatex + view pdf
+  + Detection of utf8 encoding without BOM has been added
+  + The two pages mode for the pdf viewer is no more reseted
+after a new compilation (patch from Andreas Volk)
+  + patent entry to the biblatex menu has been added
+  + Placeholders have been added to the Tabbing wizard
+  + de, el, it and uk translations have been updated
+  + A link to the english wikibook about LaTeX has been added to
+the Help menu (for non french users)
+  + A trouble about the most used symbols panel has been fixed
+
+---

Old:

  texmaker-4.0.4.tar.bz2

New:

  texmaker-4.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.83bRcc/_old  2013-11-07 09:54:27.0 +0100
+++ /var/tmp/diff_new_pack.83bRcc/_new  2013-11-07 09:54:27.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0.4
+Version:4.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.0.4.tar.bz2 - texmaker-4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.4.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.1.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-09-04 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-09-04 14:05:46

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-08-04 
08:04:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-09-04 
14:05:47.0 +0200
@@ -1,0 +2,16 @@
+Fri Aug 30 16:26:00 UTC 2013 - badshah...@gmail.com
+
+- Update to 4.0.4:
+  + poppler-0.24 support has been added
+  + a compilation trouble on arm system has been fixed
+  + the Enter key on numeric pad can now also be used to
+activate the default button in the goto line, find and
+replace widgets (user request)
+  + a commented line beginning by indent or spaces can now also be
+uncommented by the uncomment action of the edit menu
+  + drag and drop for image files is now allowed in the editor
+(the \includegraphics command will be automatically inserted)
+  + a trouble while boldifying some structure items has been fixed
+  + CS, ES, PL, SE and ZH_CN translations have been updated.  
+
+---

Old:

  texmaker-4.0.3.tar.bz2

New:

  texmaker-4.0.4.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.J73GTP/_old  2013-09-04 14:05:49.0 +0200
+++ /var/tmp/diff_new_pack.J73GTP/_new  2013-09-04 14:05:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0.3
+Version:4.0.4
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.0.3.tar.bz2 - texmaker-4.0.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.3.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.4.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-08-04 08:04:42

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-05-13 
15:55:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-08-04 
08:04:43.0 +0200
@@ -1,0 +2,13 @@
+Wed Jul 31 23:17:27 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0.3:
+  + Find-and-replace actions can now be applied to a selection
+only
+  + Users can now check if a new version is available via a new
+option in the Help menu
+  + A tool to convert source files to Unicode has been added
+  + The user manual has been updated
+  + UK, ES, LV, El, AR and IT translations have been updated
+  + utf8 option has been added to the letter wizard.
+
+---

Old:

  texmaker-4.0.2.tar.bz2

New:

  texmaker-4.0.3.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.ttYz2C/_old  2013-08-04 08:04:44.0 +0200
+++ /var/tmp/diff_new_pack.ttYz2C/_new  2013-08-04 08:04:44.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0.2
+Version:4.0.3
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.0.2.tar.bz2 - texmaker-4.0.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.3.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-05-13 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-05-13 15:55:12

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-03-18 
07:19:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-05-13 
15:55:13.0 +0200
@@ -1,0 +2,14 @@
+Thu May  9 05:09:42 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0.2:
+  + Structure tags (chapter, section, ...) are now totally
+boldified in the editor
+  + Regular expression option is no more checked by default in
+the replace widget.
+  + Session file is no more stored in the temp/ directory, but in
+the home/.cache directory
+  + detection of acrobat reader 11 and ghostscript 9.07 has been
+added (for new users)
+  + ar and lv translations has been added
+
+---

Old:

  texmaker-4.0.1.tar.bz2

New:

  texmaker-4.0.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.QjgFog/_old  2013-05-13 15:55:15.0 +0200
+++ /var/tmp/diff_new_pack.QjgFog/_new  2013-05-13 15:55:15.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0.1
+Version:4.0.2
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-4.0.1.tar.bz2 - texmaker-4.0.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.2.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-03-18 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-03-18 07:18:58

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2013-03-15 
10:48:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-03-18 
07:19:00.0 +0100
@@ -1,0 +2,13 @@
+Sat Mar 16 16:39:18 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0.1:
+  + Bugs fixed: 
+- Potential crash when synctex sends a bad page
+  number has been fixed
+- An 's' character is no more inserted while using Ctrl+S
+  shortcut with an unmodified document
+  + Pdownload35 option has been added to the default dvips
+command for miktex
+- Pass smp_mflags to make to speed up build.
+
+---

Old:

  texmaker-4.0.tar.bz2

New:

  texmaker-4.0.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.upt4N0/_old  2013-03-18 07:19:01.0 +0100
+++ /var/tmp/diff_new_pack.upt4N0/_new  2013-03-18 07:19:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:4.0
+Version:4.0.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0
@@ -35,18 +35,16 @@
 Requires:   libQtWebKit4 = 4.6.1
 Requires:   texlive-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-#
 
 %description
 Texmaker is a free LaTeX editor, that integrates many tools
 needed to develop documents with LaTeX, in just one application.
 Texmaker runs on unix, macosx and windows systems and is released
 under the GPL license .
-#
+
 %prep
 %setup -q
 %patch1 -p1
-#
 
 %build
 QTDIR=%{_libdir}/qt4
@@ -56,8 +54,7 @@
 export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH
 PREFIX=%{buildroot}%{_prefix}
 qmake -unix texmaker.pro
-make INSTALL_ROOT=%{buildroot}
-#
+make %{?_smp_mflags} INSTALL_ROOT=%{buildroot}
 
 %install
 make INSTALL_ROOT=%{buildroot} install

++ texmaker-4.0.tar.bz2 - texmaker-4.0.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-4.0.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2013-03-15 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2013-03-15 10:48:13

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-11-12 
07:07:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2013-03-15 
10:48:18.0 +0100
@@ -1,0 +2,25 @@
+Thu Mar 14 17:48:13 UTC 2013 - badshah...@gmail.com
+
+- Update to version 4.0:
+  + Now supports Qt5 (this version can also be compiled on
+Qt=4.7.2)
+  + Ctrl+Shift+F2 keyboard shortcut for toggling between the
+master document and the current document
+  + Continuous mode in the internal pdf viewer is not re-enabled
+automatically after a new compilation
+  + Unix/MacOSX users can now add an option in the configuration
+dialog to the lp command for printing documents from the
+internal pdf viewer
+  + a special quick build command has been added for the .asy
+files : if the current document has an .asy extension, this
+asymptote quick build command will be used with the F1
+shortcut instead of the standard quick build command
+  + while using the user tags, @@ will now be replaced by @
+(a single @ is always used to set a place holder)
+  + Bugs fixed :
+- A compilation trouble with gcc 4.8 has been fixed
+- A problem with the insertion of an user tag by using a
+  keyboard trigger has been fixed
+- A bad column count in the editor has been fixed  
+
+---

Old:

  texmaker-3.5.2.tar.bz2

New:

  texmaker-4.0.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.9tFaxK/_old  2013-03-15 10:48:20.0 +0100
+++ /var/tmp/diff_new_pack.9tFaxK/_new  2013-03-15 10:48:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texmaker
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.5.2
+Version:4.0
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.5.2.tar.bz2 - texmaker-4.0.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.5.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-4.0.tar.bz2 differ: char 11, 
line 1

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.9tFaxK/_old  2013-03-15 10:48:20.0 +0100
+++ /var/tmp/diff_new_pack.9tFaxK/_new  2013-03-15 10:48:20.0 +0100
@@ -1,8 +1,8 @@
-Index: texmaker-3.3.2/texmaker.pro
+Index: texmaker-4.0/texmaker.pro
 ===
 texmaker-3.3.2.orig/texmaker.pro
-+++ texmaker-3.3.2/texmaker.pro
-@@ -346,9 +346,6 @@ utilities.files = doc/doc1.png \
+--- texmaker-4.0.orig/texmaker.pro
 texmaker-4.0/texmaker.pro
+@@ -351,9 +351,6 @@ utilities.files = doc/doc1.png \
atd/atd.css \
atd/csshttprequest.js \
atd/jquery.atd.textarea.js \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-11-11 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-11-12 07:07:08

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-11-02 
22:24:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-11-12 
07:07:12.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  9 23:25:57 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.5.2:
+  + Bug fix: Fixes shortcut for QuickBuild.
+
+---

Old:

  texmaker-3.5.1.tar.bz2

New:

  texmaker-3.5.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.9hcb2L/_old  2012-11-12 07:07:13.0 +0100
+++ /var/tmp/diff_new_pack.9hcb2L/_new  2012-11-12 07:07:13.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.5.1
+Version:3.5.2
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.5.1.tar.bz2 - texmaker-3.5.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.5.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.5.2.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-11-02 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-11-02 22:24:38

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-09-14 
12:40:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-11-02 
22:24:50.0 +0100
@@ -1,0 +2,22 @@
+Mon Oct 29 18:44:25 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.5.1:
+  + New features: 
+- Wizard to export the current document to html, open document
+  or mathml via TeX4ht has been added 
+- In a command ## are now replaced by #, !! by !, %% by % and
+  @@ by @ 
+- Standard ouptut messages are now displayed for the
+  bib(la)tex command 
+- Xelatex has been added to the standard commands (with a new
+  quick compilation mode : xelatex + view pdf) 
+- With a new option in the configuration dialog, a directory
+  can be added to the system PATH (Qt=4.6 is required) 
+  + Bugs fixed : 
+- Customization of the keyboard shorcuts fixed 
+- The master mode is deactivated before loading a session file 
+- An empty beamer block is no more displayed in the structure
+  view 
+- The detection of an already opened file has been improved.
+
+---

Old:

  texmaker-3.5.tar.bz2

New:

  texmaker-3.5.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.1AwZEN/_old  2012-11-02 22:24:51.0 +0100
+++ /var/tmp/diff_new_pack.1AwZEN/_new  2012-11-02 22:24:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.5
+Version:3.5.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.5.tar.bz2 - texmaker-3.5.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.5.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.5.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-09-14 12:40:02

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-07-24 
17:21:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-09-14 
12:40:05.0 +0200
@@ -1,0 +2,24 @@
+Tue Aug 21 18:46:30 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.5:
+  - New pdf viewer: two pages, discontinuous and
+presentation modes and page rotation have been added
+  - A new option (-insert foo) has been added to the command line
+allowing an external program to insert a latex command to the
+current document while texmaker is running
+  - Polish quotes mode has been added to the LaTeX/International
+quotes menu
+  - The structure items detection has been improved
+  - Captured text can be used in the Replace dialog while using
+regular expression ($1, $2...). Example : \\textit\{([^}]*)\}
+for the find field and \textbf{$1} for the replace field.
+  - The CTRL+SHIFT+F8 shortcut has been added to the Restore
+previous session action (requested by users)
+  - Bugs fixed:
++ .aux is not added after browsing the bib(la)tex command in
+   the configuration dialog if this command is not bibtex
++ Structure view is reset after closing all documents
++ A trouble about completion between brackets has been
+  fixed.
+
+---

Old:

  texmaker-3.4.1.tar.bz2

New:

  texmaker-3.5.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Na6G7L/_old  2012-09-14 12:40:06.0 +0200
+++ /var/tmp/diff_new_pack.Na6G7L/_new  2012-09-14 12:40:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.4.1
+Version:3.5
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.4.1.tar.bz2 - texmaker-3.5.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.4.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.5.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-07-24 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-07-24 15:39:18

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-07-22 
15:27:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-07-24 
17:21:05.0 +0200
@@ -1,0 +2,9 @@
+Fri Jul 20 00:37:06 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4.1:
+  + Enhancement: On the GNOME desktop, themed icons are used for
+standard actions
+  + Bug fixed: A bad layout of the buttons for the configuration
+of the commands has been fixed 
+
+---

Old:

  texmaker-3.4.tar.bz2

New:

  texmaker-3.4.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.IfxQQ1/_old  2012-07-24 17:21:07.0 +0200
+++ /var/tmp/diff_new_pack.IfxQQ1/_new  2012-07-24 17:21:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.4
+Version:3.4.1
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.4.tar.bz2 - texmaker-3.4.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.4.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.4.1.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-07-22 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-07-22 15:26:59

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-05-31 
17:11:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-07-22 
15:27:01.0 +0200
@@ -1,0 +2,30 @@
+Mon Jul 16 06:37:05 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.4:
+  + Enhancements :
+- Option Use a 'build' subdirectory for output files has
+  been added for the (pdf)latex command
+- A words counter has been added to the internal pdf viewer
+  (contextual menu)
+- An Open Terminal command has been added to the Tool menu
+- Regular expression support has been added in the
+  find/replace dialogs
+- A pdf page can now be exported to a png image in the
+  internal pdf viewer (contextual menu)
+- A Save a copy command has been added to the File menu
+- The optionals fields for the biblatex entries has been
+  added (Bibliography menu)
+- The labels list in the structure view stays opened or closed
+  as the user sets it while saving the document or adding a
+  new label item
+- Standard output is displayed only for the asymptote command
+- The sectioning, size, references combo boxes (main
+  toolbar) has been replaced by icons in the editor vertical
+  toolbar.
+- Support for macosx lion fullscreen mode has been added
+  + Bugs fixed :
+- A critical bug while restoring a session with a file which
+  has been deleted has been fixed
+- The bug about double-indentation of user tags has been fixed 
+
+---

Old:

  texmaker-3.3.4.tar.bz2

New:

  texmaker-3.4.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.KtQMYs/_old  2012-07-22 15:27:03.0 +0200
+++ /var/tmp/diff_new_pack.KtQMYs/_new  2012-07-22 15:27:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.3.4
+Version:3.4
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.3.4.tar.bz2 - texmaker-3.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.3.4.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.4.tar.bz2 differ: char 11, 
line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-05-31 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-05-31 17:10:57

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-04-18 
12:35:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-05-31 
17:11:12.0 +0200
@@ -1,0 +2,24 @@
+Thu May 24 23:35:34 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.3.4:
+  + Enhancements :
+- Equation, align, multline and gather environments are now
+  highlighted as mathematicals environments
+- The ambiguous english translation of the save and close
+  dialog has been modified
+- Insertion of multiline tags will now respect the indentation
+- Session file can now be opened by drag and drop and with the
+  command line
+- URL links can now be opened in the integrated pdf viewer
+- Editor keeps now the focus by default after launching the
+  View Pdf action
+- The paths to texlive 2012, miktex 3.0 and ghostscript 9.04
+   9.05 has been added
+- Polish dictionary has been added
+- Polish, hungarian, swedish and portuguese translations have
+  been updated 
+  + Bugs fixed :
+- A critical bug about undo operations in particular
+  circumstances has been fixed.
+
+---

Old:

  texmaker-3.3.3.tar.bz2

New:

  texmaker-3.3.4.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.poz11L/_old  2012-05-31 17:11:14.0 +0200
+++ /var/tmp/diff_new_pack.poz11L/_new  2012-05-31 17:11:14.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   texmaker
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:Free cross-platform LaTeX editor
 License:GPL-2.0

++ texmaker-3.3.3.tar.bz2 - texmaker-3.3.4.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.3.3.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.3.4.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-04-18 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-04-18 12:35:14

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-03-02 
13:50:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-04-18 
12:35:28.0 +0200
@@ -1,0 +2,33 @@
+Sat Apr  7 09:38:37 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.3.3:
+  + New Features:
+- A light session management has been added
+- In the pdf viewer, the horizontal position is restored after 
+  compilation and the zoom factor is restored after a restart
+  of texmaker
+- It is now possible to modify a user tag
+- User tags can now be reordered by dragging items
+- Us english dictionary has been added
+- @electronic has been added to the bibliography items
+   detection
+  + Bugs fixed:
+- The bad detection of the path of a file displayed in the
+  log panel has been fixed
+- The # parameter is no more used if okular is used as pdf
+  viewer
+- Shift(ctrl)+Ins doesn't anymore set the editor to overwrite
+  mode
+- A bug about the number of copies while printing a pdf has
+  been fixed 
+
+---
+Tue Apr  3 11:15:56 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.3.2:
+  + Bug fixed: Bad detection of the \part{} structure fixed
+  + Added Swedish translation
+  + An additionnal parameter (!) for the current directory is
+available for the commands
+
+---

Old:

  texmaker-3.3.1.tar.bz2

New:

  texmaker-3.3.3.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.QQvQ7A/_old  2012-04-18 12:35:31.0 +0200
+++ /var/tmp/diff_new_pack.QQvQ7A/_new  2012-04-18 12:35:31.0 +0200
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   texmaker
-Version:3.3.1
-Release:1
-License:GPL-2.0
+Version:3.3.3
+Release:0
 Summary:Free cross-platform LaTeX editor
-Url:http://www.xm1math.net/texmaker/
+License:GPL-2.0
 Group:  Productivity/Publishing/TeX/Frontends
-Source: texmaker-%{version}.tar.bz2
+Url:http://www.xm1math.net/texmaker/
+Source: http://www.xm1math.net/texmaker/texmaker-%{version}.tar.bz2
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
 BuildRequires:  fdupes

++ texmaker-3.3.1.tar.bz2 - texmaker-3.3.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.3.3.tar.bz2 differ: char 
11, line 1

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.QQvQ7A/_old  2012-04-18 12:35:31.0 +0200
+++ /var/tmp/diff_new_pack.QQvQ7A/_new  2012-04-18 12:35:31.0 +0200
@@ -1,8 +1,8 @@
-Index: texmaker-3.3.1/texmaker.pro
+Index: texmaker-3.3.2/texmaker.pro
 ===
 texmaker-3.3.1.orig/texmaker.pro
-+++ texmaker-3.3.1/texmaker.pro
-@@ -345,9 +345,6 @@ utilities.files = doc/doc1.png \
+--- texmaker-3.3.2.orig/texmaker.pro
 texmaker-3.3.2/texmaker.pro
+@@ -346,9 +346,6 @@ utilities.files = doc/doc1.png \
atd/atd.css \
atd/csshttprequest.js \
atd/jquery.atd.textarea.js \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-03-02 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-03-02 13:50:22

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-02-08 
17:21:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-03-02 
13:50:25.0 +0100
@@ -1,0 +2,28 @@
+Wed Feb 29 18:26:17 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.3.1:
+  + Bug fixed: A critical bug about the spelling and grammar
+checker of the integrated pdf viewer has been fixed.
+  + Rebase texmaker-correct-doc-location.patch for version 3.3.1.
+- Changes from version 3.3:
+  + New features:
+- Users can now define an unlimited number of tags via a new
+  panel in the structure view
+- In the integrated pdf viewer, it's now possible to check
+  spelling and grammar the text extracted from a pdf page
+- Main biblatex entries can now be inserted via the
+  bibliography menu
+- The structure of .Rnw files are now checked like the .tex
+  documents
+- \foo{} is now displayed before \foo*{} in the completion
+- Commented structure entries are no more used in the
+  structure view
+- Colors are now more hard coded (dark desktop themes can now
+  be used)
+- Overwrite mode can now be used in the editor.
+  + Many bug fixes (see http://www.xm1math.net/texmaker/log.html
+for a full list)
+  + Building now requires libpoppler-qt4-devel = 0.16; hence
+does not build for openSUSE  12.1.
+
+---

Old:

  texmaker-3.2.2.tar.bz2

New:

  texmaker-3.3.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.qy3Bqu/_old  2012-03-02 13:50:26.0 +0100
+++ /var/tmp/diff_new_pack.qy3Bqu/_new  2012-03-02 13:50:26.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.2.2
+Version:3.3.1
 Release:1
 License:GPL-2.0
 Summary:Free cross-platform LaTeX editor
@@ -29,7 +29,7 @@
 Patch1: texmaker-correct-doc-location.patch
 BuildRequires:  fdupes
 BuildRequires:  libQtWebKit-devel
-BuildRequires:  libpoppler-qt4-devel
+BuildRequires:  libpoppler-qt4-devel = 0.16
 BuildRequires:  libqt4-devel = 4.6.1
 BuildRequires:  update-desktop-files
 Requires:   hunspell

++ texmaker-3.2.2.tar.bz2 - texmaker-3.3.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.2.2.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.3.1.tar.bz2 differ: char 
11, line 1

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.qy3Bqu/_old  2012-03-02 13:50:26.0 +0100
+++ /var/tmp/diff_new_pack.qy3Bqu/_new  2012-03-02 13:50:26.0 +0100
@@ -1,11 +1,11 @@
-Index: texmaker-3.2/texmaker.pro
+Index: texmaker-3.3.1/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 \
+--- texmaker-3.3.1.orig/texmaker.pro
 texmaker-3.3.1/texmaker.pro
+@@ -345,9 +345,6 @@ utilities.files = doc/doc1.png \
+   atd/atd.css \
+   atd/csshttprequest.js \
+   atd/jquery.atd.textarea.js \
 -  utilities/AUTHORS \
 -  utilities/COPYING \
 -  utilities/CHANGELOG.txt \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-02-08 17:20:59

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2012-01-17 
16:16:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-02-08 
17:21:05.0 +0100
@@ -1,0 +2,27 @@
+Tue Jan 17 17:43:38 UTC 2012 - badshah...@gmail.com
+
+- Update to version 3.2.2
+  + New Features:
+- Shortcuts of the Tool and Edit menus can now be modified
+- While using the New by copying an existing file command,
+  directory of the file is now stored
+- The list of asymptote and tikz tags has been completed
+- Users can now hide the pstricks/metapost/tikz/asymptote
+  icons in the structure panels
+- Users can now hide some commands in the left tool bar of
+  the editor
+- underline tag is replaced by the emphasis tag in the
+  toolbar of the editor
+- If errors are detected, the log file is now displayed even
+  if the quick build command is not used
+- After setting a document as master, the structure and
+  bibliography are rescanned.
+  + Bugs fixed:
+- Fix a critical bug about the syntax highlighting
+- Fix a bug in the detection of the language for the user
+  manual
+- Fix a regression in highlighting of search results
+- Fix the syntax highlighting with \verb* and
+  \begin{verbatim*} commands.
+
+---

Old:

  texmaker-3.2.1.tar.bz2

New:

  texmaker-3.2.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.layo4g/_old  2012-02-08 17:21:06.0 +0100
+++ /var/tmp/diff_new_pack.layo4g/_new  2012-02-08 17:21:06.0 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.2.1
+Version:3.2.2
 Release:1
 License:GPL-2.0
 Summary:Free cross-platform LaTeX editor
@@ -64,10 +64,6 @@
 make INSTALL_ROOT=%{buildroot} install
 %fdupes %{buildroot}%{_datadir}/
 
-%clean
-rm -rf %{buildroot}
-#
-
 %files
 %defattr(-,root,root,-)
 %doc utilities/AUTHORS utilities/COPYING utilities/CHANGELOG.txt

++ texmaker-3.2.1.tar.bz2 - texmaker-3.2.2.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.2.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.2.2.tar.bz2 differ: char 
11, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2012-01-17 Thread h_root
Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory 
checked in at 2012-01-17 11:35:27

Comparing /work/SRC/openSUSE:Factory/texmaker (Old)
 and  /work/SRC/openSUSE:Factory/.texmaker.new (New)


Package is texmaker, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/texmaker/texmaker.changes2011-09-23 
12:48:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.texmaker.new/texmaker.changes   2012-01-17 
16:16:28.0 +0100
@@ -1,0 +2,46 @@
+Sun Jan  1 23:51:48 UTC 2012 - badshah...@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 - badshah...@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.
+
+---

Old:

  texmaker-3.1.tar.bz2

New:

  texmaker-3.2.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.Ct1lOr/_old  2012-01-17 16:16:30.0 +0100
+++ /var/tmp/diff_new_pack.Ct1lOr/_new  2012-01-17 16:16:30.0 +0100
@@ -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,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.1
+Version:3.2.1
 Release:1
 License:GPL-2.0
 Summary:Free cross-platform LaTeX editor
@@ -62,7 +62,6 @@
 
 %install
 make INSTALL_ROOT=%{buildroot} install
-%suse_update_desktop_file %{name}
 %fdupes %{buildroot}%{_datadir}/
 
 %clean

++ texmaker-3.1.tar.bz2 - texmaker-3.2.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/texmaker/texmaker-3.1.tar.bz2 
/work/SRC/openSUSE:Factory/.texmaker.new/texmaker-3.2.1.tar.bz2 differ: char 
11, line 1

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.Ct1lOr/_old  2012-01-17 16:16:30.0 +0100
+++ /var/tmp/diff_new_pack.Ct1lOr/_new  2012-01-17 16:16:30.0 +0100
@@ -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.0 +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 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org

commit texmaker for openSUSE:Factory

2011-07-25 Thread h_root

Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory
checked in at Mon Jul 25 14:45:34 CEST 2011.




--- texmaker/texmaker.changes   2011-04-29 00:04:47.0 +0200
+++ /mounts/work_src_done/STABLE/texmaker/texmaker.changes  2011-07-25 
10:52:36.0 +0200
@@ -1,0 +2,21 @@
+Mon Jul 25 08:45:11 UTC 2011 - badshah...@gmail.com
+
+- Update to version 3.1
+  + The tabular wizard has been completed and improved 
+  + A document can now be opened (in read-only mode) beside the 
+editor for easy copy and paste operations
+  + The R Sweave command has been added to the predefined
+commands
+  + Wizard to help set user commands
+  + Option to replace tab with spaces
+  + replace and goto line forms are now embedded
+  + Quick document wizard is now complete
+  + Searching for words in the help-browser
+  + New translations: Polish and Hungarian
+  + Watching for external changes is now optional (disabled by
+default)
+  + Backup opened documents every 10 mins
+  + The texmaker.desktop file is now compatible with gnome 3
+  + Several important bug fixes
+
+---

calling whatdependson for head-i586


Old:

  texmaker-3.0.2.tar.bz2

New:

  texmaker-3.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.B85xtP/_old  2011-07-25 14:45:16.0 +0200
+++ /var/tmp/diff_new_pack.B85xtP/_new  2011-07-25 14:45:16.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.0.2
+Version:3.1
 Release:1
 License:GPLv2
 Summary:Free cross-platform LaTeX editor

++ texmaker-3.0.2.tar.bz2 - texmaker-3.1.tar.bz2 ++
 187253 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory
checked in at Mon May 2 16:50:25 CEST 2011.




--- texmaker/texmaker.changes   2011-04-18 10:12:25.0 +0200
+++ /mounts/work_src_done/STABLE/texmaker/texmaker.changes  2011-04-29 
00:04:47.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 27 22:20:00 UTC 2011 - badshah...@gmail.com
+
+- Update to version 3.0.2
+  + Bug fixes:
+- Critical bug: Encoding detection while loading
+  non-unicode/latin1 files
+- Wrong detection of some filenames in the log file
+- Bad layout of the inputgraphics dialog  
+
+---

calling whatdependson for head-i586


Old:

  texmaker-3.0.1.tar.bz2

New:

  texmaker-3.0.2.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.UyU1U0/_old  2011-05-02 16:49:58.0 +0200
+++ /var/tmp/diff_new_pack.UyU1U0/_new  2011-05-02 16:49:58.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.0.1
+Version:3.0.2
 Release:1
 License:GPLv2
 Summary:Free cross-platform LaTeX editor

++ texmaker-3.0.1.tar.bz2 - texmaker-3.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.cpp 
new/texmaker-3.0.2/graphicfilechooser.cpp
--- old/texmaker-3.0.1/graphicfilechooser.cpp   2011-01-21 23:41:37.0 
+0100
+++ new/texmaker-3.0.2/graphicfilechooser.cpp   2011-04-25 11:21:03.0 
+0200
@@ -22,8 +22,9 @@
 connect(ui.pushButton, SIGNAL( clicked() ), this, SLOT( chooseFile() ) );
 ui.moreButton-setCheckable(true);
 ui.moreButton-setAutoDefault(false);
-connect(ui.moreButton, SIGNAL(toggled(bool)), ui.extension, 
SLOT(setVisible(bool)));
+connect(ui.moreButton, SIGNAL(toggled(bool)), this, SLOT(expand(bool)));
 ui.extension-hide();
+updateGeometry();
 setWindowTitle(name);
 }
 
@@ -52,3 +53,9 @@
}
 }
 
+void GraphicFileChooser::expand(bool e)
+{
+ ui.extension-setVisible(e);
+ updateGeometry();
+}
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.h 
new/texmaker-3.0.2/graphicfilechooser.h
--- old/texmaker-3.0.1/graphicfilechooser.h 2011-01-21 22:45:40.0 
+0100
+++ new/texmaker-3.0.2/graphicfilechooser.h 2011-04-25 11:19:23.0 
+0200
@@ -33,6 +33,7 @@
 
 private slots:
 void chooseFile();
+void expand(bool e);
 
 };
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmaker-3.0.1/graphicfilechooser.ui 
new/texmaker-3.0.2/graphicfilechooser.ui
--- old/texmaker-3.0.1/graphicfilechooser.ui2011-04-01 18:10:19.0 
+0200
+++ new/texmaker-3.0.2/graphicfilechooser.ui2011-04-25 11:51:47.0 
+0200
@@ -6,70 +6,106 @@
rect
 x0/x
 y0/y
-width443/width
-height194/height
+width469/width
+height192/height
/rect
   /property
-  layout class=QGridLayout name=gridLayout
+  property name=sizePolicy
+   sizepolicy hsizetype=Preferred vsizetype=Minimum
+horstretch0/horstretch
+verstretch0/verstretch
+   /sizepolicy
+  /property
+  layout class=QGridLayout name=gridLayout_3
+   property name=sizeConstraint
+enumQLayout::SetFixedSize/enum
+   /property
item row=0 column=0
-widget class=QLabel name=label
- property name=sizePolicy
-  sizepolicy hsizetype=Minimum vsizetype=MinimumExpanding
-   horstretch0/horstretch
-   verstretch0/verstretch
-  /sizepolicy
- /property
- property name=text
-  stringFile/string
- /property
- property name=buddy
-  cstringlineEdit/cstring
- /property
-/widget
+layout class=QVBoxLayout name=verticalLayout
+ item
+  layout class=QHBoxLayout name=horizontalLayout
+   item
+widget class=QLabel name=label
+ property name=sizePolicy
+  sizepolicy hsizetype=Minimum vsizetype=Fixed
+   horstretch0/horstretch
+   verstretch0/verstretch
+  /sizepolicy
+ /property
+ property name=text
+  stringFile/string
+ /property
+ property name=buddy
+  cstringlineEdit/cstring
+ /property
+/widget
+   /item
+   item
+widget class=QLineEdit name=lineEdit
+ property name=sizePolicy
+  sizepolicy hsizetype=MinimumExpanding vsizetype=Fixed
+   horstretch0/horstretch
+   verstretch0/verstretch
+  /sizepolicy
+ /property
+ property name=minimumSize
+  size
+   width250/width
+   height0/height
+  /size
+ /property
+/widget
+   /item
+   item
+widget class=QPushButton name=pushButton
+ property 

commit texmaker for openSUSE:Factory

2011-04-22 Thread h_root

Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory
checked in at Fri Apr 22 22:53:47 CEST 2011.




--- texmaker/texmaker.changes   2011-04-04 19:07:50.0 +0200
+++ /mounts/work_src_done/STABLE/texmaker/texmaker.changes  2011-04-18 
10:12:25.0 +0200
@@ -1,0 +2,19 @@
+Mon Apr 18 08:07:09 UTC 2011 - badshah...@gmail.com
+
+- Update to version 3.0.1
+  + Internal pdf viewer can now be embedded in the main window
+irrespective of screen width
+  + Button to launch external pdf viewer
+  + Bug fixes:
+- Memory leak about the syntax highlighting for .bib files 
+  has been fixed
+- Extra closing bracket with the auto-completion of \begin{}
+  environment no longer appears
+- Bug with jump to next error command has been fixed
+- Columns in the Log panel are resizable again
+- Multiline user tags respect now current line indentation
+- Bug with latexmk+view pdf option in Quickbuild has been
+  fixed
+- Some keyboard shortcuts were not working
+
+---

calling whatdependson for head-i586


Old:

  texmaker-3.0.tar.bz2

New:

  texmaker-3.0.1.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.5y8OuG/_old  2011-04-22 22:53:28.0 +0200
+++ /var/tmp/diff_new_pack.5y8OuG/_new  2011-04-22 22:53:28.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   texmaker
-Version:3.0
+Version:3.0.1
 Release:1
 License:GPLv2
 Summary:Free cross-platform LaTeX editor

++ texmaker-3.0.tar.bz2 - texmaker-3.0.1.tar.bz2 ++
 20452 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit texmaker for openSUSE:Factory

2011-04-05 Thread h_root

Hello community,

here is the log from the commit of package texmaker for openSUSE:Factory
checked in at Tue Apr 5 18:31:08 CEST 2011.




--- texmaker/texmaker.changes   2011-03-14 14:38:26.0 +0100
+++ texmaker/texmaker.changes   2011-04-04 19:07:50.0 +0200
@@ -1,0 +2,26 @@
+Mon Apr  4 16:45:17 UTC 2011 - badshah...@gmail.com
+
+- Update to version 3.0
+  + Major interface changes:-
+- Do not use tabs for the editor
+- Pdf viewer is now fully embedded into the main application
+  for resolutions greater than 1400
+- New fullscreen mode
+- Show latex code for mathematical symbols in a tooltip when
+  hovering over the symbols palette
+  + A critical bug fix in the editor
+  + Bug about the latex+asymptote+latex+dvips+viewps mode for the
+quick build command has been fixed
+  + The \addbibresource{} command is now detected like
+\bibliography{}
+  + New keyboard shortcuts
+  + The obsolete export to html command has been removed
+  + Users can now add items to the auto-complete commands list
+  + Labels are now checked in the child documents while using
+the master mode (for one level only)
+  + The preamble can now be collapsed
+- Removed texmaker-pdflatex-synctex-by-default.patch; included
+  upstream
+- Rebase texmaker-correct-doc-location.patch for version 3.0
+
+---

calling whatdependson for head-i586


Old:

  texmaker-2.3.tar.bz2
  texmaker-pdflatex-synctex-by-default.patch

New:

  texmaker-3.0.tar.bz2



Other differences:
--
++ texmaker.spec ++
--- /var/tmp/diff_new_pack.5nHACb/_old  2011-04-05 18:30:02.0 +0200
+++ /var/tmp/diff_new_pack.5nHACb/_new  2011-04-05 18:30:02.0 +0200
@@ -18,15 +18,13 @@
 
 
 Name:   texmaker
-Version:2.3
+Version:3.0
 Release:1
 License:GPLv2
 Summary:Free cross-platform LaTeX editor
 Url:http://www.xm1math.net/texmaker/
 Group:  Productivity/Publishing/TeX/Frontends
 Source: texmaker-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM texmaker-pdflatex-synctex-by-default.patch 
badshah...@gmail.com -- Enable synctex integration into pdflatex by default
-Patch0: texmaker-pdflatex-synctex-by-default.patch
 # PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah...@gmail.com 
-- Handle doc files in the spec file rather than placing them in %%{_datadir} 
during compilation
 Patch1: texmaker-correct-doc-location.patch
 BuildRequires:  fdupes
@@ -48,7 +46,6 @@
 #
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 #
 

++ texmaker-2.3.tar.bz2 - texmaker-3.0.tar.bz2 ++
 44118 lines of diff (skipped)

++ texmaker-correct-doc-location.patch ++
--- /var/tmp/diff_new_pack.5nHACb/_old  2011-04-05 18:30:03.0 +0200
+++ /var/tmp/diff_new_pack.5nHACb/_new  2011-04-05 18:30:03.0 +0200
@@ -1,10 +1,10 @@
-diff -ur texmaker-2.1.orig//texmaker.pro texmaker-2.1//texmaker.pro
 texmaker-2.1.orig//texmaker.pro2010-10-27 02:50:58.0 +0530
-+++ texmaker-2.1//texmaker.pro 2010-12-03 07:46:24.384950103 +0530
-@@ -224,9 +224,6 @@
-   utilities/style.css \
-   utilities/up.gif \
-   utilities/up_d.gif \
+diff -ur texmaker-3.0//texmaker.pro texmaker-3.0.new//texmaker.pro
+--- texmaker-3.0//texmaker.pro 2011-04-03 15:46:58.0 +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 \
+   doc/usermanual_fr.html \
 -  utilities/AUTHORS \
 -  utilities/COPYING \
 -  utilities/CHANGELOG.txt \






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org