Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libdc1394 for openSUSE:Factory checked in at 2023-06-27 23:15:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdc1394 (Old) and /work/SRC/openSUSE:Factory/.libdc1394.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libdc1394" Tue Jun 27 23:15:18 2023 rev:51 rq:1095424 version:2.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libdc1394/libdc1394.changes 2020-01-07 23:50:58.131957042 +0100 +++ /work/SRC/openSUSE:Factory/.libdc1394.new.15902/libdc1394.changes 2023-06-27 23:15:19.938920458 +0200 @@ -1,0 +2,6 @@ +Thu Jun 22 16:59:13 UTC 2023 - Matwey Kornilov <matwey.korni...@gmail.com> + +- Update to 2.2.7: + - Fix risv64 build + +------------------------------------------------------------------- Old: ---- libdc1394-2.2.6.tar.gz New: ---- libdc1394-2.2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdc1394.spec ++++++ --- /var/tmp/diff_new_pack.2xuceq/_old 2023-06-27 23:15:21.230928061 +0200 +++ /var/tmp/diff_new_pack.2xuceq/_new 2023-06-27 23:15:21.270928297 +0200 @@ -1,7 +1,7 @@ # # spec file for package libdc1394 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: libdc1394 -Version: 2.2.6 +Version: 2.2.7 Release: 0 Summary: 1394-Based Digital Camera Control Library License: LGPL-2.1-or-later @@ -42,11 +42,11 @@ the low-level functionality provided by libraw1394 to communicate with the camera. -%package -n libdc1394-25 +%package -n libdc1394-26 Summary: 1394-based Digital Camera Control library Group: System/Libraries -%description -n libdc1394-25 +%description -n libdc1394-26 This library provides functionality for controlling any camera that conforms to the 1394-Based Digital Camera Specification (which can be found at http://www.1394ta.org/Download/Technology/Specifications/Camera120.pdf). @@ -57,7 +57,7 @@ Summary: Development libraries and header files for dc1394 Group: Development/Libraries/C and C++ Requires: %{name}-tools = %{version} -Requires: libdc1394-25 = %{version} +Requires: libdc1394-26 = %{version} Requires: pkgconfig(libraw1394) %description devel @@ -94,8 +94,8 @@ rm -f %{buildroot}%{_mandir}/man1/grab_*_image.1* find %{buildroot} -type f -name "*.la" -delete -print -%post -n libdc1394-25 -p /sbin/ldconfig -%postun -n libdc1394-25 -p /sbin/ldconfig +%post -n libdc1394-26 -p /sbin/ldconfig +%postun -n libdc1394-26 -p /sbin/ldconfig %files tools %license COPYING @@ -103,8 +103,8 @@ %{_bindir}/dc1394_reset_bus %{_mandir}/man1/dc1394_reset_bus.1%{?ext_man} -%files -n libdc1394-25 -%{_libdir}/libdc1394.so.25* +%files -n libdc1394-26 +%{_libdir}/libdc1394.so.26* %files devel %{_includedir}/dc1394 ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.2xuceq/_old 2023-06-27 23:15:21.550929944 +0200 +++ /var/tmp/diff_new_pack.2xuceq/_new 2023-06-27 23:15:21.566930039 +0200 @@ -1,2 +1,2 @@ -libdc1394-25 +libdc1394-26 ++++++ libdc1394-2.2.6.tar.gz -> libdc1394-2.2.7.tar.gz ++++++ ++++ 5620 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libdc1394-2.2.6/configure.ac new/libdc1394-2.2.7/configure.ac --- old/libdc1394-2.2.6/configure.ac 2019-04-28 02:36:05.000000000 +0200 +++ new/libdc1394-2.2.7/configure.ac 2023-06-05 13:57:40.000000000 +0200 @@ -1,6 +1,6 @@ # process this file with autoconf to get a configure script AC_PREREQ([2.6.0]) -AC_INIT([libdc1394],[2.2.6],[libdc1394-de...@lists.sf.net]) +AC_INIT([libdc1394],[2.2.7],[libdc1394-de...@lists.sf.net]) AC_CONFIG_SRCDIR([dc1394/control.c]) AC_CONFIG_MACRO_DIR([m4]) @@ -142,8 +142,8 @@ dnl 3. If the interface changes consist solely of additions, increment AGE. dnl 4. If the interface has removed or changed elements, set AGE to 0. dnl --------------------------------------------------------------------------- -lt_current=25 -lt_revision=0 +lt_current=26 +lt_revision=1 lt_age=0 AC_SUBST(lt_current)