commit acl for openSUSE:Factory

Hello community, here is the log from the commit of package acl for openSUSE:Factory checked in at Tue Oct 27 16:23:16 CET 2009. -------- --- acl/acl.changes 2009-08-01 04:29:43.000000000 +0200 +++ /mounts/work_src_done/STABLE/acl/acl.changes 2009-10-26 14:42:28.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Oct 26 14:42:05 CET 2009 - meissner@suse.de + +- fixed implicit strchr() usage. + +------------------------------------------------------------------- +Sun Sep 27 21:21:14 CEST 2009 - crrodriguez@suse.de + +- do not package static libraries +- fix -devel package dependencies + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- acl-fiximplicit.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ acl.spec ++++++ --- /var/tmp/diff_new_pack.68PRso/_old 2009-10-27 16:22:36.000000000 +0100 +++ /var/tmp/diff_new_pack.68PRso/_new 2009-10-27 16:22:36.000000000 +0100 @@ -24,9 +24,10 @@ AutoReqProv: on Summary: Commands for Manipulating POSIX Access Control Lists Version: 2.2.48 -Release: 1 +Release: 2 Source: %name-%version.src.tar.gz Patch0: builddefs.in.diff +Patch1: acl-fiximplicit.patch Url: http://download.savannah.gnu.org/releases-noredirect/acl/ License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -65,7 +66,7 @@ Summary: Include Files and Libraries mandatory for Development AutoReqProv: on Group: Development/Libraries/C and C++ -Requires: libacl = %{version} libattr-devel +Requires: libacl = %{version} glibc-devel Provides: acl-devel Obsoletes: acl-devel # bug437293 @@ -83,8 +84,9 @@ SGI %prep -%setup -n acl-%version +%setup -q -n acl-%version %patch0 -p1 +%patch1 -p1 %build export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" @@ -92,17 +94,15 @@ aclocal --acdir=m4 autoconf CFLAGS="$RPM_OPT_FLAGS" -./configure \ +%configure \ --prefix=/ \ --exec-prefix=/ \ --sbindir=/bin \ - --bindir=%{_bindir} \ - --mandir=%{_mandir} \ - --includedir=%{_includedir} \ --libdir=/%{_lib} \ - --datadir=/usr/share \ - --libexecdir=%{_libdir} -make + --libexecdir=/%{_lib} \ + --disable-static \ + --with-pic +%{__make} %{?jobs:-j%jobs} %install DIST_ROOT="$RPM_BUILD_ROOT" @@ -113,14 +113,13 @@ /usr/bin/make install DIST_MANIFEST="$DIST_INSTALL" /usr/bin/make install-dev DIST_MANIFEST="$DIST_INSTALL_DEV" /usr/bin/make install-lib DIST_MANIFEST="$DIST_INSTALL_LIB" -ln -sf /%{_lib}/$(readlink $RPM_BUILD_ROOT/%{_lib}/libacl.so) \ - $RPM_BUILD_ROOT/%{_libdir}/libacl.so -rm -f $RPM_BUILD_ROOT/%{_libdir}/libacl.la -rm -f $RPM_BUILD_ROOT/%{_lib}/libacl.{a,la,so} +%{__mkdir_p} %{buildroot}%{_libdir} +%{__ln_s} -v /%{_lib}/$(readlink %{buildroot}/%{_lib}/lib%{name}.so) %{buildroot}%{_libdir}/lib%{name}.so +%{__rm} -v %{buildroot}/%{_lib}/lib%{name}.{la,so} %find_lang %name %clean -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT +rm -rf $RPM_BUILD_ROOT %post -n libacl -p /sbin/ldconfig @@ -147,7 +146,6 @@ %dir %attr(755,root,root) %{_includedir}/acl %attr(644,root,root) %{_includedir}/acl/libacl.h %attr(644,root,root) %{_includedir}/sys/acl.h -%attr(644,root,root) %{_libdir}/libacl.a %attr(755,root,root) %{_libdir}/libacl.so %doc %attr(644,root,root) %{_mandir}/man3/acl_add_perm.3.gz %doc %attr(644,root,root) %{_mandir}/man3/acl_calc_mask.3.gz ++++++ acl-fiximplicit.patch ++++++ Index: acl-2.2.48/libmisc/quote.c =================================================================== --- acl-2.2.48.orig/libmisc/quote.c +++ acl-2.2.48/libmisc/quote.c @@ -19,6 +19,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <ctype.h> #include "misc.h" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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