Hello community,

here is the log from the commit of package fribidi for openSUSE:Factory checked 
in at 2014-11-10 17:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fribidi (Old)
 and      /work/SRC/openSUSE:Factory/.fribidi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fribidi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fribidi/fribidi.changes  2014-09-20 
15:50:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fribidi.new/fribidi.changes     2014-11-10 
17:27:58.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Nov  6 09:50:44 UTC 2014 - [email protected]
+
+- update version 0.19.6
+  * Fix two minor bidi bugs.
+  * Build with new libtool to support ppc64le.
+- fix boo#903462: -enable-malloc to be thread safe
+
+-------------------------------------------------------------------

Old:
----
  fribidi-0.19.2.tar.gz

New:
----
  fribidi-0.19.6.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fribidi.spec ++++++
--- /var/tmp/diff_new_pack.Dgt2DQ/_old  2014-11-10 17:27:59.000000000 +0100
+++ /var/tmp/diff_new_pack.Dgt2DQ/_new  2014-11-10 17:27:59.000000000 +0100
@@ -16,34 +16,35 @@
 #
 
 
-Name:           fribidi
 %define lname   libfribidi0
-Version:        0.19.2
+Name:           fribidi
+Version:        0.19.6
 Release:        0
 Summary:        Free Implementation of Unicode BiDi Algorithm
 License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 Url:            http://fribidi.org/
+Source:         http://fribidi.org/download/%{name}-%{version}.tar.bz2
+Source2:        baselibs.conf
+BuildRequires:  fdupes
+BuildRequires:  pkg-config
+#
+Provides:       locale(ar;he)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # bug437293
 %ifarch ppc64
 Obsoletes:      fribidi-64bit
 %endif
-#
-Provides:       locale(ar;he)
-Source:         http://fribidi.org/download/%{name}-%{version}.tar.gz
-Source2:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config
 
 %description
 This library implements the algorithm as described in "Unicode
 Standard Annex #9, the Bidirectional Algorithm".
 
-%package -n %lname
+%package -n %{lname}
 Summary:        Free Implementation of the Unicode BiDi Algorithm
 Group:          System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 This library implements the algorithm as described in "Unicode
 Standard Annex #9, the Bidirectional Algorithm,
 http://www.unicode.org/unicode/reports/tr9/";. FriBidi is exhaustively
@@ -66,28 +67,28 @@
 %setup -q
 
 %build
-%configure --disable-static
-%__make %{?_smp_mflags}
+%configure --disable-static \
+       --enable-malloc
+make %{?_smp_mflags}
 
 %check
-%__make check
+make %{?_smp_mflags} check
 
 %install
-%__make DESTDIR=%buildroot install
-%__rm %buildroot%{_libdir}/libfribidi.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes %{buildroot}
 
-%clean
-%__rm -rf %buildroot
+%post   -n %{lname} -p /sbin/ldconfig
 
-%post   -n %lname -p /sbin/ldconfig
-%postun -n %lname -p /sbin/ldconfig
+%postun -n %{lname} -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/fribidi
-%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
+%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
 
-%files -n %lname
+%files -n %{lname}
 %defattr(-,root,root)
 %{_libdir}/libfribidi.so.0*
 

++++++ fribidi-0.19.2.tar.gz -> fribidi-0.19.6.tar.bz2 ++++++
++++ 73339 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to