Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix blacklist in alienfile #1

Merged
merged 7 commits into from Jul 10, 2018
Merged

fix blacklist in alienfile #1

merged 7 commits into from Jul 10, 2018

Commits on Jul 9, 2018

  1. fix blacklist in alienfile

    When I copied this from the Makefile.PL in XML-LibXML I misunderstood how it worked.  Though it makes sense now from
    the comments.  Versions with a .1 suffix are good and .0 suffix are bad.  Assume unmentioned are okay?
    plicease committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    1f2c96e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

  1. Configuration menu
    Copy the full SHA
    7743ac1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5233a21 View commit details
    Browse the repository at this point in the history
  3. pkg-config plugins do not set the version anywhere at probe

    they set the version in the gather stage.  This should probably
    be fixed in AB, at least optionally.  In the meanwhile, XML-LibXML
    doesn't actually probe for libxml2 using pkg-config, so it isn't
    atm any worse than XML-LibXML, it is just that it could be better.
    plicease committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    1dcdc67 View commit details
    Browse the repository at this point in the history
  4. fix symbol name

    plicease committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    0f4fe8c View commit details
    Browse the repository at this point in the history
  5. nag when wrong version

    plicease committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    4e09765 View commit details
    Browse the repository at this point in the history
  6. return instead of die

    plicease committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    137f6c8 View commit details
    Browse the repository at this point in the history