Hello community,

here is the log from the commit of package libmtp for openSUSE:Factory checked 
in at 2014-09-28 19:53:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmtp (Old)
 and      /work/SRC/openSUSE:Factory/.libmtp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmtp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmtp/libmtp.changes    2014-08-27 
22:18:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmtp.new/libmtp.changes       2014-09-28 
19:53:58.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 25 08:02:46 UTC 2014 - [email protected]
+
+- include-config-h.patch: always include "config.h" first
+
+-------------------------------------------------------------------

New:
----
  include-config-h.patch

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

Other differences:
------------------
++++++ libmtp.spec ++++++
--- /var/tmp/diff_new_pack.FZHmNK/_old  2014-09-28 19:54:00.000000000 +0200
+++ /var/tmp/diff_new_pack.FZHmNK/_new  2014-09-28 19:54:00.000000000 +0200
@@ -30,6 +30,7 @@
 Release:        0
 %define sonum   9
 Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
+Patch0:         include-config-h.patch
 # from git 1a2669c6df6c093aec38c0c99a21438d74ccdf33
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d }
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 echo 'HTML_TIMESTAMP=NO' >> doc/Doxyfile.in

++++++ include-config-h.patch ++++++
Index: libmtp-1.1.7/src/util.c
===================================================================
--- libmtp-1.1.7.orig/src/util.c
+++ libmtp-1.1.7/src/util.c
@@ -34,6 +34,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <string.h>
+#include "config.h"
 #include "libmtp.h"
 #include "util.h"
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to