Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d5d6e60af | ||
|
|
8a9bc1b51a | ||
|
|
84cf1eb2a3 | ||
|
|
9dd1d53cc9 |
3 changed files with 12 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ viewvc-1.1.6.tar.gz
|
|||
/viewvc-1.1.11.tar.gz
|
||||
/viewvc-1.1.12.tar.gz
|
||||
/viewvc-1.1.13.tar.gz
|
||||
/viewvc-1.1.14.tar.gz
|
||||
/viewvc-1.1.15.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
c6710daca7bbd161ab68d5921757cd21 viewvc-1.1.13.tar.gz
|
||||
dc390f3f0005b2d72065026f62559011 viewvc-1.1.15.tar.gz
|
||||
|
|
|
|||
13
viewvc.spec
13
viewvc.spec
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: viewvc
|
||||
Version: 1.1.13
|
||||
Version: 1.1.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Browser interface for CVS and SVN version control repositories
|
||||
|
||||
|
|
@ -21,7 +21,6 @@ BuildArch: noarch
|
|||
BuildRequires: python-devel >= 2.0, python-pygments
|
||||
Requires: rcs, diffutils
|
||||
Requires: subversion >= 1.2
|
||||
Requires: subversion-python >= 1.2
|
||||
Requires: cvsgraph
|
||||
Requires: python-pygments
|
||||
|
||||
|
|
@ -119,11 +118,17 @@ with decent performance when run under Apache.
|
|||
%attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
|
||||
|
||||
%changelog
|
||||
* Sat Jun 23 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.15-1
|
||||
- bump up to 1.1.15
|
||||
|
||||
* Wed Jun 13 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.14-1
|
||||
- bump up to 1.1.14
|
||||
|
||||
* Tue Jan 24 2012 Bojan Smojver <bojan@rexursive.com> - 1.1.13-1
|
||||
- bump up to 1.1.13
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.12-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
* Sat Dec 3 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.12-2
|
||||
- don't require subversion-python
|
||||
|
||||
* Fri Nov 4 2011 Bojan Smojver <bojan@rexursive.com> - 1.1.12-1
|
||||
- bump up to 1.1.12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue