Changelog |
* Thu Dec 21 2023 David Abdurachmanov <davidlt@rivosinc.com> None-16
- Bootstrap (riscv64)
* Sun Dec 03 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-15
- Update to latest version (#2252626)
* Mon Nov 20 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-14
- Update to latest version (#2247206)
* Mon Oct 30 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-13
- Update to latest version (#2242851)
* Sun Oct 08 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-12
- Update to latest version (#2238437)
* Mon Sep 11 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-11
- Update to latest version (#2238211)
* Tue Aug 15 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-10
- Update to latest version (#2231981)
* Sun Aug 13 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-9
- Update to latest version (#2228040)
* Sun Jul 30 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-8
- Update to latest version (#2221298)
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> None-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 02 2023 Python Maint <python-maint@redhat.com> None-6
- Rebuilt for Python 3.12
* Mon Jun 19 2023 Tomáš Hrnčiar <thrnciar@redhat.com> None-5
- Flip bconds to enable bootstrap
* Mon Jun 19 2023 Python Maint <python-maint@redhat.com> None-4
- Bootstrap for Python 3.12
* Sat Apr 15 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> None-3
- Update to latest version (#2186421)
* Mon Mar 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> None-2
- Drop -r option from \
CFLAGS="${CFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FFLAGS ;
FCFLAGS="${FCFLAGS:--O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FCFLAGS ;
VALAFLAGS="${VALAFLAGS:--g}" ; export VALAFLAGS ;
RUSTFLAGS="${RUSTFLAGS:--Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn}" ; export RUSTFLAGS ;
LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes }" ; export LDFLAGS ;
LT_SYS_LIBRARY_PATH="${LT_SYS_LIBRARY_PATH:-/usr/lib64:}" ; export LT_SYS_LIBRARY_PATH ;
CC="${CC:-gcc}" ; export CC ;
CXX="${CXX:-g++}" ; export CXX
echo 'pyproject-rpm-macros' # first stdout line matches the implementation in macros.aaa-pyproject-srpm
echo 'python3-devel'
echo 'python3dist(pip) >= 19'
echo 'python3dist(packaging)'
if [ -f pyproject.toml ]; then
echo '(python3dist(tomli) if python3-devel < 3.11)'
elif [ -f setup.py ]; then
echo 'python3dist(setuptools) >= 40.8'
echo 'python3dist(wheel)'
else
echo 'ERROR: Neither pyproject.toml nor setup.py found, consider using %pyproject_buildrequires -N <requirements-file> if this is not a Python package.' >&2
exit 1
fi
rm -rfv *.dist-info/ >&2
if [ -f /usr/bin/python3 ]; then
mkdir -p "/builddir/build/BUILD/pikepdf-8.8.0/.pyproject-builddir"
echo -n > /builddir/build/BUILD/python-pikepdf-8.8.0-16.0.riscv64.fc40.riscv64-pyproject-buildrequires
CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}" TMPDIR="/builddir/build/BUILD/pikepdf-8.8.0/.pyproject-builddir" \
RPM_TOXENV="py312" HOSTNAME="rpmbuild" /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /builddir/build/BUILD/pikepdf-8.8.0/pyproject-wheeldir --output /builddir/build/BUILD/python-pikepdf-8.8.0-16.0.riscv64.fc40.riscv64-pyproject-buildrequires macro, it's enabled by >&2
cat /builddir/build/BUILD/python-pikepdf-8.8.0-16.0.riscv64.fc40.riscv64-pyproject-buildrequires
fi
rm -rfv *.dist-info/ >&2
* Mon Mar 27 2023 Tomáš Hrnčiar <thrnciar@redhat.com> None-1
- Add bconds to disable tests and docs
* Sun Mar 26 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> 7.1.2-1
- Update to latest version (#2181776)
* Mon Feb 20 2023 Elliott Sales de Andrade <quantum.analyst@gmail.com> 7.1.1-1
- Update to latest version (#2158843)
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> 6.2.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Dec 31 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.7-1
- Update to latest version (#2157162)
* Sun Dec 18 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.6-1
- Update to latest version (#2153665)
* Tue Dec 06 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.5-1
- Update to latest version (#2150602)
* Mon Nov 14 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.4-1
- Update to latest version (#2140871)
* Sun Oct 23 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.1-1
- Update to latest version (#2136456)
* Thu Oct 13 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.2.0-1
- Update to latest version (#2131530)
* Sat Sep 24 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 6.0.2-1
- Update to latest version (#2121905)
* Sat Sep 24 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.6.1-1
- Updatte to latest v5 release (#2121905)
* Mon Aug 22 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.5.0-1
- Update to latest version (#2095189)
* Tue Aug 02 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.3.0-1
- Update to 5.3.0
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> 5.1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jun 16 2022 Python Maint <python-maint@redhat.com> 5.1.3-2
- Rebuilt for Python 3.11
* Sat May 21 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.3-1
- Update to latest version (#2086355)
* Tue May 03 2022 Lumir Balhar <lbalhar@redhat.com> 5.1.2-2
- Fix test_page_attrs for Python 3.11
* Sun Apr 17 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.2-1
- Update to latest version (#2055603)
* Mon Mar 21 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 5.1.0-1
- Update to latest version (#2055603)
* Sun Feb 13 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.5.0-1
- Update to latest version (#2053921)
* Wed Jan 26 2022 Elliott Sales de Andrade <quantum.analyst@gmail.com> 4.4.1-1
- Update to latest version (#2036185)
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 4.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|