Hello community,

here is the log from the commit of package gummi for openSUSE:Factory checked 
in at 2013-02-02 18:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gummi (Old)
 and      /work/SRC/openSUSE:Factory/.gummi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gummi", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gummi/gummi.changes      2012-07-02 
10:26:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gummi.new/gummi.changes 2013-02-02 
18:52:45.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Jan 30 23:05:44 UTC 2013 - [email protected]
+
+- Update to version 0.6.5:
+  + Bugs fixed:
+    - Fixed empty build logs when special characters were included
+    - Fixed a rare deadlock situation on program exit
+    - Fixed regression in spell-checking language listing
+    - Fixed regression in killing inresponsive compilation
+      processes
+    - Correctly close file descriptors for child processes
+    - Implemented --version CLI argument
+    - Several translation updates
+    - Added Hungarian translation
+- Minor rebase of patch gummi-deprecated-g_thread_init.patch.
+
+-------------------------------------------------------------------

Old:
----
  gummi-0.6.4.tar.gz

New:
----
  gummi-0.6.5.tar.gz

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

Other differences:
------------------
++++++ gummi.spec ++++++
--- /var/tmp/diff_new_pack.uGeHtL/_old  2013-02-02 18:52:46.000000000 +0100
+++ /var/tmp/diff_new_pack.uGeHtL/_new  2013-02-02 18:52:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gummi
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,13 +17,13 @@
 
 
 Name:           gummi
-Version:        0.6.4
+Version:        0.6.5
 Release:        0
 Summary:        Simple LaTeX editor
 License:        MIT
 Group:          Productivity/Publishing/TeX/Frontends
 Url:            http://gummi.midnightcoding.org/
-Source0:        
http://dev.midnightcoding.org/attachments/download/298/%{name}-%{version}.tar.gz
+Source0:        
http://dev.midnightcoding.org/attachments/download/301/%{name}-%{version}.tar.gz
 %if 0%{?suse_version} > 1210
 # PATCH-FIX-UPSTREAM gummi-deprecated-g_thread_init.patch [email protected] 
-- Remove usage of deprecated g_thread_init().
 Patch0:         gummi-deprecated-g_thread_init.patch
@@ -32,8 +32,8 @@
 BuildRequires:  intltool
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.20.0
+BuildRequires:  pkgconfig(gtksourceview-2.0) >= 2.2.1
 BuildRequires:  pkgconfig(gtkspell-2.0)
 BuildRequires:  pkgconfig(poppler-glib)
 Requires:       gtkspell

++++++ gummi-0.6.4.tar.gz -> gummi-0.6.5.tar.gz ++++++
++++ 6560 lines of diff (skipped)

++++++ gummi-deprecated-g_thread_init.patch ++++++
--- /var/tmp/diff_new_pack.uGeHtL/_old  2013-02-02 18:52:46.000000000 +0100
+++ /var/tmp/diff_new_pack.uGeHtL/_new  2013-02-02 18:52:46.000000000 +0100
@@ -1,9 +1,9 @@
-Index: gummi-0.6.4/src/main.c
+Index: gummi-0.6.5/src/main.c
 ===================================================================
---- gummi-0.6.4.orig/src/main.c
-+++ gummi-0.6.4/src/main.c
-@@ -76,7 +76,13 @@ int main (int argc, char *argv[]) {
-     if (error) g_error("%s\n", error->message);
+--- gummi-0.6.5.orig/src/main.c
++++ gummi-0.6.5/src/main.c
+@@ -84,7 +84,13 @@ int main (int argc, char *argv[]) {
+     }
  
      /* initialize GTK */
 -    g_thread_init (NULL);

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

Reply via email to