Hello community,

here is the log from the commit of package ikiwiki for openSUSE:Factory checked 
in at 2020-04-08 19:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ikiwiki (Old)
 and      /work/SRC/openSUSE:Factory/.ikiwiki.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ikiwiki"

Wed Apr  8 19:57:23 2020 rev:2 rq:792488 version:3.20190228

Changes:
--------
--- /work/SRC/openSUSE:Factory/ikiwiki/ikiwiki.changes  2019-07-23 
22:34:52.675002335 +0200
+++ /work/SRC/openSUSE:Factory/.ikiwiki.new.3248/ikiwiki.changes        
2020-04-08 19:57:46.429171178 +0200
@@ -1,0 +2,7 @@
+Wed Apr  8 12:37:05 UTC 2020 - Matej Cepl <[email protected]>
+
+- Remove BR of bzr ... we don't support it anymore, and there isn't any
+  need for it: the testsuite just skips the test, if bzr is not
+  available.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ikiwiki.spec ++++++
--- /var/tmp/diff_new_pack.CJFdaq/_old  2020-04-08 19:57:48.273172525 +0200
+++ /var/tmp/diff_new_pack.CJFdaq/_new  2020-04-08 19:57:48.277172528 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ikiwiki
 #
-# Copyright (c) 2019 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
@@ -18,16 +18,12 @@
 
 # Basic requirements stated in Bundle::IkiWiki
 %define base_requires perl(CGI) perl(CGI::FormBuilder) perl(CGI::Session) 
perl(Data::Dumper) perl(Date::Parse) perl(HTML::Parser) perl(HTML::Scrubber) 
perl(HTML::Template) perl(JSON) perl(Mail::Sendmail) perl(Text::Markdown) 
perl(URI) perl(XML::Simple) perl(YAML::XS)
-
 # Basic plugin requirements stated in Bundle::IkiWiki::Extras
 %define plugins_requires perl(Authen::Passphrase) perl(Crypt::SSLeay) 
perl(File::MimeInfo) perl(Gravatar::URL) perl(HTML::Tree) perl(Locale::gettext) 
perl(Net::INET6Glue) perl(Net::OpenID::Consumer) perl(Sort::Naturally) 
perl(Term::ReadLine::Gnu) perl(Text::CSV) perl(XML::Writer)
-
 # Additional requirements added based on code and docs searching
 %define additional_requires perl(Cwd) perl(Digest::SHA) perl(Encode) 
perl(ExtUtils::MakeMaker) perl(File::Find) perl(File::chdir) perl(File::Path) 
perl(File::Spec) perl(Getopt::Long) perl(HTML::Entities) 
perl(HTML::TreeBuilder) perl(Image::Magick) perl(Locale::gettext) perl(Memoize) 
perl(Net::OpenID::VerifiedIdentity) perl(Storable) perl(URI::Escape) 
python-docutils
-
 # Requirements needed for tests
-%define tests_requires bzr cvs cvsps git-core mercurial perl(B) perl(Errno) 
perl(HTML::LinkExtor) perl(IPC::Run) perl(Test::More) perl(XML::Twig) subversion
-
+%define tests_requires cvs cvsps git-core mercurial perl(B) perl(Errno) 
perl(HTML::LinkExtor) perl(IPC::Run) perl(Test::More) perl(XML::Twig) subversion
 # Currently unresolvable - enable when it becomes available
 # - RPC::XML - base requires
 # - XML::Feed - needed for aggregate.pm, t/podcast.t
@@ -42,14 +38,13 @@
 # - Text::WikiFormat - wikitext.pm
 # - Text::WikiCreole - creole.pm
 # - Locale::Po4a::Chooser::new - po.t
-
 Name:           ikiwiki
 Version:        3.20190228
 Release:        0
 Summary:        A wiki compiler
 License:        GPL-2.0-or-later AND BSD-2-Clause
 Group:          Productivity/Networking/Web/Utilities
-URL:            http://ikiwiki.info/
+URL:            https://ikiwiki.info/
 Source:         
http://ftp.debian.org/debian/pool/main/i/%{name}/%{name}_%{version}.orig.tar.xz
 BuildRequires:  %{additional_requires}
 BuildRequires:  %{base_requires}
@@ -97,10 +92,10 @@
 
 %build
 perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} test || :
+%make_build test || :
 
 %install
 make pure_install DESTDIR=%{buildroot}


Reply via email to