Hello community,

here is the log from the commit of package gpicview for openSUSE:Factory 
checked in at 2014-11-13 09:18:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpicview (Old)
 and      /work/SRC/openSUSE:Factory/.gpicview.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpicview"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpicview/gpicview.changes        2014-09-23 
10:42:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpicview.new/gpicview.changes   2014-11-13 
09:18:23.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 12 09:36:34 UTC 2014 - [email protected]
+
+- added gpicview-0.2.4_fix_boo_904558.patch to fix boo#904558
+
+-------------------------------------------------------------------

New:
----
  gpicview-0.2.4_fix_boo_904558.patch

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

Other differences:
------------------
++++++ gpicview.spec ++++++
--- /var/tmp/diff_new_pack.6v5ivY/_old  2014-11-13 09:18:25.000000000 +0100
+++ /var/tmp/diff_new_pack.6v5ivY/_new  2014-11-13 09:18:25.000000000 +0100
@@ -24,6 +24,7 @@
 Group:          Productivity/Graphics/Viewers
 Url:            http://www.lxde.org/
 Source0:        %{name}-%{version}.tar.gz
+Patch0:         %{name}-0.2.4_fix_boo_904558.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc
 BuildRequires:  gcc-c++
@@ -47,6 +48,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++++++ gpicview-0.2.4_fix_boo_904558.patch ++++++
diff -uNr old-gpicview-0.2.4/src/main-win.c gpicview-0.2.4/src/main-win.c
--- old-gpicview-0.2.4/src/main-win.c   2014-11-12 10:59:44.797101360 +0100
+++ gpicview-0.2.4/src/main-win.c       2014-11-12 11:02:23.683094130 +0100
@@ -507,7 +507,7 @@
     {
         g_object_unref( mw->animation );
         mw->animation = NULL;
-        if( mw->animation_timeout );
+        if( mw->animation_timeout )
         {
             g_source_remove( mw->animation_timeout );
             mw->animation_timeout = 0;
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to