unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0.
@ 2017-12-29 16:10 Gábor Boskovits
  2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
  2018-03-04  9:06 ` [bug#29893] Please push this to master Gábor Boskovits
  0 siblings, 2 replies; 8+ messages in thread
From: Gábor Boskovits @ 2017-12-29 16:10 UTC (permalink / raw)
  To: 29893; +Cc: Gábor Boskovits

* 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

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

* [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2017-12-29 16:10 [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0 Gábor Boskovits
@ 2018-01-07 21:44 ` Gábor Boskovits
  2018-01-07 21:45   ` Gábor Boskovits
  2018-01-10  7:37   ` [bug#29893] " Chris Marusich
  2018-03-04  9:06 ` [bug#29893] Please push this to master Gábor Boskovits
  1 sibling, 2 replies; 8+ messages in thread
From: Gábor Boskovits @ 2018-01-07 21:44 UTC (permalink / raw)
  To: 29893; +Cc: Gábor Boskovits

* 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

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

* [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
@ 2018-01-07 21:45   ` Gábor Boskovits
  2018-03-23 19:26     ` bug#29893: " Julien Lepiller
  2018-01-10  7:37   ` [bug#29893] " Chris Marusich
  1 sibling, 1 reply; 8+ messages in thread
From: Gábor Boskovits @ 2018-01-07 21:45 UTC (permalink / raw)
  To: 29893

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

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@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
>
>

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

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

* [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
  2018-01-07 21:45   ` Gábor Boskovits
@ 2018-01-10  7:37   ` Chris Marusich
  2018-01-10  9:08     ` Gábor Boskovits
  1 sibling, 1 reply; 8+ messages in thread
From: Chris Marusich @ 2018-01-10  7:37 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 29893

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

Gábor Boskovits <boskovits@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

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

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

* [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2018-01-10  7:37   ` [bug#29893] " Chris Marusich
@ 2018-01-10  9:08     ` Gábor Boskovits
  2018-01-10  9:44       ` Gábor Boskovits
  0 siblings, 1 reply; 8+ messages in thread
From: Gábor Boskovits @ 2018-01-10  9:08 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 29893

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

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@gmail.com>:

> Gábor Boskovits <boskovits@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
>

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

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

* [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2018-01-10  9:08     ` Gábor Boskovits
@ 2018-01-10  9:44       ` Gábor Boskovits
  0 siblings, 0 replies; 8+ messages in thread
From: Gábor Boskovits @ 2018-01-10  9:44 UTC (permalink / raw)
  To: Chris Marusich; +Cc: 29893

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

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@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@gmail.com>:
>
>> Gábor Boskovits <boskovits@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
>>
>
>

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

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

* [bug#29893] Please push this to master
  2017-12-29 16:10 [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0 Gábor Boskovits
  2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
@ 2018-03-04  9:06 ` Gábor Boskovits
  1 sibling, 0 replies; 8+ messages in thread
From: Gábor Boskovits @ 2018-03-04  9:06 UTC (permalink / raw)
  To: 29893

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

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.

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

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

* bug#29893: [PATCH] gnu: java-aqute-bnd-annotation: Update to 3.5.0.
  2018-01-07 21:45   ` Gábor Boskovits
@ 2018-03-23 19:26     ` Julien Lepiller
  0 siblings, 0 replies; 8+ messages in thread
From: Julien Lepiller @ 2018-03-23 19:26 UTC (permalink / raw)
  To: 29893-done

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@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@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
> >
> >  

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

end of thread, other threads:[~2018-03-23 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-29 16:10 [bug#29893] [PATCH core-updates] gnu: java-bnd-annotations: Update to 3.5.0 Gábor Boskovits
2018-01-07 21:44 ` [bug#29893] [PATCH] gnu: java-aqute-bnd-annotation: " Gábor Boskovits
2018-01-07 21:45   ` Gábor Boskovits
2018-03-23 19:26     ` bug#29893: " Julien Lepiller
2018-01-10  7:37   ` [bug#29893] " Chris Marusich
2018-01-10  9:08     ` Gábor Boskovits
2018-01-10  9:44       ` Gábor Boskovits
2018-03-04  9:06 ` [bug#29893] Please push this to master Gábor Boskovits

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).