Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 11d26c797fb4
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 98f2f08b4b9b
Choose a head ref
  • 12 commits
  • 54 files changed
  • 2 contributors

Commits on May 25, 2018

  1. treewide: add version to packages

    Lots of packages are missing versions in their name. This adds them
    where appropriate. These were found with this command:
    
     $ nix-env -qa -f. | grep -v '\-[0-9A-Za-z.-_+]*$' | grep -v '^hook$'
    
    See issue #41007.
    matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    02297be View commit details
    Browse the repository at this point in the history
  2. unix-tools: add version

    Uses the POSIX standard 1003.1-2008 as version number. It can be
    accessed for free at http://pubs.opengroup.org/onlinepubs/9699919799/.
    matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    02de1dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04e5cf6 View commit details
    Browse the repository at this point in the history
  4. okteta: add version attr, clean up

    lukateras authored and matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    5da73fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    543c8c4 View commit details
    Browse the repository at this point in the history
  6. simgrid: cleanup

    lukateras authored and matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    4e049b2 View commit details
    Browse the repository at this point in the history
  7. renoise: srcVersion -> urlVersion

    lukateras authored and matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    f2daf23 View commit details
    Browse the repository at this point in the history
  8. yuicompressor: normalize

    lukateras authored and matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    d886a1e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    73b1106 View commit details
    Browse the repository at this point in the history
  10. treewide: use appendToName where appropriate

    Using appendToName preserves the version at the end of the name.
    matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    a0f4d19 View commit details
    Browse the repository at this point in the history
  11. gimp: cleanup plugin name

    All gimp plugins are now prefixed with "gimp-plugin-" to make them
    more clear.
    matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    ee8fa75 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #41009 from matthewbauer/normalize-names

    Add versions to packages missing it
    matthewbauer committed May 25, 2018
    Configuration menu
    Copy the full SHA
    98f2f08 View commit details
    Browse the repository at this point in the history