[gource] Spec file fixes

Siddhesh Poyarekar siddhesh at fedoraproject.org
Fri Aug 6 02:36:59 UTC 2010


commit 6c3f40a698c45052c98808623a32d0642873de34
Author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com>
Date:   Fri Aug 6 08:07:48 2010 +0530

    Spec file fixes
    
    - Fixed missing dist in the Release value
    - Fixed dates in the changelog

 gource.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gource.spec b/gource.spec
index f7c4e4f..f59c0e8 100644
--- a/gource.spec
+++ b/gource.spec
@@ -3,7 +3,7 @@
 Summary: Software version control visualization
 Name: gource
 Version: 0.27
-Release: 1
+Release: 2%{?dist}
 URL: http://gource.googlecode.com/
 Source: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
 
@@ -58,7 +58,11 @@ rm -rf %{buildroot}
 %{_datadir}/gource/*
 
 %changelog
-* Sat Aug 05 2010 Siddhesh Poyarekar <spoyarek at redhat.com> - 0.27-1
+* Fri Aug 06 2010 Siddhesh Poyarekar <spoyarek at redhat.com> - 0.27-2
+- Fixed missing dist in the Release value
+- Fixed dates in the changelog
+
+* Thu Aug 05 2010 Siddhesh Poyarekar <spoyarek at redhat.com> - 0.27-1
 - Rebase to upstream version 0.27
 
 * Sat Jul 10 2010 Siddhesh Poyarekar <spoyarek at redhat.com> - 0.27-0.1.beta.20100710


More information about the scm-commits mailing list