Hello community,

here is the log from the commit of package yate for openSUSE:Factory checked in 
at 2016-08-25 09:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2016-05-08 
10:46:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yate.new/yate.changes   2016-08-25 
09:56:20.000000000 +0200
@@ -1,0 +2,11 @@
+Sun Aug 21 09:23:39 UTC 2016 - jeng...@inai.de
+
+- Run fdupes to reduce duplicated files reported by rpmlint.
+
+-------------------------------------------------------------------
+Thu May 26 14:55:36 UTC 2016 - mbrug...@suse.com
+
+- add support for aarch64 architecture
+  * add-arm64-support.patch
+
+-------------------------------------------------------------------

New:
----
  add-arm64-support.patch

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

Other differences:
------------------
++++++ yate.spec ++++++
--- /var/tmp/diff_new_pack.OogfCK/_old  2016-08-25 09:56:21.000000000 +0200
+++ /var/tmp/diff_new_pack.OogfCK/_new  2016-08-25 09:56:21.000000000 +0200
@@ -27,9 +27,11 @@
 Url:            http://www.yate.null.ro/
 Source0:        http://yate.null.ro/tarballs/yate5/yate-%{version}-1.tar.gz
 Patch1:         dont-mess-with-cflags.patch
+Patch2:         add-arm64-support.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libqt4-devel
 %if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
@@ -73,7 +75,7 @@
 to compile and develop applications that use Yate.
 
 %package qt4
-Summary:        Qt-4 client package for Yate
+Summary:        Qt4 client package for Yate
 License:        GPL-2.0
 Group:          Productivity/Telephony/Clients
 Requires:       %{name} = %{version}
@@ -107,6 +109,7 @@
 %prep
 %setup -q -n %{name}
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fiv
@@ -122,10 +125,11 @@
 mv %{buildroot}%{_datadir}/doc/%{name}-%{version} 
%{buildroot}%{_docdir}/%{name}
 
 %if 0%{?packman_bs}
-cat<<EOF >README.amrnb
+cat <<EOF >README.amrnb
 This %{name} package has been built with amrnb support.
 EOF
 %endif
+%fdupes %buildroot/%_prefix
 
 %post -p /sbin/ldconfig
 

++++++ add-arm64-support.patch ++++++
Index: b/libs/miniwebrtc/typedefs.h
===================================================================
--- a/libs/miniwebrtc/typedefs.h
+++ b/libs/miniwebrtc/typedefs.h
@@ -99,6 +99,9 @@
 #define WEBRTC_ARCH_BIG_ENDIAN
 #define WEBRTC_BIG_ENDIAN
 #endif
+#elif defined(__aarch64__)
+#define WEBRTC_ARCH_64_BITS 
+#define WEBRTC_ARCH_LITTLE_ENDIAN 
 
 #else
 #error Please add support for your architecture in typedefs.h

Reply via email to