-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
glib: Bump libmount to 2.39.2 to avoid conflicts with libsystemd #23030
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bf8c6c7
to
8a788fd
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I'm a bit confused as to why this one broke. |
This comment has been minimized.
This comment has been minimized.
Also avoids conflicts with libwebsockets.
ce502fe
to
f92320e
Compare
This comment has been minimized.
This comment has been minimized.
I think something breaks when |
It is used by conan's PkgConfig helper https://github.com/conan-io/conan/blob/59029095e86eacd402083fca7c308b06889f6301/conan/tools/gnu/pkgconfig.py#L25 unblocks conan-io#23030
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 12 (
Conan v2 pipeline ✔️
All green in build 12 ( |
Hooks produced the following warnings for commit 32d42d1glib/2.81.0@#9cf9484c51dfbc19f1a7cc7734112f80
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @jwillikers sorry that this took so long to get addressed, I've now launched this PR on the new pipeline, let's merge this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. All other recipes are using the newest version available in Conan Center:
../glib/all/conanfile.py: self.requires("libmount/2.39")
../libsystemd/all/conanfile.py: self.requires("libmount/2.39.2")
../libwebsockets/all/conanfile.py: self.requires("libmount/2.39.2")
../eudev/all/conanfile.py: self.requires("libmount/2.39.2")
…an-io#23030) Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Abril Rincón Blanco <rubenrb@jfrog.com>
…an-io#23030) Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Abril Rincón Blanco <rubenrb@jfrog.com>
* re2c: add version 4.0 * update 4.0.1 * changing to CMake build * dropping 1.3 * remove config.yml entry * simdutf: add version 5.6.3 (#26039) * SDL: fix Android shared library and expose HIDAPI setting (#26049) * arrow: add version 18.1.0 (#26035) * libwebm: add webm directory to include path (#26029) * libpsl: add v0.21.5, bump deps, simplify patching (#22029) * libpsl: add v0.21.2, bump deps, simplify patching * libpsl: rmdir share * libpsl: bump to v0.21.5 * cleanup * Automaticlly injected in Conan 2 * Using option. Using the old patch * Update recipes/libpsl/all/conanfile.py --------- Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Francisco Ramirez de Anton <franchuti688@gmail.com> * json_struct receipt (#25335) * tree-sitter-sql: add version 0.3.7 (#26012) * OpenColorIO: Fix validation & package_info (#24395) * OpenColorIO: Fix validation & package_info * Remove the validation preventing shared building * Add required libraries to package_info * update recipe * fix linux transitive shared * try to remove redundant requires * fix previous versions * removed versions from config.yml * more fixes previous versions --------- Co-authored-by: memsharded <james@conan.io> * openh264: add version 2.5.0 (#26044) Co-authored-by: PerseoGI <perseog@jfrog.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> * glib: Bump libmount to 2.39.2 to avoid conflicts with libsystemd (#23030) Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Abril Rincón Blanco <rubenrb@jfrog.com> * sqlite3: add 3.47.1 (#26043) * removing old 2.0.3 * update 4.0.2 * re2c updates * fix test_package conanfile --------- Co-authored-by: memsharded <james@conan.io> Co-authored-by: Abril Rincón Blanco <git@rinconblanco.es> Co-authored-by: Andrey Filipenkov <decapitator@ukr.net> Co-authored-by: Bryce Mecum <petridish@gmail.com> Co-authored-by: Nikolay Tischenko <niktischenko@gmail.com> Co-authored-by: Martin Valgur <martin.valgur@gmail.com> Co-authored-by: Francisco Ramirez de Anton <franchuti688@gmail.com> Co-authored-by: Jørgen Lind <jorgen.lind@gmail.com> Co-authored-by: Ingmar Rieger <git@irieger.net> Co-authored-by: PerseoGI <perseog@jfrog.com> Co-authored-by: Jordan Williams <jordan@jwillikers.com> Co-authored-by: ericLemanissier <ericLemanissier@users.noreply.github.com> Co-authored-by: Abril Rincón Blanco <rubenrb@jfrog.com> Co-authored-by: Marian Klymov <nekto1989@gmail.com> Co-authored-by: Luis Caro Campos <3535649+jcar87@users.noreply.github.com>
Also avoids conflicts with libwebsockets and eudev.