GNU bug report logs - #29893
[PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0.

Previous Next

Package: guix-patches;

Reported by: Gábor Boskovits <boskovits <at> gmail.com>

Date: Fri, 29 Dec 2017 16:12:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29893 in the body.
You can then email your comments to 29893 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Fri, 29 Dec 2017 16:12:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gábor Boskovits <boskovits <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 29 Dec 2017 16:12:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0.
Date: Fri, 29 Dec 2017 17:10:26 +0100
* gnu/packages/java.scm (java-bnd-annotations): Update to 3.5.0.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 480d93c55..41f9af87e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5967,7 +5967,7 @@ package contains utilities for obtaining services via the Java SE 6
 (define-public java-aqute-bnd-annotation
   (package
     (name "java-aqute-bnd-annotation")
-    (version "3.4.0")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bndtools/bnd/archive/"
@@ -5975,7 +5975,7 @@ package contains utilities for obtaining services via the Java SE 6
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "09vgb6axikbz66zi9falijbnzh1qnp9ysfns123dmzdb01cbza9q"))))
+                "1ggyiq0as0f6cz333a0dh98j72kmvv5pf2s47v9554yh905lfqdl"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "java-aqute-bnd-annotation.jar"
-- 
2.15.1





Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Sun, 07 Jan 2018 21:45:02 GMT) Full text and rfc822 format available.

Message #8 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 29893 <at> debbugs.gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
Date: Sun,  7 Jan 2018 22:44:12 +0100
* gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 480d93c55..41f9af87e 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -5967,7 +5967,7 @@ package contains utilities for obtaining services via the Java SE 6
 (define-public java-aqute-bnd-annotation
   (package
     (name "java-aqute-bnd-annotation")
-    (version "3.4.0")
+    (version "3.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bndtools/bnd/archive/"
@@ -5975,7 +5975,7 @@ package contains utilities for obtaining services via the Java SE 6
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "09vgb6axikbz66zi9falijbnzh1qnp9ysfns123dmzdb01cbza9q"))))
+                "1ggyiq0as0f6cz333a0dh98j72kmvv5pf2s47v9554yh905lfqdl"))))
     (build-system ant-build-system)
     (arguments
      `(#:jar-name "java-aqute-bnd-annotation.jar"
-- 
2.15.1





Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Sun, 07 Jan 2018 21:46:01 GMT) Full text and rfc822 format available.

Message #11 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 29893 <at> debbugs.gnu.org
Subject: Re: [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
Date: Sun, 7 Jan 2018 22:45:27 +0100
[Message part 1 (text/plain, inline)]
In the second version of this patch I fixed the commit message, I mixed the
package name.

2018-01-07 22:44 GMT+01:00 Gábor Boskovits <boskovits <at> gmail.com>:

> * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.
> ---
>  gnu/packages/java.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> index 480d93c55..41f9af87e 100644
> --- a/gnu/packages/java.scm
> +++ b/gnu/packages/java.scm
> @@ -5967,7 +5967,7 @@ package contains utilities for obtaining services
> via the Java SE 6
>  (define-public java-aqute-bnd-annotation
>    (package
>      (name "java-aqute-bnd-annotation")
> -    (version "3.4.0")
> +    (version "3.5.0")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append "https://github.com/bndtools/
> bnd/archive/"
> @@ -5975,7 +5975,7 @@ package contains utilities for obtaining services
> via the Java SE 6
>                (file-name (string-append name "-" version ".tar.gz"))
>                (sha256
>                 (base32
> -                "09vgb6axikbz66zi9falijbnzh1qnp
> 9ysfns123dmzdb01cbza9q"))))
> +                "1ggyiq0as0f6cz333a0dh98j72kmvv
> 5pf2s47v9554yh905lfqdl"))))
>      (build-system ant-build-system)
>      (arguments
>       `(#:jar-name "java-aqute-bnd-annotation.jar"
> --
> 2.15.1
>
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Wed, 10 Jan 2018 07:39:02 GMT) Full text and rfc822 format available.

Message #14 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Chris Marusich <cmmarusich <at> gmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 29893 <at> debbugs.gnu.org
Subject: Re: [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to
 3.5.0.
Date: Tue, 09 Jan 2018 23:37:53 -0800
[Message part 1 (text/plain, inline)]
Gábor Boskovits <boskovits <at> gmail.com> writes:

> * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.

This looks OK to me.  I ran "guix lint" and "guix build" to verify it
builds reproducibly.

Is there any reason why we shouldn't just commit this now to
core-updates?

-- 
Chris
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Wed, 10 Jan 2018 09:10:02 GMT) Full text and rfc822 format available.

Message #17 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: Chris Marusich <cmmarusich <at> gmail.com>
Cc: 29893 <at> debbugs.gnu.org
Subject: Re: [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to
 3.5.0.
Date: Wed, 10 Jan 2018 10:08:57 +0100
[Message part 1 (text/plain, inline)]
We can't simply commit this, I've just founr it breaks
java-ops4j-pax-tinybudles reverse dependency.
Sorry about that. It break the testsuit, because the testsuite hardcodes
the version of bnd.
I will send a patch to that to this bug, then those together can be applied.

2018-01-10 8:37 GMT+01:00 Chris Marusich <cmmarusich <at> gmail.com>:

> Gábor Boskovits <boskovits <at> gmail.com> writes:
>
> > * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.
>
> This looks OK to me.  I ran "guix lint" and "guix build" to verify it
> builds reproducibly.
>
> Is there any reason why we shouldn't just commit this now to
> core-updates?
>
> --
> Chris
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Wed, 10 Jan 2018 09:45:01 GMT) Full text and rfc822 format available.

Message #20 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: Chris Marusich <cmmarusich <at> gmail.com>
Cc: 29893 <at> debbugs.gnu.org
Subject: Re: [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to
 3.5.0.
Date: Wed, 10 Jan 2018 10:44:43 +0100
[Message part 1 (text/plain, inline)]
Hello!

Fix is filed as https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30062
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30062>.
Please push that first.


2018-01-10 10:08 GMT+01:00 Gábor Boskovits <boskovits <at> gmail.com>:

> We can't simply commit this, I've just founr it breaks
> java-ops4j-pax-tinybudles reverse dependency.
> Sorry about that. It break the testsuit, because the testsuite hardcodes
> the version of bnd.
> I will send a patch to that to this bug, then those together can be
> applied.
>
> 2018-01-10 8:37 GMT+01:00 Chris Marusich <cmmarusich <at> gmail.com>:
>
>> Gábor Boskovits <boskovits <at> gmail.com> writes:
>>
>> > * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.
>>
>> This looks OK to me.  I ran "guix lint" and "guix build" to verify it
>> builds reproducibly.
>>
>> Is there any reason why we shouldn't just commit this now to
>> core-updates?
>>
>> --
>> Chris
>>
>
>
[Message part 2 (text/html, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29893; Package guix-patches. (Sun, 04 Mar 2018 09:07:02 GMT) Full text and rfc822 format available.

Message #23 received at 29893 <at> debbugs.gnu.org (full text, mbox):

From: Gábor Boskovits <boskovits <at> gmail.com>
To: 29893 <at> debbugs.gnu.org
Subject: Please push this to master
Date: Sun, 4 Mar 2018 10:06:11 +0100
[Message part 1 (text/plain, inline)]
The original tag says this is core-updates patch, but since then
core-updates has been merged. Please push this to master.

This change triggers 89 rebuilds.
[Message part 2 (text/html, inline)]

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Fri, 23 Mar 2018 19:27:02 GMT) Full text and rfc822 format available.

Notification sent to Gábor Boskovits <boskovits <at> gmail.com>:
bug acknowledged by developer. (Fri, 23 Mar 2018 19:27:02 GMT) Full text and rfc822 format available.

Message #28 received at 29893-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: 29893-done <at> debbugs.gnu.org
Subject: Re: [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to
 3.5.0.
Date: Fri, 23 Mar 2018 20:26:11 +0100
Pushed as 2cac8891510533338f6214fbd5ab9c2f6204e856.

Somehow I didn't see the commit message was broken before sending it.
Your email adress doesn't appear correctly in the author field
(boskovits at). Sorry about that :/

Le Sun, 7 Jan 2018 22:45:27 +0100,
Gábor Boskovits <boskovits <at> gmail.com> a écrit :

> In the second version of this patch I fixed the commit message, I
> mixed the package name.
> 
> 2018-01-07 22:44 GMT+01:00 Gábor Boskovits <boskovits <at> gmail.com>:
> 
> > * gnu/packages/java.scm (java-aqute-bnd-annotation): Update to
> > 3.5.0. ---
> >  gnu/packages/java.scm | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
> > index 480d93c55..41f9af87e 100644
> > --- a/gnu/packages/java.scm
> > +++ b/gnu/packages/java.scm
> > @@ -5967,7 +5967,7 @@ package contains utilities for obtaining
> > services via the Java SE 6
> >  (define-public java-aqute-bnd-annotation
> >    (package
> >      (name "java-aqute-bnd-annotation")
> > -    (version "3.4.0")
> > +    (version "3.5.0")
> >      (source (origin
> >                (method url-fetch)
> >                (uri (string-append "https://github.com/bndtools/
> > bnd/archive/"
> > @@ -5975,7 +5975,7 @@ package contains utilities for obtaining
> > services via the Java SE 6
> >                (file-name (string-append name "-" version
> > ".tar.gz")) (sha256
> >                 (base32
> > -                "09vgb6axikbz66zi9falijbnzh1qnp
> > 9ysfns123dmzdb01cbza9q"))))
> > +                "1ggyiq0as0f6cz333a0dh98j72kmvv
> > 5pf2s47v9554yh905lfqdl"))))
> >      (build-system ant-build-system)
> >      (arguments
> >       `(#:jar-name "java-aqute-bnd-annotation.jar"
> > --
> > 2.15.1
> >
> >  





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 21 Apr 2018 11:24:06 GMT) Full text and rfc822 format available.

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

Previous Next


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