]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- up to 1.7.1.1
authorKacper Kornet <draenog@pld-linux.org>
Wed, 30 Jun 2010 19:33:48 +0000 (19:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- git-imap-send uses symbol from libcrypto

Changed files:
    git-core-libcrypto.patch -> 1.1
    git-core.spec -> 1.205

git-core-libcrypto.patch [new file with mode: 0644]
git-core.spec

diff --git a/git-core-libcrypto.patch b/git-core-libcrypto.patch
new file mode 100644 (file)
index 0000000..3f0ddea
--- /dev/null
@@ -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
index a6ac991315c23897e97c872f62efbd4da2c1cab9..c0b4faec57525c6c65040e0f3263851028585b84 100644 (file)
@@ -8,18 +8,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
@@ -352,6 +353,7 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
 %prep
 %setup -q -n git-%{version}
 %patch0 -p1
+%patch1 -p0
 
 %build
 %{__aclocal}
This page took 0.14491 seconds and 4 git commands to generate.