unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
@ 2018-01-30  0:14 Danny Milosavljevic
  2018-01-30  4:14 ` Leo Famulari
  2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
  0 siblings, 2 replies; 6+ messages in thread
From: Danny Milosavljevic @ 2018-01-30  0:14 UTC (permalink / raw)
  To: 30289

* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
---
 gnu/packages/documentation.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index 9c5ca74d7..0a470507c 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -114,14 +114,14 @@ markup) can be customized and extended by the user.")
 (define-public doxygen
   (package
     (name "doxygen")
-    (version "1.8.13")
+    (version "1.8.14")
     (source (origin
              (method url-fetch)
              (uri (string-append "http://ftp.stack.nl/pub/users/dimitri/"
                                  name "-" version ".src.tar.gz"))
              (sha256
               (base32
-               "0srzawqn3apzrg8hwycwrawdylmmjrndij4spw6xr1vspn3phrmg"))
+               "0kcxymbam9jwiyjwyvwdjj0h74lbb6c467szsipzbxjyfl17wxfi"))
              (patches (search-patches "doxygen-test.patch"))))
     (build-system cmake-build-system)
     (native-inputs

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

* [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
  2018-01-30  0:14 [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14 Danny Milosavljevic
@ 2018-01-30  4:14 ` Leo Famulari
  2018-01-30  9:07   ` Danny Milosavljevic
  2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
  1 sibling, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2018-01-30  4:14 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 30289

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

On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.

Thanks! A lot of packages depend on doxygen so we'll need to do this on
the next core-updates cycle, or potentially on a staging cycle before
the next core-updates cycle.

Can you hold on to the patch and put it in the right place after the
current core-updates cycle?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
  2018-01-30  4:14 ` Leo Famulari
@ 2018-01-30  9:07   ` Danny Milosavljevic
  2018-01-30 21:39     ` Leo Famulari
  0 siblings, 1 reply; 6+ messages in thread
From: Danny Milosavljevic @ 2018-01-30  9:07 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 30289

Hi Leo,

On Mon, 29 Jan 2018 23:14:56 -0500
Leo Famulari <leo@famulari.name> wrote:

> On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.  
> 
> Thanks! A lot of packages depend on doxygen so we'll need to do this on
> the next core-updates cycle, or potentially on a staging cycle before
> the next core-updates cycle.
> 
> Can you hold on to the patch and put it in the right place after the
> current core-updates cycle?

Sure.

For later reference, 1.8.13 has a crash bug

https://bugzilla.gnome.org/show_bug.cgi?id=776791

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

* [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14.
  2018-01-30  9:07   ` Danny Milosavljevic
@ 2018-01-30 21:39     ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2018-01-30 21:39 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 30289

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

On Tue, Jan 30, 2018 at 10:07:18AM +0100, Danny Milosavljevic wrote:
> Hi Leo,
> 
> On Mon, 29 Jan 2018 23:14:56 -0500
> Leo Famulari <leo@famulari.name> wrote:
> 
> > On Tue, Jan 30, 2018 at 01:14:07AM +0100, Danny Milosavljevic wrote:
> > > * gnu/packages/documentation.scm (doxygen): Update to 1.8.14.  
> > 
> > Thanks! A lot of packages depend on doxygen so we'll need to do this on
> > the next core-updates cycle, or potentially on a staging cycle before
> > the next core-updates cycle.
> > 
> > Can you hold on to the patch and put it in the right place after the
> > current core-updates cycle?
> 
> Sure.
> 
> For later reference, 1.8.13 has a crash bug
> 
> https://bugzilla.gnome.org/show_bug.cgi?id=776791

Hm... if we hit that bug, let's fix it. Until then, I think it's fine,
since doxygen is primarly run within the build chroot.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* [bug#30289] gnu: doxygen: Update to 1.8.14.
  2018-01-30  0:14 [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14 Danny Milosavljevic
  2018-01-30  4:14 ` Leo Famulari
@ 2018-06-22 19:53 ` Gábor Boskovits
  2018-08-29 21:07   ` bug#30289: " Leo Famulari
  1 sibling, 1 reply; 6+ messages in thread
From: Gábor Boskovits @ 2018-06-22 19:53 UTC (permalink / raw)
  To: 30289

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

It seems that core-updates is now open, I guess you can push this.

[-- Attachment #2: Type: text/html, Size: 88 bytes --]

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

* bug#30289: gnu: doxygen: Update to 1.8.14.
  2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
@ 2018-08-29 21:07   ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2018-08-29 21:07 UTC (permalink / raw)
  Cc: 30289-done

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

This was pushed as 0b5c2fc338ba0e37679afb9964700219b06498d8

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2018-08-29 21:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-30  0:14 [bug#30289] [PATCH] gnu: doxygen: Update to 1.8.14 Danny Milosavljevic
2018-01-30  4:14 ` Leo Famulari
2018-01-30  9:07   ` Danny Milosavljevic
2018-01-30 21:39     ` Leo Famulari
2018-06-22 19:53 ` [bug#30289] " Gábor Boskovits
2018-08-29 21:07   ` bug#30289: " Leo Famulari

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).