Hello community,

here is the log from the commit of package rpmdevtools for openSUSE:Leap:15.2 
checked in at 2020-02-21 23:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/rpmdevtools (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.rpmdevtools.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpmdevtools"

Fri Feb 21 23:53:08 2020 rev:11 rq:777995 version:8.10

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/rpmdevtools/rpmdevtools.changes        
2020-01-15 15:57:57.255751637 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.rpmdevtools.new.26092/rpmdevtools.changes     
2020-02-21 23:53:10.365022071 +0100
@@ -1,0 +2,26 @@
+Sun Jan  5 16:33:45 UTC 2020 - Luigi Baldoni <aloi...@gmx.com>
+
+- Refreshed suse-specfile.patch to reflect current spec-cleaner
+  templates
+  * Updated company name
+  * Removed groups
+
+-------------------------------------------------------------------
+Sat Dec 29 17:48:07 UTC 2018 - Luigi Baldoni <aloi...@gmx.com>
+
+- Refreshed suse-specfile.patch to reflect current spec-cleaner
+  templates.
+
+- Dropped suse-specfile_python.patch (targets no longer supported)
+  and suse-specfile_python_single.patch (re-merged into
+  suse-specfile.patch)
+
+-------------------------------------------------------------------
+Wed Jul 25 07:14:11 UTC 2018 - mplus...@suse.com
+
+- Modernise spec-file with spec-cleaner
+- Use generic runtime dependency on distribution-release
+- Move bash completions to correct dir
+- Update dependencies
+
+-------------------------------------------------------------------

Old:
----
  suse-specfile_python.patch
  suse-specfile_python_single.patch

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

Other differences:
------------------
++++++ rpmdevtools.spec ++++++
--- /var/tmp/diff_new_pack.0GYOEW/_old  2020-02-21 23:53:10.833023001 +0100
+++ /var/tmp/diff_new_pack.0GYOEW/_new  2020-02-21 23:53:10.833023001 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmdevtools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,36 +22,31 @@
 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
 # PATCH-FIX-OPENSUSE suse-specfile.patch -- Apply fix to comply to 
http://en.opensuse.org/openSUSE:Specfile_guidelines
 Patch0:         suse-specfile.patch
 Patch1:         dont-drop-Groups.patch
-# PATCH-FIX-OPENSUSE suse-specfile_python.patch -- Use old style python 
template
-Patch3:         suse-specfile_python.patch
-# 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
@@ -74,18 +69,13 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%if 0%{?suse_version} == 1315 && 0%{?sle_version} <= 120200
-%patch3 -p1
-%else
-%patch4 -p1
-%endif
 cp -a %{SOURCE1} template.init
 
 # Use the "rpmdev-" prefix for spectool that conflicts with Redhat spectool
 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 +93,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

++++++ suse-specfile.patch ++++++
++++ 676 lines (skipped)
++++ between /work/SRC/openSUSE:Leap:15.2/rpmdevtools/suse-specfile.patch
++++ and /work/SRC/openSUSE:Leap:15.2/.rpmdevtools.new.26092/suse-specfile.patch


Reply via email to