|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.2)
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
@ -8,14 +8,14 @@
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
# Generated by rust2rpm 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
%global crate miniz_oxide
|
|
|
|
|
|
|
|
|
|
Name: rust-miniz_oxide
|
|
|
|
|
Version: 0.8.0
|
|
|
|
|
Version: 0.8.2
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: DEFLATE compression and decompression library rewritten in Rust based on miniz
|
|
|
|
|
|
|
|
|
@ -127,10 +127,13 @@ use the "with-alloc" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Fri Jan 03 2025 Fabio Valentini <decathorpe@gmail.com> - 0.8.2-1
|
|
|
|
|
- Update to version 0.8.2; Fixes RHBZ#2332831
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.8.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Mon Sep 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.8.0-1
|
|
|
|
|
- Update to version 0.8.0; Fixes RHBZ#2303762
|
|
|
|
|
|
|
|
|
|