Hello community,

here is the log from the commit of package cups-backends for openSUSE:Factory 
checked in at 2016-03-14 15:41:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cups-backends (Old)
 and      /work/SRC/openSUSE:Factory/.cups-backends.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cups-backends"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cups-backends/cups-backends.changes      
2014-03-30 12:10:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cups-backends.new/cups-backends.changes 
2016-03-14 15:41:53.000000000 +0100
@@ -1,0 +2,9 @@
+Thu Mar  3 16:44:47 CET 2016 - [email protected]
+
+- Since cups-filters version 1.6.0 the beh backend is provided
+  by the cups-filters RPM as /usr/lib/cups/backend/beh which is
+  a C re-write of the beh backend written in Perl that is still
+  provided here but now named /usr/lib/cups/backend/beh.pl
+  to avoid that cups-backends conflicts with cups-filters.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cups-backends.spec ++++++
--- /var/tmp/diff_new_pack.OHYMOz/_old  2016-03-14 15:41:54.000000000 +0100
+++ /var/tmp/diff_new_pack.OHYMOz/_new  2016-03-14 15:41:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package cups-backends
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,12 @@
 # Source0: cups-pipe.sh
 install -m 755 ${RPM_SOURCE_DIR}/pipe $RPM_BUILD_ROOT/usr/lib/cups/backend/pipe
 # Source1: beh
-install -m 755 ${RPM_SOURCE_DIR}/beh $RPM_BUILD_ROOT/usr/lib/cups/backend/beh
+# Since cups-filters version 1.6.0 the beh backend is provided
+# by the cups-filters RPM as /usr/lib/cups/backend/beh which is
+# a C re-write of the beh backend written in Perl that is still
+# provided here but now named /usr/lib/cups/backend/beh.pl
+# to avoid that cups-backends conflicts with cups-filters:
+install -m 755 ${RPM_SOURCE_DIR}/beh 
$RPM_BUILD_ROOT/usr/lib/cups/backend/beh.pl
 
 %files 
 %defattr(-,root,root,-)
@@ -67,6 +72,6 @@
 %dir /usr/lib/cups
 %dir /usr/lib/cups/backend
 /usr/lib/cups/backend/pipe
-/usr/lib/cups/backend/beh
+/usr/lib/cups/backend/beh.pl
 
 %changelog


Reply via email to