all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob fea2062f4a33f065e6044073a01f2aed28651a6a 604 bytes (raw)
name: gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
diff -uNr xplanet-1.3.1/src/xpUtil.cpp xplanet-1.3.1.new/src/xpUtil.cpp
--- xplanet-1.3.1/src/xpUtil.cpp	2016-03-12 08:36:47.000000000 +0530
+++ xplanet-1.3.1.new/src/xpUtil.cpp	2020-03-28 22:19:10.629891166 +0530
@@ -434,6 +434,7 @@
     if (jd >= toJulian(2009, 1, 1, 0, 0, 0)) delta_at++; // 34
     if (jd >= toJulian(2012, 7, 1, 0, 0, 0)) delta_at++; // 35
     if (jd >= toJulian(2015, 7, 1, 0, 0, 0)) delta_at++; // 36
+    if (jd >= toJulian(2017, 1, 1, 0, 0, 0)) delta_at++; // 37
 
     const double J2000 = toJulian(2000, 1, 1, 12, 0, 0);
     const double m = m0 + m1 * (jd - J2000) * 86400;

debug log:

solving fea2062f4a ...
found fea2062f4a in https://yhetil.org/guix/20200330081929.GA7259@tulip/

applying [1/1] https://yhetil.org/guix/20200330081929.GA7259@tulip/
diff --git a/gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch b/gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch
new file mode 100644
index 0000000000..fea2062f4a

1:15: trailing whitespace.
 
Checking patch gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch...
Applied patch gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 fea2062f4a33f065e6044073a01f2aed28651a6a	gnu/packages/patches/xplanet-1.3.1-xpUtil-Add2017LeapSecond.cpp.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.