Hello community,

here is the log from the commit of package pcb for openSUSE:Factory checked in 
at 2014-11-14 09:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcb (Old)
 and      /work/SRC/openSUSE:Factory/.pcb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcb/pcb.changes  2014-03-20 07:32:33.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.pcb.new/pcb.changes     2014-11-14 
09:19:09.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 21:07:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashis in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcb.spec ++++++
--- /var/tmp/diff_new_pack.K7AXk0/_old  2014-11-14 09:19:10.000000000 +0100
+++ /var/tmp/diff_new_pack.K7AXk0/_new  2014-11-14 09:19:10.000000000 +0100
@@ -117,10 +117,10 @@
 install -Dm 644 {COPYING,NEWS,README} %{buildroot}/%{_docdir}/%{name}/
 
 %post
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %post doc
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to