[geary] Update to 0.2.0.

Thomas Moschny thm at fedoraproject.org
Thu Oct 4 17:14:45 UTC 2012


commit 1df1c8c242ff0a1cbdf25777ff39631ad5f09923
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Thu Oct 4 19:07:43 2012 +0200

    Update to 0.2.0.

 .gitignore                |    1 +
 geary-0.2.0-desktop.patch |   23 +++++++++++++++++++++++
 geary.spec                |   12 +++++++++---
 sources                   |    2 +-
 4 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 69e91fb..ea782b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /geary-5665a4f.tar.bz2
 /geary-b6c50c2.tar.bz2
 /geary-9867509.tar.bz2
+/geary-0.2.0.tar.xz
diff --git a/geary-0.2.0-desktop.patch b/geary-0.2.0-desktop.patch
new file mode 100644
index 0000000..0165429
--- /dev/null
+++ b/geary-0.2.0-desktop.patch
@@ -0,0 +1,23 @@
+diff --git a/desktop/geary.desktop b/desktop/geary.desktop
+index dc5fafa..fdc361a 100644
+--- a/desktop/geary.desktop
++++ b/desktop/geary.desktop
+@@ -1,5 +1,4 @@
+ [Desktop Entry]
+-Encoding=UTF-8
+ Name=Geary Mail
+ GenericName=Mail Client
+ Comment=Send and receive email
+@@ -11,10 +10,10 @@ Terminal=false
+ Categories=GNOME;GTK;Network;Office;Email;
+ MimeType=x-scheme-handler/mailto;
+ StartupNotify=true
+-Actions=Compose
++Actions=Compose;
+ 
+ [Desktop Action Compose]
+ Name=Compose Message
+ Exec=geary mailto:
+-OnlyShowIn=Messaging Menu;Unity
++OnlyShowIn=X-Messaging Menu;Unity;
+ 
diff --git a/geary.spec b/geary.spec
index ddd7085..0a52273 100644
--- a/geary.spec
+++ b/geary.spec
@@ -1,7 +1,7 @@
-%global git_short 9867509
+#global git_short
 
 Name:		geary
-Version:	0.1.90
+Version:	0.2.0
 Release:	1%{?git_short:.git%{git_short}}%{?dist}
 Summary:	A lightweight email program designed around conversations
 License:	LGPLv2+
@@ -15,6 +15,8 @@ Source0:	%{name}-%{git_short}.tar.bz2
 %else
 Source0:	http://yorba.org/download/geary/stable/%{name}-%{version}.tar.xz
 %endif
+# http://redmine.yorba.org/issues/5942
+Patch0:		geary-0.2.0-desktop.patch
 
 BuildRequires:	vala >= 0.17.4
 BuildRequires:	cmake
@@ -48,7 +50,8 @@ all kinds of nifty features in a modular way.
 
 
 %prep
-%setup -q -n %{?git_short:%{name}-%{git_short}}
+%setup -q %{?git_short:-n %{name}-%{git_short}}
+%patch0 -p1
 
 
 %build
@@ -101,6 +104,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Thu Oct  4 2012 Thomas Moschny <thomas.moschny at gmx.de> - 0.2.0-1
+- Update to 0.2.0.
+
 * 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.
diff --git a/sources b/sources
index 5ed8dfb..dcaee35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-05f94cce423ca138796c9e9e31f69f93  geary-9867509.tar.bz2
+e9fa5eab81cb2dbf0169959fb00a5652  geary-0.2.0.tar.xz


More information about the scm-commits mailing list