Hello community,

here is the log from the commit of package fribidi for openSUSE:Factory checked 
in at 2014-09-20 15:50:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-03-28 
13:11:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.fribidi.new/fribidi.changes     2014-09-20 
15:50:11.000000000 +0200
@@ -1,0 +2,12 @@
+Wed Sep 10 13:36:21 UTC 2014 - ft...@geeko.jp
+
+- libfribidi-devel requires %{lname} = %{version} 
+
+-------------------------------------------------------------------
+Sat Jul 19 21:30:39 UTC 2014 - jeng...@inai.de
+
+- Utilize shared library package naming guidelines
+- Drop Requires:pkg-config for fribidi-devel, it is implicit
+  (due to .pc file being picked up by rpm find-requires)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fribidi.spec ++++++
--- /var/tmp/diff_new_pack.v2yB7F/_old  2014-09-20 15:50:12.000000000 +0200
+++ /var/tmp/diff_new_pack.v2yB7F/_new  2014-09-20 15:50:12.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fribidi
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,11 +17,12 @@
 
 
 Name:           fribidi
+%define lname   libfribidi0
 Version:        0.19.2
 Release:        0
-Summary:        Free Implementation of BiDi Algorithm
+Summary:        Free Implementation of Unicode BiDi Algorithm
 License:        LGPL-2.1
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            http://fribidi.org/
 # bug437293
 %ifarch ppc64
@@ -35,7 +36,15 @@
 BuildRequires:  pkg-config
 
 %description
-This library implements the algorithm as described in the "Unicode
+This library implements the algorithm as described in "Unicode
+Standard Annex #9, the Bidirectional Algorithm".
+
+%package -n %lname
+Summary:        Free Implementation of the Unicode BiDi Algorithm
+Group:          System/Libraries
+
+%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
 tested against the Bidi Reference Code and, to the best of the
@@ -48,8 +57,7 @@
 %package devel
 Summary:        Development Files for FriBiDi
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}
-Requires:       pkg-config
+Requires:       %{lname} = %{version}
 
 %description devel
 This package provides headers and manual files for FriBiDi.
@@ -71,20 +79,21 @@
 %clean
 %__rm -rf %buildroot
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
 %{_bindir}/fribidi
-%{_libdir}/libfribidi.so.*
 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO
 
+%files -n %lname
+%defattr(-,root,root)
+%{_libdir}/libfribidi.so.0*
+
 %files devel
 %defattr(-, root, root)
-%dir %{_includedir}/fribidi
-%{_includedir}/fribidi/*
+%{_includedir}/fribidi/
 %{_libdir}/libfribidi.so
 %{_libdir}/pkgconfig/fribidi.pc
 %doc %{_mandir}/man3/fribidi_*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.v2yB7F/_old  2014-09-20 15:50:12.000000000 +0200
+++ /var/tmp/diff_new_pack.v2yB7F/_new  2014-09-20 15:50:12.000000000 +0200
@@ -1 +1 @@
-fribidi
+libfribidi0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to