Hello community,

here is the log from the commit of package manufacturer-PPDs for 
openSUSE:Factory checked in at 2017-12-03 10:07:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/manufacturer-PPDs (Old)
 and      /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "manufacturer-PPDs"

Sun Dec  3 10:07:35 2017 rev:20 rq:546010 version:10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/manufacturer-PPDs/manufacturer-PPDs.changes      
2017-05-17 10:45:59.737377901 +0200
+++ /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new/manufacturer-PPDs.changes 
2017-12-03 10:07:37.743624422 +0100
@@ -1,0 +2,13 @@
+Mon Nov 27 13:47:48 CET 2017 - [email protected]
+
+- Removed all recode remainders in spec file: Since a long time
+  calling 'recode ibmpc..lat1 $PPD' does not work and fails with
+  'recode: $PPD failed: Ambiguous output in step CR-LF..data'
+  so that it had no effect since a long time (boo#1053646).
+
+-------------------------------------------------------------------
+Fri Nov 24 21:10:42 CET 2017 - [email protected]
+
+- Drop broken recode support (FATE#323644).
+
+-------------------------------------------------------------------
@@ -4 +17,2 @@
-- call gzip -n -9 to make build more reproducible and have smaller results
+- Call 'gzip -n -9' to make build more reproducible
+  and have smaller results.
@@ -9 +23 @@
-- update license to new format
+- Update license to new format.

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

Other differences:
------------------
++++++ manufacturer-PPDs.spec ++++++
--- /var/tmp/diff_new_pack.jBimod/_old  2017-12-03 10:07:38.763587339 +0100
+++ /var/tmp/diff_new_pack.jBimod/_new  2017-12-03 10:07:38.763587339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package manufacturer-PPDs
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,7 +18,6 @@
 
 Name:           manufacturer-PPDs
 BuildRequires:  cups
-BuildRequires:  recode
 Summary:        PPD Files from Printer Manufacturers
 License:        GPL-2.0+ and MIT
 Group:          Hardware/Printing
@@ -271,8 +270,6 @@
 #   Otherwise reading the last line results EOF and then some programs may 
ignore the last line.
 # - Only keep files which are really PPD files (test file's output).
 # - Only keep files which are of '*LanguageVersion: English'.
-# - If a file contains '\r\n' assume it is ibmpc encoded and then
-#   try to recode it to lat1 (therefore recode is needed for build).
 # - Remove whitespaces (except \n) from lines which contain only whitespaces
 #   ('\n \n' is not allowed but '\n\n' is),
 # - Change default media size to A4 if this is an available choice in the PPD 
and then
@@ -282,7 +279,6 @@
    do echo -en '\n' >>$p
       file $p | grep -q 'PPD file, ve' || { rm -v $p ; continue ; }
       grep -q '^\*LanguageVersion:[[:space:]]*English' $p || { rm -v $p ; 
continue ; }
-      cat $p | od -a | grep -q 'cr  nl' && recode ibmpc..lat1 $p || true
       perl -pi -e 's/^[ \t]+$//' $p
       for i in PageSize PageRegion ImageableArea PaperDimension
       do if grep -q "^\*$i[[:space:]]*A4[:/]" $p


Reply via email to