Hello community,

here is the log from the commit of package hplip for openSUSE:Factory checked 
in at 2016-07-01 09:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hplip (Old)
 and      /work/SRC/openSUSE:Factory/.hplip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hplip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hplip/hplip.changes      2015-12-17 
15:53:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hplip.new/hplip.changes 2016-07-01 
09:50:44.000000000 +0200
@@ -1,0 +2,55 @@
+Mon Jun  6 07:06:46 UTC 2016 - [email protected]
+
+- rebased change-udev-rules.diff and 
+  add_missing_includes_and_define_GNU_SOURCE.patch
+- Version upgrade to 3.16.5
+  * Added Support for the Following New Printers:
+    - HP OfficeJet 200 Mobile Printer Series
+    - HP OfficeJet Pro 8710 All-in-One Printer
+    - HP OfficeJet Pro 8715 All-in-One Printer
+    - HP OfficeJet Pro 8740 All-in-One Printer
+    - HP OfficeJet Pro 8720 All-in-One Printer
+    - HP OfficeJet Pro 8725 All-in-One Printer
+    - HP LaserJet Pro M501n
+    - HP LaserJet Pro M501dn
+  * Qt5 support is available. For more information check the following link
+    http://hplipopensource.com/node/376
+
+- Version upgrade to 3.16.3
+  * Added Support for the Following New Printers:
+    - HP PageWide Pro 577dw Multifunction Printer
+    - HP PageWide Pro 577z Multifunction Printer
+    - HP PageWide Pro 552dw Printer
+    - HP PageWide Pro 452dw Printer
+    - HP PageWide Pro 452dn Printer
+    - HP PageWide Pro 477dw Multifunction Printer
+    - HP PageWide Pro 477dn Multifunction Printer
+    - HP DeskJet GT 5810 All-in-One Printer
+    - HP DeskJet GT 5820 All-in-One Printer 
+  * fixed issue: Traceback error occurs when ESC button is hit upon the promt 
+    for root/superuser credentials while installing hp-plugin.
+
+- Version upgrade to 3.16.2
+  * Significant Change: Queue configuration using 'hp-setup' command is no more
+    supported for HP ScanJets. Scan frontends like xsane, hp-scan, scanimage,
+    simplescan will automatically detect usb and network ScanJets.
+  * Added Support for the Following New Printers:
+    - HP ScanJet Pro 4500 fn1 Network scanner
+    - HP LaserJet Pro MFP M127fs
+    - HP DeskJet Ultra Ink Advantage 2029 Printer
+    - HP DeskJet Ink Advantage Ultra 2529 All-in-One Printer
+  * Issues fixed:
+    - /usr/lib/sane/libsane-hpaio.so.1: undefined symbol: 
mdns_probe_nw_scanners
+      (Launchpad #1521687)
+    - udev: 56-hpmud.rules should not run usb_id for all USB devices out there
+      (Launchpad #1537467)
+    - Upgrade to HPLIP-3.15.11 fails (Launchpad: #1517494)
+    - HPLIP installation fails with non-english locale (Launchpad: #1536762)
+    - hp-plugin hangs on 'su' (Launchpad: #1483820)
+    - hp-plugin infinite loop (Launchpad: #1484916)
+    - hp-plugin not working - stuck on permission (Launchpad: #1510950)
+    - HP plugin installation hangs after accepting license (Launchpad: 
#1502025)
+    - Debian 8's hplip version is 3.14.6, not 3.15.2 (Launchpad: #1534404)
+    - Laserjet Pro MFP M127fs is not supported (Launchpad: #1532451)
+
+-------------------------------------------------------------------

Old:
----
  hplip-3.15.11.tar.gz
  hplip-3.15.11.tar.gz.asc

New:
----
  hplip-3.16.5.tar.gz
  hplip-3.16.5.tar.gz.asc

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

Other differences:
------------------
++++++ hplip.spec ++++++
--- /var/tmp/diff_new_pack.Bvcbxg/_old  2016-07-01 09:50:45.000000000 +0200
+++ /var/tmp/diff_new_pack.Bvcbxg/_new  2016-07-01 09:50:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hplip
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -23,7 +23,7 @@
 %endif
 
 Name:           hplip
-Version:        3.15.11
+Version:        3.16.5
 Release:        0
 Summary:        HP's Printing, Scanning, and Faxing Software
 License:        BSD-3-Clause and GPL-2.0+ and MIT
@@ -341,7 +341,7 @@
 # Be quiet when unpacking:
 %setup -q
 # Patch101 change-udev-rules.diff changes the udev rules file 56-hpmud.rules
-%patch101 -b .change-udev-rules.orig
+%patch101 -p1 -b .change-udev-rules.orig
 # Patch106 disable_hp-upgrade.patch disables hp-upgrade/upgrade.py for 
security reasons,
 # see https://bugzilla.novell.com/show_bug.cgi?id=853405
 # To upgrade HPLIP an openSUSE software package manager like YaST or zypper 
should be used.

++++++ add_missing_includes_and_define_GNU_SOURCE.patch ++++++
--- /var/tmp/diff_new_pack.Bvcbxg/_old  2016-07-01 09:50:46.000000000 +0200
+++ /var/tmp/diff_new_pack.Bvcbxg/_new  2016-07-01 09:50:46.000000000 +0200
@@ -57,17 +57,6 @@
  # include <stdint.h>
  
  # define _STRINGIZE(x) #x
-diff -Pdpru hplip-3.15.11.orig/scan/sane/hpaio.c 
hplip-3.15.11/scan/sane/hpaio.c
---- hplip-3.15.11.orig/scan/sane/hpaio.c       2015-11-12 11:28:47.000000000 
+0100
-+++ hplip-3.15.11/scan/sane/hpaio.c    2015-11-19 16:49:04.461174386 +0100
-@@ -45,6 +45,7 @@
- #include "ledm.h"
- #include "sclpml.h"
- #include "escl.h"
-+#include "io.h"
- 
- #define DEBUG_DECLARE_ONLY
- #include "sanei_debug.h"
 diff -Pdpru hplip-3.15.11.orig/scan/sane/sclpml.c 
hplip-3.15.11/scan/sane/sclpml.c
 --- hplip-3.15.11.orig/scan/sane/sclpml.c      2015-11-12 11:28:47.000000000 
+0100
 +++ hplip-3.15.11/scan/sane/sclpml.c   2015-11-19 16:48:16.290576562 +0100

++++++ change-udev-rules.diff ++++++
--- /var/tmp/diff_new_pack.Bvcbxg/_old  2016-07-01 09:50:46.000000000 +0200
+++ /var/tmp/diff_new_pack.Bvcbxg/_new  2016-07-01 09:50:46.000000000 +0200
@@ -1,6 +1,7 @@
---- data/rules/56-hpmud.rules.orig     2015-06-07 21:25:22.000000000 +0200
-+++ data/rules/56-hpmud.rules  2015-06-24 12:35:25.000000000 +0200
-@@ -1,18 +1,50 @@
+diff -ur hplip-3.16.5-orig/data/rules/56-hpmud.rules 
hplip-3.16.5/data/rules/56-hpmud.rules
+--- hplip-3.16.5-orig/data/rules/56-hpmud.rules        2016-05-04 
07:23:21.000000000 +0200
++++ hplip-3.16.5/data/rules/56-hpmud.rules     2016-06-06 09:04:05.828185741 
+0200
+@@ -1,8 +1,33 @@
  # HPLIP udev rules file. Notify console user if plugin support is required 
for this device.
 +#
 +# SUSE changed:
@@ -31,21 +32,16 @@
  ACTION!="add", GOTO="hpmud_rules_end"
 -SUBSYSTEM=="ppdev", OWNER="root", GROUP="lp", MODE="0664"
  SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="hpmud_usb_rules"
--
 +SUBSYSTEM=="ppdev", OWNER="root", GROUP="lp", MODE="0664"
-+GOTO="hpmud_rules_end"
+ GOTO="hpmud_rules_end"
  
  LABEL="hpmud_usb_rules"
- 
- ENV{ID_USB_INTERFACES}=="", IMPORT{builtin}="usb_id"
- 
- # ENV{ID_HPLIP}="1" is for Ubuntu udev-acl
+@@ -13,6 +38,12 @@
  ATTR{idVendor}=="03f0", ENV{ID_USB_INTERFACES}=="*:0701??:*|*:08????:", 
OWNER="root", GROUP="lp", MODE="0664", ENV{libsane_matched}="yes", 
ENV{hp_test}="yes", ENV{ID_HPLIP}="1"
  
  # This rule will check the smart install feature, plugin status and firmware 
download for the required printers.
 -ENV{hp_test}=="yes", PROGRAM="/bin/sh -c 'logger -p user.info loading HP 
Device $env{BUSNUM} $env{DEVNUM}'", RUN+="/bin/sh -c '/usr/bin/nohup 
/usr/bin/hp-config_usb_printer $env{BUSNUM}:$env{DEVNUM}'"
 +#ENV{hp_test}=="yes", PROGRAM="/bin/sh -c 'logger -p user.info loading HP 
Device $env{BUSNUM} $env{DEVNUM}'", RUN+="/bin/sh -c '/usr/bin/nohup 
/usr/bin/hp-config_usb_printer $env{BUSNUM}:$env{DEVNUM}'"
-+
 +# This rule uploads firmware to HP USB printer devices if needed:
 +ENV{hp_test}=="yes", PROGRAM="/bin/logger -p user.info udev hpmud.rules runs 
hp-firmware to test if HP device with USB vendor ID $attr{idVendor} and USB 
product ID $attr{idProduct} at USB bus ID $env{BUSNUM} and USB device ID 
$env{DEVNUM} needs firmware and if yes to upload it", 
RUN+="/usr/bin/hp-firmware -s $env{BUSNUM}:$env{DEVNUM}"
 +


++++++ hplip-3.15.11.tar.gz -> hplip-3.16.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/hplip/hplip-3.15.11.tar.gz 
/work/SRC/openSUSE:Factory/.hplip.new/hplip-3.16.5.tar.gz differ: char 5, line 1



Reply via email to