Hello community,

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

Package is "ccrtp", Maintainer is "kk...@novell.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccrtp/ccrtp.changes      2012-04-02 
10:51:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ccrtp.new/ccrtp.changes 2013-03-24 
21:56:26.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Mar 23 08:51:28 UTC 2013 - sch...@suse.de
+
+- Add aarch64 to the list of lib64 platforms
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ccrtp.spec ++++++
--- /var/tmp/diff_new_pack.QDmsdg/_old  2013-03-24 21:56:31.000000000 +0100
+++ /var/tmp/diff_new_pack.QDmsdg/_new  2013-03-24 21:56:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccrtp
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           ccrtp
 %define lname libccrtp2
 Version:        2.0.1
-Release:        9
-License:        SUSE-GPL-2.0+-with-openssl-exception
+Release:        0
 Summary:        A Common C++ Class Framework for RTP Packets
-Url:            http://www.gnu.org/software/ccrtp/
+License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          System/Libraries
+Url:            http://www.gnu.org/software/ccrtp/
 Source0:        %{name}-%{version}.tar.bz2
 Patch1:         ccrtp-ppc64.patch
 BuildRequires:  cmake
@@ -50,15 +49,14 @@
 packet queues.
 
 %package devel
-License:        SUSE-GPL-2.0+-with-openssl-exception
 Summary:        Include-files and documentation for ccrtp
 Group:          Development/Libraries/Other
 PreReq:         %install_info_prereq
 Requires:       %{lname} = %{version}
 Requires:       libgcrypt-devel
 Requires:       ucommon-devel >= 5.0.0
-Provides:       libccrtp-devel = %version
 Provides:       %lname-devel = %version
+Provides:       libccrtp-devel = %version
 Obsoletes:      libccrtp-devel < %version
 
 %description devel

++++++ ccrtp-ppc64.patch ++++++
--- /var/tmp/diff_new_pack.QDmsdg/_old  2013-03-24 21:56:31.000000000 +0100
+++ /var/tmp/diff_new_pack.QDmsdg/_new  2013-03-24 21:56:31.000000000 +0100
@@ -7,7 +7,7 @@
  set(LIB64 "")
  if (NOT EXISTS /etc/debian_version)
 -    if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" )
-+    if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR 
"${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" )
++    if ( "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR 
"${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64" OR "${CMAKE_SYSTEM_PROCESSOR}" 
STREQUAL "aarch64")
          set(LIB64 "64")
      endif()
  endif()

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

Reply via email to