GNU bug report logs - #26585
[PATCH] gnu: cgit: Update to 1.1.

Previous Next

Package: guix-patches;

Reported by: Vasile Dumitrascu <va511e <at> yahoo.com>

Date: Thu, 20 Apr 2017 22:36:02 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

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: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: bug#26585: closed (Re: bug#26585: [PATCH]  gnu: cgit: Update to 1.1.)
Date: Fri, 21 Apr 2017 08:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#26585: [PATCH]  gnu: cgit: Update to 1.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 26585 <at> debbugs.gnu.org.

-- 
26585: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26585
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: ludo <at> gnu.org (Ludovic Courtès)
To: Vasile Dumitrascu <va511e <at> yahoo.com>
Cc: 26585-done <at> debbugs.gnu.org
Subject: Re: bug#26585: [PATCH]  gnu: cgit: Update to 1.1.
Date: Fri, 21 Apr 2017 10:56:00 +0200
Vasile Dumitrascu <va511e <at> yahoo.com> skribis:

> * gnu/packages/version-control.scm (cgit): Update to 1.1.
> * gnu/packages/version-control.scm (git <at> 2.9): Update to 2.10.
> * gnu/packages/version-control.scm (cgit)[inputs]: Replace git <at> 2.9 with git <at> 2.10.

I tweaked the commit log and applied.  Thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Vasile Dumitrascu <va511e <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Vasile Dumitrascu <va511e <at> yahoo.com>
Subject: [PATCH]  gnu: cgit: Update to 1.1.
Date: Fri, 21 Apr 2017 00:34:54 +0200
* gnu/packages/version-control.scm (cgit): Update to 1.1.
* gnu/packages/version-control.scm (git <at> 2.9): Update to 2.10.
* gnu/packages/version-control.scm (cgit)[inputs]: Replace git <at> 2.9 with git <at> 2.10.
---
 gnu/packages/version-control.scm | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 45b9e9240..b4c9681e7 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2015 Ricardo Wurmus <rekado <at> elephly.net>
 ;;; Copyright © 2016 Leo Famulari <leo <at> famulari.name>
 ;;; Copyright © 2016, 2017 ng0 <contact.ng0 <at> cryptolab.net>
+;;; Copyright © 2017 Vasile Dumitrascu <va511e <at> yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -308,18 +309,18 @@ everything from small to very large projects with speed and efficiency.")
    (home-page "http://git-scm.com/")))
 
 ;; Some dependent packages directly access internal interfaces which
-;; have changed in 2.10
-(define-public git <at> 2.9
+;; have changed in 2.12
+(define-public git <at> 2.10
   (package
     (inherit git)
-    (version "2.9.3")
+    (version "2.10.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://kernel.org/software/scm/git/git-"
                                 version ".tar.xz"))
             (sha256
              (base32
-              "0qzs681a64k3shh5p0rg41l1z16fbk5sj0xga45k34hp1hsp654z"))))))
+              "0wc64dzcxrzgi6kwcljz6y3cwm3ajdgf6aws7g58azbhvl1jk04l"))))))
 
 (define-public libgit2
   (package
@@ -423,7 +424,7 @@ to lock down your entire repository.")
 (define-public cgit
   (package
     (name "cgit")
-    (version "1.0")
+    (version "1.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -431,7 +432,7 @@ to lock down your entire repository.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0kbh835p7dl4h88qv55fyfh1za09cgnqh63rii325w9215hm95x8"))))
+                "142qcgs8dwnzhymn0a7xx47p9fc2z5wrb86ah4a9iz0mpqlsz288"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f ; XXX: fail to build the in-source git.
@@ -467,7 +468,7 @@ to lock down your entire repository.")
      ;; For building manpage.
      `(("asciidoc" ,asciidoc)))
     (inputs
-     `(("git:src" ,(package-source git <at> 2.9))
+     `(("git:src" ,(package-source git <at> 2.10))
        ("openssl" ,openssl)
        ("zlib" ,zlib)))
     (home-page "https://git.zx2c4.com/cgit/")
-- 
2.11.0




This bug report was last modified 8 years and 37 days ago.

Previous Next


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