Codebase list rust-stfu8 / d5f74a0
Update glib to 0.8.0 Wolfgang Silbermayr 4 years ago
6 changed file(s) with 103 addition(s) and 41 deletion(s). Raw diff Collapse all Expand all
0 rust-glib (0.8.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package glib 0.8.0 from crates.io using debcargo 2.3.0
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Sun, 7 Jul 2019 12:28:19 +0200
5
06 rust-glib (0.6.1-1) unstable; urgency=medium
17
28 * Package glib 0.6.1 from crates.io using debcargo 2.2.9
33 Source: https://github.com/gtk-rs/glib
44
55 Files: *
6 Copyright: 2013-2018 The Gtk-rs Project Developers
6 Copyright: 2013-2019 The Gtk-rs Project Developers
77 License: MIT
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
11 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1313 License: MIT
1414
1515 License: MIT
3939 FIXME (overlay): These notices are extracted from files. Please review them
4040 before uploading to the archive.
4141
42 Files: ./src/byte_array.rs
43 Copyright: 2019, The Gtk-rs Project Developers.
44 License: UNKNOWN-LICENSE; FIXME (overlay)
45 Comment:
46 FIXME (overlay): These notices are extracted from files. Please review them
47 before uploading to the archive.
48
4249 Files: ./src/bytes.rs
4350 Copyright: 2013-2016, The Gtk-rs Project Developers.
4451 License: UNKNOWN-LICENSE; FIXME (overlay)
95102 FIXME (overlay): These notices are extracted from files. Please review them
96103 before uploading to the archive.
97104
105 Files: ./src/gstring.rs
106 Copyright: 2018, The Gtk-rs Project Developers.
107 License: UNKNOWN-LICENSE; FIXME (overlay)
108 Comment:
109 FIXME (overlay): These notices are extracted from files. Please review them
110 before uploading to the archive.
111
98112 Files: ./src/key_file.rs
99113 Copyright: 2015-2016, The Gtk-rs Project Developers.
100114 License: UNKNOWN-LICENSE; FIXME (overlay)
111125
112126 Files: ./src/main_context.rs
113127 Copyright: 2015-2016, The Gtk-rs Project Developers.
128 License: UNKNOWN-LICENSE; FIXME (overlay)
129 Comment:
130 FIXME (overlay): These notices are extracted from files. Please review them
131 before uploading to the archive.
132
133 Files: ./src/main_context_channel.rs
134 Copyright: 2019, The Gtk-rs Project Developers.
114135 License: UNKNOWN-LICENSE; FIXME (overlay)
115136 Comment:
116137 FIXME (overlay): These notices are extracted from files. Please review them
186207 FIXME (overlay): These notices are extracted from files. Please review them
187208 before uploading to the archive.
188209
210 Files: ./src/subclass/boxed.rs
211 Copyright: 2018, The Gtk-rs Project Developers.
212 License: UNKNOWN-LICENSE; FIXME (overlay)
213 Comment:
214 FIXME (overlay): These notices are extracted from files. Please review them
215 before uploading to the archive.
216
217 Files: ./src/subclass/guard.rs
218 Copyright: 2017-2018, The Gtk-rs Project Developers.
219 License: UNKNOWN-LICENSE; FIXME (overlay)
220 Comment:
221 FIXME (overlay): These notices are extracted from files. Please review them
222 before uploading to the archive.
223
224 Files: ./src/subclass/interface.rs
225 Copyright: 2019, The Gtk-rs Project Developers.
226 License: UNKNOWN-LICENSE; FIXME (overlay)
227 Comment:
228 FIXME (overlay): These notices are extracted from files. Please review them
229 before uploading to the archive.
230
231 Files: ./src/subclass/mod.rs
232 Copyright: 2017-2018, The Gtk-rs Project Developers.
233 License: UNKNOWN-LICENSE; FIXME (overlay)
234 Comment:
235 FIXME (overlay): These notices are extracted from files. Please review them
236 before uploading to the archive.
237
238 Files: ./src/subclass/object.rs
239 Copyright: 2017-2018, The Gtk-rs Project Developers.
240 License: UNKNOWN-LICENSE; FIXME (overlay)
241 Comment:
242 FIXME (overlay): These notices are extracted from files. Please review them
243 before uploading to the archive.
244
245 Files: ./src/subclass/simple.rs
246 Copyright: 2017-2018, The Gtk-rs Project Developers.
247 License: UNKNOWN-LICENSE; FIXME (overlay)
248 Comment:
249 FIXME (overlay): These notices are extracted from files. Please review them
250 before uploading to the archive.
251
252 Files: ./src/subclass/types.rs
253 Copyright: 2017-2018, The Gtk-rs Project Developers.
254 License: UNKNOWN-LICENSE; FIXME (overlay)
255 Comment:
256 FIXME (overlay): These notices are extracted from files. Please review them
257 before uploading to the archive.
258
189259 Files: ./src/time_val.rs
190260 Copyright: 2013-2015, The Gtk-rs Project Developers.
191261 License: UNKNOWN-LICENSE; FIXME (overlay)
251321
252322 Files: debian/*
253323 Copyright:
254 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
255 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
324 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
325 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
256326 License: MIT
257327
258328 License: MIT
+0
-35
src/glib/debian/patches/0001-Disable-futures-preview-feature.patch less more
0 From 9f3320bf9f0dcdccb0cfa65060b9b35f919476a9 Mon Sep 17 00:00:00 2001
1 From: Wolfgang Silbermayr <wolfgang@silbermayr.at>
2 Date: Wed, 5 Dec 2018 16:29:06 +0100
3 Subject: [PATCH] Disable futures preview
4
5 ---
6 Cargo.toml | 5 -----
7 1 file changed, 5 deletions(-)
8
9 diff --git a/Cargo.toml b/Cargo.toml
10 index 4172ab2..55f7f7e 100644
11 --- a/Cargo.toml
12 +++ b/Cargo.toml
13 @@ -28,10 +28,6 @@ name = "glib"
14 [dependencies.bitflags]
15 version = "1.0"
16
17 -[dependencies.futures-preview]
18 -version = "0.2"
19 -optional = true
20 -
21 [dependencies.glib-sys]
22 version = "0.7.0"
23
24 @@ -48,7 +44,6 @@ version = "0.3"
25
26 [features]
27 dox = ["glib-sys/dox", "gobject-sys/dox"]
28 -futures = ["futures-preview", "v2_36"]
29 v2_34 = ["glib-sys/v2_34", "gobject-sys/v2_34"]
30 v2_36 = ["v2_34", "glib-sys/v2_36", "gobject-sys/v2_36"]
31 v2_38 = ["v2_36", "glib-sys/v2_38", "gobject-sys/v2_38"]
32 --
33 2.20.0.rc2
34
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -28,10 +28,6 @@
3 [dependencies.bitflags]
4 version = "1.0"
5
6 -[dependencies.futures-preview]
7 -version = "0.3.0-alpha"
8 -optional = true
9 -
10 [dependencies.glib-sys]
11 version = "0.9.0"
12
13 @@ -48,7 +44,6 @@
14
15 [features]
16 dox = ["glib-sys/dox", "gobject-sys/dox"]
17 -futures = ["futures-preview"]
18 subclassing = []
19 v2_44 = ["glib-sys/v2_44", "gobject-sys/v2_44"]
20 v2_46 = ["v2_44", "glib-sys/v2_46", "gobject-sys/v2_46"]
0 0001-Disable-futures-preview-feature.patch
0 remove-futures-preview-feature.diff