Hello community, here is the log from the commit of package fribidi for openSUSE:Factory checked in at Mon Feb 21 00:51:03 CET 2011.
-------- --- fribidi/fribidi.changes 2010-04-30 20:17:22.000000000 +0200 +++ /mounts/work_src_done/STABLE/fribidi/fribidi.changes 2011-02-06 12:18:32.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Feb 6 11:07:10 UTC 2011 - [email protected] + +- update to 0.19.2 + * Update to Unicode Character Database 5.1.0 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- fribidi-0.10.9.tar.bz2 New: ---- fribidi-0.19.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fribidi.spec ++++++ --- /var/tmp/diff_new_pack.QLkXVU/_old 2011-02-21 00:50:55.000000000 +0100 +++ /var/tmp/diff_new_pack.QLkXVU/_new 2011-02-21 00:50:55.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package fribidi (Version 0.10.9) +# spec file for package fribidi # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ Name: fribidi -Version: 0.10.9 -Release: 59 +Version: 0.19.2 +Release: 1 Summary: Free Implementation of BiDi Algorithm -License: GPLv2+ +License: LGPLv2.1 Group: System/Libraries -Url: http://fribidi.sourceforge.net/ +Url: http://fribidi.org/ AutoReqProv: on # bug437293 %ifarch ppc64 @@ -32,6 +32,7 @@ %endif # Provides: locale(ar;he) +# repacked http://fribidi.org/download/fribidi-%%{version}.tar.gz Source: fribidi-%{version}.tar.bz2 Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -49,32 +50,31 @@ adding BiDi support to Mozilla. %package devel -License: GPLv2+ -Summary: Static Libraries and Header Files for FriBiDi +License: LGPLv2.1 +Summary: Development Files for FriBiDi Group: Development/Libraries/C and C++ -Requires: %name = %version +Requires: %{name} = %{version} +Requires: pkg-config %description devel -This package provides the static libraries and header files for -FriBiDi. +This package provides headers and manual files for FriBiDi. %prep %setup -q %build -autoreconf -i -f -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -%configure --disable-static --with-pic -%{__make} %{?jobs:-j%jobs} +%configure --disable-static +%__make %{?_smp_mflags} %check -make check +%__make check %install -make DESTDIR=$RPM_BUILD_ROOT install +%__make DESTDIR=%buildroot install +%__rm %buildroot%{_libdir}/libfribidi.la %clean -rm -rf $RPM_BUILD_ROOT +%__rm -rf %buildroot %post -p /sbin/ldconfig @@ -82,16 +82,16 @@ %files %defattr(-,root,root) -%doc AUTHORS COPYING* ChangeLog INSTALL NEWS README THANKS TODO tests run.tests -%_bindir/fribidi -%_libdir/libfribidi.so.* +%{_bindir}/fribidi +%{_libdir}/libfribidi.so.* +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO %files devel %defattr(-, root, root) -%_libdir/lib*.so -%_libdir/pkgconfig/*.pc -%_includedir/fribidi -%_bindir/fribidi-config -%exclude %_libdir/lib*.la +%dir %{_includedir}/fribidi +%{_includedir}/fribidi/* +%{_libdir}/libfribidi.so +%{_libdir}/pkgconfig/fribidi.pc +%doc %{_mandir}/man3/fribidi_* %changelog ++++++ fribidi-0.10.9.tar.bz2 -> fribidi-0.19.2.tar.bz2 ++++++ ++++ 155000 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
