#1 update to version 1.0.18
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -9,3 +9,4 @@

  /flate2-1.0.11.crate

  /flate2-1.0.13.crate

  /flate2-1.0.14.crate

+ /flate2-1.0.18.crate

file modified
+7 -8
@@ -1,7 +1,7 @@

- --- flate2-1.0.14/Cargo.toml	2020-03-17T14:09:08+00:00

- +++ flate2-1.0.14/Cargo.toml	2020-03-17T22:56:12.104517+00:00

+ --- flate2-1.0.18/Cargo.toml	2020-09-30T21:45:12+00:00

+ +++ flate2-1.0.18/Cargo.toml	2020-10-26T22:12:57.539320+00:00

  @@ -25,10 +25,6 @@

-  repository = "https://github.com/alexcrichton/flate2-rs"

+  repository = "https://github.com/rust-lang/flate2-rs"

   [dependencies.cfg-if]

   version = "0.1.6"

  -
@@ -11,7 +11,7 @@

   

   [dependencies.crc32fast]

   version = "1.2.0"

- @@ -76,13 +72,10 @@

+ @@ -78,12 +74,8 @@

   

   [features]

   any_zlib = []
@@ -20,8 +20,7 @@

   rust_backend = ["miniz_oxide"]

   tokio = ["tokio-io", "futures"]

   zlib = ["any_zlib", "libz-sys"]

+  zlib-ng-compat = ["zlib", "libz-sys/zlib-ng"]

  -[target."cfg(all(target_arch = \"wasm32\", not(target_os = \"emscripten\")))".dependencies.miniz_oxide]

- -version = "0.3.5"

-  [badges.appveyor]

-  repository = "alexcrichton/flate2-rs"

-  

+ -version = "0.4.0"

+ -default-features = false

file modified
+22 -6
@@ -5,9 +5,9 @@

  %global crate flate2

  

  Name:           rust-%{crate}

- Version:        1.0.14

- Release:        2%{?dist}

- Summary:        DEFLATE compression and decompression exposed as Reader/Writer streams

+ Version:        1.0.18

+ Release:        1%{?dist}

+ Summary:        DEFLATE compression and decompression exposed as Read/BufRead/Write streams

  

  # Upstream license specification: MIT/Apache-2.0

  License:        MIT or ASL 2.0
@@ -15,6 +15,7 @@

  Source:         %{crates_source}

  # Initial patched metadata

  # * No wasm32

+ # * No cloudflare-zlib-sys

  Patch0:         flate2-fix-metadata.diff

  

  ExclusiveArch:  %{rust_arches}
@@ -25,9 +26,9 @@

  BuildRequires:  rust-packaging

  

  %global _description %{expand:

- Bindings to miniz.c for DEFLATE compression and decompression exposed as

- Reader/Writer streams. Contains bindings for zlib, deflate, and gzip-based

- streams.}

+ DEFLATE compression and decompression exposed as Read/BufRead/Write streams.

+ Supports miniz_oxide, miniz.c, and multiple zlib implementations. Supports

+ zlib, gzip, and raw deflate streams.}

  

  %description %{_description}

  
@@ -165,6 +166,18 @@

  %files       -n %{name}+zlib-devel

  %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

  

+ %package     -n %{name}+zlib-ng-compat-devel

+ Summary:        %{summary}

+ BuildArch:      noarch

+ 

+ %description -n %{name}+zlib-ng-compat-devel %{_description}

+ 

+ This package contains library source intended for building other packages

+ which use "zlib-ng-compat" feature of "%{crate}" crate.

+ 

+ %files       -n %{name}+zlib-ng-compat-devel

+ %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml

+ 

  %prep

  %autosetup -n %{crate}-%{version_no_tilde} -p1

  %cargo_prep
@@ -184,6 +197,9 @@

  %endif

  

  %changelog

+ * Mon Oct 26 2020 Fabio Valentini <decathorpe@gmail.com> - 1.0.18-1

+ - Update to version 1.0.18.

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.14-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (flate2-1.0.14.crate) = d70ee34d21b345529149b95000692e2dc590e14924d862cefdf926e77bb6e2572a99d0cea76fc0661d1149730cb3914598c1f500bd09661338713894b9a19152

+ SHA512 (flate2-1.0.18.crate) = 3695e7de578da3bc935988fdc67b22ded26f00bcae6818eaa6313c47628a19b66ad589b06e164ddc4c30c49eeec2011e41031287071a43460a8c5bf8e7cb5cef