Hello community,

here is the log from the commit of package python-jsonpatch for 
openSUSE:Factory checked in at 2013-11-15 16:56:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jsonpatch (Old)
 and      /work/SRC/openSUSE:Factory/.python-jsonpatch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jsonpatch"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jsonpatch/python-jsonpatch.changes        
2013-11-04 13:26:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-jsonpatch.new/python-jsonpatch.changes   
2013-11-15 16:56:51.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 14 09:46:03 UTC 2013 - speili...@suse.com
+
+- Fix update-alternatives (SLE_11_SP3)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-jsonpatch.spec ++++++
--- /var/tmp/diff_new_pack.mLsdMW/_old  2013-11-15 16:56:53.000000000 +0100
+++ /var/tmp/diff_new_pack.mLsdMW/_new  2013-11-15 16:56:53.000000000 +0100
@@ -41,6 +41,7 @@
 
 %prep
 %setup -q -n jsonpatch-%{version}
+sed -i "s|entry_poimts|entry_points|" setup.py # Typo fix already in upstream 
git..
 
 %build
 python setup.py build
@@ -49,6 +50,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 for i in patch diff; do
     mv %{buildroot}%{_bindir}/json$i %{buildroot}%{_bindir}/json$i-%{py_ver}
+    ln -s %{_bindir}/json$i-%{py_ver} %{buildroot}%{_bindir}/json$i
 done
 
 %pre
@@ -68,9 +70,11 @@
 %files
 %defattr(-,root,root,-)
 %ghost %{_bindir}/jsonpatch
+%ghost %{_sysconfdir}/alternatives/jsonpatch
 %{_bindir}/jsonpatch-%{py_ver}
 %ghost %{_bindir}/jsondiff
+%ghost %{_sysconfdir}/alternatives/jsondiff
 %{_bindir}/jsondiff-%{py_ver}
-%{python_sitelib}/*
+%{python_sitelib}/jsonpatch*
 
 %changelog

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

Reply via email to