2020-03-14 08:56:51 +00:00
committed by Git OBS Bridge
8 changed files with 46 additions and 10 deletions
+16
View File
@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Mar 13 16:54:31 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Update to version 2.82a:
* Move 2.82a from beta to release
* Fix shader build error
* Fix T74425: Cannot texture paint an images sequence anymore
* Fix T73369: corner pin & sun-beam nodes gizmos are too big
* Fix T63892: Tools cannot be registered into some contexts (e.g. PAINT_TEXTURE)
* Fix T74225: Image (from sequence) cannot be loaded
* Fix Vertex weight gradient tool show wrong weight/strength values in the UI
* Fix bone envelopes displaying wrong when armature is scaled
* Fix T72028: Crash switching to vertex paint
* Keymap: Add front/back Alt-MMB absolute view axis switching
- Use git scm service to fetch the source
-------------------------------------------------------------------
Sat Feb 29 15:50:02 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+6 -6
View File
@@ -46,15 +46,15 @@
%define _suffix %(echo %{_version} | tr -d '.')
Name: blender
Version: 2.82
Version: 2.82a
Release: 0
Summary: A 3D Modelling And Rendering Package
License: GPL-2.0-or-later
Group: Productivity/Graphics/3D Editors
URL: https://www.blender.org/
# http://download.blender.org/source/
Source0: https://download.blender.org/source/%{name}-%{version}.tar.xz
Source1: https://download.blender.org/source/%{name}-%{version}.tar.xz.md5sum
# http://git.blender.org/
Source0: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.md5sum
Source2: geeko.blend
Source3: geeko.README
Source4: blender-sample
@@ -373,8 +373,8 @@ find %{buildroot} -name "*.py" -perm 0644 -print0 | \
xargs -0r grep -l '#!' | xargs -d'\n' chmod -f 0755;
# Copy text files to correct place.
mkdir -p %{buildroot}%{_docdir}/%{name}
cp -rv %{buildroot}%{_datadir}/doc/blender/* %{buildroot}%{_docdir}/%{name}/
rm -rf %{buildroot}%{_datadir}/doc/blender
mv -v %{buildroot}%{_datadir}/doc/blender/* %{buildroot}%{_docdir}/%{name}/
rmdir %{buildroot}%{_datadir}/doc/blender
# install blender sample.
install -D -m 0644 %{SOURCE2} %{buildroot}%{_docdir}/%{name}/
install -D -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
+16
View File
@@ -0,0 +1,16 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://git.blender.org/blender.git</param>
<param name="version">2.82a</param>
<param name="revision">v2.82a</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">hpj@urpla.net</param>
<param name="submodules">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="disabled"/>
</services>
+4
View File
@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://git.blender.org/blender.git</param>
<param name="changesrevision">375c7dc4caf449d40f11d3fd40fa1372636e76d3</param></service></servicedata>
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:002adf2c51fc58a8941c87fc8e180bb1aacb73a0c223714f36d3d84da345fc65
size 39895660
-1
View File
@@ -1 +0,0 @@
322f044e5be09e136d85e31493d9e704 blender-2.82.tar.xz
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4de00030201d14e98cce3d3ed61b3c72267fb07dbd46ba779dc261a3d56beba3
size 39890216
+1
View File
@@ -0,0 +1 @@
3e9d669185b83d5d2cb1b38dcf64d5ec blender-2.82a.tar.xz