diff --git a/baselibs.conf b/baselibs.conf index 3690950..0a2f7f0 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libdc1394-25 +libdc1394-26 diff --git a/libdc1394-2.2.6.tar.gz b/libdc1394-2.2.6.tar.gz deleted file mode 100644 index 50b0aa3..0000000 --- a/libdc1394-2.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b905fc9aa4eec6bdcf6a2ae5f5ba021232739f5be047dec8fe8dd6049c10fed -size 612067 diff --git a/libdc1394-2.2.7.tar.gz b/libdc1394-2.2.7.tar.gz new file mode 100644 index 0000000..477fce1 --- /dev/null +++ b/libdc1394-2.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f +size 609036 diff --git a/libdc1394.changes b/libdc1394.changes index 40d0866..69bde11 100644 --- a/libdc1394.changes +++ b/libdc1394.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 22 16:59:13 UTC 2023 - Matwey Kornilov + +- Update to 2.2.7: + - Fix risv64 build + ------------------------------------------------------------------- Sat Jan 4 16:05:50 UTC 2020 - Stefan BrĂ¼ns diff --git a/libdc1394.spec b/libdc1394.spec index b90f360..816c71e 100644 --- a/libdc1394.spec +++ b/libdc1394.spec @@ -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 @@ conforms to the 1394-Based Digital Camera Specification. It utilizes 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 @@ communicate with the camera. 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/dc1394_multiview.1* 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 @@ find %{buildroot} -type f -name "*.la" -delete -print %{_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