Hello community,

here is the log from the commit of package yast2-sudo for openSUSE:Factory 
checked in at 2018-07-03 23:33:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-sudo (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-sudo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-sudo"

Tue Jul  3 23:33:13 2018 rev:36 rq:620297 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-sudo/yast2-sudo.changes    2014-12-05 
21:03:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-sudo.new/yast2-sudo.changes       
2018-07-03 23:33:14.252504654 +0200
@@ -1,0 +2,6 @@
+Thu Jun 28 09:51:25 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-sudo-3.1.2.tar.bz2

New:
----
  yast2-sudo-4.0.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-sudo.spec ++++++
--- /var/tmp/diff_new_pack.XFF7Nm/_old  2018-07-03 23:33:15.120503407 +0200
+++ /var/tmp/diff_new_pack.XFF7Nm/_new  2018-07-03 23:33:15.124503401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-sudo
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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-sudo
-Version:        3.1.2
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-sudo-3.1.2.tar.bz2 -> yast2-sudo-4.0.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.2/CONTRIBUTING.md 
new/yast2-sudo-4.0.0/CONTRIBUTING.md
--- old/yast2-sudo-3.1.2/CONTRIBUTING.md        2014-12-04 11:10:07.134753635 
+0100
+++ new/yast2-sudo-4.0.0/CONTRIBUTING.md        2018-07-02 18:10:31.000000000 
+0200
@@ -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-sudo-3.1.2/package/yast2-sudo.changes 
new/yast2-sudo-4.0.0/package/yast2-sudo.changes
--- old/yast2-sudo-3.1.2/package/yast2-sudo.changes     2014-12-04 
11:10:07.250753635 +0100
+++ new/yast2-sudo-4.0.0/package/yast2-sudo.changes     2018-07-02 
18:10:31.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Jun 28 09:51:25 CEST 2018 - sch...@suse.de
+
+- Added additional searchkeys to desktop file (fate#321043).
+- 4.0.0
+
+-------------------------------------------------------------------
 Thu Dec  4 09:51:39 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.2/package/yast2-sudo.spec 
new/yast2-sudo-4.0.0/package/yast2-sudo.spec
--- old/yast2-sudo-3.1.2/package/yast2-sudo.spec        2014-12-04 
11:10:07.250753635 +0100
+++ new/yast2-sudo-4.0.0/package/yast2-sudo.spec        2018-07-02 
18:10:31.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-sudo
-Version:        3.1.2
+Version:        4.0.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-sudo-3.1.2/src/desktop/sudo.desktop 
new/yast2-sudo-4.0.0/src/desktop/sudo.desktop
--- old/yast2-sudo-3.1.2/src/desktop/sudo.desktop       2014-12-04 
11:10:07.254753635 +0100
+++ new/yast2-sudo-4.0.0/src/desktop/sudo.desktop       2018-07-02 
18:10:31.000000000 +0200
@@ -13,6 +13,7 @@
 X-SuSE-YaST-Geometry=
 X-SuSE-YaST-SortKey=
 X-SuSE-YaST-AutoInstResource=sudo
+X-SuSE-YaST-Keywords=root,permissions,users,authentication,administrator
 
 Icon=yast-sudo
 Exec=xdg-su -c "/sbin/yast2 sudo"


Reply via email to