rpms/lighttpd/FC-4 .cvsignore, 1.3, 1.4 lighttpd.spec, 1.6, 1.7 sources, 1.3, 1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Jul 18 09:18:39 UTC 2005


Author: thias

Update of /cvs/extras/rpms/lighttpd/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2030/FC-4

Modified Files:
	.cvsignore lighttpd.spec sources 
Log Message:
Update to 1.3.15 (mostly bugfix release).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	7 Mar 2005 09:15:23 -0000	1.3
+++ .cvsignore	18 Jul 2005 09:18:37 -0000	1.4
@@ -1 +1 @@
-lighttpd-1.3.13.tar.gz
+lighttpd-1.3.15.tar.gz


Index: lighttpd.spec
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-4/lighttpd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lighttpd.spec	22 May 2005 23:50:13 -0000	1.6
+++ lighttpd.spec	18 Jul 2005 09:18:37 -0000	1.7
@@ -2,8 +2,8 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.3.13
-Release: 5
+Version: 1.3.15
+Release: 1%{?dist}
 License: BSD
 Group: System Environment/Daemons
 URL: http://www.lighttpd.net/
@@ -19,7 +19,7 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/service, /sbin/chkconfig
 Requires(postun): /sbin/service
-BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel
+BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, gcc-c++
 %{?_with_ldap:BuildRequires: openldap-devel}
 
 %description
@@ -78,26 +78,26 @@
     libdir="%{buildroot}%{_libdir}/lighttpd"
 
 # Install included init script and sysconfig entry
-%{__install} -D -m 0755 doc/rc.lighttpd.redhat \
+%{__install} -D -p -m 0755 doc/rc.lighttpd.redhat \
     %{buildroot}%{_sysconfdir}/rc.d/init.d/lighttpd
-%{__install} -D -m 0644 doc/sysconfig.lighttpd \
+%{__install} -D -p -m 0644 doc/sysconfig.lighttpd \
     %{buildroot}%{_sysconfdir}/sysconfig/lighttpd
 
 # Install (*patched above*) sample config file
-%{__install} -D -m 0640 doc/lighttpd.conf \
+%{__install} -D -p -m 0640 doc/lighttpd.conf \
     %{buildroot}%{_sysconfdir}/lighttpd/lighttpd.conf
 
 # Install our own logrotate entry
-%{__install} -D -m 0644 %{SOURCE1} \
+%{__install} -D -p -m 0644 %{SOURCE1} \
     %{buildroot}%{_sysconfdir}/logrotate.d/lighttpd
 
 # Install our own php.d ini file
-%{__install} -D -m 0644 %{SOURCE2} \
+%{__install} -D -p -m 0644 %{SOURCE2} \
     %{buildroot}%{_sysconfdir}/php.d/lighttpd.ini
 
 # Install our own default web page and images
 %{__mkdir_p} %{buildroot}%{webroot}
-%{__install} -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} \
+%{__install} -p -m 0644 %{SOURCE10} %{SOURCE11} %{SOURCE12} \
     %{buildroot}%{webroot}/
 
 # Install empty log directory to include
@@ -162,6 +162,12 @@
 
 
 %changelog
+* Mon Jul 18 2005 Matthias Saou <http://freshrpms.net/> 1.3.15-1
+- Update to 1.3.15.
+
+* Mon Jun 20 2005 Matthias Saou <http://freshrpms.net/> 1.3.14-1
+- Update to 1.3.14.
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1.3.13-5
 - rebuild on all arches
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Mar 2005 09:15:23 -0000	1.3
+++ sources	18 Jul 2005 09:18:37 -0000	1.4
@@ -1 +1 @@
-2f017b936be376ad6f6c2ee26db93467  lighttpd-1.3.13.tar.gz
+e605ade1071f25dec9001730ec753112  lighttpd-1.3.15.tar.gz




More information about the fedora-extras-commits mailing list