Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2024-01-04 15:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hplip (Old)
 and      /work/SRC/openSUSE:Factory/.hplip.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hplip"

Thu Jan  4 15:55:44 2024 rev:152 rq:1136615 version:3.23.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/hplip/hplip.changes      2023-11-20 
21:18:47.097110994 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new.28375/hplip.changes   2024-01-04 
15:56:57.331550177 +0100
@@ -1,0 +2,18 @@
+Wed Jan  3 16:11:11 UTC 2024 - Martin Wilck <[email protected]>
+
+- Update to hplip 3.23.12
+  * del fix-printer-attributes-parsing.patch (merged upstream)
+  * del hppsfilter-booklet-printing-change-insecure-fixed-tm.patch
+    (merged upstream)
+- Added support for new printers:  
+  * HP OfficeJet Pro 9130b series
+  * HP OfficeJet Pro 9120b series
+  * HP OfficeJet Pro 9110b series
+  * HP Color LaserJet Enterprise Flow MFP X58045z
+  * HP Color LaserJet Enterprise Flow MFP X58045zs
+  * HP Color LaserJet Enterprise MFP X58045dn 
+  * HP Color LaserJet Enterprise MFP X58045
+  * HP LaserJet Pro P1106 plus
+  * HP LaserJet Pro P1108 plus
+
+-------------------------------------------------------------------

Old:
----
  fix-printer-attributes-parsing.patch
  hplip-3.23.8.tar.gz
  hplip-3.23.8.tar.gz.asc
  hppsfilter-booklet-printing-change-insecure-fixed-tm.patch

New:
----
  _service
  hplip-3.23.12.tar.gz
  hplip-3.23.12.tar.gz.asc

BETA DEBUG BEGIN:
  Old:- Update to hplip 3.23.12
  * del fix-printer-attributes-parsing.patch (merged upstream)
  * del hppsfilter-booklet-printing-change-insecure-fixed-tm.patch
  Old:  * del fix-printer-attributes-parsing.patch (merged upstream)
  * del hppsfilter-booklet-printing-change-insecure-fixed-tm.patch
    (merged upstream)
BETA DEBUG END:

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

Other differences:
------------------
++++++ hplip.spec ++++++
--- /var/tmp/diff_new_pack.dGgEY6/_old  2024-01-04 15:56:58.427590216 +0100
+++ /var/tmp/diff_new_pack.dGgEY6/_new  2024-01-04 15:56:58.427590216 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hplip
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 %define pyexe %{_bindir}/python3
 %global use_qt5 1
 Name:           hplip
-Version:        3.23.8
+Version:        3.23.12
 Release:        0
 Summary:        HP's Printing, Scanning, and Faxing Software
 License:        BSD-3-Clause AND GPL-2.0-or-later AND MIT
@@ -86,10 +86,6 @@
 # PATCH-FIX-UPSTREAM: https://bugs.launchpad.net/hplip/+bug/1879445
 Patch404:       hplip-3.20.6-python-includes.patch
 Patch500:       hplip-missing-drivers.patch
-# PATCH-FIX-UPSTREAM boo#1209866 lp#2013185
-Patch501:       fix-printer-attributes-parsing.patch
-# PATCH-FIX-SUSE bsc#1214399
-Patch502:       hppsfilter-booklet-printing-change-insecure-fixed-tm.patch
 BuildRequires:  %{pymod devel}
 BuildRequires:  %{pymod qt5-devel}
 BuildRequires:  %{pymod xml}
@@ -335,8 +331,6 @@
 %patch403 -p1
 %patch404 -p1
 %patch500 -p1
-%patch501 -p1
-%patch502 -p1
 # replace "env" shebang and "/usr/bin/python" with real executable
 find . -name '*.py' -o -name pstotiff | \
     xargs -n 1 sed -i '1s,^#!\(%{_bindir}/env 
python\|%{_bindir}/python\),#!%{pyexe},'

++++++ _service ++++++
<?xml version="1.0"?><!-- -*- xml -*- -->
<services>
  <service name="download_files" mode="manual"/>
</services>




++++++ hplip-3.23.8.tar.gz -> hplip-3.23.12.tar.gz ++++++
/work/SRC/openSUSE:Factory/hplip/hplip-3.23.8.tar.gz 
/work/SRC/openSUSE:Factory/.hplip.new.28375/hplip-3.23.12.tar.gz differ: char 
13, line 1

++++++ hplip-missing-drivers.patch ++++++
--- /var/tmp/diff_new_pack.dGgEY6/_old  2024-01-04 15:56:58.547594601 +0100
+++ /var/tmp/diff_new_pack.dGgEY6/_new  2024-01-04 15:56:58.551594746 +0100
@@ -1,8 +1,19 @@
-Index: hplip-3.22.4/cups_drv.inc
-===================================================================
---- hplip-3.22.4.orig/cups_drv.inc
-+++ hplip-3.22.4/cups_drv.inc
-@@ -411,6 +411,7 @@ cups_ppd_printers = \
+From eab655e0f8ab7c7520e0c60970d74e51b25c2061 Mon Sep 17 00:00:00 2001
+From: Martin Wilck <[email protected]>
+Date: Fri, 15 Sep 2023 18:31:38 +0200
+Subject: [PATCH 18/18] hplip: missing drivers
+
+---
+ cups_drv.inc           |   2 +
+ data/models/models.dat | 477 ++++++++++++++++++++++++++++++++++++++++-
+ prnt/drv/hpcups.drv.in |  16 ++
+ 3 files changed, 486 insertions(+), 9 deletions(-)
+
+diff --git a/cups_drv.inc b/cups_drv.inc
+index 8a33bfe..dc38978 100644
+--- a/cups_drv.inc
++++ b/cups_drv.inc
+@@ -414,6 +414,7 @@ cups_ppd_printers = \
     ppd/hpcups/hp-laserjet_cm1418fnw-pcl3.ppd.gz \
     ppd/hpcups/hp-laserjet_cp1025.ppd.gz \
     ppd/hpcups/hp-laserjet_cp1025nw.ppd.gz \
@@ -10,7 +21,7 @@
     ppd/hpcups/hp-laserjet_m1005.ppd.gz \
     ppd/hpcups/hp-laserjet_m101-m106.ppd.gz \
     ppd/hpcups/hp-laserjet_m109-m112.ppd.gz \
-@@ -527,6 +528,7 @@ cups_ppd_printers = \
+@@ -531,6 +532,7 @@ cups_ppd_printers = \
     ppd/hpcups/hp-laserjet_professional_p1607dn.ppd.gz \
     ppd/hpcups/hp-laserjet_professional_p1608dn.ppd.gz \
     ppd/hpcups/hp-laserjet_professional_p1609dn.ppd.gz \
@@ -18,10 +29,10 @@
     ppd/hpcups/hp-laserjet_professional_p_1102w.ppd.gz \
     ppd/hpcups/hp-laserjet_tank_1020.ppd.gz \
     ppd/hpcups/hp-laserjet_tank_150x.ppd.gz \
-Index: hplip-3.22.4/data/models/models.dat
-===================================================================
---- hplip-3.22.4.orig/data/models/models.dat
-+++ hplip-3.22.4/data/models/models.dat
+diff --git a/data/models/models.dat b/data/models/models.dat
+index a567fdd..ed89569 100644
+--- a/data/models/models.dat
++++ b/data/models/models.dat
 @@ -2104,7 +2104,7 @@ usb-pid=411
  usb-vid=3f0
  wifi-config=0
@@ -46,7 +57,7 @@
  ppd-name=hp-laserjet_100_color_mfp_m175-ps.ppd
  monitor-type=0
  panel-check-type=0
-@@ -2165,6 +2157,378 @@ usb-pid=62a
+@@ -2218,6 +2210,378 @@ usb-pid=62a
  usb-vid=3f0
  wifi-config=3
  
@@ -425,7 +436,7 @@
  [officejet_100_mobile_l411]
  align-type=-1
  clean-type=1
-@@ -17867,6 +18231,58 @@ usb-pid=2c17
+@@ -17920,6 +18284,58 @@ usb-pid=2c17
  usb-vid=3f0
  wifi-config=0
  
@@ -484,7 +495,7 @@
  [hp_laserjet_cp1025nw]
  align-type=0
  clean-type=0
-@@ -18468,6 +18884,49 @@ usb-pid=3011
+@@ -18521,6 +18937,49 @@ usb-pid=3011
  usb-vid=3f0
  wifi-config=0
  
@@ -534,14 +545,15 @@
  [hp_laserjet_professional_p1102]
  align-type=0
  clean-type=0
-Index: hplip-3.22.4/prnt/drv/hpcups.drv.in
-===================================================================
---- hplip-3.22.4.orig/prnt/drv/hpcups.drv.in
-+++ hplip-3.22.4/prnt/drv/hpcups.drv.in
-@@ -22689,6 +22689,14 @@ Group "RLT/HP Real Life Technologies"
+diff --git a/prnt/drv/hpcups.drv.in b/prnt/drv/hpcups.drv.in
+index 2829168..3c1377a 100644
+--- a/prnt/drv/hpcups.drv.in
++++ b/prnt/drv/hpcups.drv.in
+@@ -23107,6 +23107,14 @@ Group "RLT/HP Real Life Technologies"
+       Attribute "Product" "" "(HP LaserJet Professional p1102 Printer)"
        Attribute "Product" "" "(HP LaserJet Professional p1102s Printer)"
      }
-     {
++    {
 +      ModelName "HP LaserJet Professional p1102w"
 +      Attribute "NickName" "" "HP LaserJet Professional p1102w, hpcups 
$Version, requires proprietary plugin"
 +      Attribute "ShortNickName" "" "HP LaserJet Professional p1102w hpijs"
@@ -549,11 +561,10 @@
 +      PCFileName "hp-laserjet_professional_p1102w.ppd"
 +      Attribute "Product" "" "(HP LaserJet Professional p1102w Printer)"
 +    }
-+    {
+     {
        ModelName "HP LaserJet Professional p1106"
        Attribute "NickName" "" "HP LaserJet Professional p1106, hpcups 
$Version"
-       Attribute "ShortNickName" "" "HP LJ Pro p1106 hpijs"
-@@ -23122,6 +23130,14 @@ Group "RLT/HP Real Life Technologies"
+@@ -23541,6 +23549,14 @@ Group "RLT/HP Real Life Technologies"
        PCFileName "hp-laserjet_cp1025nw.ppd"
        Attribute "Product" "" "(HP LaserJet Pro cp1025nw Color Printer Series)"
      }
@@ -568,4 +579,7 @@
    }
  } // End LJZjsColor (for proprietary plugin)
  
+-- 
+2.43.0
+
 

Reply via email to