[toped/f15/master] Fixed ghost GDS AREF polygons

Chitlesh GOORAH chitlesh at fedoraproject.org
Sat Mar 5 21:36:26 UTC 2011


commit 5e0b6afbf3137a49e9562df84096f809afec7df6
Author: Chitlesh Goorah <chitlesh at fedoraproject.org>
Date:   Sat Mar 5 22:36:16 2011 +0100

    Fixed ghost GDS AREF polygons

 .gitignore |    1 +
 sources    |    2 +-
 toped.spec |   15 ++++++++++-----
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b137698..f07d911 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 toped-0.9.65-r1587.tar.bz2
 /toped-0.9.7-r1769.tar.bz2
+/toped.tar.bz2
diff --git a/sources b/sources
index f345d6c..3442a6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c945bf338fa2d77ed1a8ba6227dd0aa  toped-0.9.7-r1769.tar.bz2
+544e66f80efcc74cf6802aecf0ed71d6  toped.tar.bz2
diff --git a/toped.spec b/toped.spec
index 409c9bc..3a055e7 100644
--- a/toped.spec
+++ b/toped.spec
@@ -1,6 +1,6 @@
 Name:           toped
 Version:        0.9.70
-Release:        1%{?dist}
+Release:        2.svn1789%{?dist}
 
 Summary:        VLSI IC Layout Editor
 
@@ -10,7 +10,7 @@ URL:            http://www.toped.org.uk
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Source0:        http://toped.googlecode.com/files/toped-0.9.7-r1769.tar.bz2
+Source0:        http://toped.googlecode.com/files/toped.tar.bz2
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  wxGTK-devel
@@ -37,9 +37,10 @@ Toped is a layout editor with CIF and GDSII export capabilities.
 Toped is listed among Fedora Electronic Lab packages.
 
 %prep
-%setup -q -n %{name}-0.9.7
+%setup -q -n %{name}
+#-%{version}
 
-#%{__make} -f Makefile.cvs
+%{__make} -f Makefile.cvs
 %build
 
 %configure --enable-utils --disable-static
@@ -75,7 +76,7 @@ desktop-file-install --vendor ""              \
 %{__mkdir} -p %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/
 %{__cp} -p ui/%{name}_64x64.png %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/toped.png
 
-mv %{buildroot}%{_includedir}/%{name}_0.9.7 %{buildroot}%{_includedir}/%{name}-%{version}
+mv %{buildroot}%{_includedir}/%{name}_0.9.* %{buildroot}%{_includedir}/%{name}-%{version}
 
 #No translations
 #%find_lang %{name}
@@ -125,6 +126,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 
 %changelog
+* Sat Mar 05 2011 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.70-2.svn1789
+- Fixed Issue 96 in toped: Ghost polygons appears on Zoom
+- Fixed Issue 97 in toped: GDS aref's are broken
+
 * Thu Feb 17 2011 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.9.70-1
 - New Upstream release
 


More information about the scm-commits mailing list