Hello community, here is the log from the commit of package scsi checked in at Sun Oct 29 02:23:17 CEST 2006. -------- --- scsi/scsi.changes 2006-10-08 19:49:17.000000000 +0200 +++ /mounts/work_src_done/STABLE/scsi/scsi.changes 2006-10-28 22:35:15.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Oct 28 22:35:08 CEST 2006 - meissner@suse.de + +- Use RPM_OPT_FLAGS also in borderline cases. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scsi.spec ++++++ --- /var/tmp/diff_new_pack.QMGMUq/_old 2006-10-29 02:23:10.000000000 +0200 +++ /var/tmp/diff_new_pack.QMGMUq/_new 2006-10-29 02:23:10.000000000 +0200 @@ -18,12 +18,12 @@ %define lsscsiver 0.18 %define sdparmver 0.99 %define smputver 0.91 -License: GPL +License: BSD License and BSD-like, GNU General Public License (GPL) - all versions Group: Hardware/Other Provides: scsiinfo sg_utils scsidev Autoreqprov: on Version: 1.7_2.36_1.22_0.18_0.99_0.91 -Release: 7 +Release: 15 Summary: SCSI Tools (Text Mode) Source: scsiinfo-%{sinfover}.tar.gz Patch: scsiinfo-%{sinfover}.diff @@ -371,6 +371,8 @@ %{insserv_cleanup} %changelog -n scsi +* Sat Oct 28 2006 - meissner@suse.de +- Use RPM_OPT_FLAGS also in borderline cases. * Sun Oct 08 2006 - aj@suse.de - Fix build. * Fri Aug 25 2006 - garloff@suse.de @@ -477,7 +479,7 @@ * '-Fhead': sort defect list by head * rework sg_err for better command name coverage: service actions, variable length and peripheral device type -- update asc,ascq codes to SPC-3 revision 19 + - update asc,ascq codes to SPC-3 revision 19 * move scsi_devfs_scan to archive directory * add sg_opcodes utility to list supported operation codes * add sg_persist utility to support persistent reservations ++++++ sg3_utils.diff ++++++ --- /var/tmp/diff_new_pack.QMGMUq/_old 2006-10-29 02:23:11.000000000 +0200 +++ /var/tmp/diff_new_pack.QMGMUq/_new 2006-10-29 02:23:11.000000000 +0200 @@ -1,3 +1,22 @@ +--- Makefile ++++ Makefile +@@ -61,13 +61,13 @@ + $(CC) $(INCLUDES) $(CFLAGS) $(S_CFLAGS) -c -o $@ $< + + sg_lib.lo: sg_lib.o +- libtool --mode=compile $(CC) -c sg_lib.c ++ libtool --mode=compile $(CC) $(CFLAGS) -c sg_lib.c + + sg_cmds.lo: sg_cmds.o +- libtool --mode=compile $(CC) -c sg_cmds.c ++ libtool --mode=compile $(CC) $(CFLAGS) -c sg_cmds.c + + sg_pt_linux.lo: sg_pt_linux.o +- libtool --mode=compile $(CC) -c sg_pt_linux.c ++ libtool --mode=compile $(CC) $(CFLAGS) -c sg_pt_linux.c + + libsgutils.la: sg_lib.lo sg_cmds.lo sg_pt_linux.lo + libtool --mode=link $(LD) -o libsgutils.la sg_lib.lo sg_cmds.lo \ --- llseek.c +++ llseek.c @@ -10,7 +10,7 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de