Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Commit

Permalink
Updated for 26th may release
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncadman committed May 26, 2013
1 parent 9566d78 commit f9758ed
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/arch/ChangeLog
@@ -1,3 +1,8 @@
2013-05-26 Simon Cadman <src@niftiestsoftware.com>

* 20130526 :
Fix: Strip out colon chars from capability and options in ppd.

2013-05-19 Simon Cadman <src@niftiestsoftware.com>

* 20130519 :
Expand Down
4 changes: 2 additions & 2 deletions packages/arch/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Simon Cadman <src@niftiestsoftware.com>
pkgname=cupscloudprint
pkgver=20130519
pkgver=20130526
pkgrel=1
pkgdesc="Print via Google Cloud print using CUPS"
arch=('any')
Expand All @@ -13,7 +13,7 @@ install=INSTALL
source=()
md5sums=()
_gitroot="git://github.com/simoncadman/CUPS-Cloud-Print.git"
_gitversion="093fdfb6c530218171b79df4701af3b61dea9c13"
_gitversion="9566d78be20adda58611ca3fd55c7d51770c1d22"


build() {
Expand Down
6 changes: 6 additions & 0 deletions packages/debian/changelog
@@ -1,3 +1,9 @@
cupscloudprint (20130526-1) raring; urgency=low

* Fix: No longer error on capabilities with missing display name.

-- simon cadman <src@niftiestsoftware.com> Sun, 26 May 2013 15:55:00 +0000

cupscloudprint (20130519-1) raring; urgency=low

* Fix: No longer error on capabilities with missing display name.
Expand Down
4 changes: 2 additions & 2 deletions packages/freebsd/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$

PORTNAME= cupscloudprint
PORTVERSION= 20130519
PORTVERSION= 20130526
CATEGORIES= print

MAINTAINER= src@niftiestsoftware.com
Expand All @@ -18,7 +18,7 @@ USE_PYTHON= 2.6-2.7
GH_ACCOUNT= simoncadman
GH_PROJECT= CUPS-Cloud-Print
GH_TAGNAME= ${PORTVERSION}
GH_COMMIT= 80e71d1
GH_COMMIT= 9566d78

GNU_CONFIGURE= yes
USE_PKGCONFIG= build
Expand Down
2 changes: 1 addition & 1 deletion packages/gentoo/cupscloudprint.ebuild
Expand Up @@ -7,7 +7,7 @@ inherit git-2 eutils
DESCRIPTION="Google Cloud Print"
HOMEPAGE="https://ccp.niftiestsoftware.com"
EGIT_REPO_URI="git://github.com/simoncadman/CUPS-Cloud-Print.git"
EGIT_COMMIT="093fdfb6c530218171b79df4701af3b61dea9c13"
EGIT_COMMIT="9566d78be20adda58611ca3fd55c7d51770c1d22"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64 ~amd64-fbsd ~x86-fbsd"
Expand Down
4 changes: 2 additions & 2 deletions packages/redhat/SPECS/cupscloudprint.spec
@@ -1,11 +1,11 @@
Name: cupscloudprint
Version: 20130519
Version: 20130526
Release: 1
Summary: Google Cloud Print driver for CUPS, allows printing to printers hosted on Google Cloud Print

License: GPLv3+
URL: http://ccp.niftiestsoftware.com
Source0: http://ccp.niftiestsoftware.com/cupscloudprint-20130519.tar.bz2
Source0: http://ccp.niftiestsoftware.com/cupscloudprint-20130526.tar.bz2

BuildRequires: cups-devel,cups,make,python-httplib2
Requires: cups,ghostscript,system-config-printer-libs,python-httplib2
Expand Down

0 comments on commit f9758ed

Please sign in to comment.