Accepting request 1069695 from graphics:darktable
- Update to version 4.2.1 https://github.com/darktable-org/darktable/releases/tag/release-4.2.1 OBS-URL: https://build.opensuse.org/request/show/1069695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/darktable?expand=0&rev=105
This commit is contained in:
commit
6e85fdd062
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18b0917fdfe9b09f66c279a681cc3bd52894a566852bbf04b2e179ecfdb11af9
|
|
||||||
size 5862080
|
|
@ -1,6 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCY5nqpAAKCRAY3KEj+Um9
|
|
||||||
O6frAJ0cY1zctb8bl5aulpiF8PQzgZ3GZgCgv9+XpDEvl2FOg84rMKQm+Pcv0/U=
|
|
||||||
=FTgc
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
darktable-4.2.1.tar.xz
Normal file
3
darktable-4.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:603a39c6074291a601f7feb16ebb453fd0c5b02a6f5d3c7ab6db612eadc97bac
|
||||||
|
size 6112480
|
6
darktable-4.2.1.tar.xz.asc
Normal file
6
darktable-4.2.1.tar.xz.asc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCY+0RGAAKCRAY3KEj+Um9
|
||||||
|
O35MAKC3Fh0nB5z34WmKa0gfvU50uRXAiwCeJ4FBEedpUL8pRh3f0ep/fKCBvT8=
|
||||||
|
=py4V
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 6 15:39:21 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Update to version 4.2.1
|
||||||
|
https://github.com/darktable-org/darktable/releases/tag/release-4.2.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 22 14:14:41 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
Thu Dec 22 14:14:41 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Section: graphics
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Binary: darktable darktable-tools-basecurve darktable-tools-noise
|
Binary: darktable darktable-tools-basecurve darktable-tools-noise
|
||||||
Architecture: any-amd64 any-arm64
|
Architecture: any-amd64 any-arm64
|
||||||
Version: 4.2.0-1.1
|
Version: 4.2.1-1.1
|
||||||
Homepage: http://www.darktable.org/
|
Homepage: http://www.darktable.org/
|
||||||
# libavif-dev (>= 0.9.1),
|
# libavif-dev (>= 0.9.1),
|
||||||
Build-Depends: cmake (>= 3.18),
|
Build-Depends: cmake (>= 3.18),
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package darktable
|
# spec file for package darktable
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%global desktop_filename org.darktable.darktable
|
||||||
|
|
||||||
%bcond_with clang
|
%bcond_with clang
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?suse_version} >= 1590
|
%if 0%{?fedora} || 0%{?suse_version} >= 1590
|
||||||
@ -109,7 +111,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: darktable
|
Name: darktable
|
||||||
Version: 4.2.0
|
Version: 4.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%global pkg_name darktable
|
%global pkg_name darktable
|
||||||
%global pkg_version %{version}
|
%global pkg_version %{version}
|
||||||
@ -344,7 +346,7 @@ make %{_smp_mflags} VERBOSE=1
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%suse_update_desktop_file darktable
|
%suse_update_desktop_file %{desktop_filename}
|
||||||
%endif
|
%endif
|
||||||
#/ cmake macros branch
|
#/ cmake macros branch
|
||||||
%else
|
%else
|
||||||
@ -388,11 +390,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>/dev/null || :
|
|||||||
%{_bindir}/darktable-cmstest
|
%{_bindir}/darktable-cmstest
|
||||||
%{_bindir}/darktable-rs-identify
|
%{_bindir}/darktable-rs-identify
|
||||||
%{_libdir}/darktable
|
%{_libdir}/darktable
|
||||||
%{_datadir}/applications/darktable.desktop
|
%{_datadir}/applications/%{desktop_filename}.desktop
|
||||||
%{_datadir}/darktable
|
%{_datadir}/darktable
|
||||||
%exclude %{_datadir}/%{pkg_name}/tools/basecurve/
|
%exclude %{_datadir}/%{pkg_name}/tools/basecurve/
|
||||||
%dir %{_datadir}/metainfo
|
%dir %{_datadir}/metainfo
|
||||||
%{_datadir}/metainfo/darktable.appdata.xml
|
%{_datadir}/metainfo/%{desktop_filename}.appdata.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/darktable*
|
%{_datadir}/icons/hicolor/*/apps/darktable*
|
||||||
%{_mandir}/man1/darktable*.1*
|
%{_mandir}/man1/darktable*.1*
|
||||||
%if %{with translated_manpages}
|
%if %{with translated_manpages}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a33c5e41c96f61aeb2be74fc69b82dd5fb170961c586c6bbcb87755d2442b8ee
|
oid sha256:76da4be8d5d6d5f7bbc09d39d1f03b8f9ddf9e53df90fdfebd3a61fec9d93290
|
||||||
size 21504
|
size 21508
|
||||||
|
Loading…
Reference in New Issue
Block a user