Hello community,

here is the log from the commit of package kdelibs3 for openSUSE:Factory 
checked in at 2013-03-22 11:21:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs3 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs3", Maintainer is "kde-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs3/kdelibs3.changes        2013-03-07 
07:23:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs3.new/kdelibs3.changes   2013-03-22 
11:21:17.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 19 23:20:20 UTC 2013 - sch...@suse.de
+
+- Properly determine list of lib64 platforms for ld.so.conf.d script
+- Use lt_cv_deplibs_check_method=pass_all also for aarch64
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kdelibs3.spec ++++++
--- /var/tmp/diff_new_pack.q4qTu9/_old  2013-03-22 11:21:22.000000000 +0100
+++ /var/tmp/diff_new_pack.q4qTu9/_new  2013-03-22 11:21:22.000000000 +0100
@@ -638,10 +638,10 @@
 # Create /etc/ld.so.conf.d/kdelibs3.conf 
 mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
 cat > $RPM_BUILD_ROOT/etc/ld.so.conf.d/kdelibs3.conf <<EOF
-%ifarch s390x sparc64 x86_64 ppc64
-/opt/kde3/lib64
-%endif
+/opt/kde3/%_lib
+%if "%{_lib}" != "lib"
 /opt/kde3/lib
+%endif
 EOF
 
 %post

++++++ admin.diff ++++++
--- /var/tmp/diff_new_pack.q4qTu9/_old  2013-03-22 11:21:22.000000000 +0100
+++ /var/tmp/diff_new_pack.q4qTu9/_new  2013-03-22 11:21:22.000000000 +0100
@@ -10,21 +10,9 @@
    exec_prefix=`echo "$exec_prefix" | sed 's,//*,/,g' | sed -e 's,/$,,'`
  
    kde_libs_prefix='$(prefix)'
-Index: admin/detect-autoconf.pl
+Index: admin/cvs.sh
 ===================================================================
---- admin/detect-autoconf.pl.orig
-+++ admin/detect-autoconf.pl
-@@ -216,7 +216,7 @@ $unsermake = "";
- # backward compatible: if $UNSERMAKE points to a path, use it
- $unsermake = findProgram('unsermake') if (defined($ENV{'UNSERMAKE'}) and 
$ENV{'UNSERMAKE'} =~ /\//);
- # new compatible: if it says 'yes', use the one from path
--$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} ne 'no');
-+$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} eq 'yes');
- 
- ($automake_suffix) = $automake =~ /.*automake(.*)$/;
- 
-
---- admin/cvs.sh
+--- admin/cvs.sh.orig
 +++ admin/cvs.sh
 @@ -32,7 +32,7 @@ check_autotool_versions()
  required_autoconf_version="2.53 or newer"
@@ -53,3 +41,29 @@
      echo "*** $AUTOMAKE_STRING found."
      UNSERMAKE=no
      ;;
+Index: admin/detect-autoconf.pl
+===================================================================
+--- admin/detect-autoconf.pl.orig
++++ admin/detect-autoconf.pl
+@@ -216,7 +216,7 @@ $unsermake = "";
+ # backward compatible: if $UNSERMAKE points to a path, use it
+ $unsermake = findProgram('unsermake') if (defined($ENV{'UNSERMAKE'}) and 
$ENV{'UNSERMAKE'} =~ /\//);
+ # new compatible: if it says 'yes', use the one from path
+-$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} ne 'no');
++$unsermake = which('unsermake') if ($ENV{'UNSERMAKE'} eq 'yes');
+ 
+ ($automake_suffix) = $automake =~ /.*automake(.*)$/;
+ 
+Index: admin/libtool.m4.in
+===================================================================
+--- admin/libtool.m4.in.orig
++++ admin/libtool.m4.in
+@@ -2181,7 +2181,7 @@ irix5* | irix6* | nonstopux*)
+ # This must be Linux ELF.
+ linux*)
+   case $host_cpu in
+-  alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* | s390* | 
sh* | x86_64* )
++  aarch64 | alpha* | hppa* | i*86 | ia64* | m68* | mips* | powerpc* | sparc* 
| s390* | sh* | x86_64* )
+     lt_cv_deplibs_check_method=pass_all ;;
+   # the debian people say, arm and glibc 2.3.1 works for them with pass_all
+   arm* )


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

Reply via email to