Hello community,

here is the log from the commit of package libjreen for openSUSE:Factory 
checked in at 2013-12-13 11:58:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libjreen (Old)
 and      /work/SRC/openSUSE:Factory/.libjreen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libjreen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libjreen/libjreen.changes        2013-01-13 
14:28:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libjreen.new/libjreen.changes   2013-12-13 
11:58:02.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Dec 12 00:47:41 UTC 2013 - [email protected]
+
+- Added update-to-latest-git-fixes.patch: fixes build failure with
+  cmake 2.8.12 and adds Qt5 support
+- Added speex-devel, libidn-devel and libgsasl-devel BuildRequires
+- Droped libqca2-devel (Build)Requires
+- Pass DJREEN_FORCE_QT4=ON to CMake, as the buildsystem now defaults
+  to Qt 5
+- Use kde macros
+
+-------------------------------------------------------------------

New:
----
  update-to-latest-git-fixes.patch

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

Other differences:
------------------
++++++ libjreen.spec ++++++
--- /var/tmp/diff_new_pack.9I7NZ3/_old  2013-12-13 11:58:03.000000000 +0100
+++ /var/tmp/diff_new_pack.9I7NZ3/_new  2013-12-13 11:58:03.000000000 +0100
@@ -26,14 +26,15 @@
 Group:          System/Libraries
 Url:            http://github.com/euroelessar/jreen
 Source:         libjreen-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM update-to-latest-git-fixes.patch -- fixed compile with 
latest CMake
+Patch0:         update-to-latest-git-fixes.patch
 BuildRequires:  cmake
-BuildRequires:  libqca2-devel
+BuildRequires:  kde4-filesystem
+BuildRequires:  libgsasl-devel
 BuildRequires:  libqt4-devel
+BuildRequires:  speex-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-# optional dependencies
-BuildRequires:  libidn-devel
-
 %description
 Qt Jabber/XMPP extensible library.
 
@@ -48,7 +49,6 @@
 Summary:        Qt Jabber/XMPP library
 Group:          Development/Libraries/C and C++
 Requires:       libjreen%{soname} = %{version}
-Requires:       libqca2-devel
 Requires:       libqt4-devel
 Provides:       jreen-devel = %{version}
 
@@ -57,27 +57,14 @@
 
 %prep
 %setup -q -n libjreen-%{version}
+%patch0 -p1
 
 %build
-LIBSUFFIX=$(echo "%{_lib}"|sed 's/^lib//')
-mkdir build
-pushd build
-export CXXFLAGS="%{optflags}"
-export QMAKE_CXXFLAGS="%{optflags}"
-cmake \
-    -DCMAKE_INSTALL_PREFIX="%{_prefix}" \
-    -DCMAKE_VERBOSE_MAKEFILE=TRUE \
-    -DCMAKE_SKIP_RPATH=TRUE \
-    -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE \
-    -DLIB_SUFFIX="$LIBSUFFIX" \
-    ..
-make %{?_smp_flags}
-popd #build
+%cmake_kde4 -d build -- -DJREEN_FORCE_QT4=ON
+%make_jobs
 
 %install
-pushd build
-%make_install
-popd #build
+%kde4_makeinstall -C build
 
 %post   -n libjreen%{soname} -p /sbin/ldconfig
 
@@ -86,13 +73,13 @@
 %files -n libjreen%{soname}
 %defattr(-,root,root)
 %doc AUTHORS  ChangeLog COPYING  README
-%{_libdir}/libjreen.so.%{soname}
-%{_libdir}/libjreen.so.%{soname}.*
+%{_kde4_libdir}/libjreen.so.%{soname}
+%{_kde4_libdir}/libjreen.so.%{soname}.*
 
 %files -n libjreen-devel
 %defattr(-,root,root)
-%{_includedir}/jreen
-%{_libdir}/libjreen.so
-%{_libdir}/pkgconfig/libjreen.pc
+%{_kde4_includedir}/jreen
+%{_kde4_libdir}/libjreen.so
+%{_kde4_libdir}/pkgconfig/libjreen.pc
 
 %changelog

++++++ update-to-latest-git-fixes.patch ++++++
++++ 5370 lines (skipped)

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

Reply via email to