#13 Update to 0.0.29
Merged by osloup. Opened by osloup.
osloup/xmlto master  into  master

Download 13.patch
  • xmlto.in, Makefile.am, configure.ac: Rename variable BASH to XMLTO_BASH_PATH (#8)
  • xmlif/xmlif.{c,l}: Regenerate xmlif to use new version of gcc
  • ChangeLog, {README, NEWS, FAQ, AUTHORS, INSTALL, THANKS}.md: Rename and format markdown files
  • xmlto.spec.in: Update Fedora spec file generation according to Fedora package repo
  • xmlto.in: Convert output path to unix on cygwin/msys
  • .gitignore: Add .gitignore

rebased onto 7e8f4bb4a00f141f20c46c7991800886799894e6

This isn't a Trac instance; it's a Pagure instance.

This PR is hard to review because you've combined so many different changes into a single commit.

Rename and format markdown files

Did you rename them? I'm unfamiliar with Pagure but although I see that you reformatted files like README and THANKS to add markdown syntax, it doesn't look like you renamed them to add the .md suffix.

I see you also removed hard newlines. This makes the raw files harder to read in a web viewer like Pagure's since it does not add its own word wrapping. It also makes diffs harder to read. You might want to keep the hard newlines.

Covert output path to unix on cygwin/msys

I could not find the lines of code related to this change. Did you mean "Convert" instead of "Covert"? If so, it appears in three places in the code and in the commit message.

And whereas Trac used the term "ticket", Pagure uses the term "issue".

Thank you for the review; I have to split it into multiple commits and return the hard newlines; you are right.

I could not find the lines of code related to this change.

I've merged previously opened PR and am adding it to the ChangeLog. I meant Convert; thank you for noticing the typo.
https://pagure.io/xmlto/c/0cd33d166e95c7b76a7de6c2bdd052681004bb8a?branch=master

I will rebase it with changes.

rebased onto 611135702929f18a19681ec443cddc3b3c0fba0c

1 new commit added

  • Change word 'ticket' to 'issue' in README.md

Everything should be fixed now, and the commits are more readable for better review.

10 new commits added

  • Update ChangeLog, News and xmlto.spec.in messages, Change ticket to issue
  • Skip validating xmlto man page during build
  • Update xmlto to 0.0.29
  • Adjust xmlto.spec.in by Fedora updated spec file
  • Rename files to use markdown files
  • Reformat text files and convert them to markdowns
  • Regenerate config.h.in with configure
  • Rename variable BASH to XMLTO_BASH_PATH (#8)
  • Regenerate the xmlif.c and update xmlif.l to comply with the new version of flex and gcc
  • Add .gitignore

Pull-Request has been merged by osloup

Metadata