Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2012-05-08 11:49:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ristretto (Old)
 and      /work/SRC/openSUSE:Factory/.ristretto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ristretto", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ristretto/ristretto.changes      2012-04-19 
10:40:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2012-05-08 
11:49:09.000000000 +0200
@@ -1,0 +2,27 @@
+Sun Apr 29 09:16:51 UTC 2012 - [email protected]
+
+- update to version 0.6.0
+  - online documentation on http://docs.xfce.org/
+  - the option to limit the maximum image-quality to the screen
+    dimensions (to improve memory-usage and performance) - this
+    was the default behaviour for 0.3, now ristretto renders at
+    full quality with this option disabled
+  - only one toolbar, instead of two
+  - a quick-launch button on the toolbar to execute an editor
+  - the option to pick a default-editor per mime-type
+  - an optional clock that shows up when ristretto is fullscreen
+  - ristretto now shows a 'Loading..' message in the statusbar, to
+    indicate when it is busy
+  - progressive loading of directories, prevent lockup of the UI
+- added ristretto-fix-icon-installation.patch which fixes a typo
+  causing the 128x128 icon to be installed into 48x48
+
+-------------------------------------------------------------------
+Sat Apr 28 06:51:00 UTC 2012 - [email protected]
+
+- update to version 0.3.7
+  - reset adjustment-limits on closing the image (hide scrollbars)
+  - remove call to gtk_message_dialog_get_message_area (> gtk 2.20)
+  - improve rendering performance when closing a file
+
+-------------------------------------------------------------------

Old:
----
  ristretto-0.3.6.tar.bz2

New:
----
  ristretto-0.6.0.tar.bz2
  ristretto-fix-icon-installation.patch

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

Other differences:
------------------
++++++ ristretto.spec ++++++
--- /var/tmp/diff_new_pack.NL4LI7/_old  2012-05-08 11:49:11.000000000 +0200
+++ /var/tmp/diff_new_pack.NL4LI7/_new  2012-05-08 11:49:11.000000000 +0200
@@ -17,19 +17,22 @@
 
 
 Name:           ristretto
-Version:        0.3.6
+Version:        0.6.0
 Release:        0
 Summary:        Fast and Lightweight Image-viewer for the Xfce Desktop 
Environment
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Viewers
 Url:            http://goodies.xfce.org/projects/applications/ristretto
-Source0:        
http://archive.xfce.org/src/apps/ristretto/0.3/%{name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/apps/ristretto/0.6/%{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE ristretto-add-mime-types.patch [email protected] -- 
Adds support for additional image MIME types supported by openSUSE
 Patch0:         ristretto-add-mime-types.patch
+# PATCH-FIX-UPSTREAM ristretto-fix-icon-installation.patch [email protected] 
-- Fixes a typo causing the 128x128 icon to be installed into 48x48
+Patch1:         ristretto-fix-icon-installation.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(exo-1)
@@ -53,9 +56,11 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-%configure --docdir=%{_datadir}/xfce4/ristretto
+xdt-autogen
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -82,10 +87,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog NEWS TODO
-%dir %{_datadir}/xfce4
-%dir %{_datadir}/xfce4/ristretto
-%doc %{_datadir}/xfce4/ristretto/html/
+%doc AUTHORS COPYING ChangeLog NEWS
 %{_bindir}/ristretto
 %{_datadir}/applications/ristretto.desktop
 %{_datadir}/icons/hicolor/*/apps/ristretto.*

++++++ ristretto-0.3.6.tar.bz2 -> ristretto-0.6.0.tar.bz2 ++++++
++++ 67900 lines of diff (skipped)

++++++ ristretto-fix-icon-installation.patch ++++++
Index: ristretto-0.6.0/icons/128x128/Makefile.am
===================================================================
--- ristretto-0.6.0.orig/icons/128x128/Makefile.am
+++ ristretto-0.6.0/icons/128x128/Makefile.am
@@ -1,7 +1,7 @@
 
 # Inspired by Makefile.am from the Thunar file-manager
 
-iconsdir = $(datadir)/icons/hicolor/48x48/apps
+iconsdir = $(datadir)/icons/hicolor/128x128/apps
 icons_DATA = ristretto.png
        
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to