Hello community,

here is the log from the commit of package bzr for openSUSE:Factory checked in 
at 2017-08-16 16:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzr (Old)
 and      /work/SRC/openSUSE:Factory/.bzr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzr"

Wed Aug 16 16:14:17 2017 rev:41 rq:516646 version:2.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzr/bzr.changes  2016-12-19 11:28:02.356794095 
+0100
+++ /work/SRC/openSUSE:Factory/.bzr.new/bzr.changes     2017-08-16 
16:14:21.531949790 +0200
@@ -1,0 +2,8 @@
+Sun Aug 13 19:42:48 UTC 2017 - [email protected]
+
+- Fix bash completion install dir to be in %_datadir bsc#856514
+- Cleanup with spec-cleaner and remove sle11 code as pkg builds only
+  on newer distros anyway
+- Add -fno-strict-aliasing to the cflags
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bzr.spec ++++++
--- /var/tmp/diff_new_pack.LqdokE/_old  2017-08-16 16:14:22.507812810 +0200
+++ /var/tmp/diff_new_pack.LqdokE/_new  2017-08-16 16:14:22.511812249 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bzr
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -37,10 +37,6 @@
 #BuildRequires:  python-xml
 Requires:       python-xml
 Recommends:     %{name}-lang = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%endif
 
 %description
 Bazaar is a distributed version control system designed to be easy to
@@ -63,7 +59,7 @@
 sed -i "s|\"share/locale\"|\"locale\"|" setup.py # Fix the locale installation 
path
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
 # TODO: generate documentation:
 #make docs
 
@@ -71,10 +67,8 @@
 python setup.py install --root %{buildroot} --prefix %{_prefix} --install-data 
%{_datadir}
 
 # Install bash completion
-install -D -m 0644 contrib/bash/bzr 
%{buildroot}%{_sysconfdir}/bash_completion.d/bzr
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-rm -r %{buildroot}%{_prefix}/share/locale/sco
-%endif
+install -D -m 0644 contrib/bash/bzr \
+  %{buildroot}%{_datadir}/bash-completion/completions/bzr
 
 %find_lang %{name}
 
@@ -83,20 +77,17 @@
 #python bzr selftest 
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING.txt NEWS* README
 %{_bindir}/bzr
 %{python_sitearch}/bzrlib
 %{python_sitearch}/bzr-%{version}-*.egg-info
 %exclude %{python_sitearch}/bzrlib/tests
-%{_mandir}/man1/%{name}.*
-%{_sysconfdir}/bash_completion.d/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
+%{_datadir}/bash-completion/completions/%{name}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root,-)
 
 %files test
-%defattr(-,root,root,-)
 %{python_sitearch}/bzrlib/tests
 
 %changelog




Reply via email to