[vym] 2.0.10.

Jon Ciesla limb at fedoraproject.org
Fri Mar 30 13:52:07 UTC 2012


commit e1c3d309052672797dc9069ad032ae8144aa1e24
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Fri Mar 30 08:51:55 2012 -0500

    2.0.10.

 .gitignore |    1 +
 sources    |    2 +-
 vym.spec   |   12 ++++++++----
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9430e7f..95be217 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@ vym-1.12.7.tar.bz2
 /vym-2.0.3.tar.bz2
 /vym-2.0.4.tar.bz2
 /vym-2.0.6.tar.bz2
+/vym-2.0.10.tar.bz2
diff --git a/sources b/sources
index cb83f69..3e17d16 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dfb7fbc7e4f665e49e3d6976639d7868  vym-2.0.6.tar.bz2
+15ba69ca41dce82b28791178be4638b3  vym-2.0.10.tar.bz2
diff --git a/vym.spec b/vym.spec
index 2aaee87..f9e1d43 100644
--- a/vym.spec
+++ b/vym.spec
@@ -1,7 +1,7 @@
 %define __requires_exclude .*BugzillaClient.*
 Name:           vym
-Version:        2.0.6
-Release:        2%{?dist}
+Version:        2.0.10
+Release:        1%{?dist}
 Summary:        View your mind
 
 Group:          Applications/Productivity
@@ -13,7 +13,7 @@ Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.
 # See also BZ 511290
 Source1:        %{name}.desktop
 Source2:        vym.xml
-Patch0:		vym-2.0.6-gcc470.patch
+#Patch0:		vym-2.0.6-gcc470.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -37,7 +37,7 @@ to organize tasks, to get an overview over complex contexts.
 %prep
 %setup -q
 
-%patch0 -p0
+#%patch0 -p0
 
 %build
 
@@ -103,6 +103,10 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Fri Mar 30 2012 Jon Ciesla <limburgher at gmail.com> - 2.0.10-1
+- New upstream.
+- gcc patch upstreamed.
+
 * Wed Mar 07 2012 Jon Ciesla <limburgher at gmail.com> - 2.0.6-2
 - Require needed utilities, BZ 799006.
 


More information about the scm-commits mailing list