diff --git a/cups-deprecate-drivers.patch b/cups-deprecate-drivers.patch index afcfa59..c5a31f7 100644 --- a/cups-deprecate-drivers.patch +++ b/cups-deprecate-drivers.patch @@ -167,11 +167,11 @@ index 4498a8c..8776874 100755 count=`$GREP '^W ' $BASE/log/error_log | $GREP -v CreateProfile | $GREP -v 'libusb error' | $GREP -v ColorManager | $GREP -v 'Avahi client failed' | wc -l | awk '{print $1}'` -if test $count != 8; then - echo "FAIL: $count warning messages, expected 8." -+if test $count != 10; then -+ echo "FAIL: $count warning messages, expected 10." ++if test $count != 9; then ++ echo "FAIL: $count warning messages, expected 9." $GREP '^W ' $BASE/log/error_log - echo "
FAIL: $count warning messages, expected 8.
" >>$strfile -+ echo "FAIL: $count warning messages, expected 10.
" >>$strfile ++ echo "FAIL: $count warning messages, expected 9.
" >>$strfile echo "" >>$strfile $GREP '^W ' $BASE/log/error_log | sed -e '1,$s/&/&/g' -e '1,$s/</g' >>$strfile echo "" >>$strfile diff --git a/cups.spec b/cups.spec index cf4a787..7dc5b2b 100644 --- a/cups.spec +++ b/cups.spec @@ -17,7 +17,7 @@ Summary: CUPS printing system Name: cups Epoch: 1 Version: 2.3.3%{OP_VER} -Release: 16%{?dist} +Release: 17%{?dist} License: ASL 2.0 Url: http://www.cups.org/ # Apple stopped uploading the new versions into github, use OpenPrinting fork @@ -760,6 +760,9 @@ rm -f %{cups_serverbin}/backend/smb %{_mandir}/man7/ippeveps.7.gz %changelog +* Thu Mar 23 2023 Zdenek Dohnal