[texmakerx] Update to recent upstream version!

hannes hannes at fedoraproject.org
Wed Dec 1 16:40:45 UTC 2010


commit c1dc27fdbc402c25eead2f24444b5585a35378d4
Author: johannes lips <johannes at fedorabox.localdomain>
Date:   Wed Dec 1 17:42:26 2010 +0100

    Update to recent upstream version!

 .gitignore     |    1 +
 sources        |    2 +-
 texmakerx.spec |   16 ++++++++++++----
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9fa1843..da6c2e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /texmakerx-1.9.9a.tar.gz
+/texmakerx-2.0.tar.gz
diff --git a/sources b/sources
index 1b3e95f..eec6234 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0bf125729f39a22365bc33153a8e28a7  texmakerx-1.9.9a.tar.gz
+e165b1c5876fcf9a3ac47758fb5eb730  texmakerx-2.0.tar.gz
diff --git a/texmakerx.spec b/texmakerx.spec
index 1de6a53..9a8cef1 100644
--- a/texmakerx.spec
+++ b/texmakerx.spec
@@ -1,6 +1,6 @@
 Name:           texmakerx
-Version:        1.9.9a
-Release:        3%{?dist}
+Version:        2.0
+Release:        1%{?dist}
 
 Summary:        A feature-rich editor for LaTeX documents
 Group:          Applications/Publishing
@@ -12,9 +12,13 @@ Source0:        http://downloads.sourceforge.net/texmakerx/texmakerx-%{version}.
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt4-devel, hunspell-devel
+BuildRequires:  qt4-devel 
+BuildRequires:  hunspell-devel
 BuildRequires:  desktop-file-utils
-Requires: texlive-latex
+BuildRequires:  poppler-qt4-devel
+BuildRequires:  gcc-objc++
+Requires:       texlive-latex
+
 %description
 TexMakerX is a fork of the LaTeX IDE TexMaker and gives you an 
 environment where you can easily create and manage LaTeX documents.
@@ -91,6 +95,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null ||:
 %doc utilities/AUTHORS utilities/COPYING
 
 %changelog
+* Tue Dec 01 2010 Johannes Lips <Johannes.Lips googlemail com> 2.0-1
+- Update to recent upstream version
+- added several other build requirements
+
 * Sat Aug 28 2010 Johannes Lips <Johannes.Lips googlemail com> 1.9.9a-3
 - Bump release
 


More information about the scm-commits mailing list