Hello community,

here is the log from the commit of package python-bugzilla for openSUSE:Factory 
checked in at 2015-01-14 11:45:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-bugzilla (Old)
 and      /work/SRC/openSUSE:Factory/.python-bugzilla.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-bugzilla"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-bugzilla/python-bugzilla.changes  
2013-06-29 14:30:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-bugzilla.new/python-bugzilla.changes     
2015-01-14 11:45:56.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Sep 23 12:32:08 UTC 2014 - bwiedem...@suse.com
+
+- update nvlbugzilla.py to reflect that server now has ver 4.4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-bugzilla.spec ++++++
--- /var/tmp/diff_new_pack.rQf05G/_old  2015-01-14 11:45:57.000000000 +0100
+++ /var/tmp/diff_new_pack.rQf05G/_new  2015-01-14 11:45:57.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-bugzilla
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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

++++++ python-bugzilla-0.9.0suse3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-bugzilla-0.9.0suse3/bugzilla/nvlbugzilla.py 
new/python-bugzilla-0.9.0suse3/bugzilla/nvlbugzilla.py
--- old/python-bugzilla-0.9.0suse3/bugzilla/nvlbugzilla.py      2013-06-27 
18:27:07.000000000 +0200
+++ new/python-bugzilla-0.9.0suse3/bugzilla/nvlbugzilla.py      2014-09-23 
14:31:05.000000000 +0200
@@ -9,13 +9,13 @@
 # option) any later version.  See http://www.gnu.org/copyleft/gpl.html for
 # the full text of the license.
 
-from bugzilla import Bugzilla34, log
+from bugzilla import Bugzilla44, log
 
 import urlparse
 
-class NovellBugzilla(Bugzilla34):
+class NovellBugzilla(Bugzilla44):
     '''
-    bugzilla.novell.com is a standard bugzilla 3.4 with some extensions.
+    bugzilla.novell.com is a standard bugzilla 4.4 with some extensions.
     By default, it uses a proprietary AccessManager login system, but by using 
a special
     domain, you can force it to use HTTP Basic Auth instead.
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to