Hello community,

here is the log from the commit of package ccrtp for openSUSE:Factory checked 
in at 2012-03-26 11:00:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccrtp (Old)
 and      /work/SRC/openSUSE:Factory/.ccrtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccrtp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccrtp/ccrtp.changes      2011-09-28 
14:51:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ccrtp.new/ccrtp.changes 2012-03-26 
11:00:54.000000000 +0200
@@ -1,0 +2,11 @@
+Fri Mar 23 13:06:55 UTC 2012 - [email protected]
+
+- license update: SUSE-GPL-2.0+-with-openssl-exception
+  Use SUSE- proprietary prefix until license accepted upstream at spdx.org
+
+-------------------------------------------------------------------
+Thu Mar 15 14:30:25 UTC 2012 - [email protected]
+
+- ppc64 should also install libs in /usr/lib64 
+
+-------------------------------------------------------------------

New:
----
  ccrtp-ppc64.patch

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

Other differences:
------------------
++++++ ccrtp.spec ++++++
--- /var/tmp/diff_new_pack.hrtNlE/_old  2012-03-26 11:00:55.000000000 +0200
+++ /var/tmp/diff_new_pack.hrtNlE/_new  2012-03-26 11:00:55.000000000 +0200
@@ -21,11 +21,12 @@
 %define lname libccrtp2
 Version:        2.0.1
 Release:        9
-License:        GPL-2.0+ with exception
+License:        SUSE-GPL-2.0+-with-openssl-exception
 Summary:        A Common C++ Class Framework for RTP Packets
 Url:            http://www.gnu.org/software/ccrtp/
 Group:          System/Libraries
 Source0:        %{name}-%{version}.tar.bz2
+Patch1:         ccrtp-ppc64.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libgcrypt-devel
@@ -49,7 +50,7 @@
 packet queues.
 
 %package devel
-License:        GPL-2.0+ with exception
+License:        GPL-2.0+-with-openssl-exception
 Summary:        Include-files and documentation for ccrtp
 Group:          Development/Libraries/Other
 PreReq:         %install_info_prereq
@@ -66,6 +67,7 @@
 
 %prep
 %setup -q -n ccrtp-%{version}
+%patch1 -p1
 
 %build
 mkdir build

++++++ ccrtp-ppc64.patch ++++++
Index: ccrtp-2.0.1/CMakeLists.txt
===================================================================
--- ccrtp-2.0.1.orig/CMakeLists.txt
+++ ccrtp-2.0.1/CMakeLists.txt
@@ -32,7 +32,7 @@ set (PACKAGE ccrtp)
 # this caused problems in debian where it has to always be lib....
 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" )
         set(LIB64 "64")
     endif()
 endif()
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to