[gource] 0.42

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 16 19:31:56 UTC 2014


commit 68e35ecf71f8c1ece65aebb277e5cdbc13614743
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jun 16 20:31:42 2014 +0100

    0.42

 .gitignore              |    9 +-----
 gource-0.38-boost.patch |   11 -------
 gource-build-fix.patch  |   76 -----------------------------------------------
 gource.spec             |   15 ++++-----
 sources                 |    2 +-
 5 files changed, 8 insertions(+), 105 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4cdfea..723725c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1 @@
-gource-0.27-beta1-20100710.tar.gz
-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
-/gource-0.38.tar.gz
-/gource-0.40.tar.gz
+/gource-0.*.tar.gz
diff --git a/gource.spec b/gource.spec
index 7fc1f4e..4abcf0b 100644
--- a/gource.spec
+++ b/gource.spec
@@ -1,12 +1,9 @@
 Summary: Software version control visualization
 Name: gource
-Version: 0.40
-Release: 5%{?dist}
+Version: 0.42
+Release: 1%{?dist}
 URL: http://gource.googlecode.com/
-Source: https://gource.googlecode.com/files/%{name}-%{version}.tar.gz
-
-#Patch1: gource-build-fix.patch
-#Patch2: gource-0.38-boost.patch
+Source: https://github.com/acaudwell/Gource/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
 
 License: GPLv3+
 Group: Applications/Productivity
@@ -37,8 +34,6 @@ files and directories.
 
 %prep
 %setup -q
-#% patch1 -p1
-#%patch2 -p0
 sed -i.cp -e 's|cp |cp -p |' Makefile.in
 rm -r src/tinyxml
 
@@ -51,7 +46,6 @@ make install DESTDIR=%{buildroot}
 rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
 
 %files
-
 %{_bindir}/gource
 %{_mandir}/man1/gource.1.gz
 %doc COPYING README THANKS ChangeLog
@@ -60,6 +54,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
 %{_datadir}/gource/*
 
 %changelog
+* Mon Jun 16 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.42-1
+- New upstream 0.42
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.40-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 623de68..6aa5cce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-89c608a7aa3c901661eb1f2db6117492  gource-0.40.tar.gz
+6ec113bcf6e5524ca175351c0530e08b  gource-0.42.tar.gz


More information about the scm-commits mailing list