Codebase list rust-stfu8 / e396aa2
Update x11rb to 0.8.1 Andrej Shadura 2 years ago
4 changed file(s) with 41 addition(s) and 11 deletion(s). Raw diff Collapse all Expand all
0 rust-x11rb (0.7.0-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-x11rb (0.8.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Team upload.
3 * Source upload
4 * Package x11rb 0.7.0 from crates.io using debcargo 2.4.4-alpha.0
3 * Source upload.
4 * Package x11rb 0.8.1 from crates.io using debcargo 2.4.3.
55
6 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 14 Jan 2021 10:39:25 +0100
6 -- Andrej Shadura <andrewsh@debian.org> Wed, 21 Jul 2021 10:45:18 +0200
77
88 rust-x11rb (0.7.0-1) unstable; urgency=medium
99
33 Source: https://github.com/psychon/x11rb
44
55 Files: *
6 Copyright: 2019-2020 Uli Schlachter <psychon@znc.in>
6 Copyright:
7 2019—2021 Uli Schlachter <psychon@znc.in>
8 2019—2021 x11rb Contributors
79 License: Expat or Apache-2.0
810
911 Files:
2830
2931 Files: debian/*
3032 Copyright:
31 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2020 Andrej Shadura <andrewsh@debian.org>
33 2020—2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
34 2020—2021 Andrej Shadura <andrewsh@debian.org>
3335 License: Expat or Apache-2.0
3436
3537 License: Apache-2.0
1414 Cargo.toml, they were extracted from the upstream Git repository. This may not
1515 be correct information so you should review and fix this before uploading to
1616 the archive.
17
18 Files: ./LICENSE-MIT
19 Copyright: 2019 x11rb Contributers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
1724
1825 Files: ./examples/hypnomoire.rs
1926 Copyright: 2001-2002 Bart Massey and Jamey Sharp and is licensed under
3340
3441 Files: ./src/cursor/parse_cursor.rs
3542 Copyright: 2013 Michael Stapelberg
43 License: UNKNOWN-LICENSE; FIXME (overlay)
44 Comment:
45 FIXME (overlay): These notices are extracted from files. Please review them
46 before uploading to the archive.
47
48 Files: ./src/resource_manager/matcher.rs
49 Copyright: 2016 Ingo Bürk
50 License: UNKNOWN-LICENSE; FIXME (overlay)
51 Comment:
52 FIXME (overlay): These notices are extracted from files. Please review them
53 before uploading to the archive.
54
55 Files: ./src/resource_manager/parser.rs
56 Copyright: 2016 Ingo Bürk
57 License: UNKNOWN-LICENSE; FIXME (overlay)
58 Comment:
59 FIXME (overlay): These notices are extracted from files. Please review them
60 before uploading to the archive.
61
62 Files: ./tests/resource_manager.rs
63 Copyright: 2016 Ingo Bürk
3664 License: UNKNOWN-LICENSE; FIXME (overlay)
3765 Comment:
3866 FIXME (overlay): These notices are extracted from files. Please review them
11 +++ b/Cargo.toml
22 @@ -68,7 +68,7 @@ allow-unsafe-code = ["libc"]
33 composite = ["xfixes"]
4 cursor = ["render"]
4 cursor = ["render", "resource_manager"]
55 damage = ["xfixes"]
66 -dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
77 +#dl-libxcb = ["allow-unsafe-code", "libloading", "once_cell"]
88 dpms = []
99 dri2 = []
1010 dri3 = []
11 @@ -96,10 +96,10 @@ xtest = []
11 @@ -97,10 +97,10 @@ xtest = []
1212 xv = ["shm"]
1313 xvmc = ["xv"]
1414 [target."cfg(unix)".dependencies.nix]
15 -version = "0.18.0"
15 -version = "0.20"
1616 -[target."cfg(windows)".dependencies.winapi]
1717 -version = "0.3"
1818 -features = ["winsock2"]
19 +version = "0.16.0"
19 +version = "0"
2020 +#[target."cfg(windows)".dependencies.winapi]
2121 +#version = "0.3"
2222 +#features = ["winsock2"]