diff options
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 |