Hello community,

here is the log from the commit of package rpmlint for openSUSE:Factory checked 
in at 2012-11-18 20:26:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint", Maintainer is "dmuel...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint/rpmlint.changes  2012-11-16 
14:21:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rpmlint.new/rpmlint.changes     2012-11-18 
20:26:27.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 16 17:51:20 UTC 2012 - asterios.dra...@gmail.com
+
+- Added a patch (python3_magic_number_fix.diff) to update the magic number for
+  python 3 (patch taken from upstream).
+
+-------------------------------------------------------------------

New:
----
  python3_magic_number_fix.diff

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

Other differences:
------------------
++++++ rpmlint.spec ++++++
--- /var/tmp/diff_new_pack.VwbgUq/_old  2012-11-18 20:26:29.000000000 +0100
+++ /var/tmp/diff_new_pack.VwbgUq/_new  2012-11-18 20:26:29.000000000 +0100
@@ -116,19 +116,13 @@
 # accepted upstream
 Patch88:        suse-speccheck-utf8.diff
 Patch89:        suse-python-abi-check.diff
+Patch90:        python3_magic_number_fix.diff
 %py_requires
 
 %description
 Rpmlint is a tool to check common errors on rpm packages. Binary and
 source packages can be checked.
 
-
-
-Authors:
---------
-    Frederic Lepied <flep...@mandriva.com>
-    Gwenole Beauchesne <gbeauche...@mandriva.com>
-
 %prep
 %setup -q -n rpmlint-%{version} -a1
 %patch0
@@ -195,6 +189,7 @@
 #patch87 -p1
 %patch88
 %patch89
+%patch90
 cp -p %{SOURCE2} .
 # Only move top-level python files 
 chmod 0755 rpmlint-checks-master/*.py

++++++ python3_magic_number_fix.diff ++++++
--- FilesCheck.py
+++ FilesCheck.py
@@ -286,7 +286,7 @@
     istext = float(len(t))/len(chunk) <= 0.30
     return (chunk, istext)
 
-# See Python/import.c (in the trunk and py3k branches) for a full list of
+# See Python/import.c (in the default and 2.x branches) for a full list of
 # the values here.
 _python_magic_values = {
     '2.2': 60717,
@@ -298,7 +298,7 @@
     '3.0': 3130,
     '3.1': 3150,
     '3.2': 3180,
-    '3.3': 3190,
+    '3.3': 3230,
     }
 
 def get_expected_pyc_magic(path):

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

Reply via email to