]> git.pld-linux.org Git - packages/cups-filters.git/commitdiff
- updated to 1.0.42 (but without foomatic-rip for now)
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2013 15:04:03 +0000 (16:04 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 1 Dec 2013 15:04:03 +0000 (16:04 +0100)
- updated dbus patch

cups-filters-dbus.patch
cups-filters.spec

index 626d3e8e37dc13498b99558f8ed9a600c34d9c2f..e27350709b5e143f45afbae1192b38dca038874d 100644 (file)
@@ -44,15 +44,20 @@ diff -up cups-filters-1.0.41/configure.ac.dbus cups-filters-1.0.41/configure.ac
        avahi:           ${enable_avahi}
        browsing:        ${with_browseremoteprotocols}
        werror:          ${enable_werror}
-diff -up cups-filters-1.0.41/filter/colord.c.dbus cups-filters-1.0.41/filter/colord.c
---- cups-filters-1.0.41/filter/colord.c.dbus   2013-07-29 20:12:42.000000000 +0100
-+++ cups-filters-1.0.41/filter/colord.c        2013-11-06 17:16:58.505234623 +0000
-@@ -32,6 +32,8 @@ MIT Open Source License  -  http://www.o
+--- cups-filters-1.0.42/cupsfilters/colord.c.orig      2013-11-27 00:40:41.000000000 +0100
++++ cups-filters-1.0.42/cupsfilters/colord.c   2013-12-01 14:33:00.854197621 +0100
+@@ -32,12 +32,12 @@ MIT Open Source License  -  http://www.o
  #include <stdio.h>
  #include <sys/types.h>
  
-+#include "config.h"
++#include "colord.h"
 +
  #ifdef HAVE_DBUS
    #include <dbus/dbus.h>
  #endif
+-#include "colord.h"
+-
+ #define QUAL_COLORSPACE   0
+ #define QUAL_MEDIA        1
+ #define QUAL_RESOLUTION   2
index 435519745d0140159c24b67799212e0e329ed45b..90599da8f949a3dd17e0c6539f2d199bd7a397a3 100644 (file)
@@ -7,8 +7,8 @@
 Summary:       OpenPrinting CUPS filters and backends
 Summary(pl.UTF-8):     Filtry i backendy CUPS-a z projektu OpenPrinting
 Name:          cups-filters
-Version:       1.0.41
-Release:       8
+Version:       1.0.42
+Release:       1
 # For a breakdown of the licensing, see COPYING file
 # GPLv2:   filters: commandto*, imagetoraster, pdftops, rasterto*,
 #                   imagetopdf, pstopdf, texttopdf
@@ -21,7 +21,7 @@ Release:      8
 License:       GPL v2, GPL v2+, GPL v3, GPL v3+, LGPL v2+, MIT
 Group:         Applications/Printing
 Source0:       http://www.openprinting.org/download/cups-filters/%{name}-%{version}.tar.xz
-# Source0-md5: fe5a9a07b9a64b35975154068cbedef9
+# Source0-md5: 3047524b51f2ac064663f1997c7d2c81
 Patch0:                %{name}-cups15.patch
 Patch1:                %{name}-pdf-landscape.patch
 Patch2:                %{name}-dbus.patch
@@ -279,6 +279,8 @@ EOF
        DESTDIR=$RPM_BUILD_ROOT
 %endif
 
+install -p utils/cups-browsed.service $RPM_BUILD_ROOT%{systemdunitdir}
+
 # obsoleted by pkg-config
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
 # dlopened module
@@ -288,7 +290,9 @@ EOF
 # Not sure what is this good for.
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/ttfread
 
-install -p utils/cups-browsed.service $RPM_BUILD_ROOT%{systemdunitdir}
+# currently in foomatic-filters; to be packaged here after new stable foomatic-filters release
+%{__rm} $RPM_BUILD_ROOT%{_cups_serverbin}/filter/foomatic-rip \
+       $RPM_BUILD_ROOT%{_mandir}/man1/foomatic-rip.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.18708 seconds and 4 git commands to generate.