GNU bug report logs - #34581
[PATCH] gnu: bear: Update to 2.3.13.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Tue, 19 Feb 2019 21:34:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#34581: closed ([PATCH] gnu: bear: Update to 2.3.13.)
Date: Wed, 20 Feb 2019 21:08:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 20 Feb 2019 22:06:56 +0100
with message-id <877edu5fv3.fsf <at> elephly.net>
and subject line Re: [bug#34581] [PATCH] gnu: bear: Update to 2.3.13.
has caused the debbugs.gnu.org bug report #34581,
regarding [PATCH] gnu: bear: Update to 2.3.13.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
34581: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34581
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: bear: Update to 2.3.13.
Date: Tue, 19 Feb 2019 15:32:50 -0600
[0001-gnu-bear-Update-to-2.3.13.patch (text/x-patch, inline)]
From 2748ddae23cc7ca61e8608f8bf4c691aed8331c5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
Date: Tue, 19 Feb 2019 15:32:11 -0600
Subject: [PATCH] gnu: bear: Update to 2.3.13.

* gnu/packages/build-tools.scm (bear): Update to 2.3.13.
---
 gnu/packages/build-tools.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/build-tools.scm b/gnu/packages/build-tools.scm
index 628b36fff..970aeabd8 100644
--- a/gnu/packages/build-tools.scm
+++ b/gnu/packages/build-tools.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018 Tomáš Čech <sleep_walker <at> gnu.org>
 ;;; Copyright © 2018 Marius Bakke <mbakke <at> fastmail.com>
 ;;; Copyright © 2018 Alex Vong <alexvong1995 <at> gmail.com>
+;;; Copyright © 2019 Brett Gilio <brettg <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -77,7 +78,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
 (define-public bear
   (package
     (name "bear")
-    (version "2.3.12")
+    (version "2.3.13")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -86,7 +87,7 @@ makes a few sacrifices to acquire fast full and incremental build times.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1zzz2yiiny9pm4h6ayb82xzxc2j5djcpf8va2wagcw92m7w6miqw"))))
+                "0imvvs22gyr1v6ydgp5yn2nq8fb8llmz0ra1m733ikjaczl3jm7z"))))
     (build-system cmake-build-system)
     (inputs
      `(("python" ,python-wrapper)))
-- 
2.20.1



[Message part 4 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 34581-done <at> debbugs.gnu.org
Subject: Re: [bug#34581] [PATCH] gnu: bear: Update to 2.3.13.
Date: Wed, 20 Feb 2019 22:06:56 +0100
Brett Gilio <brettg <at> posteo.net> writes:

> From 2748ddae23cc7ca61e8608f8bf4c691aed8331c5 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> Date: Tue, 19 Feb 2019 15:32:11 -0600
> Subject: [PATCH] gnu: bear: Update to 2.3.13.
>
> * gnu/packages/build-tools.scm (bear): Update to 2.3.13.

Thanks, pushed to the master branch with commit 306e9592de.

-- 
Ricardo

PS: going forward could you please remove the extra email headers that
otherwise end up in the commit message?  They might disappear when using
“git send-email” directly.



This bug report was last modified 6 years and 91 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.