]> git.proxmox.com Git - debcargo-conf.git/commitdiff
regex: new upstream release
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 5 Dec 2021 16:49:46 +0000 (17:49 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 5 Dec 2021 17:16:11 +0000 (18:16 +0100)
src/regex/debian/changelog
src/regex/debian/patches/relax-test-dep.diff

index 3784b5c06a7fcb52c0fe1a35e35139e07a71d484..754b0c855af0a16b2513448474e9856ccb77343b 100644 (file)
@@ -1,3 +1,9 @@
+rust-regex (1.5.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package regex 1.5.4 from crates.io using debcargo 2.4.4-alpha.0
+
+ -- Sylvestre Ledru <sylvestre@debian.org>  Sun, 05 Dec 2021 17:49:31 +0100
+
 rust-regex (1.3.9-1) unstable; urgency=medium
 
   * Team upload.
index 4a9b593eb2d09be013e65722b1f9a5ee15dc7453..dfb2483ad7da3e085aa8b3f92373805edf59dc32 100644 (file)
@@ -1,16 +1,27 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -93,11 +93,11 @@
+Index: regex/Cargo.toml
+===================================================================
+--- regex.orig/Cargo.toml
++++ regex/Cargo.toml
+@@ -73,7 +73,7 @@ path = "tests/test_backtrack_bytes.rs"
+ name = "crates-regex"
+ path = "tests/test_crates_regex.rs"
+ [dependencies.aho-corasick]
+-version = "0.7.18"
++version = "0.7"
+ optional = true
+ [dependencies.memchr]
+@@ -87,11 +87,11 @@ default-features = false
  version = "1"
  
  [dev-dependencies.quickcheck]
--version = "0.8"
-+version = "0.9"
+-version = "1.0.3"
++version = "1"
  default-features = false
  
  [dev-dependencies.rand]
--version = "0.6.5"
+-version = "0.8.3"
 +version = "0.7"
+ features = ["getrandom", "small_rng"]
+ default-features = false
  
- [features]
- default = ["std", "perf", "unicode", "regex-syntax/default"]