Hello community, here is the log from the commit of package libapr1 checked in at Sat Oct 28 17:01:56 CEST 2006. -------- --- libapr1/libapr1.changes 2006-06-22 12:13:06.000000000 +0200 +++ /mounts/work_src_done/STABLE/libapr1/libapr1.changes 2006-10-27 20:41:02.000000000 +0200 @@ -1,0 +2,7 @@ +Fri Oct 27 20:39:36 CEST 2006 - poeml@suse.de + +- replace wrong configure switch --with-includedir with the correct + one: --includedir. This fixes installation of the header files to + /usr/include/apr-1 instead of /usr/include. [#164770] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libapr1.spec ++++++ --- /var/tmp/diff_new_pack.XKpWEj/_old 2006-10-28 17:01:42.000000000 +0200 +++ /var/tmp/diff_new_pack.XKpWEj/_new 2006-10-28 17:01:42.000000000 +0200 @@ -15,11 +15,11 @@ BuildRequires: doxygen %endif URL: http://apr.apache.org/ -License: Other License(s), see package, Other uncritical OpenSource License +License: Other uncritical OpenSource License, Other License(s), see package Group: Development/Libraries/Other Autoreqprov: on Version: 1.2.7 -Release: 2 +Release: 16 Summary: Apache Portable Runtime (APR) Library Source: http://www.apache.org/dist/apr/apr-%{version}.tar.bz2 Patch: apr-%{version}.diff @@ -83,7 +83,7 @@ autoconf %configure \ --with-installbuilddir=%{installbuilddir} \ - --with-includedir=%{includedir} \ + --includedir=%{includedir} \ %ifarch %ix86 %ifnarch i386 --enable-nonportable-atomics=yes \ @@ -133,7 +133,7 @@ %doc --parents html %endif %doc emacs-mode -%{_prefix}/include/*.h +%{includedir} %{_libdir}/libapr-%{aprver}.a %{_libdir}/libapr-%{aprver}.la %{_libdir}/libapr-%{aprver}.so @@ -142,6 +142,10 @@ %{_libdir}/apr-%{aprver} %changelog -n libapr1 +* Fri Oct 27 2006 - poeml@suse.de +- replace wrong configure switch --with-includedir with the correct + one: --includedir. This fixes installation of the header files to + /usr/include/apr-1 instead of /usr/include. [#164770] * Thu Jun 22 2006 - schwab@suse.de - Don't depend on configure args being preserved. * Wed May 24 2006 - poeml@suse.de ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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