Mailinglist Archive: opensuse-commit (1945 mails)
| < Previous | Next > |
commit smolt
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Nov 2008 14:24:44 +0100
- Message-id: <20081103132444.A5E106780AA@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package smolt
checked in at Mon Nov 3 14:24:44 CET 2008.
--------
--- smolt/smolt.changes 2008-04-21 18:36:50.000000000 +0200
+++ /mounts/work_src_done/STABLE/smolt/smolt.changes 2008-11-03
12:13:59.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Nov 3 11:51:49 CET 2008 - hvogel@xxxxxxx
+
+- Require cron and python-gtk [bnc#440815]
+
+-------------------------------------------------------------------
+Wed Oct 29 15:27:41 CET 2008 - hvogel@xxxxxxx
+
+- Use the pub uuid in the gui to avoid an ugly error page on
+ smolts.org
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
smolt-1.1.1.1-gui_pub_uuid.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ smolt.spec ++++++
--- /var/tmp/diff_new_pack.V30718/_old 2008-11-03 14:24:18.000000000 +0100
+++ /var/tmp/diff_new_pack.V30718/_new 2008-11-03 14:24:18.000000000 +0100
@@ -2,9 +2,16 @@
# spec file for package smolt (Version 1.1.1.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
#
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -13,7 +20,7 @@
Name: smolt
Summary: Hardware Profiler
Version: 1.1.1.1
-Release: 5
+Release: 51
License: GPL v2 or later
Group: Hardware/Other
Url: https://hosted.fedoraproject.org/projects/smolt/
@@ -23,9 +30,10 @@
Patch1: smolt-1.1.1.1-desktop_file.patch
Patch2: smolt-1.1.1.1-make_install.patch
Patch3: smolt-1.1.1.1-config.patch
+Patch4: smolt-1.1.1.1-gui_pub_uuid.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-Requires: dbus-1-python python-urlgrabber
+Requires: dbus-1-python python-urlgrabber cron python-gtk
BuildRequires: fdupes gettext python-demo update-desktop-files
PreReq: /bin/cat
@@ -36,7 +44,7 @@
not contain any private information other than the physical hardware
information and basic OS info.
-This package contains the client and its gui
+This package contains the smolt client
@@ -46,6 +54,7 @@
%patch1
%patch2
%patch3
+%patch4
cp %{S:1} .
%build
@@ -65,7 +74,7 @@
rm -rf %{buildroot}/usr/share/locale/sr@latin
%{buildroot}/usr/share/locale/default
popd
%fdupes %{buildroot}
-%suse_update_desktop_file %name
+%suse_update_desktop_file -n %name
%find_lang %name
%clean
@@ -89,7 +98,7 @@
%ghost %{_sysconfdir}/smolt/uuid
%config(noreplace)%{_sysconfdir}/smolt/config.py
%{_bindir}/*
-%{_sysconfdir}/cron.d/%{name}
+%config %{_sysconfdir}/cron.d/%{name}
%{_initrddir}/%{name}
%{_datadir}/%{name}
%{_datadir}/icons/hicolor
@@ -99,6 +108,11 @@
%{_mandir}/man1/smoltSendProfile.1.gz
%changelog
+* Mon Nov 03 2008 hvogel@xxxxxxx
+- Require cron and python-gtk [bnc#440815]
+* Wed Oct 29 2008 hvogel@xxxxxxx
+- Use the pub uuid in the gui to avoid an ugly error page on
+ smolts.org
* Mon Apr 21 2008 hvogel@xxxxxxx
- we send data to the smolts project and not fedora [bnc#381647]
* Thu Apr 03 2008 hvogel@xxxxxxx
++++++ smolt-1.1.1.1-gui_pub_uuid.patch ++++++
--- client/smoltGui.py
+++ client/smoltGui.py
@@ -129,7 +129,8 @@
vpaned.pack2(self.device_table.get(), resize = True, shrink = True)
def mysmolt_cb(self, *extra):
- webbrowser.open(urljoin(smolt.smoonURL, '/show?uuid=%s' %
self.profile.host.UUID))
+ retvalue, pub_uuid, admin = self.profile.send(smoonURL=smolt.smoonURL)
+ webbrowser.open(urljoin(smolt.smoonURL, '/show?uuid=%s' % pub_uuid))
def quit_cb(self, *extra):
'''Quit the program.'''
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |