Hello community,

here is the log from the commit of package mjpg-streamer for openSUSE:Factory 
checked in at 2019-09-16 10:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mjpg-streamer (Old)
 and      /work/SRC/openSUSE:Factory/.mjpg-streamer.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mjpg-streamer"

Mon Sep 16 10:49:38 2019 rev:2 rq:730431 version:1.0~pre.1540449284.ddb69b7

Changes:
--------
--- /work/SRC/openSUSE:Factory/mjpg-streamer/mjpg-streamer.changes      
2018-07-28 12:42:31.980671544 +0200
+++ /work/SRC/openSUSE:Factory/.mjpg-streamer.new.7948/mjpg-streamer.changes    
2019-09-16 10:49:41.323177780 +0200
@@ -1,0 +2,18 @@
+Thu Sep  5 14:07:39 UTC 2019 - o...@aepfle.de
+
+- Stick with opencv3
+
+-------------------------------------------------------------------
+Wed Jan  9 18:31:53 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Add missing make call. Do not ignore errors from useradd.
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Mon Dec 10 10:58:33 UTC 2018 - Adrian Schröter <adr...@suse.de>
+
+- update to current git
+- fix opencv build dependencies
+- new zeromq support
+
+-------------------------------------------------------------------
@@ -4,0 +23 @@
+  (meanwhile the official release)

Old:
----
  mjpg-streamer-1.0~pre.1529836414.f387bb4.obscpio

New:
----
  mjpg-streamer-1.0~pre.1540449284.ddb69b7.obscpio

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

Other differences:
------------------
++++++ mjpg-streamer.spec ++++++
--- /var/tmp/diff_new_pack.ZSln9Q/_old  2019-09-16 10:49:43.363177516 +0200
+++ /var/tmp/diff_new_pack.ZSln9Q/_new  2019-09-16 10:49:43.363177516 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mjpg-streamer (Version SVN Rev. 160)
+# spec file for package mjpg-streamer
 #
-# Copyright 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,28 +12,39 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
+
 
-Summary: Stream webcam video to HTTP
 Name:    mjpg-streamer
-Version: 1.0~pre.1529836414.f387bb4
+Version:        1.0~pre.1540449284.ddb69b7
 Release: 0
+Summary:        Program for streaming webcam video to HTTP
 License: GPL-2.0-only
 Group:   Productivity/Multimedia/Video/Players
 Source0: %{name}-%{version}.tar.xz
 Patch1: fix-build.patch
 Patch2: set_group.patch
 URL:           https://github.com/jacksonliam/mjpg-streamer
+BuildRequires:  SDL-devel
 BuildRequires: cmake
 BuildRequires: gcc-c++
-BuildRequires: opencv-devel
-BuildRequires: SDL-devel
 BuildRequires: libgphoto2-devel
 BuildRequires: libjpeg-devel
+BuildRequires:  pkgconfig(opencv)
+BuildRequires:  protobuf-c
+BuildRequires:  python3-devel
+BuildRequires:  python3-numpy-devel
+BuildRequires:  python3-opencv
+BuildRequires:  zeromq-devel
 
 %description
-MJPG-streamer takes JPGs from Linux-UVC compatible webcams, from local files 
or other input plugins and streams them as M-JPEG via HTTP to webbrowsers, VLC 
and other software. It is the successor of uvc-streamer, a Linux-UVC streaming 
application with Pan/Tilt.
+MJPG-streamer takes JPGs from Linux-UVC compatible webcams, from
+local files or other input plugins and streams them as M-JPEG via
+HTTP to webbrowsers, VLC and other software. It is the successor of
+uvc-streamer, a Linux-UVC streaming application with Pan/Tilt.
 
-This package provides a maintained fork including support for Raspberry Pi 
Camera.
+This package provides a fork including support for Raspberry Pi Camera.
 
 Enable the service by specifing the video device via
 
@@ -50,6 +61,7 @@
 mkdir build
 cd build
 cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINCLUDE_INSTALL_DIR:PATH=/usr/include 
-DLIB_INSTALL_DIR:PATH=%_libdir -DSYSCONF_INSTALL_DIR:PATH=/etc 
-DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_INSTALL_LIBDIR:PATH=%_libdir 
-DCMAKE_BUILD_TYPE=RelWithDebInfo ..
+make %{?_smp_mflags}
 
 %install
 %cmake_install
@@ -57,7 +69,12 @@
 install -m 0644 -D mjpg_streamer@.service 
%{buildroot}%{_unitdir}/mjpg_streamer@.service
 
 %pre
-%{_sbindir}/useradd -r -G video -d / -s /sbin/nologin mjpg_streamer 2> 
/dev/null || :
+getent passwd mjpg_streamer >/dev/null || %{_sbindir}/useradd -r -G video \
+       -d / -s /sbin/nologin mjpg_streamer
+%service_add_pre mjpg_streamer@.service
+
+%preun
+%service_del_preun mjpg_streamer@.service
 
 %post
 %service_add_post mjpg_streamer@.service
@@ -74,3 +91,4 @@
 /usr/share/mjpg-streamer
 %{_unitdir}/mjpg_streamer@.service
 
+%changelog

++++++ mjpg-streamer-1.0~pre.1529836414.f387bb4.obscpio -> 
mjpg-streamer-1.0~pre.1540449284.ddb69b7.obscpio ++++++
++++ 1662 lines of diff (skipped)

++++++ mjpg-streamer.obsinfo ++++++
--- /var/tmp/diff_new_pack.ZSln9Q/_old  2019-09-16 10:49:43.579177488 +0200
+++ /var/tmp/diff_new_pack.ZSln9Q/_new  2019-09-16 10:49:43.579177488 +0200
@@ -1,5 +1,5 @@
 name: mjpg-streamer
-version: 1.0~pre.1529836414.f387bb4
-mtime: 1529836414
-commit: f387bb44e6c087271b763b27da998bf2e06c4f5d
+version: 1.0~pre.1540449284.ddb69b7
+mtime: 1540449284
+commit: ddb69b7b4f114f3c2ca01adf55712792ca8aed43
 


Reply via email to