Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache2-mod_mono for 
openSUSE:Factory checked in at 2021-04-29 01:38:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_mono (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_mono.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_mono"

Thu Apr 29 01:38:48 2021 rev:36 rq:889107 version:3.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_mono/apache2-mod_mono.changes        
2021-03-02 14:10:35.384977151 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache2-mod_mono.new.12324/apache2-mod_mono.changes 
    2021-04-29 01:40:02.098717346 +0200
@@ -1,0 +2,6 @@
+Mon Apr 26 10:51:04 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 3.13
+  * Build system related changes
+
+-------------------------------------------------------------------

Old:
----
  mod_mono-3.12.tar.gz

New:
----
  apache2-mod_mono-3.13.tar.gz

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

Other differences:
------------------
++++++ apache2-mod_mono.spec ++++++
--- /var/tmp/diff_new_pack.ZUTiOc/_old  2021-04-29 01:40:02.526717952 +0200
+++ /var/tmp/diff_new_pack.ZUTiOc/_new  2021-04-29 01:40:02.530717958 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package apache2-mod_mono
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,54 +12,51 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-Name:           apache2-mod_mono
-Obsoletes:      mod_mono < 2.10
 %define modname mod_mono
-Url:            http://www.mono-project.com/
-Version:        3.12
+Name:           apache2-mod_mono
+Version:        3.13
 Release:        0
 Summary:        Run ASP.NET Pages on Unix with Apache and Mono
 License:        Apache-2.0
 Group:          Productivity/Networking/Web/Servers
-Source:         
http://download.mono-project.com/sources/mod_mono/mod_mono-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Provides:       mod_mono = %{version}-%{release}
-# This must be manually entered according to xsp's protocol version
-Requires:       xsp >= 3.0.11
+URL:            https://www.mono-project.com/docs/web/mod_mono/
+Source:         
http://download.mono-project.com/sources/%{modname}/%{name}-%{version}.tar.gz
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2-devel
+BuildRequires:  libapr-util1-devel
 BuildRequires:  libtool
 BuildRequires:  mono-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 Requires:       %{apache_mmn}
 Requires:       apache2
-BuildRequires:  libapr-util1-devel
+# This must be manually entered according to xsp's protocol version
+Requires:       xsp >= 3.0.11
+Obsoletes:      mod_mono < 2.10
+Provides:       mod_mono = %{version}-%{release}
 
 %description
 mod_mono is a module that interfaces Apache with Mono and allows
 running ASP.NET pages on Unix and Unix-like systems. To load the module
 into Apache, run the command "a2enmod mono" as root.
 
-
-
 %prep
 %setup -q -n %{modname}-%{version}
 
 %build
-%configure %_with_remove_display --disable-quiet-build
-make %{?_smp_mflags}
+%configure %{_with_remove_display} --disable-quiet-build
+%make_build
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT APXS_SYSCONFDIR="%{apache_sysconfdir}"
+make install DESTDIR=%{buildroot} APXS_SYSCONFDIR="%{apache_sysconfdir}"
 
 %files
-%defattr(-,root,root)
+%license COPYING
 %{apache_libexecdir}/*
 %config %{apache_sysconfdir}/*
-%{_mandir}/man8/mod_mono.8*
+%{_mandir}/man8/mod_mono.8%{?ext_man}
 
 %changelog

Reply via email to