Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Text-Markdown for 
openSUSE:Factory checked in at 2022-08-24 15:11:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-Markdown (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Text-Markdown.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Text-Markdown"

Wed Aug 24 15:11:32 2022 rev:12 rq:998965 version:1.000031

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-Markdown/perl-Text-Markdown.changes    
2017-10-03 23:18:35.639365636 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Text-Markdown.new.2083/perl-Text-Markdown.changes
  2022-08-24 15:11:55.636548759 +0200
@@ -1,0 +2,5 @@
+Fri Aug 19 11:22:18 UTC 2022 - Jan Baier <[email protected]>
+
+- fix missing post script dependency on update-alternatives
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Text-Markdown.spec ++++++
--- /var/tmp/diff_new_pack.8FO1pi/_old  2022-08-24 15:11:56.080549187 +0200
+++ /var/tmp/diff_new_pack.8FO1pi/_new  2022-08-24 15:11:56.088549195 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Text-Markdown
 #
-# Copyright (c) 2017 SUSE LINUX 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,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/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:        Convert Markdown syntax to (X)HTML
 License:        BSD-3-Clause
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Text-Markdown/
+URL:            http://search.cpan.org/dist/Text-Markdown/
 Source0:        
https://cpan.metacpan.org/authors/id/B/BO/BOBTFISH/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -35,6 +35,8 @@
 BuildRequires:  perl(Test::Exception)
 %{perl_requires}
 # MANUAL BEGIN
+Requires(post): update-alternatives
+
 %post
 update-alternatives \
        --install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.8FO1pi/_old  2022-08-24 15:11:56.120549226 +0200
+++ /var/tmp/diff_new_pack.8FO1pi/_new  2022-08-24 15:11:56.124549229 +0200
@@ -8,6 +8,7 @@
 #  foo.patch: -p1
 #  bar.patch:
 preamble: |-
+ Requires(post): update-alternatives
  %post
  update-alternatives \
         --install %{_bindir}/markdown markdown %{_bindir}/Markdown.pl 30

Reply via email to