Hello community, here is the log from the commit of package pinta for openSUSE:Factory checked in at 2020-09-28 14:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pinta (Old) and /work/SRC/openSUSE:Factory/.pinta.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pinta" Mon Sep 28 14:28:54 2020 rev:23 rq:838102 version:1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/pinta/pinta.changes 2020-04-01 19:20:07.551579371 +0200 +++ /work/SRC/openSUSE:Factory/.pinta.new.4249/pinta.changes 2020-09-28 14:29:10.310153204 +0200 @@ -1,0 +2,58 @@ +Sun Aug 16 10:15 UTC 2020 - GuinuxBR <[email protected]> + +- Update to version 1.7: + * New Features / Improvements + + Added a tab view to switch between images. The tabs can also be docked side-by-side or pulled into new windows. (#94). + + The Rotate / Zoom dialog now supports zooming and panning (#1252756). + + Added a Smooth Erase tool, which is enabled using the Type menu on the Erase tool's toolbar (#110). + + The Pencil tool can switch between different blend modes (#124, #1688743). + + Added support for JASC PaintShop Pro palette files (#126). + + The transform tools can now rotate in fixed increments by holding Shift (#134). + + The Move Selected tool can now scale by holding Ctrl (#138). + + Dragging and dropping a URL (e.g. image from a web browser) to download and open the image is now supported (#80, #644123). + + Performance improvements when interacting with selections, particularly for large images (#1428740). + + The Rectangle Select tool now shows different arrow cursors at each corner of the selection (#1188143). + + Added an AppData file for integration with some Linux app stores (#121). + + A new user guide has been written for the Pinta website! Thanks to @jeneira94, @akaro2424, and @anadvu for their contributions! + + * Changes + + + .NET 4.5 / Mono 4.0 are now required. + + Mono 6.x is strongly recommended for Mac and Linux users. + + UI improvements to the New Image dialog (#99, [1424547). + + The Rotate / Zoom dialog now rotates in-place instead of changing the layer's size. + + Cairo blend operations are now used instead of PDN's managed blend modes (#98, #1248933, #1091910). + + The tool windows can now only be closed with the View -> Tool Windows menu, as it was easy to accidentally close them without knowing how to recover them (#1428720). + + The shortcut for the Intersect selection mode is now Alt + Left Click instead of using Shift, which had caused conflicts with holding Shift to constrain the selection to a square (#1426660). + + * Bug Fixes + + + Fixed many issues where selection changes did not update correctly (#1438022, #1188924, #1429830, #1098137, #105). + + Fixed incorrect behaviour when using the Shift key to constrain to a square or circle in the Rectangle and Ellipse tools (#1452607). + + The option to expand the canvas when pasting an image now only changes the canvas size in the dimension where the pasted image is larger (#1883623). + + Fixed a bug where Auto Crop used the current layer instead of the entire image when deciding what to crop, and takes the selection into account (#1434928, #1434906). + + Fixed potential crashes when switching tools without any open documents (#1425612). + + Fixed a potential bug where the OK button in the New Image dialog could be incorrectly disabled (#1430203). + + Fixed a crash when clicking on the Open Images pad after closing all images (#1430789). + + Fixed a bug where the Levels dialog closed unexpectedly when clicking on one of the color checkboxes (#1435045). + + The outline width settings on the Text Tool's toolbar now only show up if they are relevant to the stroke style being used (#1426663). + + Fixed a potential crash creating gradients (#1446217). + + Fixed issues where the selection handles disappeared after pressing Delete (#1424629). + + Fixed several transparency-related issues with premultiplied alpha (#109, #113, #114, #117, #125). + + Corrected display problems in the Move Selected Tool and live previews for effects (#115). + + Add-ins can now load icons correctly (#116). + + Fixed strange behaviour when the width or height of a drawn rounded rectangle is 0 (#112). + + Fixed issues with the text tool on OSX (#1425749). + + Fixed inconsistent labels in the UI (#1579033). + + Fixed issues with the zoom tool under certain locales (#139, #133, #1464855). + + Fixed issues when drawing on very zoomed-in images (#129, #133). + + Fixed issues where brushes could draw outside the selection (#1775709). + + Fixed issues with the docking library (#832395). + + Fixed a bug where undoing a history item could set the background palette color to the foreground color (#1888131). + + Fixed issues where the zoom level was not maintained when undoing a Crop to Selection (#1888885). + + Fixed an error on newer Mono versions when opening URLs via the menu items under the Help menu (#1888883). + + Fixed some occasional crashes on dragging and dropping or pasting into a new image (#1838620, #1508777). + + Fixed issues where using the Rectangle Select tool after the Move Selection or Move Selected Pixels tools did not update correctly (#1889647, #1473430, #1889774). + + Adjusted Pinta.Install.proj to simplify installing to a custom prefix (#781836). + +------------------------------------------------------------------- @@ -147 +204,0 @@ - Old: ---- pinta-1.6.tar.gz New: ---- pinta-1.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pinta.spec ++++++ --- /var/tmp/diff_new_pack.iajBGI/_old 2020-09-28 14:29:11.074153867 +0200 +++ /var/tmp/diff_new_pack.iajBGI/_new 2020-09-28 14:29:11.074153867 +0200 @@ -1,7 +1,7 @@ # # spec file for package pinta # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,30 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: pinta -Version: 1.6 +Version: 1.7 Release: 0 Summary: Drawing/editing application on C# License: MIT Group: Productivity/Graphics/Bitmap Editors -Url: http://pinta-project.com/ +URL: http://pinta-project.com/ Source: https://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: hicolor-icon-theme BuildRequires: intltool -BuildRequires: update-desktop-files BuildRequires: mono-addins-devel +BuildRequires: update-desktop-files BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glib-sharp-2.0) BuildRequires: pkgconfig(gtk-sharp-2.0) -BuildRequires: pkgconfig(mono) >= 2.8 +BuildRequires: pkgconfig(mono) >= 6.0 BuildRequires: pkgconfig(mono-cairo) +# is this still necessary? Recommends: %{name}-lang = %{version} BuildArch: noarch @@ -43,23 +44,21 @@ after Paint.NET. Its goal is to provide users with a simple yet powerful way to draw and manipulate images. - %lang_package %prep -%setup -q -# update the project and solution files for mono4 -find . -name "*.sln" -print -exec sed -i 's/Format Version 10.00/Format Version 11.00/g' {} \; -find . \( -name "*.csproj" -o -name "*.proj" \) -print -exec sed -i 's#ToolsVersion="3.5"#ToolsVersion="4.0"#g; s#<TargetFrameworkVersion>.*</TargetFrameworkVersion>##g; s#<PropertyGroup>#<PropertyGroup><TargetFrameworkVersion>v4.5</TargetFrameworkVersion>#g; s#Mono.Posix, Version.*"#Mono.Posix"#g' {} \; +%autosetup %build autoreconf -fi +# perhaps this should go into %%_libexecdir/Mono ? %configure --libdir=%{_libexecdir} -make %{?_smp_mflags} +%make_build %install %make_install %find_lang %{name} +rm -rf %{buildroot}%{_datadir}/appdata %{buildroot}%{_libexecdir}/pkgconfig %check make check @@ -73,16 +72,16 @@ %icon_theme_cache_postun %files -%defattr(-,root,root) -%doc license-mit.txt readme.md +%license license-mit.txt +%doc readme.md %{_bindir}/%{name} %{_libexecdir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/*/apps/%{name}* +%{_datadir}/metainfo/%{name}.appdata.xml %{_datadir}/pixmaps/%{name}.xpm %{_mandir}/man?/%{name}.?%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root) %changelog ++++++ pinta-1.6.tar.gz -> pinta-1.7.tar.gz ++++++ ++++ 174470 lines of diff (skipped)
