Hello community,

here is the log from the commit of package python-M2Crypto for openSUSE:Factory 
checked in at 2013-09-23 10:56:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-M2Crypto (Old)
 and      /work/SRC/openSUSE:Factory/.python-M2Crypto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-M2Crypto"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-M2Crypto/python-M2Crypto.changes  
2013-04-05 17:05:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-M2Crypto.new/python-M2Crypto.changes     
2013-09-23 11:17:52.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep 13 14:52:08 UTC 2013 - jmate...@suse.com
+
+- fixed %fdupes creating dangling symlinks (bnc#835687)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-M2Crypto.spec ++++++
--- /var/tmp/diff_new_pack.MkHjt6/_old  2013-09-23 11:17:52.000000000 +0200
+++ /var/tmp/diff_new_pack.MkHjt6/_new  2013-09-23 11:17:52.000000000 +0200
@@ -62,15 +62,23 @@
 CFLAGS="%{optflags}" python setup.py build
 
 %install
-chmod 0644 
demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py
 # Fix executable bit for documentation:
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
-%if 0%{?suse_version} > 1010
-%fdupes -s demo
-%endif
+
+# install demo files manually
+# (otherwise we can't perform %%fdupes on them the right way)
+#chmod 0644 
demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py
+export DOCDIR=%{buildroot}%{_docdir}/%{name}
+
+chmod -R -x+X demo
+mkdir -p   $DOCDIR
+cp -r demo $DOCDIR
+%fdupes    $DOCDIR
+
+install -m 644 CHANGES LICENCE README $DOCDIR
 
 %files
 %defattr(-,root,root)
-%doc CHANGES LICENCE README demo
+%doc %{_docdir}/%{name}
 %{python_sitearch}/*
 
 %changelog

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

Reply via email to