[veusz/f20] Update to veusz 1.19.1

Jeremy Sanders jsanders at fedoraproject.org
Fri Nov 29 08:46:10 UTC 2013


commit 0c33c93f156642e99e09d9b96b1ac36007cbbab2
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Fri Nov 29 08:44:48 2013 +0000

    Update to veusz 1.19.1

 sources    |    2 +-
 veusz.spec |   24 ++++++++++++++++--------
 2 files changed, 17 insertions(+), 9 deletions(-)
---
diff --git a/sources b/sources
index 2c63a10..9e7953c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-75b119a3fc70b4e1fe9176e4a8b16ab4  veusz-1.18.tar.gz
+e6616fe3cbb8677e2c79408140611d3b  veusz-1.19.1.tar.gz
diff --git a/veusz.spec b/veusz.spec
index 68fdb05..c0a75b5 100644
--- a/veusz.spec
+++ b/veusz.spec
@@ -1,6 +1,6 @@
 Name:           veusz
-Version:        1.18
-Release:        3%{?dist}
+Version:        1.19.1
+Release:        1%{?dist}
 Summary:        GUI scientific plotting package
 
 Group:          Applications/Productivity
@@ -48,8 +48,8 @@ find -name \*~ | xargs rm -f
 
 # remove shebangs from scripts which aren't installed
 # (veusz allows these to be executed if app isn't installed properly)
-sed -i '/^#!/d' veusz_main.py
-sed -i '/^#!/d' veusz_listen.py
+sed -i '/^#!/d' veusz/veusz_main.py
+sed -i '/^#!/d' veusz/veusz_listen.py
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -81,18 +81,17 @@ cp %{SOURCE2} %{buildroot}%{_datadir}/mime/packages/
 
 # symlink main veusz icon into pixmaps (for desktop file)
 mkdir %{buildroot}%{_datadir}/pixmaps
-ln -s ../veusz/windows/icons/veusz_48.png \
-    %{buildroot}%{_datadir}/pixmaps/veusz.png
+ln -s ../veusz/icons/veusz_48.png %{buildroot}%{_datadir}/pixmaps/veusz.png
 
 # also link in hicolor icons
 for size in 16 32 48 64 128; do
     odir=%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps
     mkdir -p $odir
-    ln -s %{_datadir}/veusz/windows/icons/veusz_${size}.png ${odir}/veusz.png
+    ln -s %{_datadir}/veusz/icons/veusz_${size}.png ${odir}/veusz.png
 done
 odir=%{buildroot}%{_datadir}/icons/hicolor/scalable/apps
 mkdir -p $odir
-ln -s %{_datadir}/veusz/windows/icons/veusz.svg $odir
+ln -s %{_datadir}/veusz/icons/veusz.svg $odir
 
 # install man pages
 mkdir -p %{buildroot}%{_mandir}/man1
@@ -149,6 +148,15 @@ rm -rf %{buildroot}
 %{python_sitearch}/veusz
 
 %changelog
+* Fri Nov 29 2013 Jeremy Sanders <jeremy at jeremysanders.net> 1.19.1-1
+- Update to Veusz 1.19.1 (bug fix release)
+
+* Sun Nov 24 2013 Jeremy Sanders <jeremy at jeremysanders.net> 1.19-1
+- Update to Veusz 1.19
+
+* Wed Oct 16 2013 Rex Dieter <rdieter at fedoraproject.org> 1.18-4
+- rebuild (sip)
+
 * Wed Aug 07 2013 Jeremy Sanders <jeremy at jeremysanders.net> 1.18-3
 - Remove version-specfic docdir (fix bug 993895)
 - Fix COPYING location


More information about the scm-commits mailing list