Hello community,

here is the log from the commit of package pinta for openSUSE:Factory checked 
in at 2015-03-05 15:43:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinta (Old)
 and      /work/SRC/openSUSE:Factory/.pinta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinta"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinta/pinta.changes      2014-05-27 
18:30:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pinta.new/pinta.changes 2015-03-05 
18:17:26.000000000 +0100
@@ -1,0 +2,61 @@
+Wed Mar  4 10:28:52 UTC 2015 - [email protected]
+
+- Update to 1.6:
+  * New Features / Improvements:
+    + Redesigned shape tools (demo video):
+      - The Line tool now supports drawing curves and arrows.
+      - Shapes remain editable after being drawn.
+      - All shape tools now support drawing dashed lines.
+    + All selection tools now support the Union, Exclude, Xor, and
+      Intersection modes.
+    + New community add-in repository - add-ins can be installed
+      through the Add-in Manager dialog (via the Add-ins menu).
+    + Redesigned New Image dialog, which includes presets,
+      orientation and background options, and a thumbnail preview
+      of the image.
+    + The toolbox and color palette now have a flexible layout and
+      can expand horizontally, making them significantly more
+      usable on small screens.
+    + When launching Pinta from the command line, the standard
+      --version and --help options are now supported.
+  * Bug Fixes:
+    + Fix a number of issues with the text tool’s support for
+      Unicode text.
+    + Fix a number of issues with undoing selections.
+    + Fix a number of untranslatable strings throughout Pinta, and
+      the zoom toolbar’s percentages are now formatted using the
+      current locale.
+    + The text tool now supports the standard shortcuts for
+      toggling bold (Ctrl+B), italic (Ctrl+I), and underline
+      (Ctrl+U), and all of the text can be selected with Ctrl+A.
+    + Fix a potential crash after undoing a text action.
+    + Fix a crash when holding both the left and right mouse
+      buttons with the Pencil tool.
+    + Fix issues with zooming in very far on large images.
+    + Fix a potential crash when exiting Pinta.
+    + Fix issues with the toolbar’s state (hidden vs. visible) not
+      being preserved after re-opening Pinta.
+    + Fix several bugs where undo did not work correctly for the
+      Freeform Shape tool.
+    + Fix a bug where resizing a selection allowed the selection to
+      grow beyond the edge of the canvas.
+    + The selection handles are now larger and easier to click.
+    + Fix bugs where using the Recolor tool after the Line/Curve
+      tool resulted in odd behavior.
+    + The error dialog now includes a link to the bug tracker.
+    + Improve the error message when opening an unsupported file
+      format.
+    + Fix an issue where cancelling the saving of a jpg image made
+      it appear that the image had actually been saved.
+    + Auto-hiding now works correctly for the history and open
+      images pads.
+    + Auto Crop now works correctly if there is an active selection.
+    + The progress dialog is now modal.
+    + The Backspace and Delete keys are now usable when editing
+      text fields in the toolbar.
+    + Improve the readability of the text cursor against dark
+      backgrounds.
+- Spec cleanup.
+- Add pinta-lang package.
+
+-------------------------------------------------------------------

Old:
----
  pinta-1.5.tar.gz

New:
----
  pinta-1.6.tar.gz

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

Other differences:
------------------
++++++ pinta.spec ++++++
--- /var/tmp/diff_new_pack.nSpFjA/_old  2015-03-05 18:17:26.000000000 +0100
+++ /var/tmp/diff_new_pack.nSpFjA/_new  2015-03-05 18:17:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pinta
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,32 @@
 
 
 Name:           pinta
-Version:        1.5
+Version:        1.6
 Release:        0
-Summary:        Simple Paint Application
+Summary:        Drawing/editing application on C#
 License:        MIT
 Group:          Productivity/Graphics/Bitmap Editors
 Url:            http://pinta-project.com/
-Source0:        %{name}-%{version}.tar.gz
-BuildRequires:  glade-sharp2
-BuildRequires:  gtk-sharp2
+Source:         
https://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
-BuildRequires:  mono-addins
-BuildRequires:  mono-devel >= 2.8
 BuildRequires:  update-desktop-files
-Requires:       gnome-icon-theme
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  mono(Mono.Addins)
+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-cairo)
+Recommends:     %{name}-lang = %{version}
 BuildArch:      noarch
 
 %description
-Pinta is a drawing/editing program modeled after Paint.NET. It's goal is
-to provide a simplified alternative to GIMP for casual users.
+Pinta is a free, open source drawing/editing application designed
+after Paint.NET. Its goal is to provide users with a simple yet
+powerful way to draw and manipulate images.
+
 
 %lang_package
 
@@ -45,18 +50,14 @@
 %setup -q
 
 %build
-%configure --prefix=%{_prefix} --libdir=%{_prefix}/lib
-
-%__make %{?jobs:-j%jobs}
+autoreconf -fi
+%configure --libdir=%{_libexecdir}
+make %{?_smp_mflags}
 
 %install
-%__make install DESTDIR=%{buildroot}
-
+%make_install
 %find_lang %{name}
 
-%suse_update_desktop_file -n %{name}
-
-%if 0%{?suse_version} >= 1140
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -64,16 +65,18 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
-%files -f %{name}.lang
-%defattr(-, root, root)
-%doc license-mit.txt license-pdn.txt readme.md
+%files
+%defattr(-,root,root)
+%doc license-mit.txt readme.md
 %{_bindir}/%{name}
-%{_prefix}/lib/%{name}
-%{_mandir}/man1/pinta.1.gz
-%{_datadir}/pixmaps/pinta.xpm
-%{_datadir}/icons/hicolor/*/*/*
+%{_libexecdir}/%{name}/
 %{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}*
+%{_datadir}/pixmaps/%{name}.xpm
+%{_mandir}/man?/%{name}.?%{?ext_man}
+
+%files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog

++++++ pinta-1.5.tar.gz -> pinta-1.6.tar.gz ++++++
++++ 227306 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to