rpms/wxMaxima/F-12 wxMaxima-0.8.3a-ltr_layout.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 sources, 1.11, 1.12 wxMaxima.spec, 1.31, 1.32 wxMaxima-0.8.2-ltr_layout.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Mon Oct 26 02:55:36 UTC 2009


Author: rdieter

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

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-12/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	29 Jun 2009 16:46:11 -0000	1.12
+++ .cvsignore	26 Oct 2009 02:55:35 -0000	1.13
@@ -1 +1 @@
-wxMaxima-0.8.2.tar.gz
+wxMaxima-0.8.3a.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/F-12/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	29 Jun 2009 16:46:11 -0000	1.11
+++ sources	26 Oct 2009 02:55:35 -0000	1.12
@@ -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-12/wxMaxima.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- wxMaxima.spec	27 Jul 2009 07:31:02 -0000	1.31
+++ wxMaxima.spec	26 Oct 2009 02:55:35 -0000	1.32
@@ -3,8 +3,8 @@
 
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
-Version: 0.8.2
-Release: 4%{?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,8 +106,8 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
-* Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+* 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 fedora-extras-commits mailing list