
Hello community, here is the log from the commit of package attr for openSUSE:Factory checked in at Tue Oct 27 16:23:41 CET 2009. -------- --- attr/attr.changes 2009-08-01 04:29:51.000000000 +0200 +++ /mounts/work_src_done/STABLE/attr/attr.changes 2009-10-26 15:48:25.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Oct 26 15:48:06 CET 2009 - meissner@suse.de + +- fixed implicit strchr() call + +------------------------------------------------------------------- +Sun Sep 27 21:36:26 CEST 2009 - crrodriguez@suse.de + +- do not package static libraries +- fix -devel package dependencies + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- attr-fiximplicit.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ attr.spec ++++++ --- /var/tmp/diff_new_pack.YEVtpD/_old 2009-10-27 16:23:28.000000000 +0100 +++ /var/tmp/diff_new_pack.YEVtpD/_new 2009-10-27 16:23:28.000000000 +0100 @@ -23,10 +23,11 @@ AutoReqProv: on Summary: Commands for Manipulating Extended Attributes Version: 2.4.44 -Release: 1 +Release: 2 Source: %{name}-%{version}.src.tar.gz Source1: xattr.conf Patch0: builddefs.in.diff +Patch1: %name-fiximplicit.patch Url: http://download.savannah.gnu.org/releases-noredirect/attr/ BuildRoot: %{_tmppath}/%{name}-%{version}-build License: GPL v2 or later @@ -79,7 +80,7 @@ Obsoletes: libattr-devel-64bit %endif # -Requires: libattr = %{version} +Requires: libattr = %{version} glibc-devel %description -n libattr-devel This package contains the libraries and header files needed to develop @@ -94,25 +95,24 @@ SGI %prep -%setup +%setup -q %patch0 -p1 +%patch1 -p1 %build export OPTIMIZER="$RPM_OPT_FLAGS -fPIC" export DEBUG=-DNDEBUG 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=/%{_libdir} \ + --disable-static \ + --with-pic +%{__make} %{?jobs:-j%jobs} %install DIST_ROOT="$RPM_BUILD_ROOT" @@ -161,7 +161,6 @@ %attr(644,root,root) %{_includedir}/attr/error_context.h %attr(644,root,root) %{_includedir}/attr/libattr.h %attr(644,root,root) %{_includedir}/attr/xattr.h -%attr(644,root,root) %{_libdir}/libattr.a %attr(755,root,root) %{_libdir}/libattr.so %doc %attr(644,root,root) %{_mandir}/man3/attr_get.3.gz* %doc %attr(644,root,root) %{_mandir}/man3/attr_list.3.gz* ++++++ attr-fiximplicit.patch ++++++ Index: attr-2.4.44/libmisc/quote.c =================================================================== --- attr-2.4.44.orig/libmisc/quote.c +++ attr-2.4.44/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