Hello community,

here is the log from the commit of package rpmlint-mini for openSUSE:Factory 
checked in at 2014-05-23 15:00:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmlint-mini (Old)
 and      /work/SRC/openSUSE:Factory/.rpmlint-mini.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmlint-mini"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmlint-mini/rpmlint-mini.changes        
2013-10-04 07:26:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rpmlint-mini.new/rpmlint-mini.changes   
2014-05-23 15:00:27.000000000 +0200
@@ -1,0 +2,9 @@
+Sat Apr 26 13:17:39 UTC 2014 - matwey.korni...@gmail.com
+
+- package dependencies of ErlangCheck.py:
+  - python-pybeam
+  - python-construct
+  - python-six
+  note, that ErlangCheck.py is not enabled by default
+  
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmlint-mini.spec ++++++
--- /var/tmp/diff_new_pack.rMWtiO/_old  2014-05-23 15:00:28.000000000 +0200
+++ /var/tmp/diff_new_pack.rMWtiO/_new  2014-05-23 15:00:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmlint-mini
 #
-# 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
@@ -88,6 +88,10 @@
 for f in $(<%{SOURCE100}); do
   find -path "*/$f" -exec install -D {} 
$RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/{} \;
 done
+cd /usr/lib/python%{py_ver}
+for f in $(<%{SOURCE100}); do
+  find -path "*/$f" -exec install -D {} 
$RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/{} \;
+done
 install -m 644 /usr/lib/python%{py_ver}/site-packages/magic.py 
$RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/magic.py
 install -D /usr/bin/python $RPM_BUILD_ROOT/opt/testing/bin/python
 cp -a %_libdir/libmagic.so.* $RPM_BUILD_ROOT/opt/testing/%{_lib}
@@ -98,8 +102,8 @@
 rm *.py
 popd
 pushd $RPM_BUILD_ROOT/opt/testing/%{_lib}/python%{py_ver}/site-packages/
-PYTHONOPTIMIZE=1 python %py_libdir/py_compile.py *.py
-rm *.py
+PYTHONOPTIMIZE=1 find -name \*.py -exec python %py_libdir/py_compile.py {} \;
+find -name \*.py -delete
 popd
 rm -rf $RPM_BUILD_ROOT/{usr,etc}
 rm -f $RPM_BUILD_ROOT/opt/testing/bin/rpmlint

++++++ rpmlint-deps.txt ++++++
--- /var/tmp/diff_new_pack.rMWtiO/_old  2014-05-23 15:00:28.000000000 +0200
+++ /var/tmp/diff_new_pack.rMWtiO/_new  2014-05-23 15:00:28.000000000 +0200
@@ -48,6 +48,7 @@
 encodings/types.pyo
 encodings/types.so
 encodings/utf_8.pyo
+encodings/zlib_codec.pyo
 fcntl.so
 fnmatchmodule.so
 fnmatch.pyo
@@ -164,6 +165,61 @@
 sitecustomize.so
 sitemodule.so
 site-packages
+site-packages/construct/__init__.py
+site-packages/construct/adapters.py
+site-packages/construct/core.py
+site-packages/construct/debug.py
+site-packages/construct/formats/__init__.py
+site-packages/construct/formats/data/__init__.py
+site-packages/construct/formats/data/cap.py
+site-packages/construct/formats/data/snoop.py
+site-packages/construct/formats/executable/__init__.py
+site-packages/construct/formats/executable/elf32.py
+site-packages/construct/formats/executable/pe32.py
+site-packages/construct/formats/filesystem/__init__.py
+site-packages/construct/formats/filesystem/ext2.py
+site-packages/construct/formats/filesystem/fat16.py
+site-packages/construct/formats/filesystem/mbr.py
+site-packages/construct/formats/graphics/__init__.py
+site-packages/construct/formats/graphics/bmp.py
+site-packages/construct/formats/graphics/emf.py
+site-packages/construct/formats/graphics/gif.py
+site-packages/construct/formats/graphics/png.py
+site-packages/construct/formats/graphics/wmf.py
+site-packages/construct/lib/__init__.py
+site-packages/construct/lib/binary.py
+site-packages/construct/lib/bitstream.py
+site-packages/construct/lib/container.py
+site-packages/construct/lib/expr.py
+site-packages/construct/lib/hex.py
+site-packages/construct/lib/py3compat.py
+site-packages/construct/macros.py
+site-packages/construct/protocols/__init__.py
+site-packages/construct/protocols/application/__init__.py
+site-packages/construct/protocols/application/dns.py
+site-packages/construct/protocols/ipstack.py
+site-packages/construct/protocols/layer2/__init__.py
+site-packages/construct/protocols/layer2/arp.py
+site-packages/construct/protocols/layer2/ethernet.py
+site-packages/construct/protocols/layer2/mtp2.py
+site-packages/construct/protocols/layer3/__init__.py
+site-packages/construct/protocols/layer3/dhcpv4.py
+site-packages/construct/protocols/layer3/dhcpv6.py
+site-packages/construct/protocols/layer3/icmpv4.py
+site-packages/construct/protocols/layer3/igmpv2.py
+site-packages/construct/protocols/layer3/ipv4.py
+site-packages/construct/protocols/layer3/ipv6.py
+site-packages/construct/protocols/layer3/mtp3.py
+site-packages/construct/protocols/layer4/__init__.py
+site-packages/construct/protocols/layer4/isup.py
+site-packages/construct/protocols/layer4/tcp.py
+site-packages/construct/protocols/layer4/udp.py
+site-packages/construct/version.py
+site-packages/pybeam/__init__.py
+site-packages/pybeam/beam_construct.py
+site-packages/pybeam/beam_file.py
+site-packages/pybeam/eetf_construct.py
+site-packages/pybeam/erlang_types.py
 site-packages/rpm/__init__module.so
 site-packages/rpm/__init__.pyo
 site-packages/rpm/__init__.so
@@ -173,6 +229,7 @@
 site-packages/sitecustomizemodule.so
 site-packages/sitecustomize.pyo
 site-packages/sitecustomize.so
+site-packages/six.py
 site.pyo
 site.so
 socket.pyo

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

Reply via email to