Compare commits

..

No commits in common. 'epel9' and 'i10ce' have entirely different histories.
epel9 ... i10ce

3
.gitignore vendored

@ -1,2 +1 @@
/ivf-0.1.0.crate SOURCES/ivf-0.1.3.crate
/ivf-0.1.1.crate

@ -0,0 +1 @@
16a38e97b380889a346290ee3b8dd7641032c049 SOURCES/ivf-0.1.3.crate

@ -1,3 +0,0 @@
# rust-ivf
The rust-ivf package

@ -1,25 +1,29 @@
# Generated by rust2rpm 17 ## START: Set by rpmautospec
## (rpmautospec version 0.7.2)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 2;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate ivf %global crate ivf
Name: rust-%{crate} Name: rust-ivf
Version: 0.1.1 Version: 0.1.3
Release: 4%{?dist} Release: %autorelease
Summary: Simple ivf muxer Summary: Simple ivf muxer
# Upstream license specification: BSD-2-Clause License: BSD-2-Clause
License: BSD
URL: https://crates.io/crates/ivf URL: https://crates.io/crates/ivf
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand: %global _description %{expand:
Simple ivf muxer.} Simple ivf muxer.}
@ -32,12 +36,13 @@ BuildArch: noarch
%description devel %{_description} %description devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "%{crate}" crate. use the "%{crate}" crate.
%files devel %files devel
%license LICENSE %license %{crate_instdir}/LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/ %doc %{crate_instdir}/CHANGELOG.md
%{crate_instdir}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -45,14 +50,14 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description} %description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages This package contains library source intended for building other packages which
which use "default" feature of "%{crate}" crate. use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires
@ -70,6 +75,28 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.3-2
- Rebuilt for MSVSphere 10
## START: Generated by rpmautospec
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Tue Jan 30 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.3-1
- Update to version 0.1.3; Fixes RHBZ#2257204
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun May 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-7
- Regenerate with rust2rpm v24
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4 * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
@ -97,3 +124,5 @@ which use "default" feature of "%{crate}" crate.
* Sat Dec 07 01:08:24 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1 * Sat Dec 07 01:08:24 CET 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.1.0-1
- Initial package - Initial package
## END: Generated by rpmautospec

@ -1 +0,0 @@
SHA512 (ivf-0.1.1.crate) = c27fe933fc61ec6018459173eb4f678cbb280cef5b3a15353094de10d608ea9373dbf80056cf7568d7c79030bbc3e56c750647c037230aafda94e07e40832a50
Loading…
Cancel
Save