Accepting request 60214 from Publishing

Accepted submit request 60214 from user badshah400

OBS-URL: https://build.opensuse.org/request/show/60214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texmaker?expand=0&rev=4
This commit is contained in:
Ruediger Oertel 2011-02-07 21:16:11 +00:00 committed by Git OBS Bridge
commit 260c5a1752
5 changed files with 30 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e90457448409f2b091bfd28b4be2315048e6a99d5668998be4d08fccfb0904e4
size 3270064

3
texmaker-2.2.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79c9efcb4236172f00be3ad776659d541eec9363935a6a99bf06f87ba36b648f
size 4060455

View File

@ -1,7 +1,7 @@
diff -ur texmaker-2.1.orig//texmaker.cpp texmaker-2.1//texmaker.cpp
--- texmaker-2.1.orig//texmaker.cpp 2010-10-27 00:17:02.000000000 +0530
+++ texmaker-2.1//texmaker.cpp 2010-12-02 04:19:38.678178151 +0530
@@ -2466,7 +2466,7 @@
diff -ur texmaker-2.2//texmaker.cpp texmaker-2.2.NEW//texmaker.cpp
--- texmaker-2.2//texmaker.cpp 2011-01-26 04:17:07.000000000 +0530
+++ texmaker-2.2.NEW//texmaker.cpp 2011-01-26 23:09:40.461135444 +0530
@@ -2617,7 +2617,7 @@
ps2pdf_command=config->value("Tools/Ps2pdf","ps2pdf %.ps").toString();
makeindex_command=config->value("Tools/Makeindex","makeindex %.idx").toString();
bibtex_command=config->value("Tools/Bibtex","bibtex %.aux").toString();

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Jan 30 23:19:59 UTC 2011 - badshah400@gmail.com
- Update to version 2.2.1
+ Bug fixes
+ Updated translations
-------------------------------------------------------------------
Wed Jan 26 17:28:39 UTC 2011 - badshah400@gmail.com
- Update to version 2.2
+ Improvements to integrated pdf viewer, including continuous
display of pages and the ability to print documents
+ New: Document selector in the main window
+ Syntax highlighter recognizes verbatim, sweave, pspicture,
tikzpicture, and asy environments
+ Automatically compile .asy files
+ Completion is now less intrusive
+ "Options" has been added to the "includegraphics" dialog
-------------------------------------------------------------------
Fri Dec 3 01:35:46 UTC 2010 - badshah400@gmail.com

View File

@ -1,5 +1,5 @@
#
# spec file for package texmaker (Version 2.1)
# spec file for package texmaker (Version 2.2.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,7 +18,7 @@
Name: texmaker
Version: 2.1
Version: 2.2.1
Release: 1
License: GPLv2
Summary: Free cross-platform LaTeX editor
@ -27,7 +27,7 @@ Group: Productivity/Publishing/TeX/Frontends
Source: texmaker-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM texmaker-pdflatex-synctex-by-default.patch badshah400@gmail.com -- Enable synctex integration into pdflatex by default
Patch0: texmaker-pdflatex-synctex-by-default.patch
# PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah400@gmail.com -- Handle doc files in the spec file rather than placing them in %{_datadir} during compilation
# PATCH-FIX-UPSTREAM texmaker-correct-doc-location.patch badshah400@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
@ -36,10 +36,6 @@ BuildRequires: libqt4-devel >= 4.6.1
BuildRequires: update-desktop-files
Requires: hunspell
Requires: libQtWebKit4 >= 4.6.1
Requires: texlive
Requires: texlive-bin
Requires: texlive-bin-latex
Requires: texlive-context
Requires: texlive-latex
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#