Hello community,
here is the log from the commit of package yast2-hardware-detection for
openSUSE:Factory checked in at 2016-11-21 14:21:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-hardware-detection (Old)
and /work/SRC/openSUSE:Factory/.yast2-hardware-detection.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-hardware-detection"
Changes:
--------
---
/work/SRC/openSUSE:Factory/yast2-hardware-detection/yast2-hardware-detection.changes
2015-02-22 17:21:04.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.yast2-hardware-detection.new/yast2-hardware-detection.changes
2016-11-21 14:21:33.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 17 12:54:55 CET 2016 - [email protected]
+
+- parse new entry for permanent mac address (bsc#1007172)
+- 3.1.8
+
+-------------------------------------------------------------------
Old:
----
yast2-hardware-detection-3.1.7.tar.bz2
New:
----
yast2-hardware-detection-3.1.8.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-hardware-detection.spec ++++++
--- /var/tmp/diff_new_pack.yVMvfZ/_old 2016-11-21 14:21:34.000000000 +0100
+++ /var/tmp/diff_new_pack.yVMvfZ/_new 2016-11-21 14:21:34.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package yast2-hardware-detection
#
-# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 3.1.7
+Version: 3.1.8
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-hardware-detection-3.1.7.tar.bz2 ->
yast2-hardware-detection-3.1.8.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.7/CONTRIBUTING.md
new/yast2-hardware-detection-3.1.8/CONTRIBUTING.md
--- old/yast2-hardware-detection-3.1.7/CONTRIBUTING.md 2015-02-20
16:52:10.000000000 +0100
+++ new/yast2-hardware-detection-3.1.8/CONTRIBUTING.md 2016-11-18
11:09:53.000000000 +0100
@@ -3,7 +3,7 @@
YaST is an open source project and as such it welcomes all kinds of
contributions. If you decide to contribute, please follow these guidelines to
-ensure the process is effective and pleasant both for you and YaST maintainers.
+ensure the process is effective and pleasant both for you and the YaST
maintainers.
There are two main forms of contribution: reporting bugs and performing code
changes.
@@ -12,18 +12,16 @@
-----------
If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
+[Bugzilla](https://bugzilla.suse.com/enter_bug.cgi?format=guided&product=openSUSE+Factory&component=YaST2)
or [GitHub issues](../../issues). (For Bugzilla, use the [simplified
registration](https://secure-www.novell.com/selfreg/jsp/createSimpleAccount.jsp)
if you don't have an account yet.)
-If you find a problem, please report it either using
-[Bugzilla](https://bugzilla.novell.com/) or GitHub issues. We can't guarantee
-that every bug will be fixed, but we'll try.
-
When creating a bug report, please follow our [bug reporting
guidelines](http://en.opensuse.org/openSUSE:Report_a_YaST_bug).
+We can't guarantee that every bug will be fixed, but we'll try.
+
Code Changes
------------
@@ -44,15 +42,22 @@
to the [Ruby style
guide](https://github.com/SUSE/style-guides/blob/master/Ruby.md).
- 4. Make sure your change didn't break anything by building the RPM package
+ 4. Update the package version (in `packages/*.spec`, usually by
+ `rake version:bump`) and add a new entry to the `package/*.changes` file
+ (by `osc vc package`).
+ For bigger changes or changes which need longer discussion it is advised
to
+ add this as a separate last commit so it can be easily updated when
another
+ change is merged in the meantime.
+
+ 5. Make sure your change didn't break anything by building the RPM package
(`rake osc:build`). The build process includes running the full testsuite.
- 5. Publish the branch and create a pull request.
+ 6. Publish the branch and create a pull request.
- 6. YaST developers will review your change and possibly point out issues.
+ 7. YaST developers will review your change and possibly point out issues.
Adapt the code under their guidance until they are all resolved.
- 7. Finally, the pull request will get merged or rejected.
+ 8. Finally, the pull request will get merged or rejected.
See also [GitHub's guide on
contributing](https://help.github.com/articles/fork-a-repo).
@@ -60,9 +65,6 @@
If you want to do multiple unrelated changes, use separate branches and pull
requests.
-Do not change the `VERSION` and `*.changes` files as this could lead to
-conflicts.
-
### Commits
Each commit in the pull request should do only one thing, which is clearly
@@ -71,7 +73,7 @@
[widely used
conventions](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
-If your commit is related to a bug in Buzgilla or an issue on GitHub, make sure
+If your commit is related to a bug in Bugzilla or an issue on GitHub, make sure
you mention it in the commit message for cross-reference. Use format like
bnc#775814 or gh#yast/yast-foo#42. See also [GitHub
autolinking](https://help.github.com/articles/github-flavored-markdown#references)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-hardware-detection-3.1.7/agent/HwParse.cc
new/yast2-hardware-detection-3.1.8/agent/HwParse.cc
--- old/yast2-hardware-detection-3.1.7/agent/HwParse.cc 2015-02-20
16:52:10.000000000 +0100
+++ new/yast2-hardware-detection-3.1.8/agent/HwParse.cc 2016-11-18
11:09:53.000000000 +0100
@@ -338,6 +338,15 @@
map->add (YCPString ("addr"), YCPString (r->addr));
}
break;
+#if HD_FULL_VERSION >= 21036
+ case res_phwaddr:
+ {
+ RES2TYPE (res_hwaddr_t);
+ *name = "phwaddr";
+ map->add (YCPString ("addr"), YCPString (r->addr));
+ }
+ break;
+#endif
case res_link:
{
RES2TYPE (res_link_t);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.changes
new/yast2-hardware-detection-3.1.8/package/yast2-hardware-detection.changes
--- old/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.changes
2015-02-20 16:52:10.000000000 +0100
+++ new/yast2-hardware-detection-3.1.8/package/yast2-hardware-detection.changes
2016-11-18 11:09:53.000000000 +0100
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Thu Nov 17 12:54:55 CET 2016 - [email protected]
+
+- parse new entry for permanent mac address (bsc#1007172)
+- 3.1.8
+
+-------------------------------------------------------------------
Tue Feb 17 08:12:45 UTC 2015 - [email protected]
- Changed .probe.version not to use a timestamp so that it passes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.spec
new/yast2-hardware-detection-3.1.8/package/yast2-hardware-detection.spec
--- old/yast2-hardware-detection-3.1.7/package/yast2-hardware-detection.spec
2015-02-20 16:52:10.000000000 +0100
+++ new/yast2-hardware-detection-3.1.8/package/yast2-hardware-detection.spec
2016-11-18 11:09:53.000000000 +0100
@@ -17,7 +17,7 @@
Name: yast2-hardware-detection
-Version: 3.1.7
+Version: 3.1.8
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build