Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vacation for openSUSE:Factory 
checked in at 2023-11-09 21:34:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vacation (Old)
 and      /work/SRC/openSUSE:Factory/.vacation.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vacation"

Thu Nov  9 21:34:25 2023 rev:23 rq:1124124 version:1.2.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vacation/vacation.changes        2022-10-19 
13:17:14.941168881 +0200
+++ /work/SRC/openSUSE:Factory/.vacation.new.17445/vacation.changes     
2023-11-09 21:34:40.643291328 +0100
@@ -1,0 +2,5 @@
+Tue Nov  7 22:06:34 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- spec file cleanups
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ vacation.spec ++++++
--- /var/tmp/diff_new_pack.gD24oZ/_old  2023-11-09 21:34:42.603363558 +0100
+++ /var/tmp/diff_new_pack.gD24oZ/_new  2023-11-09 21:34:42.603363558 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vacation
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 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/
 #
 
 
@@ -20,10 +20,10 @@
 Version:        1.2.7.1
 Release:        0
 Summary:        A way to automatically reply to incoming e-mail
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Email/Utilities
-Url:            http://vacation.sf.net/
-Source:         http://downloads.sf.net/vacation/%name-%version.tar.gz
+URL:            https://www.csamuel.org/software/vacation
+Source:         https://downloads.sf.net/vacation/%{name}-%{version}.tar.gz
 Patch0:         vacation-%{version}.diff
 Patch1:         vacation-%{version}.multiple-vacationmsg_files.diff
 Patch3:         vacation-%{version}.strip.diff
@@ -32,7 +32,6 @@
 # PATCH-FIX-SUSE Also handle junkfilter based on procmail
 Patch5:         vacation-%{version}-junkfilter.diff
 Patch6:         vacation-1.2.7.1-nogecos.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gdbm-devel
 
 %description
@@ -40,16 +39,8 @@
 
 Documentation: man vacation
 
-
-
-Authors:
---------
-    Sean F Rima <sean.r...@tcob1.uklinux.net>
-    Eric P. Allman
-    Harald Milz <h...@seneca.muc.de>
-
 %prep
-%setup
+%setup -q
 %patch0 -p1
 %patch1 -p1
 %patch3 -p1
@@ -58,34 +49,23 @@
 %patch6 -p1
 
 %build
-# %ifarch ia64 x86_64 s390x ppc64
-# # neededforbuild  gdbm-32bit gdbm-devel-32bit glibc-devel-32bit
-#    RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -m32"
-#%endif
-    chmod -R u+w,g+r,o+r .
-    make %{?jobs:-j%jobs} clobber
-    make %{?jobs:-j%jobs}
+chmod -R u+w,g+r,o+r .
+%make_build clobber
+%make_build
 
 %install
-# %ifarch ia64 x86_64 s390x ppc64
-# # neededforbuild  gdbm-32bit gdbm-devel-32bit glibc-devel-32bit
-#     RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -m32"
-# %endif
-    mkdir -p $RPM_BUILD_ROOT/usr/bin $RPM_BUILD_ROOT%{_mandir}/man{1,5}
-    make install MANDIR=$RPM_BUILD_ROOT%{_mandir}/man 
BINDIR=$RPM_BUILD_ROOT/usr/bin
-    rm -f $RPM_BUILD_ROOT%{_mandir}/man5/forward.5
-    echo '.so man5/aliases.5' > $RPM_BUILD_ROOT%{_mandir}/man5/forward.5
-    chmod 0444 $RPM_BUILD_ROOT%{_mandir}/man5/forward.5
-
-%clean
-    rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_bindir} %{buildroot}%{_mandir}/man{1,5}
+make install MANDIR=%{buildroot}%{_mandir}/man BINDIR=%{buildroot}%{_bindir}
+rm -f %{buildroot}%{_mandir}/man5/forward.5
+echo '.so man5/aliases.5' > %{buildroot}%{_mandir}/man5/forward.5
+chmod 0444 %{buildroot}%{_mandir}/man5/forward.5
 
 %files
-%defattr(-, root, root)
-%doc COPYING ChangeLog README
-/usr/bin/vacation
-/usr/bin/vaclook
-%{_mandir}/man1/vacation.1.gz
-%{_mandir}/man1/vaclook.1.gz
-%{_mandir}/man5/forward.5.gz
+%license COPYING
+%doc ChangeLog README
+%{_bindir}/vacation
+%{_bindir}/vaclook
+%{_mandir}/man1/vacation.1%{?ext_man}
+%{_mandir}/man1/vaclook.1%{?ext_man}
+%{_mandir}/man5/forward.5%{?ext_man}
 

Reply via email to