Hello community,

here is the log from the commit of package yast2-http-server for 
openSUSE:Factory checked in at 2016-10-28 10:47:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-http-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-http-server"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes      
2016-06-07 23:48:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-http-server.new/yast2-http-server.changes 
2016-10-28 10:47:15.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Oct 26 10:56:40 UTC 2016 - [email protected]
+
+- Adding mod_socache_shmcb if SSL is enabled. (bsc#854570)
+- 3.2.1
+
+-------------------------------------------------------------------
+Tue Oct 25 15:16:37 UTC 2016 - [email protected]
+
+- Added 'Options' option for Directory-sections (bsc#707836)
+- 3.2.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-http-server-3.1.7.tar.bz2

New:
----
  yast2-http-server-3.2.1.tar.bz2

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

Other differences:
------------------
++++++ yast2-http-server.spec ++++++
--- /var/tmp/diff_new_pack.i1bs62/_old  2016-10-28 10:47:17.000000000 +0200
+++ /var/tmp/diff_new_pack.i1bs62/_new  2016-10-28 10:47:17.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-http-server-3.1.7.tar.bz2 -> yast2-http-server-3.2.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-http-server-3.1.7/CONTRIBUTING.md 
new/yast2-http-server-3.2.1/CONTRIBUTING.md
--- old/yast2-http-server-3.1.7/CONTRIBUTING.md 2016-06-06 10:30:12.000000000 
+0200
+++ new/yast2-http-server-3.2.1/CONTRIBUTING.md 2016-10-26 13:22:19.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.
@@ -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-http-server-3.1.7/package/yast2-http-server.changes 
new/yast2-http-server-3.2.1/package/yast2-http-server.changes
--- old/yast2-http-server-3.1.7/package/yast2-http-server.changes       
2016-06-06 10:30:12.000000000 +0200
+++ new/yast2-http-server-3.2.1/package/yast2-http-server.changes       
2016-10-26 13:22:19.000000000 +0200
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Wed Oct 26 10:56:40 UTC 2016 - [email protected]
+
+- Adding mod_socache_shmcb if SSL is enabled. (bsc#854570)
+- 3.2.1
+
+-------------------------------------------------------------------
+Tue Oct 25 15:16:37 UTC 2016 - [email protected]
+
+- Added 'Options' option for Directory-sections (bsc#707836)
+- 3.2.0
+
+-------------------------------------------------------------------
 Mon Jun  6 07:51:25 UTC 2016 - [email protected]
 
 - Stop generating autodocs (fate#320356)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.7/package/yast2-http-server.spec 
new/yast2-http-server-3.2.1/package/yast2-http-server.spec
--- old/yast2-http-server-3.1.7/package/yast2-http-server.spec  2016-06-06 
10:30:12.000000000 +0200
+++ new/yast2-http-server-3.2.1/package/yast2-http-server.spec  2016-10-26 
13:22:19.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-http-server
-Version:        3.1.7
+Version:        3.2.1
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.7/src/modules/HttpServerWidgets.rb 
new/yast2-http-server-3.2.1/src/modules/HttpServerWidgets.rb
--- old/yast2-http-server-3.1.7/src/modules/HttpServerWidgets.rb        
2016-06-06 10:30:12.000000000 +0200
+++ new/yast2-http-server-3.2.1/src/modules/HttpServerWidgets.rb        
2016-10-26 13:22:19.000000000 +0200
@@ -2108,6 +2108,7 @@
         if Ops.greater_than(Builtins.size(cert_file), 0) &&
             Ops.greater_than(Builtins.size(key_file), 0)
           YaST::HTTPDData.ModifyModuleList(["ssl"], true)
+          YaST::HTTPDData.ModifyModuleList(["socache_shmcb"], true)
           ssl_values = {
             "KEY"          => "_SECTION",
             "SECTIONNAME"  => "IfDefine",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-http-server-3.1.7/src/modules/YaPI/HTTPDModules.pm 
new/yast2-http-server-3.2.1/src/modules/YaPI/HTTPDModules.pm
--- old/yast2-http-server-3.1.7/src/modules/YaPI/HTTPDModules.pm        
2016-06-06 10:30:12.000000000 +0200
+++ new/yast2-http-server-3.2.1/src/modules/YaPI/HTTPDModules.pm        
2016-10-26 13:22:19.000000000 +0200
@@ -118,7 +118,8 @@
                     position  => 70,
                     directives=> [ { option => "ScriptLog",            
"context" => [ "Server", "Virtual" ] },
                                   { option => "ScriptLogBuffer",       
"context" => [ "Server", "Virtual" ] },
-                                  { option => "ScriptLogLength",       
"context" => [ "Server", "Virtual" ] }
+                                  { option => "ScriptLogLength",       
"context" => [ "Server", "Virtual" ] },
+                                  { option => "Options",               
"context" => [ "Directory" ] }
                                ]
     },
     'dir' => {


Reply via email to