commit gummi for openSUSE:Factory
Hello community, here is the log from the commit of package gummi for openSUSE:Factory checked in at 2012-07-01 15:00:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-04-12 09:26:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gummi.new/gummi.changes 2012-07-02 10:26:27.000000000 +0200 @@ -1,0 +2,19 @@ +Mon Jun 25 03:51:37 UTC 2012 - badshah400@gmail.com + +- Update to version 0.6.4: + + Bugs fixed: + - Replaced faulty importer implementation with a toolbar + variant + - Fixed an issue where the previewer would not display + correctly + - dvi script uses exit status to signal compilation status + - Improved the reported messages for some errors. + - Better TeXLive version detection + - Fixed a reference problem that could lead to a crash + - Search window is correctly centered in GNOME 3 + - Tab markup not enabled when project loading fails + - Minor UI tweaks to the project & bibliography panels + - Minor UI tweaks to the snippet configuration interface + + Minor rebase of patch gummi-deprecated-g_thread_init.patch. + +------------------------------------------------------------------- Old: ---- gummi-0.6.3.tar.gz New: ---- gummi-0.6.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gummi.spec ++++++ --- /var/tmp/diff_new_pack.Fhbp69/_old 2012-07-02 10:26:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Fhbp69/_new 2012-07-02 10:26:30.000000000 +0200 @@ -17,13 +17,13 @@ Name: gummi -Version: 0.6.3 +Version: 0.6.4 Release: 0 Summary: Simple LaTeX editor License: MIT Group: Productivity/Publishing/TeX/Frontends Url: http://gummi.midnightcoding.org/ -Source0: %{name}-%{version}.tar.gz +Source0: http://dev.midnightcoding.org/attachments/download/298/%{name}-%{version}.tar.gz %if 0%{?suse_version} > 1210 # PATCH-FIX-UPSTREAM gummi-deprecated-g_thread_init.patch badshah400@gmail.com -- Remove usage of deprecated g_thread_init(). Patch0: gummi-deprecated-g_thread_init.patch ++++++ gummi-0.6.3.tar.gz -> gummi-0.6.4.tar.gz ++++++ ++++ 13675 lines of diff (skipped) ++++++ gummi-deprecated-g_thread_init.patch ++++++ --- /var/tmp/diff_new_pack.Fhbp69/_old 2012-07-02 10:26:30.000000000 +0200 +++ /var/tmp/diff_new_pack.Fhbp69/_new 2012-07-02 10:26:30.000000000 +0200 @@ -1,9 +1,9 @@ -Index: gummi-0.6.1/src/main.c +Index: gummi-0.6.4/src/main.c =================================================================== ---- gummi-0.6.1.orig/src/main.c -+++ gummi-0.6.1/src/main.c -@@ -75,7 +75,13 @@ int main (int argc, char *argv[]) { - g_option_context_parse (context, &argc, &argv, &error); +--- 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); /* initialize GTK */ - g_thread_init (NULL); @@ -16,4 +16,4 @@ + gdk_threads_init (); gtk_init (&argc, &argv); - GtkBuilder* builder = gtk_builder_new (); + GError* ui_error = NULL; -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de