Mailinglist Archive: opensuse-commit (429 mails)

< Previous Next >
commit python-bugzilla for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 23 Jul 2010 22:31:25 +0200
  • Message-id: <20100723203125.9D052201F4@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory
checked in at Fri Jul 23 22:31:25 CEST 2010.



--------
--- python-bugzilla/python-bugzilla.changes 2009-08-26 12:57:23.000000000
+0200
+++ python-bugzilla/python-bugzilla.changes 2010-06-17 16:43:05.000000000
+0200
@@ -1,0 +2,5 @@
+Thu Jun 17 15:55:51 CEST 2010 - matejcik@xxxxxxx
+
+- recognize Novell bugzilla in default constructor
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
python-bugzilla-0.5-recognize-novell.patch

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

Other differences:
------------------
++++++ python-bugzilla.spec ++++++
--- /var/tmp/diff_new_pack.jt0wc7/_old 2010-07-23 22:30:27.000000000 +0200
+++ /var/tmp/diff_new_pack.jt0wc7/_new 2010-07-23 22:30:27.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-bugzilla (Version 0.5)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -20,10 +20,10 @@

Name: python-bugzilla
Version: 0.5
-Release: 2
+Release: 3
Summary: Python library for bugzilla
Group: Development/Libraries/Python
-License: GPL v2 or later
+License: GPLv2+
Url: https://fedorahosted.org/python-bugzilla/
#git clone git://git.fedorahosted.org/git/python-bugzilla python-bugzilla-0.5
#tar --exclude-vcs -cjf python-bugzilla-0.5.tar.bz2 python-bugzilla-0.5/
@@ -31,6 +31,7 @@
Patch0: 0001-Use-LWPCookieJar-by-default.patch
Patch1: 0002-NovellBugzilla-implementation.patch
Patch2: 0003-obfuscated-password-support.patch
+Patch3: python-bugzilla-0.5-recognize-novell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%{py_requires}
@@ -56,6 +57,7 @@
%patch0 -p1 -b .use-lwpcookiejar-by-default
%patch1 -p1 -b .novellbugzilla-implementation
%patch2 -p1 -b .obfuscated-password
+%patch3 -p1

%build
export CFLAGS="%{optflags}"

++++++ python-bugzilla-0.5-recognize-novell.patch ++++++
Index: python-bugzilla-0.5/bugzilla/__init__.py
===================================================================
--- python-bugzilla-0.5.orig/bugzilla/__init__.py
+++ python-bugzilla-0.5/bugzilla/__init__.py
@@ -22,6 +22,9 @@ classlist = ['Bugzilla3', 'Bugzilla32',

def getBugzillaClassForURL(url):
log.debug("Choosing subclass for %s" % url)
+ if url.startswith('https://bugzilla.novell.com'):
+ return NovellBugzilla
+
s = xmlrpclib.ServerProxy(url)
rhbz = False
bzversion = ''

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages