Author: baggins Date: Thu Jul 28 20:07:00 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 1 - fix building against cups 1.5.0
---- Files affected: packages/hplip: hplip.spec (1.87 -> 1.88) , hplip-cups15.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/hplip/hplip.spec diff -u packages/hplip/hplip.spec:1.87 packages/hplip/hplip.spec:1.88 --- packages/hplip/hplip.spec:1.87 Thu Jul 28 19:27:33 2011 +++ packages/hplip/hplip.spec Thu Jul 28 22:06:54 2011 @@ -12,13 +12,14 @@ Summary(pl.UTF-8): Narzędzia Hewlett-Packard Linux Imaging and Printing - drukowanie i skanowanie przy użyciu urządzeń HP Name: hplip Version: 3.11.7 -Release: 0.1 +Release: 1 License: BSD (hpijs), MIT (low-level scanning and printing code), GPL v2 (the rest) Group: Applications/System Source0: http://downloads.sourceforge.net/hplip/%{name}-%{version}.tar.gz # Source0-md5: 5cb89a00b0c680d8bf9bf4b4f1f863b1 Patch0: %{name}-desktop.patch Patch1: unresolved.patch +Patch2: %{name}-cups15.patch URL: http://hplipopensource.com/ BuildRequires: autoconf BuildRequires: automake @@ -155,6 +156,7 @@ %undos Makefile.am %patch0 -p1 %patch1 -p1 +%patch2 -p1 %{__sed} -i -e's,^#!/usr/bin/env python$,#!/usr/bin/python,' *.py %{__sed} -i -e 's#test -d /usr/share/polkit-1#true#' configure.in @@ -374,6 +376,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.88 2011/07/28 20:06:54 baggins +- rel 1 +- fix building against cups 1.5.0 + Revision 1.87 2011/07/28 17:27:33 baggins - 3.11.7 ================================================================ Index: packages/hplip/hplip-cups15.patch diff -u /dev/null packages/hplip/hplip-cups15.patch:1.1 --- /dev/null Thu Jul 28 22:07:00 2011 +++ packages/hplip/hplip-cups15.patch Thu Jul 28 22:06:54 2011 @@ -0,0 +1,10 @@ +--- hplip-3.11.7/prnt/hpps/hppsfilter.c~ 2011-07-24 20:58:05.000000000 +0200 ++++ hplip-3.11.7/prnt/hpps/hppsfilter.c 2011-07-28 22:05:30.006775432 +0200 +@@ -38,6 +38,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <cups/cups.h> ++#include <cups/ppd.h> + #include <sys/types.h> + #include <sys/stat.h> + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hplip/hplip.spec?r1=1.87&r2=1.88&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
