Codebase list rust-stfu8 / 0a27e83
grep-searcher - new upstream release and remove simd-accel feature. Peter Michael Green 1 year, 4 months ago
6 changed file(s) with 24 addition(s) and 26 deletion(s). Raw diff Collapse all Expand all
0 rust-grep-searcher (0.1.10-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package grep-searcher 0.1.10 from crates.io using debcargo 2.6.0
4 * Drop relax-regex-dep-testsuite.diff, no longer needed.
5 * Remove "simd-accel" feature (see: #1026635)
6
7 -- Peter Michael Green <plugwash@debian.org> Wed, 28 Dec 2022 18:48:01 +0000
8
09 rust-grep-searcher (0.1.8-2) unstable; urgency=medium
110
211 * Team upload.
33 Source: https://github.com/BurntSushi/ripgrep
44
55 Files: *
6 Copyright: 2015-2018 Andrew Gallant <jamslam@gmail.com>
6 Copyright: 2015-2022 Andrew Gallant <jamslam@gmail.com>
77 License: Unlicense or MIT
88
99 Files: debian/*
1010 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
11 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1212 2018 Sylvestre Ledru <sylvestre@debian.org>
1313 License: Unlicense or MIT
1414
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT
14 Files: LICENSE-MIT
1515 Copyright: 2015 Andrew Gallant
1616 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
2020
2121 Files: debian/*
2222 Copyright:
23 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2021 Sylvestre Ledru <sylvestre@debian.org>
23 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2022 Sylvestre Ledru <sylvestre@debian.org>
2525 License: Unlicense or MIT
2626
2727 License: MIT
+0
-20
src/grep-searcher/debian/patches/relax-regex-dep-testsuite.diff less more
0 Index: grep-searcher/Cargo.toml
1 ===================================================================
2 --- grep-searcher.orig/Cargo.toml
3 +++ grep-searcher/Cargo.toml
4 @@ -43,13 +43,12 @@ version = "0.1.5"
5 version = "0.4.5"
6
7 [dependencies.memmap]
8 -version = "0.3.0"
9 -package = "memmap2"
10 +version = "0.7"
11 [dev-dependencies.grep-regex]
12 version = "0.1.9"
13
14 [dev-dependencies.regex]
15 -version = "1.1"
16 +version = ">= 1.0.5"
17
18 [features]
19 avx-accel = []
0 Index: grep-searcher/Cargo.toml
1 ===================================================================
2 --- grep-searcher.orig/Cargo.toml
3 +++ grep-searcher/Cargo.toml
4 @@ -63,4 +63,3 @@ version = "1.1"
5 [features]
6 avx-accel = []
7 default = ["bytecount/runtime-dispatch-simd"]
8 -simd-accel = ["encoding_rs/simd-accel"]
0 relax-regex-dep-testsuite.diff
0 remove-simd-accel.patch