Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gimp-plugin-resynthesizer for
openSUSE:Factory checked in at 2022-09-08 14:23:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gimp-plugin-resynthesizer (Old)
and /work/SRC/openSUSE:Factory/.gimp-plugin-resynthesizer.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gimp-plugin-resynthesizer"
Thu Sep 8 14:23:36 2022 rev:3 rq:1001861 version:2.0.3~git.20220422
Changes:
--------
---
/work/SRC/openSUSE:Factory/gimp-plugin-resynthesizer/gimp-plugin-resynthesizer.changes
2021-11-10 21:47:12.359831267 +0100
+++
/work/SRC/openSUSE:Factory/.gimp-plugin-resynthesizer.new.2083/gimp-plugin-resynthesizer.changes
2022-09-08 14:24:05.310729081 +0200
@@ -1,0 +2,7 @@
+Thu Sep 8 06:22:53 UTC 2022 - Paolo Stivanin <[email protected]>
+
+- Update to 2.0.3~git.20220422:
+ * Fix Filter>Render>Texture improperly yields a transparent image
+ for an input image with alpha channel.
+
+-------------------------------------------------------------------
Old:
----
_servicedata
gimp-plugin-resynthesizer-2.0.3.20210530.tar.gz
New:
----
gimp-plugin-resynthesizer-2.0.3~git.20220422.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gimp-plugin-resynthesizer.spec ++++++
--- /var/tmp/diff_new_pack.JYWdz0/_old 2022-09-08 14:24:05.882730400 +0200
+++ /var/tmp/diff_new_pack.JYWdz0/_new 2022-09-08 14:24:05.886730409 +0200
@@ -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 @@
%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/
++++++ _service ++++++
--- /var/tmp/diff_new_pack.JYWdz0/_old 2022-09-08 14:24:05.918730483 +0200
+++ /var/tmp/diff_new_pack.JYWdz0/_new 2022-09-08 14:24:05.922730492 +0200
@@ -1,19 +1,17 @@
<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="versionprefix">2.0.3</param>
+ <param name="versionformat">2.0.3~git.%cd</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">gimp-plugin-resynthesizer</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
- <param name="compression">gz</param>
+ <param name="compression">xz</param>
</service>
</services>