]> git.proxmox.com Git - debcargo-conf.git/commitdiff
ripgrep: new upstream version
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 18 Mar 2020 15:05:49 +0000 (16:05 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 18 Mar 2020 15:07:32 +0000 (16:07 +0100)
src/ripgrep/debian/changelog
src/ripgrep/debian/copyright.debcargo.hint
src/ripgrep/debian/patches/disable-jemallocator.diff
src/ripgrep/debian/patches/disable-windows-spec-test.diff
src/ripgrep/debian/patches/increase-grep-searcher-dep.diff

index 7997f58d923df12bda66410f28bec07e61ff7611..861dd07c70ae1dc55829d40285cc2d8320411d16 100644 (file)
@@ -1,3 +1,9 @@
+rust-ripgrep (12.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package ripgrep 12.0.0 from crates.io using debcargo 2.4.0
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Wed, 18 Mar 2020 16:05:27 +0100
+
 rust-ripgrep (11.0.2-1) unstable; urgency=medium
 
   * Package ripgrep 11.0.2 from crates.io using debcargo 2.4.0
index d7d9057df878e0a60d8955c2cf35b53321d74896..f18cc62b51cea77c9a2c843c7be9341f42d73bb2 100644 (file)
@@ -28,8 +28,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2019 Sylvestre Ledru <sylvestre@debian.org>
+ 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2020 Sylvestre Ledru <sylvestre@debian.org>
 License: Unlicense or MIT
 
 License: MIT
index c960f431046acb57696c974cba441e45d0a8d2e5..71dbdde4df32faca2ba493b859c34a4bc8108d94 100644 (file)
@@ -2,7 +2,7 @@ Index: ripgrep/Cargo.toml
 ===================================================================
 --- ripgrep.orig/Cargo.toml
 +++ ripgrep/Cargo.toml
-@@ -92,8 +92,8 @@ version = "1.1.0"
+@@ -95,8 +95,8 @@ version = "1.1.0"
  [features]
  pcre2 = ["grep/pcre2"]
  simd-accel = ["grep/simd-accel"]
index 9c7f864bf2c5691b26d3ef3be5ccfae409ecded5..4faf88bf1c20e34cff7c0574a8dfea64d95cc218 100644 (file)
@@ -2,7 +2,7 @@ Index: ripgrep/tests/feature.rs
 ===================================================================
 --- ripgrep.orig/tests/feature.rs
 +++ ripgrep/tests/feature.rs
-@@ -445,15 +445,15 @@ For the Doctor Watsons of this world, as
+@@ -453,15 +453,15 @@ For the Doctor Watsons of this world, as
  });
  
  // See: https://github.com/BurntSushi/ripgrep/issues/416
index f70de051c4235c474556cf325408982dbbfb5a8e..f5bf62d6d9507f83ba1babf4904b4233e72e74f6 100644 (file)
@@ -4,11 +4,11 @@ Index: ripgrep/Cargo.toml
 +++ ripgrep/Cargo.toml
 @@ -53,6 +53,9 @@ default-features = false
  [dependencies.grep]
- version = "0.2.4"
+ version = "0.2.5"
  
 +[dependencies.grep-searcher]
 +version = ">= 0.1.3"
 +
  [dependencies.ignore]
- version = "0.4.7"
+ version = "0.4.12"