Hello community,

here is the log from the commit of package devscripts for openSUSE:Factory 
checked in at 2019-09-07 12:35:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/devscripts (Old)
 and      /work/SRC/openSUSE:Factory/.devscripts.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "devscripts"

Sat Sep  7 12:35:00 2019 rev:10 rq:728028 version:2.19.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/devscripts/devscripts.changes    2019-04-04 
12:05:14.389427502 +0200
+++ /work/SRC/openSUSE:Factory/.devscripts.new.7948/devscripts.changes  
2019-09-07 12:35:01.945661263 +0200
@@ -1,0 +2,8 @@
+Tue Sep  3 14:07:37 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 2.19.5:
+  * various fixes in scripts all around:
+    + See /usr/share/doc/packages/devscripts/changelog
+- Add conflicts on packages with the same binaries
+
+-------------------------------------------------------------------

Old:
----
  devscripts-v2.18.10.tar.bz2

New:
----
  devscripts-v2.19.5.tar.bz2

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

Other differences:
------------------
++++++ devscripts.spec ++++++
--- /var/tmp/diff_new_pack.mzMcWi/_old  2019-09-07 12:35:02.593661178 +0200
+++ /var/tmp/diff_new_pack.mzMcWi/_new  2019-09-07 12:35:02.597661178 +0200
@@ -18,7 +18,7 @@
 
 %define _xsl_stylesheet 
%{_datadir}/xml/docbook/stylesheet/nwalsh/current/manpages/docbook.xsl
 Name:           devscripts
-Version:        2.18.10
+Version:        2.19.5
 Release:        0
 Summary:        Scripts to make the life of a Debian Package maintainer easier
 License:        GPL-2.0-or-later AND GPL-2.0-only AND GPL-3.0-or-later AND 
GPL-3.0-only AND Artistic-2.0 AND (GPL-1.0-or-later OR Artistic-1.0) AND 
SUSE-Public-Domain AND ISC
@@ -46,6 +46,8 @@
 Requires:       checkbashisms >= %{version}
 Requires:       dpkg
 Requires:       html2text
+# provides same %_bindir/hardening-check binary
+Conflicts:      hardening-check
 Provides:       deb:%{_bindir}/debchange
 %{?perl_requires}
 
@@ -96,6 +98,11 @@
 %make_install \
   XSL_STYLESHEET="%{_xsl_stylesheet}"
 
+# remove completion that was provided in older bash completion
+%if 0%{?suse_version} <= 1500
+rm %{buildroot}%{_datadir}/bash-completion/completions/bts
+%endif
+
 mkdir -p %{buildroot}%{_mandir}/man1/
 install -Dpm 0644 scripts/*.1 -t %{buildroot}%{_mandir}/man1/
 

++++++ devscripts-v2.18.10.tar.bz2 -> devscripts-v2.19.5.tar.bz2 ++++++
++++ 27988 lines of diff (skipped)


Reply via email to