Hello community,

here is the log from the commit of package python-Pygments for openSUSE:Factory 
checked in at 2012-03-13 09:39:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pygments (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pygments.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pygments", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pygments/python-Pygments.changes  
2011-09-26 10:13:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-Pygments.new/python-Pygments.changes     
2012-03-13 09:39:06.000000000 +0100
@@ -1,0 +2,31 @@
+Mon Mar 12 21:14:22 UTC 2012 - sasc...@gmx.de
+
+- Update to version 1.5:
+  - Fix Python 3 terminal highlighting with pygmentize
+  - In the LaTeX formatter, escape special &, < and > chars
+  - In the LaTeX formatter, fix display problems for styles with token
+    background colors
+  - Enhancements to the Squid conf lexer
+  - Several fixes to the reStructuredText lexer
+  - Recognize methods in the ObjC lexer
+  - Fix Lua "class" highlighting: it does not have classes
+  - Fix degenerate regex in Scala lexer  and highlighting bugs
+  - Fix number pattern order in Ocaml lexer
+  - Fix generic type highlighting in ActionScript 3
+  - Fixes to the Clojure lexer
+  - Fix degenerate regex in Nemerle lexer
+  - Fix infinite looping in CoffeeScript lexer
+  - Fix crashes and analysis with ObjectiveC lexer
+  - Add some Fortran 2003 keywords.
+  - Fix Boo string regexes
+  - Add "rrt" style
+  - Fix infinite looping in Darcs Patch lexer.
+  - Lots of misc fixes to character-eating bugs and ordering problems in many
+    different lexers.
+
+-------------------------------------------------------------------
+Tue Jan 24 13:49:17 UTC 2012 - bwiedem...@suse.com
+
+- fix Obsoletes
+
+-------------------------------------------------------------------

Old:
----
  Pygments-1.4.tar.gz

New:
----
  Pygments-1.5.tar.gz

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

Other differences:
------------------
++++++ python-Pygments.spec ++++++
--- /var/tmp/diff_new_pack.vdXH6o/_old  2012-03-13 09:39:08.000000000 +0100
+++ /var/tmp/diff_new_pack.vdXH6o/_new  2012-03-13 09:39:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pygments
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,9 +16,8 @@
 #
 
 
-
 Name:           python-Pygments
-Version:        1.4
+Version:        1.5
 Release:        0
 Url:            http://pygments.org
 Summary:        Pygments is a syntax highlighting package written in Python
@@ -28,18 +27,15 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-#BuildRequires:  python-nose
+BuildRequires:  python-nose
 Requires:       python-distribute
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Provides:       python-pygments = %{version}
+Obsoletes:      python-pygments < %{version}
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 BuildArch:      noarch
 %endif
-%endif
-Provides:       python-pygments = %{version}
-#TODO: Change to '<' after version update:
-Obsoletes:      python-pygments <= %{version}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 Pygments is a syntax highlighting package written in Python.
@@ -66,8 +62,8 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1
 
-#%%check
-#nosetests
+%check
+nosetests
 
 %files
 %defattr(-,root,root,-)

++++++ Pygments-1.4.tar.gz -> Pygments-1.5.tar.gz ++++++
++++ 30329 lines of diff (skipped)

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

Reply via email to