[texworks] - Update to 0.4.2 - Removed texworks-0.4.1-qmake.patch

cheeselee cheeselee at fedoraproject.org
Sun Jun 26 15:27:26 UTC 2011


commit 0faaa05101e2dd6c296feb4fbe266d3b61bf1e07
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Sun Jun 26 23:27:55 2011 +0800

    - Update to 0.4.2
    - Removed texworks-0.4.1-qmake.patch

 .gitignore    |    1 +
 sources       |    2 +-
 texworks.spec |   17 ++++++++---------
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c8021a..c1032cf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 texworks-0.2.3.tar.gz
 /texworks-0.4.0-r759.tar.gz
 /texworks-0.4.1-r829.tar.gz
+/texworks-0.4.2-r852.tar.gz
diff --git a/sources b/sources
index 7caf6a4..5cc1bea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c083930afd769af042440aa1e83162ef  texworks-0.4.1-r829.tar.gz
+20ebb629ca8374c08d36c6e0b4ddc371  texworks-0.4.2-r852.tar.gz
diff --git a/texworks.spec b/texworks.spec
index 1839e84..ad01ce3 100644
--- a/texworks.spec
+++ b/texworks.spec
@@ -1,9 +1,9 @@
-%global rev 829
+%global rev 852
 %global py_ver %(%{__python} -c "import sys;sys.stdout.write(sys.version[:3])")
 
 Name:           texworks
-Version:        0.4.1
-Release:        2%{?dist}
+Version:        0.4.2
+Release:        1%{?dist}
 Summary:        A simple IDE for authoring TeX documents
 
 
@@ -11,8 +11,6 @@ Group:          Applications/Editors
 License:        GPLv2+
 URL:            http://tug.org/texworks/
 Source0:        http://texworks.googlecode.com/files/%{name}-%{version}-r%{rev}.tar.gz
-# Improve installation routines, applied in upstream svn832
-Patch0:         texworks-0.4.1-qmake.patch
 
 BuildRequires:  hunspell-devel
 BuildRequires:  poppler-qt4-devel
@@ -31,7 +29,6 @@ You may install the texlive-* packages to make this program useful.
 
 %prep
 %setup -q
-%patch0 -p0
 # pkg-config file of Lua
 perl -pi -e 's/(?<=lua)5\..*//' plugins-src/TWLuaPlugin/TWLuaPlugin.pro
 # Python version
@@ -54,9 +51,7 @@ popd
 %_qt4_qmake INSTALL_PREFIX=%{_prefix} DOCS_DIR=%{_docdir}/%{name}-%{version} \
             TW_PLUGINPATH=%{_libdir}/texworks \
             TW_DICPATH=%{_datadir}/myspell \
-            -after \
-            'QMAKE_CXXFLAGS -= -DTW_BUILD_ID=personal' \
-            'QMAKE_CXXFLAGS += -DTW_BUILD_ID=Fedora'
+            TW_BUILD_ID=Fedora
 make %{?_smp_mflags}
 
 
@@ -96,6 +91,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Sun Jun 26 2011 Robin Lee <cheeselee at fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+- Removed texworks-0.4.1-qmake.patch
+
 * Tue Jun  7 2011 Robin Lee <cheeselee at fedoraproject.org> - 0.4.1-2
 - Include an upstreamed qmake configuration patch
 - Fix myspell path


More information about the scm-commits mailing list