Hello community,

here is the log from the commit of package camsource for openSUSE:Factory 
checked in at 2015-04-18 10:40:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/camsource (Old)
 and      /work/SRC/openSUSE:Factory/.camsource.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "camsource"

Changes:
--------
--- /work/SRC/openSUSE:Factory/camsource/camsource.changes      2013-01-22 
18:17:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.camsource.new/camsource.changes 2015-04-18 
10:40:48.000000000 +0200
@@ -1,0 +2,16 @@
+Mon Dec  1 12:46:50 UTC 2014 - [email protected]
+
+- updated to 0.7.1
+  - Upgrade the internal v4l driver connection to v4l2
+  - Now able to build correkt Makefile, no manuel action in this case
+    required.
+  - Now runs under Raspbian Wheezy in Raspberry PI!
+  - Added function Browser Refresh, configurable via camsource.conf
+  - Add function sharpen (source pencam-2-0.67, via "The Gimp"),
+    configuarable via camsource.conf
+  - Add function saturate (same source), configurable via 
+    camsource.conf
+- dropped camsource-v4l1.patch: upstream
+- dropped camsource-no_label_at_end.diff: upstream
+
+-------------------------------------------------------------------

Old:
----
  camsource-0.7.0.tar.gz
  camsource-no_label_at_end.diff
  camsource-v4l1.patch

New:
----
  camsource-0.7.1.tar.gz

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

Other differences:
------------------
++++++ camsource.spec ++++++
--- /var/tmp/diff_new_pack.zV044M/_old  2015-04-18 10:40:49.000000000 +0200
+++ /var/tmp/diff_new_pack.zV044M/_new  2015-04-18 10:40:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package camsource
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,19 +23,14 @@
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %endif
-Version:        0.7.0
+Version:        0.7.1
 Release:        0
 Summary:        Camsource Grabs Images from a Video4Linux Device
 License:        GPL-2.0+
 Group:          Amusements/Toys/Graphics
 Url:            http://camsource.sourceforge.net
 Source:         camsource-%{version}.tar.gz
-Patch0:         camsource-no_label_at_end.diff
 Patch1:         camsource-no_implicit_decls.diff
-%if 0%{?suse_version} >= 1210
-# PATCH-FIX-UPSTREAM camsource-v4l1.patch [bnc#714439]
-Patch2:         camsource-v4l1.patch
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,17 +51,11 @@
 
 %prep
 %setup -q
-%patch0
 %patch1
-%if 0%{?suse_version} >= 1210
-%patch2 -p1
-%endif
+chmod ugo+x configure
 
 %build
 export CFLAGS="%{optflags} -Wall"
-%if 0%{?suse_version} >= 1210
-autoreconf -fi
-%endif
 %configure --disable-static --with-pic
 make %{?_smp_mflags}
 
@@ -76,7 +65,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING INSTALL ChangeLog README NEWS camsource.conf.example
+%doc COPYING INSTALL ChangeLog camsource.conf.example
 %{_bindir}/camsource
 %{_libdir}/camsource
 %config(noreplace) %{_sysconfdir}/camsource.conf

++++++ camsource-0.7.0.tar.gz -> camsource-0.7.1.tar.gz ++++++
++++ 116467 lines of diff (skipped)

++++++ camsource-no_implicit_decls.diff ++++++
--- /var/tmp/diff_new_pack.zV044M/_old  2015-04-18 10:40:49.000000000 +0200
+++ /var/tmp/diff_new_pack.zV044M/_new  2015-04-18 10:40:49.000000000 +0200
@@ -1,4 +1,6 @@
---- src/flip.c
+Index: src/flip.c
+===================================================================
+--- src/flip.c.orig
 +++ src/flip.c
 @@ -1,4 +1,5 @@
  #include <stdlib.h>
@@ -6,7 +8,9 @@
  #include <libxml/parser.h>
  
  #include "config.h"
---- src/image.c
+Index: src/image.c
+===================================================================
+--- src/image.c.orig
 +++ src/image.c
 @@ -1,7 +1,7 @@
  #include <stdlib.h>
@@ -17,7 +21,9 @@
  #include "image.h"
  
  void
---- src/jpeg.c
+Index: src/jpeg.c
+===================================================================
+--- src/jpeg.c.orig
 +++ src/jpeg.c
 @@ -2,6 +2,8 @@
  #include <stdio.h>
@@ -28,7 +34,9 @@
  #undef HAVE_STDLIB_H
  #include <libxml/parser.h>
  
---- src/motiondetect.c
+Index: src/motiondetect.c
+===================================================================
+--- src/motiondetect.c.orig
 +++ src/motiondetect.c
 @@ -1,4 +1,5 @@
  #include <stdlib.h>
@@ -36,7 +44,9 @@
  #include <libxml/parser.h>
  
  #include "config.h"
---- src/regrab.c
+Index: src/regrab.c
+===================================================================
+--- src/regrab.c.orig
 +++ src/regrab.c
 @@ -1,4 +1,5 @@
  #include <stdlib.h>
@@ -44,7 +54,9 @@
  #include <libxml/parser.h>
  
  #include "config.h"
---- src/resize.c
+Index: src/resize.c
+===================================================================
+--- src/resize.c.orig
 +++ src/resize.c
 @@ -1,4 +1,5 @@
  #include <stdio.h>
@@ -52,7 +64,9 @@
  #include <libxml/parser.h>
  
  #include "config.h"
---- src/rotate.c
+Index: src/rotate.c
+===================================================================
+--- src/rotate.c.orig
 +++ src/rotate.c
 @@ -1,4 +1,5 @@
  #include <stdlib.h>
@@ -60,20 +74,48 @@
  #include <libxml/parser.h>
  
  #include "config.h"
---- src/unpalette.c
+Index: src/unpalette.c
+===================================================================
+--- src/unpalette.c.orig
 +++ src/unpalette.c
 @@ -1,5 +1,6 @@
  #include <stdio.h>
  #include <sys/types.h>
 +#include <string.h>
- #include <linux/videodev.h>
+ #include <libv4l1.h>
  
  #include "config.h"
---- src/xmlhelp.c
+Index: src/xmlhelp.c
+===================================================================
+--- src/xmlhelp.c.orig
 +++ src/xmlhelp.c
 @@ -1,4 +1,5 @@
  #include <stdlib.h>
 +#include <string.h>
  #include <libxml/parser.h>
+ 
+ #include "config.h"
+Index: src/saturate.c
+===================================================================
+--- src/saturate.c.orig
++++ src/saturate.c
+@@ -23,6 +23,7 @@
+  /* saturate.c, Ursprung flip.c  Dateien aus pencam2-0.67   */
+ 
+ #include <stdlib.h>
++#include <string.h>
+ #include <libxml/parser.h>
+ 
+ #include "config.h"
+Index: src/sharpen.c
+===================================================================
+--- src/sharpen.c.orig
++++ src/sharpen.c
+@@ -34,6 +34,7 @@
+ 
+ 
+ #include <stdlib.h>
++#include <string.h>
+ #include <libxml/parser.h>
  
  #include "config.h"


Reply via email to