From c2cfbb29908a2a71ce93d260ff54b030fac9a98e Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Dec 22 2015 16:12:56 +0000 Subject: Don't forget to commit the sources file. I almost forgot. --- diff --git a/.gitignore b/.gitignore index 281f154..8695546 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ _build /htcondor-8.3.8.tar.gz /condor.spec /htcondor-8.5.0.tar.gz +/htcondor-8.5.1.tar.gz diff --git a/fix-aarch64.patch b/fix-aarch64.patch deleted file mode 100644 index eb1d28c..0000000 --- a/fix-aarch64.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: htcondor-8_3_6/src/condor_utils/read_user_log.h -=================================================================== ---- htcondor-8_3_6.orig/src/condor_utils/read_user_log.h -+++ htcondor-8_3_6/src/condor_utils/read_user_log.h -@@ -21,6 +21,8 @@ - #ifndef _CONDOR_READ_USER_LOG_CPP_H - #define _CONDOR_READ_USER_LOG_CPP_H - -+#include -+ - #if defined(__cplusplus) - - // need this for int64_t, this includes sys/types -@@ -33,7 +35,7 @@ - # elif defined(__x86_64__) && ! defined(Darwin) - typedef long int64_t; - typedef unsigned long uint64_t; --# else -+# elif !defined(_STDINT_H) - typedef long long int64_t; - typedef unsigned long long uint64_t; - # endif diff --git a/sources b/sources index 9daa32e..e57a890 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65948f4362c9efedf44d84e0ac0de6ac htcondor-8.5.0.tar.gz +f468a0c909eba0c6d02491767f89d7ec htcondor-8.5.1.tar.gz