Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package manufacturer-PPDs for openSUSE:Factory checked in at 2022-09-13 15:07:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/manufacturer-PPDs (Old) and /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "manufacturer-PPDs" Tue Sep 13 15:07:56 2022 rev:23 rq:1002995 version:10.2 Changes: -------- --- /work/SRC/openSUSE:Factory/manufacturer-PPDs/manufacturer-PPDs.changes 2020-07-05 01:10:43.895518143 +0200 +++ /work/SRC/openSUSE:Factory/.manufacturer-PPDs.new.2083/manufacturer-PPDs.changes 2022-09-13 15:08:02.980416342 +0200 @@ -1,0 +2,5 @@ +Mon Sep 12 13:24:23 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- use grep -E instead of egrep to be compatible with newer grep versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ manufacturer-PPDs.spec ++++++ --- /var/tmp/diff_new_pack.sqkQgR/_old 2022-09-13 15:08:03.760418538 +0200 +++ /var/tmp/diff_new_pack.sqkQgR/_new 2022-09-13 15:08:03.764418550 +0200 @@ -1,7 +1,7 @@ # # spec file for package manufacturer-PPDs # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -362,7 +362,7 @@ # than to be rigorous regarding enforcing compliance to the PPD specification: for d in hp oce epson kyocera oki ricoh gestetner infotec lanier nrg savin brother toshiba do for p in $d/*.ppd - do egrep -v '^\*UIConstraints:|^\*NonUIConstraints:' $p | cupstestppd - || true + do grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:' $p | cupstestppd - || true gzip -n -9 $p done done @@ -384,7 +384,7 @@ # to provide all PPDs so that the matching printers can be used # than to be rigorous regarding enforcing compliance to the PPD specification: for p in sharp/*.ppd -do egrep -v '^\*UIConstraints:|^\*NonUIConstraints:|DuplexBooklet' $p | cupstestppd - || true +do grep -E -v '^\*UIConstraints:|^\*NonUIConstraints:|DuplexBooklet' $p | cupstestppd - || true gzip -n -9 $p done # For each manufacturer check and warn for duplicate NickName entries. @@ -424,7 +424,4 @@ this package, ask your printer manufacturer for a PPD file or visit http://www.linuxprinting.org/ppd-doc.html. - - - %changelog