Hello community,

here is the log from the commit of package pango for openSUSE:Factory checked 
in at 2014-08-11 12:30:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pango (Old)
 and      /work/SRC/openSUSE:Factory/.pango.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pango"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pango/pango.changes      2014-07-08 
16:58:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pango.new/pango.changes 2014-08-11 
12:30:24.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Aug  6 10:00:15 UTC 2014 - ty...@suse.com
+
+- Get rid of files using the old SUSE spelling (bnc#889024).
+
+-------------------------------------------------------------------

Old:
----
  README.SuSE

New:
----
  README.SUSE

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

Other differences:
------------------
++++++ pango.spec ++++++
--- /var/tmp/diff_new_pack.LawHbV/_old  2014-08-11 12:30:25.000000000 +0200
+++ /var/tmp/diff_new_pack.LawHbV/_new  2014-08-11 12:30:25.000000000 +0200
@@ -27,7 +27,7 @@
 Group:          System/Libraries
 Url:            http://www.pango.org/
 Source:         
http://download.gnome.org/sources/pango/1.36/%{name}-%{version}.tar.xz
-Source1:        README.SuSE
+Source1:        README.SUSE
 Source2:        macros.pango
 Source99:       baselibs.conf
 BuildRequires:  gcc-c++
@@ -209,7 +209,7 @@
 %files -n libpango-1_0-0
 %defattr(-,root,root)
 %if "%{_lib}" == "lib64"
-%doc README AUTHORS COPYING ChangeLog README.SuSE
+%doc README AUTHORS COPYING ChangeLog README.SUSE
 %else
 %doc README AUTHORS COPYING ChangeLog
 %endif

++++++ README.SUSE ++++++
README for bi-architecture 64 bit platforms users
=================================================

Current version of Pango has a problem running 32 and 64 version on
single machine. See http://bugzilla.gnome.org/show_bug.cgi?id=129534 for
more information.

To work around this problem, 64 bit version for SUSE Linux uses special
names for following files:

/usr/bin/pango-querymodules:  /usr/bin/pango-querymodules-64

This can cause problems during self-compilation of packages.

To work-around these problems (introduced by this work-around), you
should:

Either:

- Make a patch of package (please do not send it to package
developers, it's temporary solution).

Or:

- Install 32 bit version of Pango.
- After installation, you must run following commands:
if [ -x /usr/bin/pango-querymodules ] ; then
        /usr/bin/pango-querymodules --update-cache
fi
if [ -x /usr/bin/pango-querymodules-64 ] ; then
        /usr/bin/pango-querymodules-64 --update-cache
fi
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to