Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package razor-agents for openSUSE:Factory checked in at 2022-06-18 22:05:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/razor-agents (Old) and /work/SRC/openSUSE:Factory/.razor-agents.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "razor-agents" Sat Jun 18 22:05:21 2022 rev:26 rq:983145 version:2.86 Changes: -------- --- /work/SRC/openSUSE:Factory/razor-agents/razor-agents.changes 2015-07-05 17:57:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.razor-agents.new.1548/razor-agents.changes 2022-06-18 22:05:28.635595367 +0200 @@ -1,0 +2,8 @@ +Sun May 22 14:18:53 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 2.86 + * Switch to modern XSLoader +- Used spec-cleaner to modernize the SPEC file +- Dropped fixed razor-agents-perl522.patch + +------------------------------------------------------------------- Old: ---- razor-agents-2.85.tar.bz2 razor-agents-perl522.patch New: ---- Razor2-Client-Agent-2.86.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ razor-agents.spec ++++++ --- /var/tmp/diff_new_pack.kl8CAP/_old 2022-06-18 22:05:29.323596344 +0200 +++ /var/tmp/diff_new_pack.kl8CAP/_new 2022-06-18 22:05:29.327596349 +0200 @@ -1,7 +1,7 @@ # # spec file for package razor-agents # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,21 @@ # 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/ # +%define src_name Razor2-Client-Agent Name: razor-agents -%if 0%{?suse_version} && 0%{?suse_version} < 1200 -BuildRequires: perl-macros -%endif +Version: 2.86 +Release: 0 Summary: SPAM catalogue inquiry and update tool License: Artistic-2.0 Group: Productivity/Networking/Email/Utilities -Requires: perl-razor-agents -Version: 2.85 -Release: 0 -Url: http://razor.sourceforge.net/ -Source: %{name}-%{version}.tar.bz2 +URL: http://razor.sourceforge.net/ +Source: https://github.com/toddr/%{src_name}/archive/refs/tags/v%{version}.tar.gz#/%{src_name}-%{version}.tar.gz Source1: README.SUSE -Patch0: razor-agents-perl522.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: perl-razor-agents %{perl_requires} %description @@ -51,12 +47,6 @@ Can be used as one of the spamassassin rules. - - -Authors: --------- - Vipul Ved Prakash <m...@vipul.net> - %package -n perl-razor-agents Summary: The required perl modules for razor-agents License: Artistic-1.0 @@ -69,43 +59,31 @@ from the razor <http://razor.sourceforge.net/> network to exchange signatures of SPAM. This package contains the required perl modules. - - -Authors: --------- - Vipul Ved Prakash <m...@vipul.net> - %prep -%setup -cp %{S:1} . -%patch0 +%setup -q -n %{src_name}-%{version} +cp %{SOURCE1} . %build -perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +perl Makefile.PL OPTIMIZE="%{optflags} -Wall" make %check make test %install -make DESTDIR=$RPM_BUILD_ROOT INSTALLMAN5DIR=$RPM_BUILD_ROOT/%{_mandir}/man5 install_vendor +make DESTDIR=%{buildroot} INSTALLMAN5DIR=%{buildroot}/%{_mandir}/man5 install_vendor %perl_process_packlist -%clean -rm -rf $RPM_BUILD_ROOT - %files -n perl-razor-agents -%defattr(-,root,root) -%doc BUGS CREDITS Changes FAQ LICENSE README README.SUSE -%doc %{_mandir}/man3/Razor* -%doc %{_mandir}/man5/razor* +%doc BUGS CREDITS Changes FAQ README.SUSE +%license LICENSE +%{_mandir}/man3/Razor* +%{_mandir}/man5/razor* %{perl_vendorarch}/Razor2 %{perl_vendorarch}/auto/Razor2 -%{perl_vendorarch}/auto/razor-agents %files -%defattr(-,root,root) %{_mandir}/man1/razor* -/usr/bin/razor* +%{_bindir}/razor* %changelog