[seaview] Update to latest upstream version

Richard Hughes rhughes at fedoraproject.org
Tue Jul 15 08:15:46 UTC 2014


commit 68874b6a3f24e0759001d05925794d04fbbc5c5a
Author: Richard Hughes <richard at hughsie.com>
Date:   Tue Jul 15 09:15:56 2014 +0100

    Update to latest upstream version

 .gitignore      |    1 +
 seaview.desktop |    2 +-
 seaview.spec    |   13 ++++++++++---
 sources         |    2 +-
 4 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b46bc36..9a20b7c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ seaview_4.2.6.tar.gz
 /seaview_4.3.2.tar.gz
 /seaview_4.4.0.tar.gz
 /seaview_4.5.0.tar.gz
+/seaview_4.5.2.tar.gz
diff --git a/seaview.desktop b/seaview.desktop
index 2daccec..2fa652f 100644
--- a/seaview.desktop
+++ b/seaview.desktop
@@ -3,7 +3,7 @@ Name=Seaview multiple sequence alignment editor
 GenericName=Multiple sequence alignment editor
 Comment=A graphical multiple sequence alignment editor
 Categories=Science;
-Icon=seaview.xpm
+Icon=seaview.svg
 Exec=seaview
 Terminal=false
 Type=Application
diff --git a/seaview.spec b/seaview.spec
index 0331eca..29b581b 100644
--- a/seaview.spec
+++ b/seaview.spec
@@ -1,12 +1,12 @@
 Name:           seaview
-Version:        4.5.0
-Release:        2%{?dist}
+Version:        4.5.2
+Release:        1%{?dist}
 Summary:        Graphical multiple sequence alignment editor
 
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://pbil.univ-lyon1.fr/software/seaview.html
-Source0:        ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/seaview_4.5.0.tar.gz
+Source0:        ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/seaview_4.5.2.tar.gz
 Source1:        seaview.desktop
 Patch0:         seaview-chris.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -48,6 +48,7 @@ desktop-file-install \
   %{SOURCE1}
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps/
 install -m 0644 -p seaview.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps/seaview.xpm
+install -m 0644 -p seaview.svg $RPM_BUILD_ROOT%{_datadir}/pixmaps/seaview.svg
 install -m 644 seaview.1 $RPM_BUILD_ROOT/%{_mandir}/man1
 
 
@@ -62,10 +63,16 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/seaview/
 %{_datadir}/applications/*%{name}.desktop
 %{_datadir}/pixmaps/%{name}.xpm
+%{_datadir}/pixmaps/%{name}.svg
 %{_mandir}/man1/*
 
 
 %changelog
+* Tue Jul 15 2014 Richard Hughes <richard at hughsie.com> - 4.5.2-1
+- Update to latest upstream version
+- Install the .svg file and use it in the .desktop file to allow seaview
+  to be processed by the metadata builder and be visible in gnome-software
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.5.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b108faa..be9c7d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08c2c63274459058c3f921f546ebc7e5  seaview_4.5.0.tar.gz
+d8b693c7cabc7fe1afb733f1f0161e18  seaview_4.5.2.tar.gz


More information about the scm-commits mailing list