Hello community,

here is the log from the commit of package obexftp for openSUSE:Factory checked 
in at 2013-11-22 07:12:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obexftp (Old)
 and      /work/SRC/openSUSE:Factory/.obexftp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obexftp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/obexftp/obexftp.changes  2013-11-05 
06:51:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.obexftp.new/obexftp.changes     2013-11-22 
07:12:07.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Nov 19 18:25:31 CET 2013 - [email protected]
+
+- obexftp-pkgconfig_requires.patch:
+  in pkgconfig file, require bluez instead of bluetooth 
+
+-------------------------------------------------------------------

New:
----
  obexftp-pkgconfig_requires.patch

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

Other differences:
------------------
++++++ obexftp.spec ++++++
--- /var/tmp/diff_new_pack.zqLAHY/_old  2013-11-22 07:12:08.000000000 +0100
+++ /var/tmp/diff_new_pack.zqLAHY/_new  2013-11-22 07:12:08.000000000 +0100
@@ -37,6 +37,7 @@
 Url:            http://triq.net/obexftp
 Source:         %name-%version.tar.bz2
 Patch1:         obexftp-0.24-fix-absurd-install-path.patch
+Patch2:         obexftp-pkgconfig_requires.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,6 +60,7 @@
 %prep
 %setup -q -n %{name}-%{version}-Source
 %patch1 -p1
+%patch2
 
 chmod -x AUTHORS Doxyfile ChangeLog NEWS README THANKS TODO 
examples/README_obexftpbackup
 

++++++ obexftp-pkgconfig_requires.patch ++++++
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -71,7 +71,7 @@
 set ( exec_prefix "\${prefix}" )
 set ( libdir      "\${prefix}/${CMAKE_INSTALL_LIBDIR}" )
 set ( includedir  "\${prefix}/${CMAKE_INSTALL_INCLUDEDIR}" )
-set ( REQUIRES    "bluetooth openobex" )
+set ( REQUIRES    "bluez openobex" )
 configure_file (
   ${CMAKE_CURRENT_SOURCE_DIR}/obexftp.pc.in
   ${CMAKE_CURRENT_BINARY_DIR}/obexftp.pc
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to