Hello community,
here is the log from the commit of package zeroinstall-injector for
openSUSE:Factory checked in at 2013-03-08 10:03:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zeroinstall-injector (Old)
and /work/SRC/openSUSE:Factory/.zeroinstall-injector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zeroinstall-injector", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/zeroinstall-injector/zeroinstall-injector.changes
2013-02-25 20:47:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.zeroinstall-injector.new/zeroinstall-injector.changes
2013-03-08 10:03:24.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Mar 5 15:22:26 UTC 2013 - [email protected]
+
+- Updated to 2.0. For a list of changes in 2.0, see:
+ http://0install.net/0install-2.0.html
+
+-------------------------------------------------------------------
Old:
----
0install-1.16.tar.bz2
New:
----
0install-2.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zeroinstall-injector.spec ++++++
--- /var/tmp/diff_new_pack.Uc3lEE/_old 2013-03-08 10:03:25.000000000 +0100
+++ /var/tmp/diff_new_pack.Uc3lEE/_new 2013-03-08 10:03:25.000000000 +0100
@@ -26,9 +26,9 @@
%endif
Name: zeroinstall-injector
-Version: 1.16
+Version: 2.0
Release: 0
-%define source_version 1.16
+%define source_version 2.0
Summary: Decentralised cross-distribution software installation
License: LGPL-2.1+
Group: System/Management
++++++ 0install-1.16.tar.bz2 -> 0install-2.0.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/0install-1.16/ZeroInstall.xml
new/0install-2.0/ZeroInstall.xml
--- old/0install-1.16/ZeroInstall.xml 2013-02-24 15:29:35.000000000 +0100
+++ new/0install-2.0/ZeroInstall.xml 2013-03-05 11:47:44.000000000 +0100
@@ -53,6 +53,6 @@
<version not-before="1.12.1"/>
</requires>
- <implementation id="." released="2013-02-24" version="1.16"/>
+ <implementation id="." released="2013-03-05" version="2.0"/>
</group>
</interface>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/0install-1.16/zeroinstall/0launch-gui/gui.py
new/0install-2.0/zeroinstall/0launch-gui/gui.py
--- old/0install-1.16/zeroinstall/0launch-gui/gui.py 2013-02-24
15:29:35.000000000 +0100
+++ new/0install-2.0/zeroinstall/0launch-gui/gui.py 2013-03-05
11:47:44.000000000 +0100
@@ -5,7 +5,7 @@
from zeroinstall.support import tasks
from zeroinstall.injector import handler, download
-version = '1.16'
+version = '2.0'
class GUIHandler(handler.Handler):
dl_callbacks = None # Download -> [ callback ]
@@ -75,7 +75,10 @@
box.set_position(gtk.WIN_POS_CENTER)
install = dialog.MixedButton(_('Install'), gtk.STOCK_OK)
- install.set_can_default(True)
+ if gtk.pygtk_version >= (2,22,0):
+ install.set_can_default(True)
+ else:
+ install.set_flags(gtk.CAN_DEFAULT)
box.add_action_widget(install, gtk.RESPONSE_OK)
install.show_all()
box.set_default_response(gtk.RESPONSE_OK)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/0install-1.16/zeroinstall/0launch-gui/mainwindow.py
new/0install-2.0/zeroinstall/0launch-gui/mainwindow.py
--- old/0install-1.16/zeroinstall/0launch-gui/mainwindow.py 2013-02-24
15:29:35.000000000 +0100
+++ new/0install-2.0/zeroinstall/0launch-gui/mainwindow.py 2013-03-05
11:47:44.000000000 +0100
@@ -65,7 +65,10 @@
run_button = dialog.MixedButton(_("_Run"),
gtk.STOCK_EXECUTE, button = gtk.ToggleButton())
self.window.add_action_widget(run_button, gtk.RESPONSE_OK)
run_button.show_all()
- run_button.set_can_default(True)
+ if gtk.pygtk_version >= (2,22,0):
+ run_button.set_can_default(True)
+ else:
+ run_button.set_flags(gtk.CAN_DEFAULT)
self.run_button = run_button
run_button.grab_focus()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/0install-1.16/zeroinstall/__init__.py
new/0install-2.0/zeroinstall/__init__.py
--- old/0install-1.16/zeroinstall/__init__.py 2013-02-24 15:29:35.000000000
+0100
+++ new/0install-2.0/zeroinstall/__init__.py 2013-03-05 11:47:44.000000000
+0100
@@ -13,7 +13,7 @@
@var _: a function for translating strings using the zero-install domain (for
use internally by Zero Install)
"""
-version = '1.16'
+version = '2.0'
import sys, logging
if sys.version_info[0] > 2:
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]