Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: d6edaea4f76b7602dfd90449d7edf0b7f05bffb6
      
https://github.com/NixOS/nixpkgs/commit/d6edaea4f76b7602dfd90449d7edf0b7f05bffb6
  Author: William A. Kennington III <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M pkgs/misc/cups/default.nix
    M pkgs/top-level/all-packages.nix

  Log Message:
  -----------
  cups: 1.7.5 -> 2.0.2


  Commit: 0a090d80ac78ffac8c8992238f258c1c310d117d
      
https://github.com/NixOS/nixpkgs/commit/0a090d80ac78ffac8c8992238f258c1c310d117d
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M pkgs/misc/cups/default.nix

  Log Message:
  -----------
  cups: Refactor meta attributes


  Commit: 5f5ba7dda06c6fc4024f362665a650c742d55e42
      
https://github.com/NixOS/nixpkgs/commit/5f5ba7dda06c6fc4024f362665a650c742d55e42
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M pkgs/misc/cups/default.nix

  Log Message:
  -----------
  cups: Add xdg_utils to build inputs


  Commit: 4ac95ab3282a5aa364c8c1e51b9637b38729a3a7
      
https://github.com/NixOS/nixpkgs/commit/4ac95ab3282a5aa364c8c1e51b9637b38729a3a7
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/modules/services/printing/cupsd.nix
    M pkgs/misc/cups/default.nix

  Log Message:
  -----------
  cups: Use systemd files provided by CUPS


  Commit: 3710dbec0556b407915f133e480600e9882c1c3a
      
https://github.com/NixOS/nixpkgs/commit/3710dbec0556b407915f133e480600e9882c1c3a
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/modules/services/printing/cupsd.nix

  Log Message:
  -----------
  cups: Remove deprecated config options from cupsd.conf


  Commit: 55a6469ba36e840e2388673318b51bc77cb3f7ba
      
https://github.com/NixOS/nixpkgs/commit/55a6469ba36e840e2388673318b51bc77cb3f7ba
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/tests/printing.nix

  Log Message:
  -----------
  cups: Fix printing tests

It seems like there's an upstream bug in the "lpstat" command. We need
to specify the server's port.

Further information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711327

[root@client:~]# lpstat -H
/var/run/cups/cups.sock

[root@client:~]# lpstat -h server -H
/var/run/cups/cups.sock:631

[root@client:~]# CUPS_SERVER=server lpstat -H
server:631

[root@client:~]# lpstat -h server:631 -H
server:631


  Commit: 2cc8d156532aa776c53307375acafb80a4a3cfd3
      
https://github.com/NixOS/nixpkgs/commit/2cc8d156532aa776c53307375acafb80a4a3cfd3
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/modules/services/printing/cupsd.nix
    M nixos/tests/printing.nix

  Log Message:
  -----------
  cups: Add defaultShared, browsing and webInterace config option


  Commit: 116006702bac0b79d8804817f798415a38cd7f53
      
https://github.com/NixOS/nixpkgs/commit/116006702bac0b79d8804817f798415a38cd7f53
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/doc/manual/release-notes/rl-unstable.xml

  Log Message:
  -----------
  cups: Add changelog for the upcoming NixOS release


  Commit: 48e65cec4ecd6bef08233460cf5ffedb023cc7c6
      
https://github.com/NixOS/nixpkgs/commit/48e65cec4ecd6bef08233460cf5ffedb023cc7c6
  Author: Jascha Geerds <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M nixos/doc/manual/release-notes/rl-unstable.xml
    M nixos/modules/services/printing/cupsd.nix

  Log Message:
  -----------
  cups: Rename "browsing" config option to "advertise"


  Commit: f550eb7fdea5dd4e3183ce92c4ae993a3352ac48
      
https://github.com/NixOS/nixpkgs/commit/f550eb7fdea5dd4e3183ce92c4ae993a3352ac48
  Author: Domen Kožar <[email protected]>
  Date:   2015-05-10 (Sun, 10 May 2015)

  Changed paths:
    M pkgs/applications/virtualization/docker/default.nix

  Log Message:
  -----------
  docker: fix build


Compare: https://github.com/NixOS/nixpkgs/compare/bbcc0c0f07d9...f550eb7fdea5
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to