Hello community,

here is the log from the commit of package apache2-icons-oxygen for 
openSUSE:Factory checked in at 2015-05-02 16:14:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-icons-oxygen (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-icons-oxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-icons-oxygen"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/apache2-icons-oxygen/apache2-icons-oxygen.changes    
    2011-10-18 14:08:51.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.apache2-icons-oxygen.new/apache2-icons-oxygen.changes
   2015-05-02 16:14:57.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 24 09:33:50 UTC 2015 - [email protected]
+
+- Update to 1.0.1
+  * Apache 2.4 configuration adjustment as pointed out by Fisiu
+  * Fix suse-wrong-suse-capitalisation
+
+-------------------------------------------------------------------

Old:
----
  apache2-icons-oxygen-1.0.0.tar.gz

New:
----
  apache2-icons-oxygen-1.0.1.tar.gz

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

Other differences:
------------------
++++++ apache2-icons-oxygen.spec ++++++
--- /var/tmp/diff_new_pack.6N57cb/_old  2015-05-02 16:14:58.000000000 +0200
+++ /var/tmp/diff_new_pack.6N57cb/_new  2015-05-02 16:14:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-icons-oxygen
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,13 +16,13 @@
 #
 
 
-
 Name:           apache2-icons-oxygen
-Version:        1.0.0  
-Release:        1
+Version:        1.0.1  
+Release:        0
 Summary:        Oxygen icons for Apache 2 
 License:        LGPL-3.0
 Group:          Productivity/Networking/Web/Servers
+Url:            https://github.com/javierllorente/apache2-icons-oxygen
 Source:         %{name}-%{version}.tar.gz  
 BuildArch:      noarch 
 BuildRequires:  apache2-devel
@@ -34,7 +34,7 @@
 KDE/Oxygen icons for Apache 2.
 
 %prep  
-%setup -q -n %name-%version
+%setup -q -n %name
 
 %build  
 
@@ -48,7 +48,7 @@
 
 %files  
 %defattr(-,root,root)  
-%doc README.SuSE COPYING
+%doc README.openSUSE COPYING
 %dir %{apache_sysconfdir}
 %config(noreplace) %{apache_sysconfdir}/mod_autoindex-defaults-oxygen.conf
 %{_datadir}/apache2 

++++++ apache2-icons-oxygen-1.0.0.tar.gz -> apache2-icons-oxygen-1.0.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache2-icons-oxygen-1.0.0/README.SuSE 
new/apache2-icons-oxygen/README.SuSE
--- old/apache2-icons-oxygen-1.0.0/README.SuSE  2010-04-26 12:30:33.000000000 
+0200
+++ new/apache2-icons-oxygen/README.SuSE        1970-01-01 01:00:00.000000000 
+0100
@@ -1,47 +0,0 @@
-apache2-icons-oxygen
-
-Author: Javier Llorente <[email protected]>
-URL: 
https://build.opensuse.org/package/show?package=apache2-icons-oxygen&project=Apache
-License: LGPLv3
-Based on Oxygen and Crystal icons
-http://www.oxygen-icons.org/
-http://www.everaldo.com/crystal/
-
------------------------------------------------------------------------------------------
-You may enable this collection of icons Apache-wide and/or Virtual host-based:
-
-- Apache-wide
-Add
-Include /etc/apache2/mod_autoindex-defaults-oxygen.conf
-to /etc/apache2/httpd.conf. Do not forget to comment the line
-Include /etc/apache2/mod_autoindex-defaults.conf
-
-and comment the following as well in /etc/apache2/default-server.conf
-Alias /icons/ "/usr/share/apache2/icons/"
-<Directory "/usr/share/apache2/icons">
-        Options Indexes MultiViews
-        AllowOverride None
-        Order allow,deny
-        Allow from all
-</Directory>
-
-Finally, reload/restart Apache by issuing a 
-service apache2 reload
-or
-service apache2 restart
-
-
-- Virtual hosts
-Add
-Include /etc/apache2/mod_autoindex-defaults-oxygen.conf
-to your virtual host configuration file (usually located under 
/etc/apache2/vhosts.d/).
-
-Finally, reload/restart Apache by issuing a
-service apache2 reload
-or
-service apache2 restart
-
-
-Have a lot of fun,
-Your openSUSE Team
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache2-icons-oxygen-1.0.0/README.md 
new/apache2-icons-oxygen/README.md
--- old/apache2-icons-oxygen-1.0.0/README.md    1970-01-01 01:00:00.000000000 
+0100
+++ new/apache2-icons-oxygen/README.md  2015-04-24 10:55:14.000000000 +0200
@@ -0,0 +1,2 @@
+# apache2-icons-oxygen
+KDE/Oxygen icons for Apache 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache2-icons-oxygen-1.0.0/README.openSUSE 
new/apache2-icons-oxygen/README.openSUSE
--- old/apache2-icons-oxygen-1.0.0/README.openSUSE      1970-01-01 
01:00:00.000000000 +0100
+++ new/apache2-icons-oxygen/README.openSUSE    2010-04-26 12:30:33.000000000 
+0200
@@ -0,0 +1,47 @@
+apache2-icons-oxygen
+
+Author: Javier Llorente <[email protected]>
+URL: 
https://build.opensuse.org/package/show?package=apache2-icons-oxygen&project=Apache
+License: LGPLv3
+Based on Oxygen and Crystal icons
+http://www.oxygen-icons.org/
+http://www.everaldo.com/crystal/
+
+-----------------------------------------------------------------------------------------
+You may enable this collection of icons Apache-wide and/or Virtual host-based:
+
+- Apache-wide
+Add
+Include /etc/apache2/mod_autoindex-defaults-oxygen.conf
+to /etc/apache2/httpd.conf. Do not forget to comment the line
+Include /etc/apache2/mod_autoindex-defaults.conf
+
+and comment the following as well in /etc/apache2/default-server.conf
+Alias /icons/ "/usr/share/apache2/icons/"
+<Directory "/usr/share/apache2/icons">
+        Options Indexes MultiViews
+        AllowOverride None
+        Order allow,deny
+        Allow from all
+</Directory>
+
+Finally, reload/restart Apache by issuing a 
+service apache2 reload
+or
+service apache2 restart
+
+
+- Virtual hosts
+Add
+Include /etc/apache2/mod_autoindex-defaults-oxygen.conf
+to your virtual host configuration file (usually located under 
/etc/apache2/vhosts.d/).
+
+Finally, reload/restart Apache by issuing a
+service apache2 reload
+or
+service apache2 restart
+
+
+Have a lot of fun,
+Your openSUSE Team
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/apache2-icons-oxygen-1.0.0/apache2-icons-oxygen.spec 
new/apache2-icons-oxygen/apache2-icons-oxygen.spec
--- old/apache2-icons-oxygen-1.0.0/apache2-icons-oxygen.spec    1970-01-01 
01:00:00.000000000 +0100
+++ new/apache2-icons-oxygen/apache2-icons-oxygen.spec  2015-04-24 
11:50:49.000000000 +0200
@@ -0,0 +1,58 @@
+#
+# spec file for package apache2-icons-oxygen
+#
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+
+
+Name:           apache2-icons-oxygen
+Version:        1.0.1  
+Release:        1
+Summary:        Oxygen icons for Apache 2 
+License:        LGPL-3.0
+Group:          Productivity/Networking/Web/Servers
+Url:            https://github.com/javierllorente/apache2-icons-oxygen
+Source:         %{name}-%{version}.tar.gz  
+BuildArch:      noarch 
+BuildRequires:  apache2-devel
+Requires:       apache2 
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%define         apache_sysconfdir %(/usr/sbin/apxs2 -q SYSCONFDIR)
+
+%description  
+KDE/Oxygen icons for Apache 2.
+
+%prep  
+%setup -q -n %name-%version
+
+%build  
+
+%install  
+mkdir -p $RPM_BUILD_ROOT%{_datadir}/apache2/oxygen-icons  
+install -m 0644 *.png $RPM_BUILD_ROOT%{_datadir}/apache2/oxygen-icons  
+install -m 0644 *.gif $RPM_BUILD_ROOT%{_datadir}/apache2/oxygen-icons  
+install -m 0644 *.ico $RPM_BUILD_ROOT%{_datadir}/apache2/oxygen-icons  
+mkdir -p $RPM_BUILD_ROOT%{apache_sysconfdir}
+cp mod_autoindex-defaults-oxygen.conf $RPM_BUILD_ROOT%{apache_sysconfdir}  
+
+%files  
+%defattr(-,root,root)  
+%doc README.openSUSE COPYING
+%dir %{apache_sysconfdir}
+%config(noreplace) %{apache_sysconfdir}/mod_autoindex-defaults-oxygen.conf
+%{_datadir}/apache2 
+%dir %{_datadir}/apache2/oxygen-icons  
+
+%changelog
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/apache2-icons-oxygen-1.0.0/mod_autoindex-defaults-oxygen.conf 
new/apache2-icons-oxygen/mod_autoindex-defaults-oxygen.conf
--- old/apache2-icons-oxygen-1.0.0/mod_autoindex-defaults-oxygen.conf   
2011-01-23 20:36:10.000000000 +0100
+++ new/apache2-icons-oxygen/mod_autoindex-defaults-oxygen.conf 2015-04-24 
11:10:49.000000000 +0200
@@ -13,8 +13,7 @@
 <Directory "/usr/share/apache2/oxygen-icons">
         Options Indexes MultiViews
         AllowOverride None
-        Order allow,deny
-        Allow from all
+        Require all granted
 </Directory>
 
 


Reply via email to