Author: sergiomb
Update of /cvs/nonfree/rpms/mod_h264_streaming/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5723
Modified Files:
mod_h264_streaming.spec
Log Message:
* Sun Aug 03 2014 Sérgio Basto <sergio(a)serjux.com> - 2.2.7-4
- Rebuild to match with Apache 2.4 version.
- Update httpd_mmn detection copied from mod_security.spec
Index: mod_h264_streaming.spec
===================================================================
RCS file: /cvs/nonfree/rpms/mod_h264_streaming/devel/mod_h264_streaming.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_h264_streaming.spec 17 Nov 2012 11:53:28 -0000 1.3
+++ mod_h264_streaming.spec 3 Aug 2014 13:50:45 -0000 1.4
@@ -1,5 +1,6 @@
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
-%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo
missing-httpd-devel)}}
+%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo
0-0)}}
+
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with
httpd >= 2.4
%{!?_httpd_confdir: %{expand: %%global _httpd_confdir
%%{_sysconfdir}/httpd/conf.d}}
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir
%%{_sysconfdir}/httpd/conf.d}}
@@ -8,7 +9,7 @@
Summary: H264 streaming module for the Apache HTTP Server
Name: mod_h264_streaming
Version: 2.2.7
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: System Environment/Daemons
License: CC-BY-NC-SA
URL:
http://h264.code-shop.com/
@@ -71,6 +72,10 @@
%endif
%changelog
+* Sun Aug 03 2014 Sérgio Basto <sergio(a)serjux.com> - 2.2.7-4
+- Rebuild to match with Apache 2.4 version.
+- Update httpd_mmn detection copied from mod_security.spec
+
* Sat Nov 17 2012 Robert Scheck <robert(a)fedoraproject.org> 2.2.7-3
- Updated spec file to match with Apache 2.4 policy