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

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

  /parity-wasm-0.35.7.crate

  /parity-wasm-0.38.0.crate

  /parity-wasm-0.41.0.crate

+ /parity-wasm-0.42.1.crate

file modified
+20 -5
@@ -1,13 +1,13 @@

  # Generated by rust2rpm 13

- %bcond_with check

+ %bcond_without check

  %global debug_package %{nil}

  

  %global crate parity-wasm

  

  Name:           rust-%{crate}

- Version:        0.41.0

- Release:        2%{?dist}

- Summary:        WebAssembly binary format serialization/deserialization/interpreter

+ Version:        0.42.1

+ Release:        1%{?dist}

+ Summary:        WebAssembly low-level format library

  

  # Upstream license specification: MIT/Apache-2.0

  License:        MIT or ASL 2.0
@@ -22,7 +22,7 @@

  BuildRequires:  rust-packaging

  

  %global _description %{expand:

- WebAssembly binary format serialization/deserialization/interpreter.}

+ WebAssembly low-level format library.}

  

  %description %{_description}

  
@@ -76,6 +76,18 @@

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

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

  

+ %package     -n %{name}+multi_value-devel

+ Summary:        %{summary}

+ BuildArch:      noarch

+ 

+ %description -n %{name}+multi_value-devel %{_description}

+ 

+ This package contains library source intended for building other packages

+ which use "multi_value" feature of "%{crate}" crate.

+ 

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

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

+ 

  %package     -n %{name}+sign_ext-devel

  Summary:        %{summary}

  BuildArch:      noarch
@@ -132,6 +144,9 @@

  %endif

  

  %changelog

+ * Tue Oct 20 2020 Fabio Valentini <decathorpe@gmail.com> - 0.42.1-1

+ - Update to version 0.42.1.

+ 

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

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

  

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

- SHA512 (parity-wasm-0.41.0.crate) = 1f1240bbda50718d8072d17ee70e33bfd9bedb8f1810f7c403601f4a278668584e9ab504708aaaaf023bf010f2aa6c9d342802a569fa7dd5b1dbd570b47b183c

+ SHA512 (parity-wasm-0.42.1.crate) = c7656b4a794d8f206f1bf67ec925ca1dfea1eb1806fc366deaccd6cf73792386565e44bfd5262ae5b253df8afe38f9c9891959c12eebb1da9a901aa6faedc99a

Nothing in fedora depends on this package, semver-incompatible bump unproblematic.

Pull-Request has been merged by decathorpe

3 years ago