Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] calcurse: update to 4.5.1.
@ 2019-10-20 12:27 voidlinux-github
  2019-10-24 12:37 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-20 12:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by ailiop-git against master on the void-packages repository

https://github.com/ailiop-git/void-packages calcurse
https://github.com/void-linux/void-packages/pull/15640

calcurse: update to 4.5.1.


A patch file from https://github.com/void-linux/void-packages/pull/15640.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-calcurse-15640.patch --]
[-- Type: text/x-diff, Size: 2390 bytes --]

From 124dbbd2446a531920bb63c4d42a0703aef4ff52 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 20 Oct 2019 14:25:02 +0200
Subject: [PATCH] calcurse: update to 4.5.1.

---
 .../patches/DST-fix-date-change.patch         | 34 -------------------
 srcpkgs/calcurse/template                     |  6 ++--
 2 files changed, 3 insertions(+), 37 deletions(-)
 delete mode 100644 srcpkgs/calcurse/patches/DST-fix-date-change.patch

diff --git a/srcpkgs/calcurse/patches/DST-fix-date-change.patch b/srcpkgs/calcurse/patches/DST-fix-date-change.patch
deleted file mode 100644
index 6ecadfd49bc..00000000000
--- a/srcpkgs/calcurse/patches/DST-fix-date-change.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From d6fd07785fe8072e6bbadc173e9d6a2e73efdcdd Mon Sep 17 00:00:00 2001
-From: Lars Henriksen <LarsHenriksen@get2net.dk>
-Date: Thu, 1 Aug 2019 07:19:14 +0200
-Subject: DST: fix date_change() thoroughly
-
-Explicit setting of Daylight Saving Time should be avoided before as well as
-after the mktime() call.
-
-Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk>
-Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
----
- src/utils.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/src/utils.c b/src/utils.c
-index 8a8de75..a9a9e68 100644
---- src/utils.c
-+++ src/utils.c
-@@ -525,10 +525,11 @@ int date_change(struct tm *date, int delta_month, int delta_day)
- 	t = *date;
- 	t.tm_mon += delta_month;
- 	t.tm_mday += delta_day;
--
-+	t.tm_isdst = -1;
- 	if (mktime(&t) == -1) {
- 		return 1;
- 	} else {
-+		t.tm_isdst = -1;
- 		*date = t;
- 		return 0;
- 	}
--- 
-cgit v1.2.1
-
diff --git a/srcpkgs/calcurse/template b/srcpkgs/calcurse/template
index 4508aba0a1f..5232b2a4cb7 100644
--- a/srcpkgs/calcurse/template
+++ b/srcpkgs/calcurse/template
@@ -1,7 +1,7 @@
 # Template file for 'calcurse'
 pkgname=calcurse
-version=4.5.0
-revision=2
+version=4.5.1
+revision=1
 build_style=gnu-configure
 makedepends="ncurses-devel"
 depends="python3-httplib2"
@@ -10,7 +10,7 @@ maintainer="silvernode <mollusk@homebutter.com>"
 license="BSD-2-Clause"
 homepage="https://calcurse.org"
 distfiles="https://calcurse.org/files/${pkgname}-${version}.tar.gz"
-checksum=c372ef16abcacb33a1aca99d0d4eba7c5cc8121fa96360f9d6edc0506e655cee
+checksum=5336576824cba7d40eee0b33213992b4304368972ef556a930f3965e9068f331
 
 post_install() {
 	vlicense COPYING

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: calcurse: update to 4.5.1.
  2019-10-20 12:27 [PR PATCH] calcurse: update to 4.5.1 voidlinux-github
@ 2019-10-24 12:37 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2019-10-24 12:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 160 bytes --]

There's a merged pull request on the void-packages repository

calcurse: update to 4.5.1.
https://github.com/void-linux/void-packages/pull/15640

Description:


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-24 12:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-20 12:27 [PR PATCH] calcurse: update to 4.5.1 voidlinux-github
2019-10-24 12:37 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).