update to version 1.1.0

epel9
Fabio Valentini 4 years ago
parent 7327450878
commit d9eb7e26bb
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1 +1,2 @@
/libflate_lz77-1.0.0.crate /libflate_lz77-1.0.0.crate
/libflate_lz77-1.1.0.crate

@ -1,11 +0,0 @@
--- libflate_lz77-1.0.0/Cargo.toml 2020-05-05T06:08:18+00:00
+++ libflate_lz77-1.0.0/Cargo.toml 2020-05-18T10:46:00.566621+00:00
@@ -23,7 +23,7 @@
license = "MIT"
repository = "https://github.com/sile/libflate"
[dev-dependencies.libflate]
-version = "0.1"
+version = "1.0.0"
[badges.codecov]
repository = "sile/libflate"

@ -1,22 +1,18 @@
# Generated by rust2rpm 13 # Generated by rust2rpm 17
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libflate_lz77 %global crate libflate_lz77
Name: rust-%{crate} Name: rust-%{crate}
Version: 1.0.0 Version: 1.1.0
Release: 4%{?dist} Release: 1%{?dist}
Summary: LZ77 encoder for libflate crate Summary: LZ77 encoder for libflate crate
# Upstream license specification: MIT # Upstream license specification: MIT
# https://github.com/sile/libflate/pull/50
License: MIT License: MIT
URL: https://crates.io/crates/libflate_lz77 URL: https://crates.io/crates/libflate_lz77
Source: %{crates_source} Source: %{crates_source}
# Initial patched metadata
# * Update libflate to 1, upstreamed
Patch0: libflate_lz77-fix-metadata.diff
ExclusiveArch: %{rust_arches} ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build} %if %{__cargo_skip_build}
@ -40,6 +36,7 @@ This package contains library source intended for building other packages
which use "%{crate}" crate. which use "%{crate}" crate.
%files devel %files devel
%license LICENSE
%doc README.md %doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
@ -74,6 +71,10 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Apr 17 2021 Fabio Valentini <decathorpe@gmail.com> - 1.1.0-1
- Update to version 1.1.0.
- Fixes RHBZ#1950672
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

@ -1 +1 @@
SHA512 (libflate_lz77-1.0.0.crate) = ff21a03823deafc693bf2bd5665c735573bcd3f780a4bcbe87f91f54b6347c782e863eea0b82c3b3bf60c878e3ea696fb66e794eefcec6524285bc9cb19e5488 SHA512 (libflate_lz77-1.1.0.crate) = ab0cba9d324d2f7bf2a741e8ef8b0ee7bfa85ab6ee63b9ccf6ff912461ca854d6b7467e527d74ee93a219d6dec5bcecc3e61eea83d4cf5b2452f9a0aa97cd95c

Loading…
Cancel
Save