Hello community, here is the log from the commit of package sg3_utils for openSUSE:Factory checked in at 2016-02-25 21:52:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sg3_utils (Old) and /work/SRC/openSUSE:Factory/.sg3_utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sg3_utils" Changes: -------- --- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes 2015-11-24 22:31:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2016-02-25 21:52:58.000000000 +0100 @@ -1,0 +2,55 @@ +Thu Feb 18 09:41:03 CET 2016 - [email protected] + +- Update to new upstream release 1.42: + * sg_timestamp: new, to report or set timestamp + * sg_read_attr: new, supported by tape drives + * sg_stpg: fix truncation of target port field + * sg_inq: cope with unicode strings, udev fixes + - update version descriptor list to 20160125 + - '--export': new entries for UUID descriptor + * sg_ses: add more field acronyms (ses3r11) + 8 sg_logs: add Utilization lpage (sbc4r07) + - add Background operation lpage + - add Pending defects lpage + - add LPS misalignment lpage (sbc4r10) + - document '--All' ('-A') option + - rework lto tape vendor lpages + * sg_vpd: add Block limits extension VPD page + - add Device constituents VPD page + - add LB Protection VPD page (ssc 15-296r1) + - LB provisioning VPD page: expand LBPRZ, add + Minimum and Threshold percentage fields + - rework lto tape vendor VPD pages + * sg_inq+sg_vpd+sg_xcopy: add support for locally + assigned UUIDs in VPD page 0x83 (15-267r2) + * sg_sanitize: add --znr option (sbc4r07) + * sg_rep_zones: add --partial option (zbc-r04) + * sg_format: add ffmt option (sbc4r10) + - add support for FORMAT MEDIUM (for tape) + * sg_raw: document length relationships + * rescan-scsi-bus.sh: updates from Suse + * sg_lib_data: sync asc/ascq codes with T10 20151126 + * sg_lib: add 'sense' categories for SCSI statuses: + condition met, busy, task set full, ACA active and + task aborted + - add pr2serr() extern + - change sg_get_sense_str() and dStrHexStr(), return + chars written (returned void previously) + - add sg_get_sense_descriptors_str() function + - add sg_get_designation_descriptor_str() function + - sg_get_desig_type_str()+sg_get_desig_assoc_str() + and sg_get_desig_code_set_str() added + - sg_get_opcode_sa_name() break out zoning in/out, + read attribute and read position service actions + * sg_cmds_extra: add sg_ll_format_unit2() for FFMT + * sg_pr2serr.h: new, to shorten fprintf(stderr, ...) + * sg_io_linux, sg_pt_linux: drop SUGGEST_* decoding + * sg_unaligned.h: add 48 bit support and gets for + variable length unsigned integers +- Delete sg3_utils-sg_inq-blacklist.diff; solved differently +- Added 40-usb-blacklist.rules (bsc#840054) +- Delete sg3_utils-58-scsi-sg3_symlink-fixup.patch; + merged with upstream +- Delete sg3_utils-flush-fixup.patch; merged with upstream + +------------------------------------------------------------------- Old: ---- sg3_utils-1.41.tar.xz sg3_utils-58-scsi-sg3_symlink-fixup.patch sg3_utils-flush-fixup.patch sg3_utils-sg_inq-blacklist.diff New: ---- 40-usb-blacklist.rules sg3_utils-1.42.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sg3_utils.spec ++++++ --- /var/tmp/diff_new_pack.okcDMw/_old 2016-02-25 21:52:59.000000000 +0100 +++ /var/tmp/diff_new_pack.okcDMw/_new 2016-02-25 21:52:59.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package sg3_utils # -# 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 @@ -17,8 +17,8 @@ Name: sg3_utils -%define lname libsgutils2-1_41-2 -Version: 1.41 +%define lname libsgutils2-1_42-2 +Version: 1.42 Release: 0 Summary: A collection of tools that send SCSI commands to devices License: GPL-2.0+ and BSD-3-Clause @@ -26,11 +26,8 @@ Url: http://sg.danny.cz/sg/sg3_utils.html Source: http://sg.danny.cz/sg/p/%name-%version.tar.xz +Source1: 40-usb-blacklist.rules Patch1: sgut-libversioning.diff -Patch3: sg3_utils-sg_inq-blacklist.diff -# PATCH-FIX-UPSTREAM sg3_utils-58-scsi-sg3_symlink-fixup.patch boo#940833 boo#940834 boo#947947 [email protected] -- Fix broken line in script -Patch4: sg3_utils-58-scsi-sg3_symlink-fixup.patch -Patch5: sg3_utils-flush-fixup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: udev @@ -87,9 +84,6 @@ %prep %setup -q %patch1 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 %build autoreconf -fi @@ -104,6 +98,7 @@ mkdir -p $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/55-scsi-sg3_id.rules $RPM_BUILD_ROOT%{_udevrulesdir} install -m 644 scripts/58-scsi-sg3_symlink.rules $RPM_BUILD_ROOT%{_udevrulesdir} +install -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_udevrulesdir} rm -f %{buildroot}%{_libdir}/*.la %post -p /sbin/ldconfig -n %lname @@ -122,6 +117,7 @@ %_bindir/scsi_logging_level %_bindir/rescan-scsi-bus.sh %_mandir/man8/*.8* +%{_udevrulesdir}/40-usb-blacklist.rules %{_udevrulesdir}/55-scsi-sg3_id.rules %{_udevrulesdir}/58-scsi-sg3_symlink.rules ++++++ 40-usb-blacklist.rules ++++++ # # Blacklist specific USB devices # # don't inquire sn and di on broken devices (https://bugzilla.suse.com/show_bug.cgi?id=840054) # unkown device ATTRS{idVendor}=="0aec", ATTRS{idProduct}=="3260", ENV{ID_SCSI_DI}="1" # Sony/JMicron port replicator ATTRS{idVendor}=="054c", ATTRS{idProduct}=="06a0", ENV{ID_SCSI_DI}="1" ++++++ sg3_utils-1.41.tar.xz -> sg3_utils-1.42.tar.xz ++++++ ++++ 32327 lines of diff (skipped)
