Hello community, here is the log from the commit of package libapr1 checked in at Thu Jun 22 18:23:30 CEST 2006. -------- --- libapr1/libapr1.changes 2006-05-26 12:33:22.000000000 +0200 +++ libapr1/libapr1.changes 2006-06-22 12:13:06.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 22 12:12:55 CEST 2006 - schwab@suse.de + +- Don't depend on configure args being preserved. + +------------------------------------------------------------------- New: ---- apr-1.2.7.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr1.spec ++++++ --- /var/tmp/diff_new_pack.mW8RPh/_old 2006-06-22 18:23:23.000000000 +0200 +++ /var/tmp/diff_new_pack.mW8RPh/_new 2006-06-22 18:23:23.000000000 +0200 @@ -19,9 +19,10 @@ Group: Development/Libraries/Other Autoreqprov: on Version: 1.2.7 -Release: 1 +Release: 2 Summary: Apache Portable Runtime (APR) Library Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2 +Patch: apr-%{version}.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %define aprver 1 %define installbuilddir %{_libdir}/apr-%{aprver}/build @@ -73,6 +74,7 @@ %prep %setup -n apr-%{version} +%patch %build export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -DLDAP_DEPRECATED -fPIC" @@ -97,7 +99,6 @@ %endif %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %if %{?suse_version:1}0 # Move docs to more convenient location @@ -141,6 +142,8 @@ %{_libdir}/apr-%{aprver} %changelog -n libapr1 +* Thu Jun 22 2006 - schwab@suse.de +- Don't depend on configure args being preserved. * Wed May 24 2006 - poeml@suse.de - update to 1.2.7 * fixes for netware and win32 ++++++ apr-1.2.7.diff ++++++ --- build/apr_common.m4 +++ build/apr_common.m4 @@ -799,6 +799,7 @@ dnl used here to allow us to co-exist layouts and argument based dnl set ups. AC_DEFUN(APR_PARSE_ARGUMENTS,[ +eval set -- "$ac_configure_args" ac_prev= for ac_option do ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de