Hello community,

here is the log from the commit of package viewvc for openSUSE:11.4
checked in at Fri May 20 18:16:23 CEST 2011.



--------
--- old-versions/11.4/all/viewvc/viewvc.changes 2010-12-02 23:47:13.000000000 
+0100
+++ 11.4/viewvc/viewvc.changes  2011-05-20 17:25:22.000000000 +0200
@@ -1,0 +2,34 @@
+Tue May 17 23:39:16 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.11 (bnc#694785):
+  * security fix: remove user-reachable override of cvsdb row limit
+  * fix broken standalone.py -c and -d options handling
+  * add --help option to standalone.py
+  * fix stack trace when asked to checkout a directory (issue #478)
+  * improve memory usage and speed of revision log markup (issue #477)
+  * fix broken annotation view in CVS keyword-bearing files (issue #479)
+  * warn users when query results are incomplete (issue #443)
+  * avoid parsing errors on RCS newphrases in the admin section (issue #483)
+  * make rlog parsing code more robust in certain error cases (issue #444)
+
+-------------------------------------------------------------------
+Tue Mar 15 22:17:29 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.10:
+  * 1.1.9 shipped with a stack-trace-causing bug in the Subversion revision
+    info gathering logic
+
+-------------------------------------------------------------------
+Sat Feb 19 00:42:56 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.1.9:
+  * vcauth universal access determinations (issue #425)
+  * rework svn revision info cache for performance
+  * make revision log "extra pages" count configurable
+  * fix Subversion 1.4.x revision log compatibility code regression
+  * display sanitized error when authzfile is malformed
+  * handle file:/// Subversion rootpaths as local roots (issue #446)
+  * restore markup of URLs in file contents (issue #455)
+  * optionally display last-committed metadata in roots view (issue #457)
+
+-------------------------------------------------------------------
@@ -12 +46,2 @@
-  * maintenance release that includes all the bugfixes and enhancements made 
thus far to the 1.1.x line
+  * maintenance release that includes all the bugfixes and enhancements made
+    thus far to the 1.1.x line

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/viewvc
Destination is old-versions/11.4/UPDATES/all/viewvc
calling whatdependson for 11.4-i586


Old:
----
  viewvc-1.1.8.tar.bz2

New:
----
  viewvc-1.1.11.tar.bz2

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

Other differences:
------------------
++++++ viewvc.spec ++++++
--- /var/tmp/diff_new_pack.meMAnl/_old  2011-05-20 18:15:26.000000000 +0200
+++ /var/tmp/diff_new_pack.meMAnl/_new  2011-05-20 18:15:26.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package viewvc (Version 1.1.8)
+# spec file for package viewvc
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -20,8 +20,8 @@
 
 Name:           viewvc
 BuildRequires:  apache2-devel python-devel
-Version:        1.1.8
-Release:        1
+Version:        1.1.11
+Release:        1.<RELEASE2>
 #
 %define        apxs    /usr/sbin/apxs2
 %define        apache_libexecdir       %(%{apxs} -q LIBEXECDIR)

++++++ viewvc-1.1.8.tar.bz2 -> viewvc-1.1.11.tar.bz2 ++++++
++++ 2201 lines of diff (skipped)

++++++ viewvc-buglink.patch ++++++
--- /var/tmp/diff_new_pack.meMAnl/_old  2011-05-20 18:15:26.000000000 +0200
+++ /var/tmp/diff_new_pack.meMAnl/_new  2011-05-20 18:15:26.000000000 +0200
@@ -1,5 +1,5 @@
---- conf/viewvc.conf.dist.orig 2010-09-12 03:47:52.000000000 +0200
-+++ conf/viewvc.conf.dist      2010-09-12 03:48:38.000000000 +0200
+--- conf/viewvc.conf.dist.orig 2011-02-18 19:28:55.000000000 +0100
++++ conf/viewvc.conf.dist      2011-02-19 01:46:36.000000000 +0100
 @@ -323,6 +323,21 @@
  ##---------------------------------------------------------------------------
  [options]
@@ -22,9 +22,9 @@
  ## root_as_url_component: Interpret the first path component in the URL
  ## after the script location as the root to use.  This is an
  ## alternative to using the "root=" query key. If ViewVC is configured
---- lib/viewvc.py.orig 2010-09-12 03:49:13.000000000 +0200
-+++ lib/viewvc.py      2010-09-12 03:50:28.000000000 +0200
-@@ -1092,6 +1092,10 @@
+--- lib/viewvc.py.orig 2011-02-18 20:43:26.000000000 +0100
++++ lib/viewvc.py      2011-02-19 01:46:36.000000000 +0100
+@@ -1100,6 +1100,10 @@
  # Matches revision references
  _re_rewrite_svnrevref = re.compile(r'\b(r|rev #?|revision #?)([0-9]+)\b')
  
@@ -35,7 +35,7 @@
  class ViewVCHtmlFormatter:
    """Format a string as HTML-encoded output with customizable markup
    rules, for example turning strings that look like URLs into anchor links.
-@@ -1104,6 +1108,19 @@
+@@ -1112,6 +1116,19 @@
    def __init__(self):
      self._formatters = []
  
@@ -55,7 +55,7 @@
    def format_url(self, mobj, userdata, maxlen=0):
      """Return a 2-tuple containing:
           - the text represented by MatchObject MOBJ, formatted as
-@@ -1281,6 +1298,10 @@
+@@ -1289,6 +1306,10 @@
                                 escape=1)
        lf.add_formatter(_re_rewrite_svnrevref, lf.format_svnrevref,
                         revision_to_url)
@@ -66,11 +66,11 @@
      if cfg.options.mangle_email_addresses == 2:
        lf.add_formatter(_re_rewrite_email, lf.format_email_truncated)
      elif cfg.options.mangle_email_addresses == 1:
---- lib/config.py.orig 2010-09-12 03:48:44.000000000 +0200
-+++ lib/config.py      2010-09-12 03:49:08.000000000 +0200
-@@ -437,6 +437,7 @@
-     self.options.dir_pagesize = 0
+--- lib/config.py.orig 2011-02-18 20:27:50.000000000 +0100
++++ lib/config.py      2011-02-19 01:46:56.000000000 +0100
+@@ -436,6 +436,7 @@
      self.options.log_pagesize = 0
+     self.options.log_pagesextra = 3
      self.options.limit_changes = 100
 +    self.options.buglink_base = None
  


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



Remember to have fun...

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

Reply via email to