Hello community, here is the log from the commit of package haserl checked in at Thu Nov 29 11:54:04 CET 2007. -------- --- haserl/haserl.changes 2007-07-10 19:16:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/haserl/haserl.changes 2007-11-29 11:01:04.911420000 +0100 @@ -1,0 +2,11 @@ +Thu Nov 29 10:55:25 CET 2007 - garloff@suse.de + +- Update to haserl-0.9.21: + * Command line option handling reworked + * major refactoring + * various little bugs killed + * lua support + * custom handler for uploading large files + * new comment tag + +------------------------------------------------------------------- Old: ---- haserl-0.8.0.tar.gz New: ---- haserl-0.9.21.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ haserl.spec ++++++ --- /var/tmp/diff_new_pack.r25007/_old 2007-11-29 11:53:27.000000000 +0100 +++ /var/tmp/diff_new_pack.r25007/_new 2007-11-29 11:53:27.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package haserl (Version 0.8.0) +# spec file for package haserl (Version 0.9.21) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,12 +11,12 @@ # norootforbuild Name: haserl -#BuildRequires: lua-devel -Version: 0.8.0 +BuildRequires: lua-devel +#Version: 0.8.0 +Version: 0.9.21 Release: 1 -#Version: 0.9.17_rc2 -URL: http://haserl.sourceforge.net/ -Source: http://surfnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz +Url: http://haserl.sourceforge.net/ +Source: http://surfnet.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2 License: GPL v2 only Summary: CGI scripting with shell/lua BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,6 +53,7 @@ autoreconf -fi %build +#RPM_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | sed 's/\-O2/-Os/g') # Sidenote: --with-lua only applies to 0.9.x CFLAGS="$RPM_OPT_FLAGS" \ ./configure --with-lua --enable-subshell=/bin/bash --prefix=/usr \ @@ -66,10 +67,17 @@ %files %defattr(-,root,root) /usr/bin/haserl -%dir /usr/share/haserl -/usr/share/haserl/* +#%dir /usr/share/haserl +#/usr/share/haserl/* %{_mandir}/man1/haserl.1.gz - %changelog +* Thu Nov 29 2007 - garloff@suse.de +- Update to haserl-0.9.21: + * Command line option handling reworked + * major refactoring + * various little bugs killed + * lua support + * custom handler for uploading large files + * new comment tag * Tue Jul 10 2007 - garloff@suse.de - Initial creation of package haserl-0.8.0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de