[liferea/f21] - Update to 1.10.13

Yanko Kaneti yaneti at fedoraproject.org
Fri Jan 23 20:34:45 UTC 2015


commit 6f86aaaf3d75e5ac823254e6f112bb185328f20f
Author: Yanko Kaneti <yaneti at declera.com>
Date:   Fri Jan 23 22:33:50 2015 +0200

    - Update to 1.10.13
    
    - Munge Version in the desktop file so that it passes validation

 .gitignore   |    1 +
 liferea.spec |   10 ++++++++--
 sources      |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd13046..c4f2a78 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ liferea-1.6.4.tar.gz
 /liferea-1.10.9.tar.bz2
 /liferea-1.10.11.tar.bz2
 /liferea-1.10.12.tar.bz2
+/liferea-1.10.13.tar.bz2
diff --git a/liferea.spec b/liferea.spec
index 7a8a651..7e08558 100644
--- a/liferea.spec
+++ b/liferea.spec
@@ -1,6 +1,6 @@
 Name:           liferea
 Epoch:          1
-Version:        1.10.12
+Version:        1.10.13
 Release:        1%{?dist}
 Summary:        An RSS/RDF feed reader
 
@@ -39,7 +39,9 @@ make install DESTDIR=${RPM_BUILD_ROOT}
 
 %find_lang %{name}
 
-# desktop-file-validate ${RPM_BUILD_ROOT}/%{_datadir}/applications/liferea.desktop
+# Upstream sets Version to 1.1 although the 1.1 spec says to use 1.0
+desktop-file-edit --set-key=Version --set-value=1.0 ${RPM_BUILD_ROOT}/%{_datadir}/applications/liferea.desktop
+desktop-file-validate ${RPM_BUILD_ROOT}/%{_datadir}/applications/liferea.desktop
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor || :
@@ -80,6 +82,10 @@ fi
 
 
 %changelog
+* Fri Jan 23 2015 Yanko Kaneti <yaneti at declera.com> - 1:1.10.13-1
+- Update to 1.10.13
+- Munge Version in the desktop file so that it passes validation
+
 * Wed Oct 15 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1:1.10.12-1
 - Update to 1.10.12
 - Disable desktop file validation
diff --git a/sources b/sources
index c0bfbf6..eacfa89 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8f14012382d03dbf6cae47025039fc90  liferea-1.10.12.tar.bz2
+fe8f1a7178eb657f99e102a1266ef385  liferea-1.10.13.tar.bz2


More information about the scm-commits mailing list