[gource] New upstream 0.37

Siddhesh Poyarekar siddhesh at fedoraproject.org
Fri Nov 18 14:54:15 UTC 2011


commit 642aaed27a4b46c93941bb8d64dc1331516e1e8b
Author: Siddhesh Poyarekar <siddhesh.poyarekar at gmail.com>
Date:   Fri Nov 18 20:25:29 2011 +0530

    New upstream 0.37
    
    Also cleaned up spec to match current guidelines

 .gitignore  |    1 +
 gource.spec |   14 +++++++-------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 575b93a..53b4830 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ gource-0.27.tar.gz
 /gource-0.28.tar.gz
 /gource-0.29.tar.gz
 /gource-0.35.tar.gz
+/gource-0.37.tar.gz
diff --git a/gource.spec b/gource.spec
index 8cb7874..692c11e 100644
--- a/gource.spec
+++ b/gource.spec
@@ -1,9 +1,9 @@
 Summary: Software version control visualization
 Name: gource
-Version: 0.35
+Version: 0.37
 Release: 1%{?dist}
 URL: http://gource.googlecode.com/
-Source: http://gource.googlecode.com/files/%{name}-%{version}.tar.gz
+Source: https://gource.googlecode.com/files/%{name}-%{version}.tar.gz
 
 License: GPLv3+
 Group: Applications/Productivity
@@ -23,7 +23,7 @@ Requires: gnu-free-sans-fonts
 
 %description
 
-OpenGL-based 3D visualisation tool for source control repositories.
+OpenGL-based 3D visualization tool for source control repositories.
 The repository is displayed as a tree where the root of the repository is
 the centre, directories are branches and files are leaves. Contributors
 to the source code appear and disappear as they contribute to specific
@@ -41,11 +41,7 @@ make %{?_smp_mflags}
 make install DESTDIR=%{buildroot}
 rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 
 %{_bindir}/gource
 %{_mandir}/man1/gource.1.gz
@@ -55,6 +51,10 @@ rm -rf %{buildroot}
 %{_datadir}/gource/*
 
 %changelog
+* Fri Nov 18 2011 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.37-1
+- New upstream 0.37
+- Clean up spec to match current guidelines
+
 * Sat Jul 30 2011 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.35-1
 - New upstream 0.35
 
diff --git a/sources b/sources
index 4f27fe4..5e706d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6d4f776d314da3ae5d309cb580b83a9f  gource-0.35.tar.gz
+9c023429a8a495e6473d4c166788278a  gource-0.37.tar.gz


More information about the scm-commits mailing list