Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please make a release #42

Open
0-wiz-0 opened this issue Jan 23, 2021 · 3 comments
Open

Please make a release #42

0-wiz-0 opened this issue Jan 23, 2021 · 3 comments

Comments

@0-wiz-0
Copy link

0-wiz-0 commented Jan 23, 2021

so that packagers don't have to handpick old fixes like this one

https://github.com/mcabber/loudmouth/commit/792d8bd529f5dc0577dcc28c5f31b6a437d970fa.patch

(reported in https://gnats.netbsd.org/55944)

Thanks!

netbsd-srcmastr pushed a commit to NetBSD/pkgsrc that referenced this issue Jan 23, 2021
Requested by Adrian Immanuel Kiess in PR 55944.

New release requested upstream (mcabber/loudmouth#42)

Bump PKGREVISION.
@McKael
Copy link
Collaborator

McKael commented Jan 24, 2021

Ack, I'll try to make a release tomorrow!

@McKael
Copy link
Collaborator

McKael commented Jan 25, 2021

I have tagged version 1.5.4 and released a tarball.
Please let me know if there is any issue.

@0-wiz-0
Copy link
Author

0-wiz-0 commented Jan 25, 2021

Thank you very much for the release!

I see one new (to me) issue:

lm-utils.c: In function '_lm_utils_generate_id':
lm-utils.c:80:5: error: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Werror=deprecated-declarations]
   80 |     GTimeVal      tv;
      |     ^~~~~~~~
In file included from /scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib/galloca.h:32,
                 from /scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib.h:30,
                 from lm-utils.c:33:
/scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
lm-utils.c:83:5: error: 'g_get_current_time' is deprecated: Use 'g_get_real_time' instead [-Werror=deprecated-declarations]
   83 |     g_get_current_time (&tv);
      |     ^~~~~~~~~~~~~~~~~~
In file included from /scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib/giochannel.h:33,
                 from /scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib.h:54,
                 from lm-utils.c:33:
/scratch/chat/loudmouth/work/.buildlink/include/glib-2.0/glib/gmain.h:681:8: note: declared here
  681 | void   g_get_current_time                 (GTimeVal       *result);
      |        ^~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

When I remove -Werror, the build succeeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants