diff options
author | Kevin Fenzi <kevin@scrye.com> | 2012-11-21 12:53:33 -0700 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2012-11-21 12:53:33 -0700 |
commit | 836c8466d69499f83e04423b947782401d04c0c4 (patch) | |
tree | 6a047f79ca5129f48e5ffea0916efca39894d708 /cgit.spec | |
parent | 0133e5aca591d793031a158f6ff22e103f65cccc (diff) | |
download | cgit_EL6-836c8466d69499f83e04423b947782401d04c0c4.tar.gz |
Fixed ldflags. Fixes bug 878611
Diffstat (limited to 'cgit.spec')
-rw-r--r-- | cgit.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,6 +8,7 @@ %global make_cgit \ export CFLAGS="%{optflags}" \ +export LDFLAGS="%{?__global_ldflags}" \ make V=1 %{?_smp_mflags} \\\ DESTDIR=%{buildroot} \\\ INSTALL="install -p" \\\ @@ -20,7 +21,7 @@ make V=1 %{?_smp_mflags} \\\ Name: cgit Version: 0.9.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast web interface for git Group: Development/Tools @@ -101,6 +102,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 21 2012 Kevin Fenzi <kevin@scrye.com> 0.9.1-3 +- Fixed ldflags. Fixes bug 878611 + * Sat Nov 17 2012 Kevin Fenzi <kevin@scrye.com> 0.9.1-2 - Add patch to use correct version of highlight for all branches except epel5 |