[geary] Update to current head.

Thomas Moschny thm at fedoraproject.org
Sun Sep 16 13:20:20 UTC 2012


commit 9a4b2e1d61efc1dd3209793f4e0c7887a3089975
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sun Sep 16 15:19:02 2012 +0200

    Update to current head.
    
    - Fix icon items in %files.

 geary.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/geary.spec b/geary.spec
index 9042240..ddd7085 100644
--- a/geary.spec
+++ b/geary.spec
@@ -1,15 +1,16 @@
-%global git_short b6c50c2
+%global git_short 9867509
 
 Name:		geary
-Version:	0.1.0
-Release:	3%{?git_short:.git%{git_short}}%{?dist}
+Version:	0.1.90
+Release:	1%{?git_short:.git%{git_short}}%{?dist}
 Summary:	A lightweight email program designed around conversations
 License:	LGPLv2+
 URL:		http://yorba.org/geary/
 
 %if "%{?git_short}" != ""
-# git archive %%{git_short} --prefix geary-%%{git_short}/ |
-# bzip2 > geary-%%{git_short}.tar.bz2
+# git_short=%%{git_short}
+# git archive ${git_short} --prefix geary-${git_short}/ |
+# bzip2 > geary-${git_short}.tar.bz2
 Source0:	%{name}-%{git_short}.tar.bz2
 %else
 Source0:	http://yorba.org/download/geary/stable/%{name}-%{version}.tar.xz
@@ -96,10 +97,14 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/geary
 %{_datadir}/applications/geary.desktop
 %{_datadir}/glib-2.0/schemas/org.yorba.geary.gschema.xml
-%{_datadir}/icons/hicolor/scalable/apps/geary.png
+%{_datadir}/icons/hicolor/*/apps/geary.*
 
 
 %changelog
+* Sun Sep 16 2012 Thomas Moschny <thomas.moschny at gmx.de> - 0.1.90-1.git9867509
+- Update to current head.
+- Fix icon items in %%files.
+
 * Sat Sep  1 2012 Thomas Moschny <thomas.moschny at gmx.de> - 0.1.0-3.gitb6c50c2
 - Update to current head.
 


More information about the scm-commits mailing list