"CMake to do out-of-source builds" implemented under EPEL 7?

2020-12-07 Thread Wolfgang Stoeggl via devel
Hi, will the change "CMake to do out-of-source builds" [1] also bee implemented under EPEL 7? So, that %cmake3 and %cmake3_build will work as expected and use %{_vpath_builddir}. Best regards Wolfgang [1] https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds _

Re: "CMake to do out-of-source builds" implemented under EPEL 7?

2020-12-08 Thread Wolfgang Stoeggl via devel
Dear Antonio, thanks for the quick reply. This helped a lot. I had to add `%undefine __cmake3_in_source_build` to the spec file, in addition to the `%undefine __cmake_in_source_build` Best regards Wolfgang ___ devel mailing list -- devel@lists.fedorapr

Re: z3 soname bump

2020-08-04 Thread Wolfgang Stoeggl via devel
Thanks Jerry for providing all the details about the z3 soname bump. FYI: cppcheck has been rebuilt now [1] Wolfgang [1] https://koji.fedoraproject.org/koji/taskinfo?taskID=48648878 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe

Re: HOWTO: Change default branch on pagure.io projects

2021-01-05 Thread Wolfgang Stoeggl via devel
Hi Kevin, thanks for the HOWTO. Some comments from trying it: > > git push > (This pushes the new ‘main’ branch to pagure.io) This should be: git push --set-upstream origin main > git push origin :master > (This deletes the old ‘master’ branch) git push origin :master remote: Branch deletion i

Re: HOWTO: Change default branch on pagure.io projects

2021-01-06 Thread Wolfgang Stoeggl via devel
> Which project/host are you trying to push to? > This is allowed on pagure.io but if you're trying on src.fp.o it will be > blocked > (and this is expected). We will be doing src.fp.o directly server side, we'll > simply be renaming the master ref to rawhide (to by-pass the git hook which > does