|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 7;
|
|
|
|
|
release_number = 9;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -54,10 +54,8 @@ Source0: https://download.gnome.org/sources/librsvg/2.57/librsvg-%{versio
|
|
|
|
|
# cargo vendor && tar Jcvf ../librsvg-%%{version}-vendor.tar.xz vendor/ ; popd
|
|
|
|
|
Source1: librsvg-%{version}-vendor.tar.xz
|
|
|
|
|
|
|
|
|
|
%if ! 0%{?bundled_rust_deps}
|
|
|
|
|
# Patches to build with Fedora-packaged rust crates
|
|
|
|
|
Patch: 0001-Fedora-Drop-dependencies-required-for-benchmarking.patch
|
|
|
|
|
%endif
|
|
|
|
|
# https://github.com/rust-lang/rust/issues/127343
|
|
|
|
|
Patch: 0001-Update-time-crate.patch
|
|
|
|
|
|
|
|
|
|
# skip a reference test where the reference image appears to have font issues
|
|
|
|
|
Patch: 0001-skip-broken-reference-tests.patch
|
|
|
|
@ -200,6 +198,12 @@ rm -f %{buildroot}%{_pkgdocdir}/COMPILING.md
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Thu Nov 21 2024 Tomas Popela <tpopela@redhat.com> - 2.57.1-9
|
|
|
|
|
- Fix FTBFS by updating time crate
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.57.1-8
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Wed Jul 31 2024 Brian Stinson <bstinson@redhat.com> - 2.57.1-7
|
|
|
|
|
- Backport a patch from rawhide disabling broken tests
|
|
|
|
|
|
|
|
|
|