rpms/veusz/devel sources, 1.4, 1.5 veusz.desktop, 1.2, 1.3 veusz.spec, 1.17, 1.18

Jeremy Sanders jsanders at fedoraproject.org
Tue Nov 25 17:47:53 UTC 2008


Author: jsanders

Update of /cvs/pkgs/rpms/veusz/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31869

Modified Files:
	sources veusz.desktop veusz.spec 
Log Message:
Update to veusz 1.2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/veusz/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	2 Oct 2008 11:31:10 -0000	1.4
+++ sources	25 Nov 2008 17:47:22 -0000	1.5
@@ -1 +1 @@
-bc9883d516c454fff36511b1dbe46439  veusz-1.1.tar.gz
+71f47d08a88ebbbee660d22627b883fd  veusz-1.2.tar.gz


Index: veusz.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/veusz/devel/veusz.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- veusz.desktop	20 Jan 2008 14:12:13 -0000	1.2
+++ veusz.desktop	25 Nov 2008 17:47:22 -0000	1.3
@@ -5,7 +5,7 @@
 Comment=Open .vsz scientific plotting files
 MimeType=application/x-veusz
 Exec=veusz %F
-Icon=veusz.png
+Icon=veusz
 Terminal=false
 Type=Application
 Categories=Graphics;


Index: veusz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/veusz/devel/veusz.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- veusz.spec	2 Oct 2008 11:48:04 -0000	1.17
+++ veusz.spec	25 Nov 2008 17:47:22 -0000	1.18
@@ -3,7 +3,7 @@
 %{!?python_siteinc: %define python_siteinc %(%{__python} -c "from distutils.sysconfig import get_python_inc; print get_python_inc()")}
 
 Name:           veusz
-Version:        1.1
+Version:        1.2
 Release:        3%{?dist}
 Summary:        GUI scientific plotting package
 
@@ -31,11 +31,11 @@
 
 %description
 Veusz is a scientific plotting package, designed to create
-publication-ready Postscript output. It features GUI, command-line,
-and scripting interfaces. Graphs are constructed from "widgets",
-allowing complex layouts to be designed. Veusz supports plotting
-functions, data with errors, keys, labels, stacked plots,
-multiple plots, contours, and fitting data.
+publication-ready Postscript/PDF output. It features GUI,
+command-line, and scripting interfaces. Graphs are constructed from
+components, allowing complex layouts to be designed. Veusz supports
+plotting functions, data with errors, keys, labels, stacked plots,
+multiple plots, contours, shapes and fitting data.
 
 %prep
 %setup -q -n veusz-%{version}
@@ -45,7 +45,7 @@
 # this is so we can move the icons out of the python directory
 # and into /usr/share/pixmaps/veusz
 sed -i "/imagedir =/c\\imagedir = '%{_datadir}/pixmaps/veusz'" \
-        ${RPM_BUILD_DIR}/veusz-%{version}/windows/action.py
+        ${RPM_BUILD_DIR}/veusz-%{version}/utils/action.py
 
 # avoid clash of README files
 mv ${RPM_BUILD_DIR}/veusz-%{version}/windows/icons/README README-icons
@@ -73,7 +73,7 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/veusz
 mv ${RPM_BUILD_ROOT}%{python_sitearch}/veusz/windows/icons/*.png \
         ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/veusz
-ln -s veusz/veusz.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/veusz.png
+ln -s veusz/veusz_48.png ${RPM_BUILD_ROOT}%{_datadir}/pixmaps/veusz.png
 
 # Mark some scripts as executable.
 # This isn't really needed, but Veusz includes shebangs in scripts
@@ -130,6 +130,15 @@
 %{_datadir}/pixmaps/veusz.png
 
 %changelog
+* Tue Nov 25 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.2-3
+- Fix bug in icon symlink
+
+* Tue Nov 25 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.2-2
+- Fix move of icon location
+
+* Tue Nov 25 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.2-1
+- Move to Veusz 1.2
+
 * Thu Oct  2 2008 Jeremy Sanders <jeremy at jeremysanders.net> - 1.1-3
 - Got email address wrong - bumping again
 




More information about the fedora-extras-commits mailing list