Marcus Rückert 2021-12-24 17:12:54 +00:00 committed by Git OBS Bridge
parent 8384a863ff
commit b31ed540e7
10 changed files with 26 additions and 44 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2bfc7c103b824945457a9bfed9e52f007fa1d030f9dbcb3ff0327851be42d14
size 4685928

View File

@ -1,6 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iF0EABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCYTr7fQAKCRAY3KEj+Um9
O0rTAJ9G38Sqqw/eNQ/9vVdNQEcgzDRP5gCeMTkG+hcuYNxt50etxFra4hIbYxw=
=UPZs
-----END PGP SIGNATURE-----

3
darktable-3.8.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2e65c7c78d074ad218e3ef7a8c3051a8ea78f4a0406386667859645e5e4bf705
size 5415532

View File

@ -0,0 +1,6 @@
-----BEGIN PGP SIGNATURE-----
iFwEABECAB0WIQTxD5aGZSsOlJ/NlMMY3KEj+Um9OwUCYbpM+gAKCRAY3KEj+Um9
O8oHAJjfRXGnap50pWJ4ChmtStRLzNewAJ9D/qkTldFMJl8RnwLfAiO8eJe3pg==
=3PCZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:90dc93e0e404f237fcf687c61459001e9e810da9c56fceeb193edb8568448525
size 752600

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Dec 24 17:10:20 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
- Update to version 3.8.0
https://www.darktable.org/2021/12/darktable-3.8.0-released/
https://www.darktable.org/2021/12/darktable-3-8/
- drop the darktable-docs package with the pdf docs
get them from https://www.darktable.org/resources/
-------------------------------------------------------------------
Fri Sep 10 21:57:34 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -4,7 +4,7 @@ Section: graphics
Priority: optional
Binary: darktable darktable-tools-basecurve darktable-tools-noise
Architecture: any-amd64 any-arm64
Version: 3.6.1-1.1
Version: 3.8.0-1.1
Homepage: http://www.darktable.org/
Build-Depends: cmake,
debhelper (>= 10),

View File

@ -99,11 +99,11 @@
%endif
%if 0%{?suse_version} && 0%{?suse_version} < 1550
%define force_gcc_version 7
%global force_gcc_version 7
%endif
Name: darktable
Version: 3.6.1
Version: 3.8.0
Release: 0
%define pkg_name darktable
%define pkg_version %{version}
@ -112,10 +112,6 @@ Source0: https://github.com/darktable-org/darktable/releases/download/rel
Source1: https://github.com/darktable-org/darktable/releases/download/release-%{version}/%{pkg_name}-%{version}.tar.xz.asc
Source2: %{pkg_name}-rpmlintrc
#
Source10: https://darktable-org.github.io/dtdocs/darktable_user_manual.pdf
# This is not online yet?
Source14: darktable-lua-api.pdf
#
Source97: darktable.dsc
Source98: debian.tar.xz
Source99: README.openSUSE
@ -155,7 +151,7 @@ BuildRequires: pkgconfig(libtiff-4)
BuildRequires: pkgconfig(libxml-2.0)
#
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(lua5.3)
BuildRequires: pkgconfig(lua5.4)
%else
BuildRequires: pkgconfig(lua)
%endif
@ -224,6 +220,7 @@ Recommends: google-roboto-fonts
Summary: A virtual Lighttable and Darkroom
License: GPL-3.0-or-later
Group: Productivity/Graphics/Viewers
Obsoletes: darktable-docs < %{version}-%{release}
%description
darktable is a virtual lighttable and darkroom for photographers: it manages
@ -260,18 +257,6 @@ lighttable. It also enables developing raw images and enhance them.
This package provides the noise profiling tools to add support for new cameras.
%package doc
Summary: Documentation for Darktable
Group: Documentation/Other
BuildArch: noarch
%description doc
darktable is a virtual lighttable and darkroom for photographers: it manages
digital negatives in a database and can show them through a zoomable
lighttable. It also enables developing raw images and enhance them.
This package provides the user manual in PDF format.
%prep
%autosetup -p1 -n %{pkg_name}-%{version}
@ -281,8 +266,8 @@ cp %{SOURCE99} .
rm -rf src/external/CL src/external/OpenCL
sed -i -e 's, \"external/CL/\*\.h\" , ,' src/CMakeLists.txt
# Remove bundled lua
%if %{without use_intree_lua}
# Remove bundled lua
rm -rf src/external/lua/
%endif
@ -358,8 +343,6 @@ make %{_smp_mflags} VERBOSE=1
%find_lang darktable
cp -av %{SOURCE10} %{SOURCE14} \
%{buildroot}%{_defaultdocdir}/%{pkg_name}
rm %{buildroot}%{_defaultdocdir}/%{pkg_name}/LICENSE
%fdupes %{buildroot}/%{_prefix}
@ -382,7 +365,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>/dev/null || :
%files -f darktable.lang
%doc %{_defaultdocdir}/%{pkg_name}
%license LICENSE
%exclude %{_defaultdocdir}/%{pkg_name}/*.pdf
%exclude %{_defaultdocdir}/%{pkg_name}/README.tools.basecurve.md
%{_bindir}/darktable
%if %{with opencl}
@ -419,7 +401,4 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>/dev/null || :
%{_libexecdir}/darktable/tools/profiling-shot.xmp
%{_libexecdir}/darktable/tools/subr.sh
%files doc
%{_defaultdocdir}/%{pkg_name}/*.pdf
%changelog

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6a55e7ac3e3b59e58841cd8ef4b5a301be2f6025220a7ec8809385c683c6483
size 34294054

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5acfe3f8d2a3f72e37044e197e8dc4712898d64001721c04ce55fe5f4325a7e7
size 21156
oid sha256:c8f696dae790b522e63db2a84133cf7b471c7f94f93de5829610cc6a676a3a61
size 21192