Author: draenog Date: Wed Jun 30 19:33:54 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.7.1.1 - git-imap-send uses symbol from libcrypto
---- Files affected: packages/git-core: git-core.spec (1.204 -> 1.205) , git-core-libcrypto.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/git-core/git-core.spec diff -u packages/git-core/git-core.spec:1.204 packages/git-core/git-core.spec:1.205 --- packages/git-core/git-core.spec:1.204 Thu Jun 3 02:03:42 2010 +++ packages/git-core/git-core.spec Wed Jun 30 21:33:48 2010 @@ -9,18 +9,19 @@ Summary: The stupid content tracker Summary(pl.UTF-8): Prymitywne narzędzie do śledzenia treści Name: git-core -Version: 1.7.1 -Release: 3 +Version: 1.7.1.1 +Release: 1 License: GPL v2 Group: Development/Tools Source0: http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2 -# Source0-md5: 3da231dbe82ad103373cb530ae7475d5 +# Source0-md5: 1b116a3e2ecce46a89e4272abf0de955 Source1: %{name}-gitweb.conf Source2: %{name}-gitweb-httpd.conf Source3: %{name}.sysconfig Source4: %{name}.inet Source5: %{name}.init Patch0: %{name}-tests.patch +Patch1: %{name}-libcrypto.patch URL: http://git-scm.com/ BuildRequires: autoconf BuildRequires: automake @@ -353,6 +354,7 @@ %prep %setup -q -n git-%{version} %patch0 -p1 +%patch1 -p0 %build %{__aclocal} @@ -661,6 +663,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.205 2010/06/30 19:33:48 draenog +- up to 1.7.1.1 +- git-imap-send uses symbol from libcrypto + Revision 1.204 2010/06/03 00:03:42 sparky - release: 3 (because of that missing R), STBR ================================================================ Index: packages/git-core/git-core-libcrypto.patch diff -u /dev/null packages/git-core/git-core-libcrypto.patch:1.1 --- /dev/null Wed Jun 30 21:33:54 2010 +++ packages/git-core/git-core-libcrypto.patch Wed Jun 30 21:33:48 2010 @@ -0,0 +1,10 @@ +--- Makefile~ 2010-06-30 19:39:08.172642828 +0100 ++++ Makefile 2010-06-30 19:41:40.025968398 +0100 +@@ -736,6 +736,7 @@ + # we had "elif" things would have been much nicer... + + ifeq ($(uname_S),Linux) ++ NEEDS_CRYPTO_WITH_SSL = YesPlease + NO_STRLCPY = YesPlease + NO_MKSTEMPS = YesPlease + HAVE_PATHS_H = YesPlease ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-core/git-core.spec?r1=1.204&r2=1.205&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
