Hello community,

here is the log from the commit of package syncthing-gtk for openSUSE:Factory 
checked in at 2015-10-14 16:45:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syncthing-gtk (Old)
 and      /work/SRC/openSUSE:Factory/.syncthing-gtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syncthing-gtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/syncthing-gtk/syncthing-gtk.changes      
2015-10-12 10:02:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.syncthing-gtk.new/syncthing-gtk.changes 
2015-10-14 16:45:10.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Oct 12 06:54:58 UTC 2015 - [email protected]
+
+- Update to 0.7.6.1:
+  * Fix missing image definition causes crash with some GLib
+    versions.
+
+-------------------------------------------------------------------

Old:
----
  syncthing-gtk-0.7.6.tar.gz

New:
----
  syncthing-gtk-0.7.6.1.tar.gz

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

Other differences:
------------------
++++++ syncthing-gtk.spec ++++++
--- /var/tmp/diff_new_pack.FSmpgb/_old  2015-10-14 16:45:11.000000000 +0200
+++ /var/tmp/diff_new_pack.FSmpgb/_new  2015-10-14 16:45:11.000000000 +0200
@@ -19,7 +19,7 @@
 %global __requires_exclude 
typelib\\(Caja\\)|typelib\\(Nautilus\\)|typelib\\(Nemo\\)
 %define _name   syncthing_gtk
 Name:           syncthing-gtk
-Version:        0.7.6
+Version:        0.7.6.1
 Release:        0
 Summary:        Syncthing Gtk-based graphical interface
 License:        GPL-2.0+
@@ -99,8 +99,8 @@
 %doc LICENSE README.md
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
-%{python_sitelib}/%{_name}*.egg-info
 %{python_sitelib}/%{_name}/
+%{python_sitelib}/%{_name}-*
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
 %{_datadir}/icons/hicolor/*/apps/si-*.png

++++++ syncthing-gtk-0.7.6.tar.gz -> syncthing-gtk-0.7.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/app.glade 
new/syncthing-gtk-0.7.6.1/app.glade
--- old/syncthing-gtk-0.7.6/app.glade   2015-09-27 23:08:48.000000000 +0200
+++ new/syncthing-gtk-0.7.6.1/app.glade 2015-10-07 10:04:07.000000000 +0200
@@ -55,7 +55,7 @@
                                        <property name="visible">True</property>
                                        <property 
name="sensitive">False</property>
                                        <property 
name="valign">center</property>
-                                       <property 
name="image">edit-menu-button-image</property>
+                                       <property 
name="image">edit-menu-button-icon</property>
                                        <IF condition="icons_in_menu | old_gtk">
                                                <property 
name="popup">edit-menu-icons</property>
                                        <ELSE>
@@ -817,12 +817,13 @@
                <property if="!is_windows" name="icon-size">16</property>
                <property if="is_windows"  
name="pixbuf">icons/16x16/apps/syncthing-gtk.png</property>
        </object>
-       <object class="GtkImage" id="edit-menu-button-icon">
-               <property name="visible">True</property>
-               <property name="icon_name">emblem-system-symbolic</property>
-       </object>
 </IF>
 
+<object class="GtkImage" id="edit-menu-button-icon">
+       <property name="visible">True</property>
+       <property name="icon_name">emblem-system-symbolic</property>
+</object>
+
 <object class="GtkImage" id="menu-add-folder-image">
        <property name="visible">True</property>
        <property name="can_focus">False</property>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/build_windows.py 
new/syncthing-gtk-0.7.6.1/build_windows.py
--- old/syncthing-gtk-0.7.6/build_windows.py    2015-09-27 23:08:48.000000000 
+0200
+++ new/syncthing-gtk-0.7.6.1/build_windows.py  2015-10-07 10:04:07.000000000 
+0200
@@ -111,7 +111,7 @@
        name = "Syncthing GTK",
        author = "Kozec",
        version = get_version(),
-       description = "Windows port of Sycnthing GTK",
+       description = "Windows port of Syncthing GTK",
        options = dict(
                build_exe = dict(
                        compressed = False,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/syncthing-gtk-0.7.6/scripts/syncthing-gtk-exe.py 
new/syncthing-gtk-0.7.6.1/scripts/syncthing-gtk-exe.py
--- old/syncthing-gtk-0.7.6/scripts/syncthing-gtk-exe.py        2015-09-27 
23:08:48.000000000 +0200
+++ new/syncthing-gtk-0.7.6.1/scripts/syncthing-gtk-exe.py      2015-10-07 
10:04:07.000000000 +0200
@@ -21,7 +21,7 @@
        # Force dark theme if reqested
        config = Configuration()
        if config["force_dark_theme"]:
-       os.environ["GTK_THEME"] = "Adwaita:dark"
+               os.environ["GTK_THEME"] = "Adwaita:dark"
        
        # Fix various windows-only problems
        windows.fix_localized_system_error_messages()


Reply via email to