The boost rpms
Find a file
Kefu Chai 074257ccad use autosetup for applying patches
it's error-prune to apply the patches using '%patch<n>' or '%patch'
macros. let's use %autosetup to do this job. as %autosetup defaults to
quiet operation, "-q" option is dropped.

also, in 28be73603a, we added this patch in hope to address a warning
from compiler. but in rawhide we use %autosetup macro to apply
the patches automatically, while in f38, we still use %patch<n>
to apply the patches one by one, so we failed to apply it when
cherry-picking the change from rawhide.

in this change, let's switch to autosetup for applying the patches.

this should apply patch7 to address the Boost.Accumulators bug filed against
boost package, see https://bugzilla.redhat.com/show_bug.cgi?id=2236519

this also silences the warning like

```
RPM build warnings:
    %patchN is deprecated (14 usages found), use %patch N (or %patch -P N)
```

see 6b80e21fd9 for the change on
rawhide

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2023-09-12 11:34:19 +08:00
.fmf init FMF CI gating 2021-04-12 12:12:48 +00:00
plans Fix test plan by removing obsolete beakerlib setting 2023-09-01 09:52:04 +01:00
tests/boost-testsuite-sanity init FMF CI gating 2021-04-12 12:12:48 +00:00
.gitignore [Rawhide] Renamed the patch, as it was changed and Koji did not notice it. 2011-01-10 23:07:35 +01:00
b2.1 Rebase to 1.73.0 2020-05-28 08:44:23 +01:00
boost-1.58.0-pool-test_linking.patch Fixed the Boost.Pool Jamfile patch 2018-12-01 17:37:21 +00:00
boost-1.58.0-pool.patch use autosetup for applying patches 2023-09-12 11:34:19 +08:00
boost-1.73-locale-empty-vector.patch Revert previous commit and un-bump %release 2021-03-03 12:14:40 +00:00
boost-1.73.0-cmakedir.patch Rebase to 1.73.0 2020-05-28 08:44:23 +01:00
boost-1.75.0-remove-deprecated-boost-iterator.patch Patch for https://bugzilla.redhat.com/show_bug.cgi\?id\=1958382 2021-05-10 10:40:07 -07:00
boost-1.76.0-enum_type_object-type-python-3.11.patch And this time with the boost-1.76.0-enum_type_object-type-python-3.11.patch 2022-04-27 07:45:37 -07:00
boost-1.76.0-fix-narrowing-conversions-for-ppc.patch use autosetup for applying patches 2023-09-12 11:34:19 +08:00
boost-1.76.0-fix_multiprecision_issue_419-ppc64le.patch use autosetup for applying patches 2023-09-12 11:34:19 +08:00
boost-1.76.0-ptr_cont-xml.patch Add patch to fix XML validation errors in ptr_container docs 2022-03-31 13:12:21 +01:00
boost-1.76.0-random-test.patch Add patch to fix CI failure 2021-09-01 17:59:26 +01:00
boost-1.78.0-b2-build-flags.patch Rebase to 1.78.0 2022-05-03 07:42:29 -07:00
boost-1.78.0-build-optflags.patch Rebase to 1.78.0 2022-05-03 07:42:29 -07:00
boost-1.78.0-fix-b2-staging.patch Rebase to 1.78.0 2022-05-03 07:42:29 -07:00
boost-1.78.0-no-rpath.patch Rebase to 1.78.0 2022-05-03 07:42:29 -07:00
boost-1.81.0-always-initialize-member-variable.patch Add patch for Boost.Accumulators bug 2023-08-22 12:11:42 +01:00
boost.rpmlintrc Add rpmlintrc file to suppress errors in Zuul checks 2022-02-03 00:17:30 +00:00
boost.spec use autosetup for applying patches 2023-09-12 11:34:19 +08:00
gating.yaml drop unwanted scratch build rule for gating 2021-08-17 16:31:18 +00:00
libboost_thread.so Try again 2013-12-02 00:53:40 +01:00
sources Rebase to 1.78.0 2022-05-03 07:42:29 -07:00