GNU bug report logs -
#65901
[PATCH gnome-team] gnu: vala: Update to 0.56.13.
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Wed, 13 Sep 2023 02:22:01 UTC
Severity: normal
Tags: patch
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
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 65901 in the body.
You can then email your comments to 65901 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
:
bug#65901
; Package
guix-patches
.
(Wed, 13 Sep 2023 02:22:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jack Hill <jackhill <at> jackhill.us>
:
New bug report received and forwarded. Copy sent to
liliana.prikler <at> gmail.com, maxim.cournoyer <at> gmail.com, rg <at> raghavgururajan.name, guix-patches <at> gnu.org
.
(Wed, 13 Sep 2023 02:22:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gnome.scm (vala): Update to 0.56.13.
---
I noticed that Dino was failing to build on the gnome-team branch. It's
apparently because of some unintentional breaking changes in vala
0.56.11 and 0.56.12. This patch updates vala to 0.56.13 which restores
the previous behaviour.
https://github.com/dino/dino/issues/1479
https://gitlab.gnome.org/GNOME/vala/-/issues/1478
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ad118090eb..c9a4290472 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4424,7 +4424,7 @@ (define-public seahorse
(define-public vala
(package
(name "vala")
- (version "0.56.12")
+ (version "0.56.13")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vala/"
@@ -4432,7 +4432,7 @@ (define-public vala
"vala-" version ".tar.xz"))
(sha256
(base32
- "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
+ "01xfarnhpp30wmv9mwayw8751glwppl0sva79j3y9qf76qq25229"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
base-commit: 20e3f3e1151b2f22ae7fb5aa8764148654f35090
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#65901
; Package
guix-patches
.
(Wed, 13 Sep 2023 15:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 65901 <at> debbugs.gnu.org (full text, mbox):
Hi,
Jack Hill <jackhill <at> jackhill.us> writes:
> * gnu/packages/gnome.scm (vala): Update to 0.56.13.
> ---
>
> I noticed that Dino was failing to build on the gnome-team branch. It's
> apparently because of some unintentional breaking changes in vala
> 0.56.11 and 0.56.12. This patch updates vala to 0.56.13 which restores
> the previous behaviour.
>
> https://github.com/dino/dino/issues/1479
> https://gitlab.gnome.org/GNOME/vala/-/issues/1478
>
>
> gnu/packages/gnome.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index ad118090eb..c9a4290472 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -4424,7 +4424,7 @@ (define-public seahorse
> (define-public vala
> (package
> (name "vala")
> - (version "0.56.12")
> + (version "0.56.13")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://gnome/sources/vala/"
> @@ -4432,7 +4432,7 @@ (define-public vala
> "vala-" version ".tar.xz"))
> (sha256
> (base32
> - "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
> + "01xfarnhpp30wmv9mwayw8751glwppl0sva79j3y9qf76qq25229"))))
> (build-system glib-or-gtk-build-system)
> (arguments
> (list
>
> base-commit: 20e3f3e1151b2f22ae7fb5aa8764148654f35090
LGTM!
--
Thanks,
Maxim
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 24 Sep 2023 09:59:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jack Hill <jackhill <at> jackhill.us>
:
bug acknowledged by developer.
(Sun, 24 Sep 2023 09:59:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 65901-done <at> debbugs.gnu.org (full text, mbox):
Am Mittwoch, dem 13.09.2023 um 11:43 -0400 schrieb Maxim Cournoyer:
> Hi,
>
> Jack Hill <jackhill <at> jackhill.us> writes:
>
> > * gnu/packages/gnome.scm (vala): Update to 0.56.13.
> > ---
> >
> > I noticed that Dino was failing to build on the gnome-team branch.
> > It's
> > apparently because of some unintentional breaking changes in vala
> > 0.56.11 and 0.56.12. This patch updates vala to 0.56.13 which
> > restores
> > the previous behaviour.
> >
> > https://github.com/dino/dino/issues/1479
> > https://gitlab.gnome.org/GNOME/vala/-/issues/1478
> >
> >
> > gnu/packages/gnome.scm | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> > index ad118090eb..c9a4290472 100644
> > --- a/gnu/packages/gnome.scm
> > +++ b/gnu/packages/gnome.scm
> > @@ -4424,7 +4424,7 @@ (define-public seahorse
> > (define-public vala
> > (package
> > (name "vala")
> > - (version "0.56.12")
> > + (version "0.56.13")
> > (source (origin
> > (method url-fetch)
> > (uri (string-append "mirror://gnome/sources/vala/"
> > @@ -4432,7 +4432,7 @@ (define-public vala
> > "vala-" version ".tar.xz"))
> > (sha256
> > (base32
> > -
> > "0n9m4l8d2n4wmgn9l5gdhnr6xl5ms7483ng5fxqak8xygi5xbjcj"))))
> > +
> > "01xfarnhpp30wmv9mwayw8751glwppl0sva79j3y9qf76qq25229"))))
> > (build-system glib-or-gtk-build-system)
> > (arguments
> > (list
> >
> > base-commit: 20e3f3e1151b2f22ae7fb5aa8764148654f35090
>
> LGTM!
Pushed.
Cheers
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 22 Oct 2023 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.