Hello community,

here is the log from the commit of package ristretto for openSUSE:Factory 
checked in at 2011-11-14 13:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2011-11-08 
09:32:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ristretto.new/ristretto.changes 2011-11-14 
13:43:03.000000000 +0100
@@ -1,0 +2,31 @@
+Sun Nov 13 19:17:47 UTC 2011 - [email protected]
+
+- update to version 0.3.0
+  - re-introduce autorotation based on the exif-orientation tag, a
+    regression since 0.0.93
+  - prevent segmentation fault when an error occurs while loading
+    an image
+  - port image-viewer to cairo
+  - read the bgcolor properties on startup
+  - let the file properties-dialog show file-properties.
+  - add --settings cli-option to launch the settings-dialog.
+  - add help->contents menuitem, launching documentation
+  - add a user-manual
+  - solve problem with size-calculation in size_prepared callback
+  - set default height to 440px, Show all buttons on a vertically
+    aligned navigationbar
+  - show thumbnailbar by default
+  - show toolbar when closing images in fullscreen-mode
+  - improve background-color of monitor-chooser
+  - make 'hide thumbnailbar fullscreen' the default
+  - cleanup some memory-leaks
+  - fix rounding error that generates continues rewrites of the
+    main window
+  - decrease buffersize when loading images, solves a problem with
+    the JPEG pixbufloader
+  - rotate thumbnails
+- added ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch in
+  order to fix non-void function with no return statement
+  (backported from upstream git)
+
+-------------------------------------------------------------------

Old:
----
  ristretto-0.2.3.tar.bz2

New:
----
  ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch
  ristretto-0.3.0.tar.bz2

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

Other differences:
------------------
++++++ ristretto.spec ++++++
--- /var/tmp/diff_new_pack.uZQSE1/_old  2011-11-14 13:43:05.000000000 +0100
+++ /var/tmp/diff_new_pack.uZQSE1/_new  2011-11-14 13:43:05.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           ristretto
-Version:        0.2.3
+Version:        0.3.0
 Release:        1
 License:        GPLv2+
 Summary:        Fast and Lightweight Image-viewer for the Xfce desktop 
environment
@@ -27,6 +27,8 @@
 Source:         %{name}-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE ristretto-0.0.91-add-more-mime-types.patch 
[email protected] -- Adds support for additional image MIME types supported by 
openSUSE
 Patch0:         ristretto-0.0.91-add-more-mime-types.patch
+# PATCH-FIX-UPSTREAM ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch 
bxo# [email protected] -- Fix non-void function with no return statement 
(backported from upstream git)
+Patch1:         ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -34,7 +36,6 @@
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  thunar-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -43,9 +44,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
-xdt-autogen
 %configure --docdir=%{_datadir}/xfce4/ristretto
 make %{?_smp_mflags}
 

++++++ ristretto-0.3.0-fix-no-return-in-nonvoid-function.patch ++++++
diff -urNp ristretto-0.3.0.orig/src/util.c ristretto-0.3.0/src/util.c
--- ristretto-0.3.0.orig/src/util.c     2011-11-05 22:12:00.000000000 +0100
+++ ristretto-0.3.0/src/util.c  2011-11-13 23:27:20.718000042 +0100
@@ -21,6 +21,7 @@
 
 #include <exo/exo.h>
 
+#include "util.h"
 
 gboolean
 rstto_launch_help (void)
@@ -102,4 +103,6 @@ rstto_launch_help (void)
 
     g_free (docpath);
     g_free (cur_dir);
+
+    return TRUE;
 }
++++++ ristretto-0.2.3.tar.bz2 -> ristretto-0.3.0.tar.bz2 ++++++
++++ 35378 lines of diff (skipped)

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

Reply via email to