Hello community,

here is the log from the commit of package sg3_utils for openSUSE:Factory 
checked in at 2013-03-12 11:33:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sg3_utils (Old)
 and      /work/SRC/openSUSE:Factory/.sg3_utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sg3_utils", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sg3_utils/sg3_utils.changes      2012-07-09 
13:31:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sg3_utils.new/sg3_utils.changes 2013-03-12 
11:33:26.000000000 +0100
@@ -1,0 +2,48 @@
+Tue Mar 12 09:13:45 CET 2013 - [email protected]
+
+- Update to version 1.35
+  - sg_compare_and_write: new utility
+  - sg_inq+sg_vpd: block device characteristics VPD page:
+    add product_type, WABEREQ, WACEREQ and VBULS fields
+  - sg_inq: more --export option changes for udev
+  - sg_vpd: add more rdac vendor specific vpd pages
+  - sg_verify: add --ebytchk option for sbc3r34 changes
+  - sg_stpg: --offline option: fix 'Invalid state 0xe'
+  - sg_ses: Door Lock element changed to Door element and
+    abbreviation changed from 'dl' to 'do' (ses3r05)
+  - archive/rescan-scsi-bus.sh: upgrade to version 1.53hr
+    - move rescan-scsi-bus.sh to scripts directory
+  - sync to sbc3r34
+  - sg_lib: sg_ll_verify10+16 expand BYTCHK to 2 bit field
+  - sg_pt_win32, sg_scan(win32): changes for cygwin 1.7.17
+  - clean up man page summary lines
+  - sg_xcopy: new dd like utility for extended copy command
+  - sg_copy_results: new utility for receive copy results
+  - sg_verify: add 16 byte cdb, bytchk (data-out buffer)
+    and group number support
+  - sync to spc4r36 and sbc3r32
+  - sg_inq: add --export so sg_inq can replace udev's scsi_id
+    - decode old EMC Symmetrix abuse of VPD page 0x83
+  - sg_vpd: decode old EMC Symmetrix abuse of VPD page 0x83
+  - sg_ses: increase max dpage response size to 64 KB
+    - allow ident,locate on enclosure controller
+    - more sanity for additional element status descriptor
+  - sg_sanitize: add --ause, --fail and --test=
+  - sg_luns: add long extended flat space addressing format
+  - sg_logs: add ATA pass-through results lpage (SAT-2)
+  - sg_rtpg: add --extended option
+  - sg_senddiag: list rebuild assist diag page name
+  - sg_pt_linux: expand DID_ (host_byte) codes
+    - cope with a transport error plus sense data
+    - prefer major() over MAJOR() macro
+  - sg_lib: fix sg_get_command_name() service actions
+    - report sdat_ovfl bit (if set) in sense data
+    - decode extended_copy and receive_copy service actions
+    - decode read_buffer and write_buffer modes
+    - decode ATA PT fixed format sense (SAT-2)
+  - sg_cmds_extra: add sg_ll_report_tgt_prt_grp2()
+  - ./configure options:
+    - change --enable-no-linux-bsg to --disable-linuxbsg
+    - add --disable-scsistrings to reduce utility sizes
+
+-------------------------------------------------------------------

Old:
----
  rescan-scsi-bus.sh
  sg3_utils-1.33.tgz

New:
----
  sg3_utils-1.35.tgz

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

Other differences:
------------------
++++++ sg3_utils.spec ++++++
--- /var/tmp/diff_new_pack.aQk0Eo/_old  2013-03-12 11:33:27.000000000 +0100
+++ /var/tmp/diff_new_pack.aQk0Eo/_new  2013-03-12 11:33:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sg3_utils
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,12 @@
 Url:            http://sg.danny.cz/sg/sg3_utils.html
 
 Name:           sg3_utils
-Version:        1.33
+Version:        1.35
 Release:        0
 Summary:        A collection of tools that send SCSI commands to devices
 License:        GPL-2.0+ and BSD-3-Clause
 Group:          Hardware/Other
 Source:         http://sg.danny.cz/sg/p/sg3_utils-%{version}.tgz
-Source2:        http://www.garloff.de/kurt/linux/rescan-scsi-bus.sh
 Requires(pre):  %insserv_prereq
 Provides:       scsi
 Provides:       sg_utils
@@ -42,7 +41,6 @@
 
 %package devel
 Summary:        A collection of tools that send SCSI commands to devices
-License:        GPL-2.0+ and BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 
@@ -64,7 +62,7 @@
 %install
 %makeinstall
 install -m 755 scripts/scsi_logging_level $RPM_BUILD_ROOT%{_bindir}
-install -m 755 %{S:2} $RPM_BUILD_ROOT%{_bindir}
+install -m 755 scripts/rescan-scsi-bus.sh $RPM_BUILD_ROOT%{_bindir}
 %{__rm} -f %{buildroot}%{_libdir}/*.la
 
 %post -p /sbin/ldconfig
@@ -75,121 +73,21 @@
 %defattr(-,root,root)
 %doc README README.sg_start 
 %doc ChangeLog CREDITS NEWS
-%attr(755,root,root) %{_bindir}/sg_dd
-%attr(755,root,root) %{_bindir}/sg_inq
-%attr(755,root,root) %{_bindir}/sg_scan
-%attr(755,root,root) %{_bindir}/sg_rbuf
+%attr(755,root,root) %{_bindir}/sg_*
 %attr(755,root,root) %{_bindir}/sginfo
-%attr(755,root,root) %{_bindir}/sg_readcap
 %attr(755,root,root) %{_bindir}/sgp_dd
-%attr(755,root,root) %{_bindir}/sg_map
-%attr(755,root,root) %{_bindir}/sg_turs
-%attr(755,root,root) %{_bindir}/sg_test_rwbuf
-#%%attr(755,root,root) %%{_bindir}/scsi_devfs_scan
 %attr(755,root,root) %{_bindir}/sgm_dd
-%attr(755,root,root) %{_bindir}/sg_read
-%attr(755,root,root) %{_bindir}/sg_logs
-%attr(755,root,root) %{_bindir}/sg_modes
-%attr(755,root,root) %{_bindir}/sg_opcodes
-%attr(755,root,root) %{_bindir}/sg_persist
-%attr(755,root,root) %{_bindir}/sg_senddiag
-%attr(755,root,root) %{_bindir}/sg_reset
-%attr(755,root,root) %{_bindir}/sg_emc_trespass
-%attr(755,root,root) %{_bindir}/sg_read_long
-%attr(755,root,root) %{_bindir}/sg_requests
-%attr(755,root,root) %{_bindir}/sg_ses
-%attr(755,root,root) %{_bindir}/sg_verify
-%attr(755,root,root) %{_bindir}/sg_write_long
-%attr(755,root,root) %{_bindir}/sg_luns
-%attr(755,root,root) %{_bindir}/sg_prevent
-%attr(755,root,root) %{_bindir}/sg_get_config
-%attr(755,root,root) %{_bindir}/sg_sync
-%attr(755,root,root) %{_bindir}/sg_wr_mode
-%attr(755,root,root) %{_bindir}/sg_reassign
-%attr(755,root,root) %{_bindir}/sg_rtpg
-%attr(755,root,root) %{_bindir}/sg_format
-%attr(755,root,root) %{_bindir}/sg_rmsn
-%attr(755,root,root) %{_bindir}/sg_start
-%attr(755,root,root) %{_bindir}/sg_ident
-%attr(755,root,root) %{_bindir}/sg_map26
-%attr(755,root,root) %{_bindir}/sg_rdac
-%attr(755,root,root) %{_bindir}/sg_vpd
-%attr(755,root,root) %{_bindir}/sg_raw
-%attr(755,root,root) %{_bindir}/sg_write_buffer
-%attr(755,root,root) %{_bindir}/sg_sat_identify
-%attr(755,root,root) %{_bindir}/sg_read_buffer
-%attr(755,root,root) %{_bindir}/sg_safte
-%attr(755,root,root) %{_bindir}/sg_sat_phy_event
-%attr(755,root,root) %{_bindir}/sg_sat_set_features
-%attr(755,root,root) %{_bindir}/sg_stpg
 %attr(755,root,root) %{_bindir}/scsi_logging_level
 %attr(755,root,root) %{_bindir}/rescan-scsi-bus.sh
-%attr(755,root,root) %{_bindir}/sg_get_lba_status
-%attr(755,root,root) %{_bindir}/sg_read_block_limits
-%attr(755,root,root) %{_bindir}/sg_unmap
-%attr(755,root,root) %{_bindir}/sg_write_same
-%attr(755,root,root) %{_bindir}/sg_decode_sense
-%attr(755,root,root) %{_bindir}/sg_referrals
-%attr(755,root,root) %{_bindir}/sg_sanitize
-%doc %{_mandir}/man8/sg_dd.8.gz
+%doc %{_mandir}/man8/sg_*.8.gz
 %doc %{_mandir}/man8/sgp_dd.8.gz
 %doc %{_mandir}/man8/sgm_dd.8.gz
-%doc %{_mandir}/man8/sg_map.8.gz
-%doc %{_mandir}/man8/sg_rbuf.8.gz
-%doc %{_mandir}/man8/sg_read.8.gz
-%doc %{_mandir}/man8/sg_scan.8.gz
 %doc %{_mandir}/man8/sginfo.8.gz
-%doc %{_mandir}/man8/sg_readcap.8.gz
-%doc %{_mandir}/man8/sg_turs.8.gz
-%doc %{_mandir}/man8/sg_inq.8.gz
-%doc %{_mandir}/man8/sg_test_rwbuf.8.gz
-#%%doc %%{_mandir}/man8/scsi_devfs_scan.8.gz
-%doc %{_mandir}/man8/sg_start.8.gz
-%doc %{_mandir}/man8/sg_reset.8.gz
-%doc %{_mandir}/man8/sg_modes.8.gz
-%doc %{_mandir}/man8/sg_logs.8.gz
-%doc %{_mandir}/man8/sg_opcodes.8.gz
-%doc %{_mandir}/man8/sg_persist.8.gz
-%doc %{_mandir}/man8/sg_senddiag.8.gz
-%doc %{_mandir}/man8/sg_emc_trespass.8.gz
-%doc %{_mandir}/man8/sg_read_long.8.gz
-%doc %{_mandir}/man8/sg_requests.8.gz
-%doc %{_mandir}/man8/sg_ses.8.gz
-%doc %{_mandir}/man8/sg_verify.8.gz
-%doc %{_mandir}/man8/sg_write_long.8.gz
-%doc %{_mandir}/man8/sg_luns.8.gz
-%doc %{_mandir}/man8/sg_prevent.8.gz
-%doc %{_mandir}/man8/sg_get_config.8.gz
-%doc %{_mandir}/man8/sg_sync.8.gz
-%doc %{_mandir}/man8/sg_wr_mode.8.gz
-%doc %{_mandir}/man8/sg_reassign.8.gz
-%doc %{_mandir}/man8/sg_rtpg.8.gz
-%doc %{_mandir}/man8/sg_format.8.gz
-%doc %{_mandir}/man8/sg_rmsn.8.gz
-%doc %{_mandir}/man8/sg_ident.8.gz
-%doc %{_mandir}/man8/sg_map26.8.gz
-%doc %{_mandir}/man8/sg_rdac.8.gz
-%doc %{_mandir}/man8/sg_vpd.8.gz
-%doc %{_mandir}/man8/sg_raw.8.gz
-%doc %{_mandir}/man8/sg_write_buffer.8.gz
-%doc %{_mandir}/man8/sg_sat_identify.8.gz
-%doc %{_mandir}/man8/sg_read_buffer.8.gz
-%doc %{_mandir}/man8/sg_safte.8.gz
-%doc %{_mandir}/man8/sg_sat_phy_event.8.gz
-%doc %{_mandir}/man8/sg_sat_set_features.8.gz
-%doc %{_mandir}/man8/sg_stpg.8.gz
 %doc %{_mandir}/man8/sg3_utils.8.gz
 %doc %{_mandir}/man8/scsi_readcap.8.gz
 %doc %{_mandir}/man8/scsi_ready.8.gz
 %doc %{_mandir}/man8/scsi_start.8.gz
 %doc %{_mandir}/man8/scsi_stop.8.gz
-%doc %{_mandir}/man8/sg_get_lba_status.8.gz
-%doc %{_mandir}/man8/sg_read_block_limits.8.gz
-%doc %{_mandir}/man8/sg_unmap.8.gz
-%doc %{_mandir}/man8/sg_write_same.8.gz
-%doc %{_mandir}/man8/sg_decode_sense.8.gz
-%doc %{_mandir}/man8/sg_referrals.8.gz
-%doc %{_mandir}/man8/sg_sanitize.8.gz
 %doc %{_mandir}/man8/scsi_logging_level.8.gz
 %doc %{_mandir}/man8/scsi_mandat.8.gz
 %doc %{_mandir}/man8/scsi_satl.8.gz

++++++ sg3_utils-1.33.tgz -> sg3_utils-1.35.tgz ++++++
++++ 23339 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to