Hello community,

here is the log from the commit of package yast2-dns-server for 
openSUSE:Factory checked in at 2016-11-25 12:28:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-dns-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-dns-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-dns-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-dns-server/yast2-dns-server.changes        
2016-08-05 18:18:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-dns-server.new/yast2-dns-server.changes   
2016-11-25 12:28:32.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Nov 24 14:13:00 UTC 2016 - [email protected]
+
+- Remove dead code regarding help messages (bsc#1012048) 
+- 3.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-dns-server-3.1.24.tar.bz2

New:
----
  yast2-dns-server-3.2.0.tar.bz2

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

Other differences:
------------------
++++++ yast2-dns-server.spec ++++++
--- /var/tmp/diff_new_pack.RLmLaN/_old  2016-11-25 12:28:33.000000000 +0100
+++ /var/tmp/diff_new_pack.RLmLaN/_new  2016-11-25 12:28:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-dns-server
-Version:        3.1.24
+Version:        3.2.0
 Release:        0
 Url:            https://github.com/yast/yast-dns-server
 

++++++ yast2-dns-server-3.1.24.tar.bz2 -> yast2-dns-server-3.2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-dns-server-3.1.24/CONTRIBUTING.md 
new/yast2-dns-server-3.2.0/CONTRIBUTING.md
--- old/yast2-dns-server-3.1.24/CONTRIBUTING.md 2016-08-05 14:52:15.000000000 
+0200
+++ new/yast2-dns-server-3.2.0/CONTRIBUTING.md  2016-11-25 09:59:10.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.
@@ -17,13 +17,11 @@
 
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.suse.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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dns-server-3.1.24/package/yast2-dns-server.changes 
new/yast2-dns-server-3.2.0/package/yast2-dns-server.changes
--- old/yast2-dns-server-3.1.24/package/yast2-dns-server.changes        
2016-08-05 14:52:15.000000000 +0200
+++ new/yast2-dns-server-3.2.0/package/yast2-dns-server.changes 2016-11-25 
09:59:10.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Nov 24 14:13:00 UTC 2016 - [email protected]
+
+- Remove dead code regarding help messages (bsc#1012048) 
+- 3.2.0
+
+-------------------------------------------------------------------
 Fri Aug  5 09:39:32 UTC 2016 - [email protected]
 
 - Prevent failures with dejagnu-1.6 (bsc#992333).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dns-server-3.1.24/package/yast2-dns-server.spec 
new/yast2-dns-server-3.2.0/package/yast2-dns-server.spec
--- old/yast2-dns-server-3.1.24/package/yast2-dns-server.spec   2016-08-05 
14:52:15.000000000 +0200
+++ new/yast2-dns-server-3.2.0/package/yast2-dns-server.spec    2016-11-25 
09:59:10.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-dns-server
-Version:        3.1.24
+Version:        3.2.0
 Release:        0
 Url:            https://github.com/yast/yast-dns-server
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-dns-server-3.1.24/src/include/dns-server/helps.rb 
new/yast2-dns-server-3.2.0/src/include/dns-server/helps.rb
--- old/yast2-dns-server-3.1.24/src/include/dns-server/helps.rb 2016-08-05 
14:52:15.000000000 +0200
+++ new/yast2-dns-server-3.2.0/src/include/dns-server/helps.rb  2016-11-25 
09:59:10.000000000 +0100
@@ -34,37 +34,6 @@
               "Abort the save procedure by pressing <b>Abort</b>.\n" +
               "An additional dialog informs you whether it is safe to do 
so.</p>"
           ),
-        # main dialog
-        # help 1/4
-        "start"                       => _(
-          "<p><b><big>Start DNS Server</big></b><br>\n" +
-            "To run the DNS server every time your computer is started, set\n" 
+
-            "<b>Start DNS Server</b>.</p>"
-        ),
-        # help 2/4
-        "chroot"                      => _(
-          "<p><b><big>Chroot Jail</big></b><br>\n" +
-            "To run the DNS server in chroot jail, set\n" +
-            "<b>Run DNS Server in Chroot Jail</b>. Starting any daemon in a 
chroot jail\n" +
-            "is more secure and strongly recommended.</p>"
-        ),
-        # help 3/4
-        "zones"                       => _(
-          "<p><b><big>Editing DNS Zones</big></b><br>\n" +
-            "To edit settings of a DNS zone, choose the appropriate\n" +
-            "entry of the table and click <B>Edit</B>.\n" +
-            "To add a new DNS zone, use <B>Add</B>. To remove\n" +
-            "a configured DNS zone, select it and click <B>Delete</B>.</P>"
-        ),
-        # help 4/4
-        "adv_mbutton"                 => _(
-          "<p><b><big>Advanced Functions</big></b><br>\n" +
-            "To edit global options,\n" +
-            "adjust firewall settings,\n" +
-            "manage the TSIG keys for dynamic updates of the zones,\n" +
-            "or display the log of the DNS server,\n" +
-            "use <b>Advanced</b>.</p>"
-        ),
         # zone dialog
         # help 1/5
         "zone_name"                   => _(


Reply via email to