]> git.proxmox.com Git - debcargo-conf.git/commitdiff
zstd-sys: update to 2.0.4
authorBlair Noctis <n@sail.ng>
Mon, 12 Dec 2022 18:49:15 +0000 (18:49 +0000)
committerBlair Noctis <n@sail.ng>
Mon, 12 Dec 2022 18:50:35 +0000 (02:50 +0800)
src/zstd-sys/debian/changelog
src/zstd-sys/debian/patches/pkg-config_and_bindgen.diff
src/zstd-sys/debian/patches/relax-deps.diff
src/zstd-sys/debian/patches/remove-unavailable-features.diff

index 578dbb152a526c860ef241b3091760536a0e49a8..1fa5dbace716a06b3a8e02af0ad3a28e7c71ba44 100644 (file)
@@ -1,13 +1,13 @@
-rust-zstd-sys (2.0.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+rust-zstd-sys (2.0.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
 
   * Team upload.
-  * Package zstd-sys 2.0.3+zstd.1.5.2 from crates.io using debcargo 2.6.0
+  * Package zstd-sys 2.0.4+zstd.1.5.2 from crates.io using debcargo 2.6.0
   * Update pkg-config_and_bindgen.diff to comment not delete code (too long)
   * Relax dep on bindgen to <= 0.63 to adapt to its update
   * Exclude LICENSE.BSD-3-Clause which is for already excluded auto-generated
     bindings
 
- -- Blair Noctis <n@sail.ng>  Tue, 06 Dec 2022 09:58:56 +0000
+ -- Blair Noctis <n@sail.ng>  Mon, 12 Dec 2022 18:43:57 +0000
 
 rust-zstd-sys (2.0.1-2) unstable; urgency=medium
 
index a5de16f110462aaa762f897721ac39deff9b3785..583ef412a590c851f56a5570abb01f13eaed2372 100644 (file)
@@ -20,7 +20,7 @@ only in patch2:
 - * Or use the `bindgen` feature, which will create the bindings automatically. */
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -56,16 +56,9 @@
+@@ -57,16 +57,9 @@
      "runtime",
      "which-rustfmt",
  ]
@@ -66,7 +66,7 @@ only in patch2:
  #[cfg(not(feature = "pkg-config"))]
  fn pkg_config() -> (Vec<&'static str>, Vec<PathBuf>) {
      unimplemented!()
-@@ -199,6 +195,7 @@
+@@ -216,6 +212,7 @@
      println!("cargo:root={}", dst.display());
  }
  
@@ -74,7 +74,7 @@ only in patch2:
  fn main() {
      let target_arch =
          std::env::var("CARGO_CFG_TARGET_ARCH").unwrap_or_default();
-@@ -209,21 +206,7 @@
+@@ -226,21 +223,7 @@
      }
  
      // println!("cargo:rustc-link-lib=zstd");
index af40e92b1f97d67e55f3edb04d1d46d2cbc31c04..72fc66df419a1e44aea893d5a41e7dea1ca144c6 100644 (file)
@@ -1,10 +1,10 @@
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -51,7 +51,7 @@
+@@ -52,7 +52,7 @@
  version = "0.2.45"
  
  [build-dependencies.bindgen]
--version = "0.60"
+-version = "0.63"
 +version = "<= 0.63"
  features = [
      "runtime",
index 653c674e968bba8416871c2d0ab06efb7b6222f6..e9665d8579233d89ea644a8c15042edc249d0976 100644 (file)
@@ -6,7 +6,7 @@ Last-Update: 2022-09-07
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/Cargo.toml
 +++ b/Cargo.toml
-@@ -61,16 +61,10 @@
+@@ -62,16 +62,10 @@
  version = "0.3"
  
  [features]