Hello community,

here is the log from the commit of package quvi for openSUSE:Factory checked in 
at 2011-12-02 09:28:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quvi (Old)
 and      /work/SRC/openSUSE:Factory/.quvi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quvi", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/quvi/quvi.changes        2011-09-23 
12:44:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.quvi.new/quvi.changes   2011-12-02 
09:28:18.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Nov 29 14:52:36 CET 2011 - [email protected]
+
+- add missing include stdio.h to fix build 
+
+-------------------------------------------------------------------

New:
----
  quvi-include_stdio.patch

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

Other differences:
------------------
++++++ quvi.spec ++++++
--- /var/tmp/diff_new_pack.Xf0jfQ/_old  2011-12-02 09:28:19.000000000 +0100
+++ /var/tmp/diff_new_pack.Xf0jfQ/_new  2011-12-02 09:28:19.000000000 +0100
@@ -27,6 +27,7 @@
 License:        GNU LGPLv2.1
 Url:            http://sourceforge.net/projects/quvi/files/0.2/
 Source:         %{name}-%{version}.tar.bz2
+Patch0:         quvi-include_stdio.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl) >= 7.18.0
@@ -39,7 +40,6 @@
 
 %package -n libquvi%{soname}
 
-
 Summary:        Parsing video downloads links for Youtube and others
 Group:          Development/Libraries/C and C++
 
@@ -49,7 +49,6 @@
 
 %package -n libquvi-devel
 
-
 Summary:        Parsing video downloads links for Youtube and others
 Group:          Development/Libraries/C and C++
 Requires:       libquvi%{soname} = %{version}-%{release}
@@ -62,6 +61,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %{configure} \

++++++ quvi-include_stdio.patch ++++++
--- src/libquvi/net_api.c
+++ src/libquvi/net_api.c
@@ -24,6 +24,8 @@
 #include "quvi/llst.h"
 
 #include "internal.h"
+#include <string.h>
+#include "util.h"
 
 extern const char empty[]; /* quvi_api.c */
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to