- Update to 2.0.3~git.20220422:
* Fix Filter>Render>Texture improperly yields a transparent image for an input image with alpha channel. OBS-URL: https://build.opensuse.org/package/show/graphics/gimp-plugin-resynthesizer?expand=0&rev=10
This commit is contained in:
parent
3ffa5250a6
commit
c144125fcd
7
_service
7
_service
@ -1,11 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://github.com/bootchk/resynthesizer.git</param>
|
||||
<param name="url">https://github.com/bootchk/resynthesizer</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">gimp-plugin-resynthesizer</param>
|
||||
<param name="versionformat">%cd</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionformat">~git.%cd</param>
|
||||
<param name="versionprefix">2.0.3</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
@ -13,6 +12,6 @@
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,6 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/bootchk/resynthesizer.git</param>
|
||||
<param name="changesrevision">b6ff907b90af566d576615a33b7b315543959aa0</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1507284efc650c9b43aa587c3bbe67a65a353b055cb41a33af015e56addcb00
|
||||
size 11206665
|
3
gimp-plugin-resynthesizer-2.0.3.~git.20220422.tar.xz
Normal file
3
gimp-plugin-resynthesizer-2.0.3.~git.20220422.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a14f1e432beece8694ae989ecbff946661ce549e6e57861288e6aae9c43d1baf
|
||||
size 6127084
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 2.0.3~git.20220422:
|
||||
* Fix Filter>Render>Texture improperly yields a transparent image
|
||||
for an input image with alpha channel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 10 06:40:10 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gimp-plugin-resynthesizer
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gimp-plugin-resynthesizer
|
||||
Version: 2.0.3.20210530
|
||||
Version: 2.0.3.~git.20220422
|
||||
Release: 0
|
||||
License: GPL-3.0-or-later
|
||||
Summary: Suite of gimp plugins for texture synthesis
|
||||
URL: https://github.com/bootchk/resynthesizer
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc
|
||||
@ -59,7 +59,8 @@ rm -rf %{buildroot}
|
||||
|
||||
%files -f resynthesizer.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/gimp/2.0/plug-ins/*
|
||||
%{_datadir}/resynthesizer/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user