Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pinta for openSUSE:Factory checked 
in at 2022-01-25 17:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinta (Old)
 and      /work/SRC/openSUSE:Factory/.pinta.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinta"

Tue Jan 25 17:36:17 2022 rev:24 rq:949041 version:1.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinta/pinta.changes      2020-09-28 
14:29:10.310153204 +0200
+++ /work/SRC/openSUSE:Factory/.pinta.new.1938/pinta.changes    2022-01-25 
17:38:12.265449802 +0100
@@ -1,0 +2,34 @@
+Thu Dec 30 11:43:49 UTC 2021 - Matthias Mail??nder <mailaen...@opensuse.org>
+
+- Update to version 1.7.1
+  * New Features / Improvements
+    + The canvas can now be scrolled horizontally by holding Shift while using 
the mouse wheel (#141)
+    + The primary and secondary palette colors can now be swapped by pressing 
X (#147)
+    + Added a more user-friendly dialog when attempting to open an unsupported 
file format (#143, #1856821)
+    + Zooming in and out can now be done without pressing the Ctrl key (#150).
+    + Arrow keys can be used to move by a single pixel in the Move Selected 
Pixels and Move Selection tools (#1906141).
+    + Shift can now be used to constrain to a uniform scale when scaling using 
the Move Selected Pixels tool (#138).
+    + The About dialog now allows easily copying the version information to 
the clipboard for use when reporting bugs (#1924249).
+  * Changes
+    + Fixed inconsistent behavior when switching between tools that share the 
same shortcut, such as the selection tools (#144, #1558767)
+    + Improved error messages when the user does not have read or write 
permissions for a file (#1715150).
+    + The appdata file is now installed to /usr/share/metainfo instead of the 
legacy path /usr/share/appdata (#186).
+    + Tooltips for tabs now show the full file path instead of only the file 
name (#187).
+  * Bug Fixes
+    + Fixed a bug where Auto Crop could incorrectly remove an additional pixel 
on the bottom and right side of the image. (#1191390).
+    + Fixed a bug where drawing a single pixel with the Pencil tool used black 
instead of the palette color (#1897245).
+    + Fixed issues with the zoom controls when using a French locale (#1464855)
+    + Fixed invalid URLs in pinta.appdata.xml (#140, #145)
+    + Added missing release notes to pinta.appdata.xml (#142)
+    + Fixed a regression introduced in Pinta 1.7 that could produce blurred 
pixels when using the Move Selected Pixels tool (#1904304).
+    + Fixed a bug where the Rotate / Zoom Layer dialog could leave the layer 
in a state where all future actions were also transformed (#1905176).
+    + Fixed a bug where the document might not be marked as modified after 
certain undo / redo actions (#1905165).
+    + Fixed a bug where the Move Selected Pixels tool did not handle 
transparent pixels correctly (#1905706).
+    + Fixed a bug where deselecting via a single click in the select tool 
could cause bugs with undoing earlier history items (#1905719).
+    + Fixed a bug where the initial corner of a rectangle shape could be cut 
off (#1922470).
+    + Fixed a bug where the text tool was not correctly clipped against the 
selection (#1910511).
+    + Improved handling of memory allocation failures for large images 
(#776346).
+    + Fixed a bug where the shape tools did not redraw after changes to the 
fill style until the cursor entered the canvas (#1937921).
+    + Fixed a crash when opening an invalid palette file (#146, #1890450).
+
+-------------------------------------------------------------------

Old:
----
  pinta-1.7.tar.gz

New:
----
  pinta-1.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pinta.spec ++++++
--- /var/tmp/diff_new_pack.b6SFQZ/_old  2022-01-25 17:38:12.945445017 +0100
+++ /var/tmp/diff_new_pack.b6SFQZ/_new  2022-01-25 17:38:12.953444961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pinta
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           pinta
-Version:        1.7
+Version:        1.7.1
 Release:        0
-Summary:        Drawing/editing application on C#
+Summary:        Image editing application
 License:        MIT
 Group:          Productivity/Graphics/Bitmap Editors
-URL:            http://pinta-project.com/
+URL:            https://pinta-project.com/
 Source:         
https://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -35,8 +35,6 @@
 BuildRequires:  pkgconfig(gtk-sharp-2.0)
 BuildRequires:  pkgconfig(mono) >= 6.0
 BuildRequires:  pkgconfig(mono-cairo)
-# is this still necessary?
-Recommends:     %{name}-lang = %{version}
 BuildArch:      noarch
 
 %description
@@ -50,32 +48,22 @@
 %autosetup
 
 %build
-autoreconf -fi
-# perhaps this should go into %%_libexecdir/Mono ?
-%configure --libdir=%{_libexecdir}
+%configure --libdir=%{_prefix}/lib/mono/%{name}/
 %make_build
 
 %install
 %make_install
+rm -rf %{buildroot}%{_prefix}/lib/mono/%{name}/pkgconfig/
 %find_lang %{name}
-rm -rf %{buildroot}%{_datadir}/appdata %{buildroot}%{_libexecdir}/pkgconfig
 
 %check
 make check
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %license license-mit.txt
 %doc readme.md
 %{_bindir}/%{name}
-%{_libexecdir}/%{name}/
+%{_prefix}/lib/mono/%{name}/
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*
 %{_datadir}/metainfo/%{name}.appdata.xml

++++++ pinta-1.7.tar.gz -> pinta-1.7.1.tar.gz ++++++
++++ 57275 lines of diff (skipped)

Reply via email to