rpms/lighttpd/FC-3 .cvsignore, 1.3, 1.4 lighttpd.spec, 1.4, 1.5 sources, 1.3, 1.4

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


Author: thias

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

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-3/.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:31 -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-3/lighttpd.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lighttpd.spec	4 Apr 2005 19:31:33 -0000	1.4
+++ lighttpd.spec	18 Jul 2005 09:18:31 -0000	1.5
@@ -2,8 +2,8 @@
 
 Summary: Lightning fast webserver with light system requirements
 Name: lighttpd
-Version: 1.3.13
-Release: 3
+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,10 +162,22 @@
 
 
 %changelog
-* Mon Apr  4 2005 Matthias Saou <http://freshrpms.net/> 1.3.13-3
+* 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
+
+* Mon Apr  4 2005 Matthias Saou <http://freshrpms.net/> 1.3.13-4
 - Change signal sent from the logrotate script from USR1 to HUP, as that's the
   correct one.
 
+* Fri Apr  1 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.3.13-2
+- Include /etc/lighttpd directory.
+
 * Sun Mar  6 2005 Matthias Saou <http://freshrpms.net/> 1.3.13-1
 - Update to 1.3.13.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lighttpd/FC-3/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:31 -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