Hello community,

here is the log from the commit of package apache-rpm-macros for 
openSUSE:Factory checked in at 2015-08-07 00:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.apache-rpm-macros.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-rpm-macros"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-rpm-macros/apache-rpm-macros.changes      
2015-07-16 17:17:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apache-rpm-macros.new/apache-rpm-macros.changes 
2015-08-07 00:18:16.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Jul 28 12:01:08 UTC 2015 - [email protected]
+
+- this is arch package
+
+-------------------------------------------------------------------
+Mon Jul 27 16:03:19 UTC 2015 - [email protected]
+
+- bump version to 20150717
+
+-------------------------------------------------------------------
+Fri Jul 17 06:36:39 UTC 2015 - [email protected]
+
+- %{apache_suse_maintenance_mmn} expands to just 'apache2' when
+  apache2 does not provide suse_maintenance_mmn_# symbol
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ apache-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.juMabu/_old  2015-08-07 00:18:17.000000000 +0200
+++ /var/tmp/diff_new_pack.juMabu/_new  2015-08-07 00:18:17.000000000 +0200
@@ -29,7 +29,7 @@
 %define ap_libexecdir     %(%{ap_apxs} -q LIBEXECDIR)
 %define ap_localstatedir  %(%{ap_apxs} -q LOCALSTATEDIR)
 %define ap_mmn            %(MMN=$(%{ap_apxs} -q LIBEXECDIR)_MMN; test -x $MMN 
&& $MMN)
-%define ap_maint_mmn      %(rpm -q --provides apache2 | grep 
suse_maintenance_mmn)
+%define ap_maint_mmn      %(MMN=$(rpm -q --provides apache2 | grep 
suse_maintenance_mmn); test -z "$MMN" && MMN=apache2; echo $MMN)
 %define ap_serverroot     %(%{ap_apxs} -q PREFIX)
 %define ap_sysconfdir     %(%{ap_apxs} -q SYSCONFDIR)
 %define ap_datadir        %(%{ap_apxs} -q DATADIR)
@@ -43,7 +43,7 @@
 %endif
 %define macros_file           macros.apache
 Name:           apache-rpm-macros
-Version:        20141111
+Version:        20150717
 Release:        0
 Summary:        Apache RPM Macros
 License:        Apache-2.0
@@ -51,7 +51,6 @@
 Url:            http://httpd.apache.org/
 BuildRequires:  apache%{ap_major}-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 
 %description
 RPM Macros intended for Apache modules spec files.


Reply via email to