Hello community,

here is the log from the commit of package ucommon for openSUSE:Factory checked 
in at 2011-11-29 16:25:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ucommon (Old)
 and      /work/SRC/openSUSE:Factory/.ucommon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ucommon", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ucommon/ucommon.changes  2011-09-23 
12:49:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ucommon.new/ucommon.changes     2011-11-29 
16:25:06.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Nov 29 13:58:39 UTC 2011 - [email protected]
+
+- Use upstream tarball 
+
+-------------------------------------------------------------------
+Tue Nov 29 14:32:47 CET 2011 - [email protected]
+
+- define LIB_SUFFIX for other lib64 platforms 
+
+-------------------------------------------------------------------

Old:
----
  ucommon-5.0.5.tar.bz2

New:
----
  ucommon-5.0.5.tar.gz

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

Other differences:
------------------
++++++ ucommon.spec ++++++
--- /var/tmp/diff_new_pack.Ffaz8y/_old  2011-11-29 16:25:10.000000000 +0100
+++ /var/tmp/diff_new_pack.Ffaz8y/_new  2011-11-29 16:25:10.000000000 +0100
@@ -28,7 +28,7 @@
 Summary:        Runtime library for portable C++ threading and sockets
 Url:            http://www.gnu.org/software/commoncpp
 Group:          System/Libraries
-Source0:        
http://www.gnutelephony.org/dist/tarballs/ucommon-%{version}.tar.bz2
+Source0:        
http://www.gnutelephony.org/dist/archive/ucommon-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -48,14 +48,12 @@
 
 %package bin
 
-
 Summary:        GNU uCommon system and support applications
 Group:          Development/Tools/Other
 Requires:       %{name} = %{version}
 
 %package devel
 
-
 Summary:        Headers for building ucommon applications
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -65,7 +63,6 @@
 
 %package doc
 
-
 Summary:        Generated class documentation for ucommon
 Group:          Documentation
 
@@ -92,6 +89,9 @@
 cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
       -DSYSCONFDIR=%{_sysconfdir} \
       -DMANDIR=%{_mandir} \
+%if "%{_lib}" == "lib64"
+      -DLIB_SUFFIX=64 \
+%endif
       -DCMAKE_VERBOSE_MAKEFILE=TRUE \
       -DCMAKE_C_FLAGS_RELEASE:STRING="%{optflags}" \
       -DCMAKE_CXX_FLAGS_RELEASE:STRING="%{optflags}" \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to