Hello community,

here is the log from the commit of package hwinfo for openSUSE:Factory checked 
in at 2016-06-13 21:49:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwinfo (Old)
 and      /work/SRC/openSUSE:Factory/.hwinfo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hwinfo"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes    2016-06-03 
16:35:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hwinfo.new/hwinfo.changes       2016-06-13 
21:49:10.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun  8 10:44:44 UTC 2016 - snw...@suse.com
+
+- add aliases with '-' for options with '_' (bsc#983004)
+- clarify hwinfo usage in man page and help text (bsc#982332)
+- 21.27
+
+-------------------------------------------------------------------

Old:
----
  hwinfo-21.26.tar.xz

New:
----
  hwinfo-21.27.tar.xz

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

Other differences:
------------------
++++++ hwinfo.spec ++++++
--- /var/tmp/diff_new_pack.439EF2/_old  2016-06-13 21:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.439EF2/_new  2016-06-13 21:49:11.000000000 +0200
@@ -36,7 +36,7 @@
 Group:          Hardware/Other
 # Until migration to github this should be correct url
 Url:            http://gitorious.org/opensuse/hwinfo
-Version:        21.26
+Version:        21.27
 Release:        0
 Source:         %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ hwinfo-21.26.tar.xz -> hwinfo-21.27.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.26/VERSION new/hwinfo-21.27/VERSION
--- old/hwinfo-21.26/VERSION    2016-05-30 13:56:19.000000000 +0200
+++ new/hwinfo-21.27/VERSION    2016-06-08 12:40:59.000000000 +0200
@@ -1 +1 @@
-21.26
+21.27
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.26/changelog new/hwinfo-21.27/changelog
--- old/hwinfo-21.26/changelog  2016-05-30 13:56:19.000000000 +0200
+++ new/hwinfo-21.27/changelog  2016-06-08 12:40:59.000000000 +0200
@@ -1,3 +1,7 @@
+2016-06-08:    21.27
+       - add aliases with '-' for options with '_' (bsc #983004)
+       - clarify hwinfo usage in man page and help text (bsc #982332)
+
 2016-05-30:    21.26
        - change wording for SCSI reference
        - add reference to SCSI command specification
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.26/doc/hwinfo.8 
new/hwinfo-21.27/doc/hwinfo.8
--- old/hwinfo-21.26/doc/hwinfo.8       2016-05-30 13:56:19.000000000 +0200
+++ new/hwinfo-21.27/doc/hwinfo.8       2016-06-08 12:40:59.000000000 +0200
@@ -1,5 +1,6 @@
-.TH HWINFO 8 "June 2009" "hwinfo" "System configuration"
+.TH HWINFO 8 "June 2016" "hwinfo" "System configuration"
 .\"
+.nh
 .SH NAME
 hwinfo \- probe for hardware
 .\"
@@ -27,6 +28,8 @@
 network, partition, pci, pcmcia, pcmcia-ctrl, pppoe, printer, redasd,
 reallyall, scanner, scsi, smp, sound, storage-ctrl, sys, tape, tv, uml, usb,
 usb-ctrl, vbe, wlan, xen, zip
+
+Note that if this option is missing, no hardware probing will be done!
 .TP
 \fB--short\fR
 Show only a summary. Use this option in addition to a hardware probing
@@ -36,8 +39,10 @@
 Normally hwinfo does not report RAID devices. Add this option to see them.
 .TP
 \fB--only \fIDEVNAME\fR
-This option can be given more than once. If you add this option, only data
-about devices with \fIDEVNAME\fR will be shown.
+This option can be given more than once. If you add this option
+only entries in the device list matching \fIDEVNAME\fR will be shown.
+Note that you also have to specify --<\fIHARDWARE_ITEM\fR> to trigger
+any device probing.
 .TP
 \fB--save-config \fISPEC\fR
 Store config for a particular device below /var/lib/hardware. \fISPEC\fR
@@ -54,13 +59,15 @@
 .TP
 \fB--debug \fIN\fR
 Set debug level to \fIN\fR. The debug info is shown only in the log file.
-If you specify a log file, the debug level is implicitly set to a reasonable 
value.
+If you specify a log file, the debug level is implicitly set to a reasonable 
value
+(N is a bitmask of individual flags).
 .TP
 \fB--verbose\fR
 Increase verbosity. Only together with --map.
 .TP
 \fB--log \fIFILE\fR
 Write log info to \fIFILE\fR.
+Don't forget to also specify --<\fIHARDWARE_ITEM\fR> to trigger any device 
probing.
 .TP
 \fB--dump-db \fIN\fR
 Dump hardware data base. \fIN\fR is either 0 for the external data base in
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hwinfo-21.26/hwinfo.c new/hwinfo-21.27/hwinfo.c
--- old/hwinfo-21.26/hwinfo.c   2016-05-30 13:56:19.000000000 +0200
+++ new/hwinfo-21.27/hwinfo.c   2016-06-08 12:40:59.000000000 +0200
@@ -150,12 +150,16 @@
   { "memory", 0, NULL, 1000 + hw_memory },
   { "manual", 0, NULL, 1000 + hw_manual },
   { "pcmcia", 0, NULL, 1000 + hw_pcmcia },
+  { "pcmcia-ctrl", 0, NULL, 1000 + hw_pcmcia_ctrl },
   { "pcmcia_ctrl", 0, NULL, 1000 + hw_pcmcia_ctrl },
   { "ieee1394", 0, NULL, 1000 + hw_ieee1394 },
+  { "ieee1394-ctrl", 0, NULL, 1000 + hw_ieee1394_ctrl },
   { "ieee1394_ctrl", 0, NULL, 1000 + hw_ieee1394_ctrl },
   { "firewire", 0, NULL, 1000 + hw_ieee1394 },
+  { "firewire-ctrl", 0, NULL, 1000 + hw_ieee1394_ctrl },
   { "firewire_ctrl", 0, NULL, 1000 + hw_ieee1394_ctrl },
   { "hotplug", 0, NULL, 1000 + hw_hotplug },
+  { "hotplug-ctrl", 0, NULL, 1000 + hw_hotplug_ctrl },
   { "hotplug_ctrl", 0, NULL, 1000 + hw_hotplug_ctrl },
   { "zip", 0, NULL, 1000 + hw_zip },
   { "pppoe", 0, NULL, 1000 + hw_pppoe },
@@ -817,8 +821,10 @@
     "        Normally hwinfo does not report RAID devices. Add this option 
to\n"
     "        see them.\n"
     "    --only DEVNAME\n"
-    "        This option can be given more than once. If you add this 
option,\n"
-    "        only data about devices with DEVNAME will be shown.\n"
+    "        This option can be given more than once. If you add this option\n"
+    "        only entries in the device list matching DEVNAME will be shown.\n"
+    "        Note that you also have to specify --<HARDWARE_ITEM> to trigger\n"
+    "        any device probing.\n"
     "    --save-config SPEC\n"
     "        Store config  for a particular device below /var/lib/hardware.\n"
     "        SPEC can be a device name, an UDI, or 'all'. This option must 
be\n"
@@ -832,11 +838,13 @@
     "    --debug N\n"
     "        Set debug level to N. The debug info is shown only in the log\n"
     "        file. If you specify a log file, the debug level is implicitly\n"
-    "        set to a reasonable value.\n"
+    "        set to a reasonable value (N is a bitmask of individual flags).\n"
     "    --verbose\n"
     "        Increase verbosity. Only together with --map.\n"
     "    --log FILE\n"
     "        Write log info to FILE.\n"
+    "        Don't forget to also specify --<HARDWARE_ITEM> to trigger any\n"
+    "        device probing.\n"
     "    --dump-db N\n"
     "        Dump hardware data base. N is either 0 for the external data\n"
     "        base in /var/lib/hardware, or 1 for the internal data base.\n"


Reply via email to