Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libcamera for openSUSE:Factory 
checked in at 2021-05-05 20:40:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libcamera (Old)
 and      /work/SRC/openSUSE:Factory/.libcamera.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libcamera"

Wed May  5 20:40:02 2021 rev:5 rq:890556 version:0~2532.093b71b2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libcamera/libcamera.changes      2020-12-12 
20:32:53.537885091 +0100
+++ /work/SRC/openSUSE:Factory/.libcamera.new.2988/libcamera.changes    
2021-05-05 20:40:06.766887461 +0200
@@ -1,0 +2,7 @@
+Wed May  5 07:01:02 UTC 2021 - Jan Engelhardt <[email protected]>
+
+- Update to snapshot 0~2532 (093b71b2)
+  * No changelog available, understandably.
+- Add -Wno-error
+
+-------------------------------------------------------------------

Old:
----
  libcamera-0~1998.4757ff4.tar.xz

New:
----
  libcamera-0~2532.093b71b2.tar.xz

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

Other differences:
------------------
++++++ libcamera.spec ++++++
--- /var/tmp/diff_new_pack.l2tC3b/_old  2021-05-05 20:40:07.382884817 +0200
+++ /var/tmp/diff_new_pack.l2tC3b/_new  2021-05-05 20:40:07.386884800 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libcamera
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:           libcamera
-%define lname   libcamera-suse3
-Version:        0~1998.4757ff4
+%define lname   libcamera-suse4
+Version:        0~2532.093b71b2
 Release:        0
 Summary:        A complex camera support library in C++
-License:        LGPL-2.1-or-later AND GPL-2.0-or-later
+License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Development/Libraries/C and C++
 URL:            http://libcamera.org/
 
@@ -32,13 +32,16 @@
 BuildRequires:  libQt5Core-devel
 BuildRequires:  libQt5Gui-devel
 BuildRequires:  libQt5Widgets-devel
-BuildRequires:  meson >= 0.47
+BuildRequires:  meson >= 0.55
 BuildRequires:  pkg-config
+BuildRequires:  python3-Jinja2
 BuildRequires:  python3-PyYAML
+BuildRequires:  python3-ply
 BuildRequires:  xz
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gnutls)
 BuildRequires:  pkgconfig(gstreamer-video-1.0)
+BuildRequires:  pkgconfig(libevent_pthreads)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(openssl)
 
@@ -95,10 +98,12 @@
 %autosetup -p1
 
 %build
+export CFLAGS="%optflags -Wno-error"
+export CXXFLAGS="$CFLAGS"
 %meson \
   -Ddocumentation=disabled \
   -Dqcam=enabled \
-  -Dv4l2=false \
+  -Dv4l2=false -Dtracing=disabled \
   -Dpipelines=ipu3,raspberrypi,rkisp1,simple,uvcvideo,vimc
 %meson_build
 
@@ -122,6 +127,7 @@
 
 %files tools
 %_bindir/cam
+%_bindir/lc-compliance
 %_bindir/qcam
 %_libexecdir/libcamera/
 %_libdir/libcamera/

++++++ libcamera-0~1998.4757ff4.tar.xz -> libcamera-0~2532.093b71b2.tar.xz 
++++++
++++ 54652 lines of diff (skipped)

++++++ vers.diff ++++++
--- /var/tmp/diff_new_pack.l2tC3b/_old  2021-05-05 20:40:07.746883255 +0200
+++ /var/tmp/diff_new_pack.l2tC3b/_new  2021-05-05 20:40:07.750883238 +0200
@@ -6,18 +6,18 @@
  src/libcamera/meson.build |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-Index: libcamera-0~1118.4de31cc/src/libcamera/meson.build
+Index: libcamera-0~2532.093b71b2/src/libcamera/meson.build
 ===================================================================
---- libcamera-0~1118.4de31cc.orig/src/libcamera/meson.build
-+++ libcamera-0~1118.4de31cc/src/libcamera/meson.build
-@@ -114,8 +114,9 @@ endif
+--- libcamera-0~2532.093b71b2.orig/src/libcamera/meson.build
++++ libcamera-0~2532.093b71b2/src/libcamera/meson.build
+@@ -144,8 +144,9 @@ endif
  # runtime if the library is running from an installed location by checking
  # for the presence or abscence of the dynamic tag.
  
 -libcamera = shared_library('camera',
 +libcamera = shared_library('camera-suse',
                             libcamera_sources,
-+                           soversion : '3',
++                           soversion : '4',
                             install : true,
                             link_with : libcamera_link_with,
-                            include_directories : includes,
+                            cpp_args : libcamera_cpp_args,

Reply via email to