]> git.pld-linux.org Git - packages/apache-mod_mono.git/commitdiff
- updated to 3.13 master auto/th/apache-mod_mono-3.13-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Apr 2022 19:46:31 +0000 (21:46 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Apr 2022 19:46:31 +0000 (21:46 +0200)
apache-mod_mono-ac.patch
apache-mod_mono.spec

index 012f82224fe6819dc5ca582c1808f888e9d9d156..b14e34f9094f72daa074337763c6f896185c2880 100644 (file)
@@ -2,7 +2,7 @@
 +++ mod_mono-3.12/configure.in 2015-01-26 21:20:57.164211692 +0100
 @@ -1,6 +1,6 @@
  AC_INIT(src/mod_mono.c)
- AM_INIT_AUTOMAKE(mod_mono, 3.12)
+ AM_INIT_AUTOMAKE(mod_mono, 3.13)
 -AM_CONFIG_HEADER(include/mod_mono_config.h:config.in)
 +AC_CONFIG_HEADERS(include/mod_mono_config.h:config.in)
  
index 5b816f98f49146f6d5ffe5ee4bd140cce97d17f3..a1c2a55d64878315b9c68058a9e4a440e028aba6 100644 (file)
@@ -5,15 +5,15 @@
 Summary:       Mono module for Apache 2
 Summary(pl.UTF-8):     ModuĊ‚ Mono dla serwera Apache 2
 Name:          apache-%{mod_name}
-Version:       3.12
+Version:       3.13
 Release:       1
 Epoch:         1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
-Source0:       http://download.mono-project.com/sources/mod_mono/%{mod_name}-%{version}.tar.gz
-# Source0-md5: bb99d807ce32040370360fae4996f967
+Source0:       https://download.mono-project.com/sources/mod_mono/%{mod_name}-%{version}.tar.gz
+# Source0-md5: 81f6c9ca314c239e0b4634eedf174ced
 Patch0:                apache-mod_mono-ac.patch
-URL:           http://www.mono-project.com/
+URL:           https://www.mono-project.com/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.0.52-2
 BuildRequires: autoconf
@@ -21,10 +21,11 @@ BuildRequires:      automake
 BuildRequires: libtool
 BuildRequires: mono-csharp >= 3.12
 BuildRequires: pkgconfig
+BuildRequires: rpmbuild(macros) >= 2.015
 Requires:      apache(modules-api) = %apache_modules_api
 Requires:      mono-csharp >= 3.12
 Requires:      xsp >= 2.10
-Obsoletes:     mod_mono
+Obsoletes:     mod_mono < 1:0.3.7
 ExcludeArch:   i386
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.118691 seconds and 4 git commands to generate.