Hello community,

here is the log from the commit of package rpmdevtools for openSUSE:Factory 
checked in at 2018-07-26 10:17:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpmdevtools (Old)
 and      /work/SRC/openSUSE:Factory/.rpmdevtools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmdevtools"

Thu Jul 26 10:17:19 2018 rev:3 rq:625197 version:8.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rpmdevtools/rpmdevtools.changes  2017-05-31 
12:19:32.302126777 +0200
+++ /work/SRC/openSUSE:Factory/.rpmdevtools.new/rpmdevtools.changes     
2018-07-26 10:17:21.463823571 +0200
@@ -1,0 +2,8 @@
+Wed Jul 25 07:14:11 UTC 2018 - [email protected]
+
+- Modernise spec-file with spec-cleaner
+- Use generic runtime dependency on distribution-release
+- Move bash completions to correct dir
+- Update dependencies
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ rpmdevtools.spec ++++++
--- /var/tmp/diff_new_pack.pY3b97/_old  2018-07-26 10:17:21.875824318 +0200
+++ /var/tmp/diff_new_pack.pY3b97/_new  2018-07-26 10:17:21.879824325 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmdevtools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -22,9 +22,9 @@
 Release:        0
 Summary:        RPM Development Tools
 # rpmdev-setuptree is GPL-2.0, everything else GPL-2.0+
-License:        GPL-2.0 and GPL-2.0+
+License:        GPL-2.0-only AND GPL-2.0-or-later
 Group:          Development/Tools/Other
-Url:            https://pagure.io/rpmdevtools
+URL:            https://pagure.io/rpmdevtools
 Source0:        https://releases.pagure.org/%{name}/%{name}-%{version}.tar.xz
 Source1:        skeleton
 Source2:        %{name}-rpmlintrc
@@ -36,22 +36,21 @@
 # PATCH-FIX-OPENSUSE suse-specfile_python_single.patch -- Use new style python 
template (singlespec)
 Patch4:         suse-specfile_python_single.patch
 BuildRequires:  help2man
+BuildRequires:  pkgconfig
 BuildRequires:  rpm-python
 BuildRequires:  xz
+BuildRequires:  pkgconfig(bash-completion)
+# Required for bash-completion
+Requires:       bash-completion
 # Additionally required for tool operations
 Requires:       cpio
 Requires:       curl
+# Minimal RPM build requirements
+Requires:       distribution-release
 Requires:       fakeroot
 Requires:       python
 Requires:       rpm-python
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-# Minimal RPM build requirements
-%if 0%{?sles_version}
-Requires:       sled-release
-%else 0%{?suse_version}
-Requires:       openSUSE-release
-%endif
 
 %description
 This package contains scripts and (X)Emacs support files to aid in
@@ -85,7 +84,7 @@
 sed -i "s/spectool/rpmdev-spectool/g" rpmdevtools.bash-completion.in 
spectool.in
 
 %build
-%configure --libdir=%{_prefix}/lib
+%configure --libdir=%{_libexecdir}
 make %{?_smp_mflags}
 
 %install
@@ -103,13 +102,13 @@
 chmod 755 %{buildroot}%{_datadir}/rpmdevtools/{trap.sh,tmpdir.sh}
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING NEWS
-%config %{_sysconfdir}/bash_completion.d/rpmdevtools.bash-completion
+%license COPYING
+%doc NEWS
 %config(noreplace) %{_sysconfdir}/rpmdevtools/
 %{_bindir}/rpm*
 %{_mandir}/man[18]/rpm*.[18]%{ext_man}
 %{emacs_sitestart_d}/rpmdev-init.el*
 %{_datadir}/rpmdevtools/
+%{_datadir}/bash-completion/completions/*
 
 %changelog


Reply via email to