Mailinglist Archive: opensuse-commit (2129 mails)

< Previous Next >
commit pango
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 12 Apr 2008 20:45:55 +0200
  • Message-id: <20080412184555.8CD9A678335@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pango
checked in at Sat Apr 12 20:45:55 CEST 2008.


--------
--- GNOME/pango/pango.changes 2008-04-10 13:00:15.000000000 +0200
+++ pango/pango.changes 2008-04-12 00:09:55.124183000 +0200
@@ -1,0 +2,11 @@
+Sat Apr 12 00:14:08 CEST 2008 - maw@xxxxxxx
+
+- Tag pango-libtool.patch, which was added in the previous
+ submission.
+
+-------------------------------------------------------------------
+Fri Apr 11 14:55:10 CEST 2008 - schwab@xxxxxxx
+
+- Work around broken configure script.
+
+-------------------------------------------------------------------



New:
----
pango-libtool.patch

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

Other differences:
------------------
++++++ pango.spec ++++++
--- /var/tmp/diff_new_pack.le9158/_old 2008-04-12 20:45:29.000000000 +0200
+++ /var/tmp/diff_new_pack.le9158/_new 2008-04-12 20:45:29.000000000 +0200
@@ -17,12 +17,14 @@
Group: System/Libraries
AutoReqProv: on
Version: 1.20.1
-Release: 2
+Release: 3
Summary: System for Layout and Rendering of Internationalised Text
Source:
ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.18/%{name}-%{version}.tar.bz2
Source1: README.SuSE
# Patch0: pango-biarch.patch
Patch0: pango64.patch
+# PATCH-FIX-UPSTREAM pango-libtool.patch schwab@xxxxxxx -- apparently
configure.in is invoking libtool in a bad way
+Patch1: pango-libtool.patch
# This appears to be upstream now
# Patch2: bugzilla-53228-artificial-bold-and-italic.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -94,6 +96,7 @@
cp -a %{S:1} .
%patch0 -p0
%endif
+%patch1

%build
autoreconf -f -i
@@ -181,6 +184,11 @@
%{_datadir}/gtk-doc/html/pango

%changelog
+* Sat Apr 12 2008 maw@xxxxxxx
+- Tag pango-libtool.patch, which was added in the previous
+ submission.
+* Fri Apr 11 2008 schwab@xxxxxxx
+- Work around broken configure script.
* Thu Apr 10 2008 ro@xxxxxxx
- added baselibs.conf file to build xxbit packages
for multilib support


++++++ pango-libtool.patch ++++++
--- configure.in
+++ configure.in
@@ -664,7 +664,11 @@ AC_MSG_CHECKING([Whether to write depend
case $enable_explicit_deps in
auto)
export SED
+ if test -x libtool; then
deplibs_check_method=`(./libtool --config; echo 'eval echo
$deplibs_check_method') | sh`
+ else
+ deplibs_check_method=`(libtool --config; echo 'eval echo
$deplibs_check_method') | sh`
+ fi
if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static"
= xyes ; then
enable_explicit_deps=yes
else


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



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread