Hello community,

here is the log from the commit of package MultiMarkdown-5 for openSUSE:Factory 
checked in at 2017-06-23 09:18:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/MultiMarkdown-5 (Old)
 and      /work/SRC/openSUSE:Factory/.MultiMarkdown-5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "MultiMarkdown-5"

Fri Jun 23 09:18:39 2017 rev:2 rq:505696 version:5.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/MultiMarkdown-5/MultiMarkdown-5.changes  
2016-11-01 09:58:20.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.MultiMarkdown-5.new/MultiMarkdown-5.changes     
2017-06-23 09:19:00.868927122 +0200
@@ -1,0 +2,6 @@
+Thu Jun 22 14:10:24 UTC 2017 - [email protected]
+
+- Enable tests
+- Update alernatives handling according to current guidelines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ MultiMarkdown-5.spec ++++++
--- /var/tmp/diff_new_pack.680PHQ/_old  2017-06-23 09:19:01.472841787 +0200
+++ /var/tmp/diff_new_pack.680PHQ/_new  2017-06-23 09:19:01.472841787 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package MultiMarkdown-5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,12 +62,15 @@
 touch %{buildroot}%{_sysconfdir}/alternatives/markdown
 ln -sf %{_sysconfdir}/alternatives/markdown %{buildroot}%{_bindir}/markdown
 
+%check
+%ctest
+
 %post
 update-alternatives \
        --install %{_bindir}/markdown markdown %{_bindir}/%{name}-markdown 30
 
 %postun
-if [ $1 -eq 0 ] ; then
+if [ ! -f %{_bindir}/%{name}-markdown ] ; then
        update-alternatives --remove markdown %{_bindir}/%{name}-markdown
 fi
 


Reply via email to