Am 14.02.2019 um 20:19 schrieb Stephen John Smoogen smooge@gmail.com:
On Thu, 14 Feb 2019 at 13:25, Stephen John Smoogen smooge@gmail.com wrote:
On Thu, 14 Feb 2019 at 12:47, H agents@meddatainc.com wrote:
On 02/14/2019 05:58 PM, Tate Belden wrote:
FWIW, on Fedora 29, I'm running Geany 1.34.1 and didn't have to enable anything other than the default repositories. So, it'd appear to at least be in the stream.
geany-1.34.1-2.fc29.x86_64
On Thu, Feb 14, 2019 at 8:53 AM H agents@meddatainc.com wrote:
On 01/04/2019 04:17 AM, H wrote:
Does anyone know if Geany 1.34 is headed to one of the repositories? I
am running version 1.31 and interested in the 1.33+ since the markdown plugin has apparently been updated. I raised this issue on the bugtracker for Fedora EPEL several weeks ago but have not seen any response. What can I do to raise this issue?
Appreciate suggestions.
CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Yes, I have seen it available for Fedora but was hoping it would be made available for both Centos 6 and 7 as well.
I am testing to see how much work needs to be done. I got it to build the geany part easily for EL7. Just do the following
fedpkg clone geany cp geany fedpkg srpm fedpkg switch-branch epel7 vi geany.spec # change 1.32 to 1.34.1 fedpkg mockbuild
el6 looks like it does not have new enough versions of vte and some other parts to work.
The major problem with el6 is the lack of a new enough c++ compiler for the code. Trying to fix that is way more than I have time to work on.
I didn't followed the current discussion but corresponding to a different compiler set, take a look at some of the SCL packages (devtoolset 3-7) ...
http://mirror.centos.org/centos-6/6/sclo/x86_64/rh/
Afterward to build the local package:
scl enable devtoolset-3 rpmbuild -ba myfile.spec
-- LF