rpms/wxMaxima/F-11 wxMaxima-0.8.3a-ltr_layout.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 sources, 1.10, 1.11 wxMaxima.spec, 1.28, 1.29 wxMaxima-0.8.2-ltr_layout.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Mon Oct 26 03:37:46 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/wxMaxima/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11862

Modified Files:
	.cvsignore sources wxMaxima.spec 
Added Files:
	wxMaxima-0.8.3a-ltr_layout.patch 
Removed Files:
	wxMaxima-0.8.2-ltr_layout.patch 
Log Message:
* Sun Oct 25 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.8.3a-1
- wxMaxima-0.8.3a (#530915)


wxMaxima-0.8.3a-ltr_layout.patch:
 MathCtrl.cpp |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE wxMaxima-0.8.3a-ltr_layout.patch ---
diff -up wxMaxima-0.8.3a/src/MathCtrl.cpp.ltr_layout wxMaxima-0.8.3a/src/MathCtrl.cpp
--- wxMaxima-0.8.3a/src/MathCtrl.cpp.ltr_layout	2009-07-29 11:10:32.000000000 -0500
+++ wxMaxima-0.8.3a/src/MathCtrl.cpp	2009-10-25 21:44:12.939696128 -0500
@@ -86,6 +86,8 @@ MathCtrl::MathCtrl(wxWindow* parent, int
   m_zoomFactor = 1.0; // set zoom to 100%
   m_evaluationQueue = new EvaluationQueue();
   AdjustSize();
+  // hack to workaround problems in RtL locales, http://bugzilla.redhat.com/455863
+  SetLayoutDirection(wxLayout_LeftToRight);
 }
 
 MathCtrl::~MathCtrl() {


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/F-11/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- .cvsignore	3 Aug 2009 18:33:05 -0000	1.11
+++ .cvsignore	26 Oct 2009 03:37:45 -0000	1.12
@@ -1 +1 @@
-wxMaxima-0.8.2.tar.gz
+wxMaxima-0.8.3a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	3 Aug 2009 18:33:05 -0000	1.10
+++ sources	26 Oct 2009 03:37:45 -0000	1.11
@@ -1 +1 @@
-d3d4abde8495aebb295df587587de4a8  wxMaxima-0.8.2.tar.gz
+23118fa17246fd898f1eefe61e0b3893  wxMaxima-0.8.3a.tar.gz


Index: wxMaxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/F-11/wxMaxima.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- wxMaxima.spec	3 Aug 2009 18:33:05 -0000	1.28
+++ wxMaxima.spec	26 Oct 2009 03:37:45 -0000	1.29
@@ -3,8 +3,8 @@
 
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
-Version: 0.8.2
-Release: 3%{?dist}
+Version: 0.8.3a
+Release: 1%{?dist}
 
 License: GPLv2+
 Group:   Applications/Engineering
@@ -12,7 +12,8 @@ URL:     http://wxmaxima.sourceforge.net
 Source0: http://downloads.sourceforge.net/sourceforge/wxmaxima/wxMaxima-%{version}.tar.gz 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch1: wxMaxima-0.8.2-ltr_layout.patch
+## upstreamable patches
+Patch50: wxMaxima-0.8.3a-ltr_layout.patch
 
 # Deployable only where maxima exsists.
 %if 0%{?fedora} > 8
@@ -40,7 +41,7 @@ Maxima using wxWidgets.
 %prep
 %setup -q
 
-%patch1 -p1 -b .ltr_layout
+%patch50 -p1 -b .ltr_layout
 
 
 %build
@@ -105,6 +106,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Sun Oct 25 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.8.3a-1
+- wxMaxima-0.8.3a (#530915)
+
 * Sat Jul 18 2009 Rex Dieter <rdieter at fedoraproject.org> - 0.8.2-3
 - Requires: maxima >= 5.18
 


--- wxMaxima-0.8.2-ltr_layout.patch DELETED ---




More information about the scm-commits mailing list