This commit is contained in:
Jon Ciesla 2013-10-18 08:19:55 -05:00
parent d1b8a9b3a5
commit 212a918825
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ gource-0.27.tar.gz
/gource-0.35.tar.gz
/gource-0.37.tar.gz
/gource-0.38.tar.gz
/gource-0.40.tar.gz

View File

@ -1,12 +1,12 @@
Summary: Software version control visualization
Name: gource
Version: 0.38
Release: 6%{?dist}
Version: 0.40
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
#Patch1: gource-build-fix.patch
#Patch2: gource-0.38-boost.patch
License: GPLv3+
Group: Applications/Productivity
@ -37,7 +37,7 @@ files and directories.
%prep
%setup -q
#% patch1 -p1
%patch2 -p0
#%patch2 -p0
sed -i.cp -e 's|cp |cp -p |' Makefile.in
%build
@ -58,6 +58,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
%{_datadir}/gource/*
%changelog
* Fri Oct 18 2013 Jon Ciesla <limburgher@gmail.com> - 0.40-1
- Latest upstream, BZ 1020688.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.38-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@ -141,7 +144,7 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/fonts
- Rebase to new upstream release version 0.23
- Spec file updates: use parallel make and %%global instead of %%define
* Wed Dec 05 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.18-3
* Sat Dec 05 2009 Siddhesh Poyarekar <spoyarek@redhat.com> - 0.18-3
- Fixed unowned directory in .spec files section
- Dropped package version patch since it's not really breaking anything
- Replace RPM_BUILD_ROOT with buildroot to maintain consistency

View File

@ -1 +1 @@
6584241879dbb6dfaecc6ae6b58ad38c gource-0.38.tar.gz
89c608a7aa3c901661eb1f2db6117492 gource-0.40.tar.gz