Author: charles Date: Wed Oct 13 23:40:40 2010 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.8.3.4
---- Files affected: packages/cgit: cgit.spec (1.12 -> 1.13) , cgit-system-git.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/cgit/cgit.spec diff -u packages/cgit/cgit.spec:1.12 packages/cgit/cgit.spec:1.13 --- packages/cgit/cgit.spec:1.12 Sun Aug 8 17:33:15 2010 +++ packages/cgit/cgit.spec Thu Oct 14 01:40:35 2010 @@ -6,19 +6,19 @@ Summary: cgit - a fast webinterface to git Summary(pl.UTF-8): cgit - szybki interfejs WWW do gita Name: cgit -Version: 0.8.3.3 +Version: 0.8.3.4 Release: 1 License: GPL v2 Group: Development/Tools Source0: http://hjemli.net/git/cgit/snapshot/%{name}-%{version}.tar.bz2 -# Source0-md5: 30a28cb991d616970d19a5b5c470864a +# Source0-md5: 712e4d3013d754aa5752e0101188cf32 Source1: %{name}.conf Source2: %{name}-repo.conf Source3: %{name}-httpd.conf Patch0: %{name}-system-git.patch Patch1: %{name}-override-cflags.patch URL: http://hjemli.net/git/cgit -BuildRequires: git-core-devel >= 1.7.1-2 +BuildRequires: git-core-devel >= 1.7.3 BuildRequires: openssl-devel BuildConflicts: zlib-devel = 1.2.5-1 Requires: webapps @@ -114,6 +114,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2010/10/13 23:40:35 charles +- updated to 0.8.3.4 + Revision 1.12 2010/08/08 15:33:15 adamg - updated to 0.8.3.3 ================================================================ Index: packages/cgit/cgit-system-git.patch diff -u packages/cgit/cgit-system-git.patch:1.2 packages/cgit/cgit-system-git.patch:1.3 --- packages/cgit/cgit-system-git.patch:1.2 Sun Feb 15 00:14:03 2009 +++ packages/cgit/cgit-system-git.patch Thu Oct 14 01:40:35 2010 @@ -1,24 +1,23 @@ -diff -burN cgit-0.8.1.orig/Makefile cgit-0.8.1/Makefile ---- cgit-0.8.1.orig/Makefile 2008-12-10 09:59:24.000000000 +0100 -+++ cgit-0.8.1/Makefile 2008-12-10 10:03:03.000000000 +0100 -@@ -6,6 +6,7 @@ - GIT_VER = 1.6.1.1 +--- cgit-0.8.3.4/Makefile.orig 2010-09-27 08:00:47.000000000 +0200 ++++ cgit-0.8.3.4/Makefile 2010-10-14 01:24:36.000000000 +0200 +@@ -8,6 +8,7 @@ + GIT_VER = 1.7.3 GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2 INSTALL = install +LIBDIR = /usr/lib # Define NO_STRCASESTR if you don't have strcasestr. # -@@ -46,7 +47,7 @@ +@@ -68,7 +69,7 @@ $(QUIET_CC)$(CC) -o $*.o -c $(CFLAGS) $< --EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto -+EXTLIBS = $(LIBDIR)/libgit.a $(LIBDIR)/libgit_xdiff.a -lz -lcrypto +-EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto -lpthread ++EXTLIBS = $(LIBDIR)/libgit.a $(LIBDIR)/libgit_xdiff.a -lz -lcrypto -lpthread OBJECTS = OBJECTS += cache.o OBJECTS += cgit.o -@@ -97,17 +98,13 @@ +@@ -124,17 +125,13 @@ CFLAGS += -DNO_STRCASESTR endif ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cgit/cgit.spec?r1=1.12&r2=1.13&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cgit/cgit-system-git.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
