Hello community, here is the log from the commit of package yate for openSUSE:Factory checked in at 2014-08-13 17:08:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yate (Old) and /work/SRC/openSUSE:Factory/.yate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yate" Changes: -------- --- /work/SRC/openSUSE:Factory/yate/yate.changes 2014-06-01 19:40:47.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes 2014-08-13 17:08:17.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jul 25 20:05:24 UTC 2014 - [email protected] + +- update to 5.4.0 + - updated and renamed patch + yate-3.3.2-ppc64-libdir.patch -> yate-ppc64-libdir.patch + - upstream does not provide changelog + +------------------------------------------------------------------- Old: ---- yate-3.3.2-ppc64-libdir.patch yate-5.3.0-1.tar.gz New: ---- yate-5.4.0-1.tar.gz yate-ppc64-libdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yate.spec ++++++ --- /var/tmp/diff_new_pack.bUIUD3/_old 2014-08-13 17:08:18.000000000 +0200 +++ /var/tmp/diff_new_pack.bUIUD3/_new 2014-08-13 17:08:18.000000000 +0200 @@ -19,14 +19,14 @@ Name: yate -Version: 5.3.0 +Version: 5.4.0 Release: 0 Summary: Yet Another Telephony Engine License: GPL-2.0+ Group: Productivity/Telephony/Clients Url: http://www.yate.null.ro/ Source0: http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz -Patch1: yate-3.3.2-ppc64-libdir.patch +Patch1: yate-ppc64-libdir.patch Patch2: yate-ppc64.patch Patch3: dont-mess-with-cflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yate-5.3.0-1.tar.gz -> yate-5.4.0-1.tar.gz ++++++ ++++ 150202 lines of diff (skipped) ++++++ yate-ppc64-libdir.patch ++++++ diff --git a/configure b/configure index f41b3eb..747169c 100755 --- a/configure +++ b/configure @@ -2022,7 +2022,7 @@ case "x$archname" in x*-*-*) ARCHLIB="lib/$archname" ;; - x*x86_64*) + x*x86_64*|xppc64|xppc64le|xaarch64) ARCHLIB=lib64 ;; esac diff --git a/configure.in b/configure.in index c54645c..6cc1987 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ case "x$archname" in x*-*-*) ARCHLIB="lib/$archname" ;; - x*x86_64*) + x*x86_64*|xppc64|xppc64le|xaarch64) ARCHLIB=lib64 ;; esac -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
