Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at 2012-06-13 22:23:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lighttpd (Old) and /work/SRC/openSUSE:Factory/.lighttpd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lighttpd", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/lighttpd/lighttpd.changes 2012-06-12 07:09:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.lighttpd.new/lighttpd.changes 2012-06-13 22:24:42.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Jun 13 11:47:33 UTC 2012 - [email protected] + +- dropped the perl line that mangled configure.ac +- moved automake patch into the geoip conditional +- move lua conditional out of the _repository block + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.MrWQ8M/_old 2012-06-13 22:24:44.000000000 +0200 +++ /var/tmp/diff_new_pack.MrWQ8M/_new 2012-06-13 22:24:44.000000000 +0200 @@ -26,7 +26,6 @@ # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: FastCGI-devel -BuildRequires: automake BuildRequires: e2fsprogs-devel BuildRequires: fam-devel BuildRequires: gdbm-devel @@ -56,23 +55,23 @@ BuildRequires: sqlite-devel >= 3 %endif # -%if "x%{?_repository}" != "x" && "x%{?_repository}" != "xstandard" -%if 0%{?suse_version} < 1030 || 0%{?suse_version} > 1210 +%if 0%{?suse_version} > 1210 BuildRequires: lua51-devel %else BuildRequires: lua-devel %endif +%if "x%{?_repository}" != "x" && "x%{?_repository}" != "xstandard" %if 0%{?suse_version} > 1010 %define with_geoip 1 %endif %else -BuildRequires: lua-devel %if 0%{?sles_version} == 9 %define with_mod_magnet 0 %endif %endif # %if 0%{?with_geoip} +BuildRequires: automake BuildRequires: GeoIP-devel %endif # @@ -290,11 +289,10 @@ %setup %if 0%{?with_geoip} %patch -%endif %if 0%{?suse_version} > 1210 %patch1 -p1 %endif -perl -p -i -e 's| tar-ustar||g' configure.ac +%endif %build %if 0%{?with_geoip} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
